mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 04:20:41 +00:00
More register libs
This commit is contained in:
parent
b85a5e9e0d
commit
a04e0533d6
3 changed files with 1 additions and 0 deletions
|
@ -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]);
|
||||||
|
|
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 a new issue