mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-27 01:40:48 +08:00
More register libs
This commit is contained in:
parent
b85a5e9e0d
commit
a04e0533d6
@ -20,6 +20,7 @@ public class Commandclearinventory extends EssentialsCommand
|
||||
{
|
||||
if (args.length > 0 && user.isAuthorized("essentials.clearinventory.others"))
|
||||
{
|
||||
//TODO: Fix fringe user match case.
|
||||
if (args[0].length() >= 3)
|
||||
{
|
||||
List<Player> online = server.matchPlayer(args[0]);
|
||||
|
BIN
lib/MultiCurrency.jar
Normal file
BIN
lib/MultiCurrency.jar
Normal file
Binary file not shown.
BIN
lib/iCo6.jar
Normal file
BIN
lib/iCo6.jar
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user