From df352337947d950c86283dabc2d2941f02ce9b99 Mon Sep 17 00:00:00 2001 From: unurled Date: Mon, 4 Apr 2022 13:09:26 +0200 Subject: [PATCH] add todo ! and update future --- README.md | 4 ++++ docs/FUTURE.md | 2 +- docs/TODO.md | 5 +++++ 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 docs/TODO.md 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