This plugin adds glowing eyes that players can toggle by typing a command. Use it for vip perks, spooky events, or just for fun.
Permissions
glowingeyes.use
- Required to toggle glowing eyes and to get them automatically applied on connect if the setting is enabled.
Commands
/eye
- Toggles glowing eyes on or off depending on the player's current state.
Configuration
JSON:
{
"Version": "1.0.0",
"Chat Command": "eye",
"Auto Enable On Connect": false
}
Chat Command
- The chat command players must type to toggle glowing eyes.Auto Enable On Connect
- If true, players with permission will automatically get glowing eyes when they connect.
Localization
JSON:
{
"NoPermission": "You do not have permission to use this command.",
"EnabledEyes": "Glowing eyes: enabled.",
"DisabledEyes": "Glowing eyes: disabled."
}