1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-16 19:44:15 +02:00

Add new permission essentials.protect.alerts.notrigger

If user has this permisson they do not trigger EssProtect block alerts
Fix spawnmob sign command args
This commit is contained in:
ementalo
2012-01-23 16:00:23 +00:00
parent f0dd81ee00
commit 01a37df700
3 changed files with 6 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ public class SignSpawnmob extends EssentialsSign
};
try
{
command.run(player, args);
command.run(player, "spawnmob", args);
}
catch (Exception ex)
{