mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-12 17:45:08 +02:00
More register libs
This commit is contained in:
@@ -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]);
|
||||
|
Reference in New Issue
Block a user