mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-02 12:01:43 +00:00
Add permission: essentials.msg.multiple and essentials.pay.multiple
Message permission will allow rough nick matches and wildcards, while pay will only allow wildcards.
This commit is contained in:
parent
58440dd594
commit
46691871ad
10 changed files with 21 additions and 18 deletions
|
@ -23,7 +23,7 @@ public class Commandkill extends EssentialsLoopCommand
|
|||
throw new NotEnoughArgumentsException();
|
||||
}
|
||||
|
||||
loopOnlinePlayers(server, sender, true, args[0], null);
|
||||
loopOnlinePlayers(server, sender, true, true, args[0], null);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue