mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-12 09:35:26 +02:00
Added [Time] Sign
This commit is contained in:
@@ -156,6 +156,14 @@ public class EssentialsBlockListener extends BlockListener
|
||||
}
|
||||
return;
|
||||
}
|
||||
if (event.getLine(0).equalsIgnoreCase("[Time]"))
|
||||
{
|
||||
if (user.isAuthorized("essentials.signs.time.create"))
|
||||
event.setLine(0, "§1[Time]");
|
||||
else
|
||||
event.setLine(0, "§4[Time]");
|
||||
return;
|
||||
}
|
||||
}
|
||||
catch (Throwable ex)
|
||||
{
|
||||
|
Reference in New Issue
Block a user