mirror of
https://github.com/essentials/Essentials.git
synced 2025-09-29 15:49:21 +02:00
change []<> for optional command components
This commit is contained in:
@@ -377,7 +377,7 @@ public class GroupManager extends JavaPlugin {
|
||||
|
||||
// VALIDANDO ARGUMENTOS
|
||||
if ((args.length != 2) && (args.length != 3)) {
|
||||
sender.sendMessage(ChatColor.RED + "Review your arguments count! (/<command> <player> <group> | optional <world>)");
|
||||
sender.sendMessage(ChatColor.RED + "Review your arguments count! (/<command> <player> <group> | optional [world])");
|
||||
return false;
|
||||
}
|
||||
// Select the relevant world
|
||||
|
Reference in New Issue
Block a user