Adds the reload command to the command list

This commit is contained in:
Kristian Knarvik 2021-09-02 14:30:07 +02:00
parent fba0f14995
commit 1b8965ace3

View File

@ -80,6 +80,7 @@ public class CommandBooksWithoutBorders implements CommandExecutor {
showCommandInfo("setAuthor", sender); showCommandInfo("setAuthor", sender);
showCommandInfo("setLore", sender); showCommandInfo("setLore", sender);
showCommandInfo("setBookPrice", sender); showCommandInfo("setBookPrice", sender);
showCommandInfo("reload", sender);
} }
/** /**