This commit is contained in:
Debucquoy Anthony 2024-01-27 13:09:58 +01:00
parent 105d564ec0
commit af96c5a412
Signed by: tonitch
GPG Key ID: A78D6421F083D42E
2 changed files with 8 additions and 7 deletions

12
TODO.md
View File

@ -1,13 +1,17 @@
# TODO list
- [ ] i18n
- [+] Make Discord Webhoook for item changes
- [x] deathBan reset
- [x] voids exchanges
- [x] /void give négatives values
- [+] Make Discord Webhoook for item changes
- [+] chest name
- [+] Show next Item
- [ ] /void manage bring
- [ ] Dupe bug (respawn) -> Gamerule
- [+] /void give afficher title
- subtitle + chat
- [ ] i18n
- [ ] /void manage bring
- [ ] Dupe bug (respawn) -> Gamerule
- [ ] Events
- [ ] Command completions
- [ ] Annonce
- [ ] Double Check Inventory reset on die

View File

@ -83,9 +83,6 @@ public class VoidCommands implements CommandExecutor, TabCompleter{
Player target_ = Bukkit.getPlayer(args[3]);
Voids.set(target_, Integer.parseInt(args[4]));
return true;
case "add":
case "sub":
sender.sendMessage("TODO"); //TODO
}
return false;
}