todos
This commit is contained in:
parent
105d564ec0
commit
af96c5a412
12
TODO.md
12
TODO.md
@ -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
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user