mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-14 10:34:41 +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"))
|
if (args.length > 0 && user.isAuthorized("essentials.clearinventory.others"))
|
||||||
{
|
{
|
||||||
|
//TODO: Fix fringe user match case.
|
||||||
if (args[0].length() >= 3)
|
if (args[0].length() >= 3)
|
||||||
{
|
{
|
||||||
List<Player> online = server.matchPlayer(args[0]);
|
List<Player> online = server.matchPlayer(args[0]);
|
||||||
|
Reference in New Issue
Block a user