mirror of
https://github.com/rockyhawk64/CommandPanels.git
synced 2025-11-18 07:14:17 +01:00
4.0.4
This commit is contained in:
parent
5402717dd0
commit
896ab8b15c
@ -1,4 +1,4 @@
|
||||
version: 4.0.3
|
||||
version: 4.0.4
|
||||
main: me.rockyhawk.commandpanels.CommandPanels
|
||||
name: CommandPanels
|
||||
author: RockyHawk
|
||||
|
||||
@ -44,6 +44,7 @@ public class TabComplete implements TabCompleter {
|
||||
if (sender.hasPermission("commandpanels.command.data")) {
|
||||
output.add("data");
|
||||
}
|
||||
// REMOVE AFTER CONVERTER IS REMOVED
|
||||
if (sender.hasPermission("commandpanels.command.convert")) {
|
||||
output.add("convert");
|
||||
}
|
||||
|
||||
@ -52,6 +52,12 @@ public class HelpCommand implements SubCommand {
|
||||
.append(Component.text("Shows this help menu", NamedTextColor.WHITE)));
|
||||
}
|
||||
|
||||
// REMOVE AFTER CONVERTER IS REMOVED
|
||||
if (sender.hasPermission("commandpanels.command.convert")) {
|
||||
sender.sendMessage(Component.text("/pa convert ", NamedTextColor.GOLD)
|
||||
.append(Component.text("Converts basic layout from v3 to v4 panels (not plug and play)", NamedTextColor.WHITE)));
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user