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:
@@ -37,7 +37,7 @@ public class SignSpawnmob extends EssentialsSign
|
||||
};
|
||||
try
|
||||
{
|
||||
command.run(player, args);
|
||||
command.run(player, "spawnmob", args);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
Reference in New Issue
Block a user