add todo ! and update future
This commit is contained in:
parent
9b14f1ec83
commit
df35233794
3 changed files with 10 additions and 1 deletions
|
@ -20,3 +20,7 @@ for more info contact me.
|
||||||
|
|
||||||
|
|
||||||
custom Items uses custom model data to work => need to update in model/item/item.json [Example](https://github.com/elBukkit/MagicPlugin/wiki/ResourcePack#customizing)
|
custom Items uses custom model data to work => need to update in model/item/item.json [Example](https://github.com/elBukkit/MagicPlugin/wiki/ResourcePack#customizing)
|
||||||
|
|
||||||
|
## Developing
|
||||||
|
|
||||||
|
you can see [TODO.md](/Elixium/raxen/src/branch/plugin/docs/TODO.md) in which I did a list of what we must do
|
|
@ -9,7 +9,7 @@ Some RPG thing :
|
||||||
- Raxen must do :
|
- Raxen must do :
|
||||||
- some survival and RPG(Class) thing
|
- some survival and RPG(Class) thing
|
||||||
- need some sort of action => pve, pvp maybe ?
|
- need some sort of action => pve, pvp maybe ?
|
||||||
- need custom mobs => some are made => not definitive need more => juste made the damage system and persistentdatacontainer on entities outside of Player, might consider to switch to persistentdatacontainer on player instead of having an hashmap (ProfileManager.java)
|
- need custom mobs => some are made => not definitive need more => ~~juste made the damage system and persistentdatacontainer on entities outside of Player, might consider to switch to persistentdatacontainer on player instead of having an hashmap (ProfileManager.java)~~ already done
|
||||||
- need custom items => partialy made => need custom resource pack support
|
- need custom items => partialy made => need custom resource pack support
|
||||||
- can use custom texture pack => in making
|
- can use custom texture pack => in making
|
||||||
- protection and logging feature => coreprotect
|
- protection and logging feature => coreprotect
|
||||||
|
|
5
docs/TODO.md
Normal file
5
docs/TODO.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
- [ ] refactor all abilities to make them compatible between entities and also making it easier to add them.
|
||||||
|
- [ ] make custom items (hard coded)
|
||||||
|
- [ ] make custom class (hard coded)
|
||||||
|
- [ ] make custom abilities (hard coded)
|
||||||
|
- [ ] make custom mods (hard coded)
|
Loading…
Reference in a new issue