File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
src/main/java/com/nuclyon/technicallycoded/inventoryrollback/commands/inventoryrollback Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ public void sendHelp(CommandSender sender) {
2727 sender .sendMessage (
2828 MessageData .getPluginPrefix () + ChatColor .GRAY + "InventoryRollbackPlus - by TechnicallyCoded\n " +
2929 ChatColor .WHITE + " Available Commands:\n " +
30- ChatColor .WHITE + " /ir restore [player]" + ChatColor .GRAY + " - Open rollback GUI for optional [player]\n " +
31- ChatColor .WHITE + " /ir forcebackup <all/player> [player]" + ChatColor .GRAY + " - Create a forced save of a player's inventory\n " +
32- ChatColor .WHITE + " /ir enable" + ChatColor .GRAY + " - Enable the plugin\n " +
33- ChatColor .WHITE + " /ir disable" + ChatColor .GRAY + " - Disable the plugin\n " +
34- ChatColor .WHITE + " /ir reload" + ChatColor .GRAY + " - Reload the plugin\n " +
35- ChatColor .WHITE + " /ir help" + ChatColor .GRAY + " - Get this message\n " +
36- ChatColor .WHITE + " /ir version" + ChatColor .GRAY + " - Get plugin info & version\n " );
30+ ChatColor .WHITE + " /irp restore [player]" + ChatColor .GRAY + " - Open rollback GUI for optional [player]\n " +
31+ ChatColor .WHITE + " /irp forcebackup <all/player> [player]" + ChatColor .GRAY + " - Create a forced save of a player's inventory\n " +
32+ ChatColor .WHITE + " /irp enable" + ChatColor .GRAY + " - Enable the plugin\n " +
33+ ChatColor .WHITE + " /irp disable" + ChatColor .GRAY + " - Disable the plugin\n " +
34+ ChatColor .WHITE + " /irp reload" + ChatColor .GRAY + " - Reload the plugin\n " +
35+ ChatColor .WHITE + " /irp help" + ChatColor .GRAY + " - Get this message\n " +
36+ ChatColor .WHITE + " /irp version" + ChatColor .GRAY + " - Get plugin info & version\n " );
3737 }
3838
3939}
You can’t perform that action at this time.
0 commit comments