diff --git a/README.md b/README.md index fda9e71..172c6c5 100644 --- a/README.md +++ b/README.md @@ -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) + +## 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 \ No newline at end of file diff --git a/docs/FUTURE.md b/docs/FUTURE.md index e4dc565..6270747 100644 --- a/docs/FUTURE.md +++ b/docs/FUTURE.md @@ -9,7 +9,7 @@ Some RPG thing : - Raxen must do : - some survival and RPG(Class) thing - 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 - can use custom texture pack => in making - protection and logging feature => coreprotect diff --git a/docs/TODO.md b/docs/TODO.md new file mode 100644 index 0000000..cc7c9cf --- /dev/null +++ b/docs/TODO.md @@ -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) \ No newline at end of file