EventUtils
The best plugin to handle your Minecraft Events!
EventUtils
EventUtils - The best plugin to handle your Minecraft Events!
Join my discord server for support or to report bugs!
Features
- Easy to use GUI to configure settings - Simple config to edit settings without being online - Many useful settings *(View below)* for all types of events
Commands
- /eventgui - Reloads the config - /eventgui - Opens the settings GUI
Settings
End - End - Allows players to hit other players [`true = enabled, false = disabled`] - End - Shows player's names above their heads [`true = shown, false = hidden`] - End *(Requires Name Tag Visibility)* - Shows player's health under their nametag [`true = shown, false = hidden`] - End - Fills the health of all players to full - End - Fills the hunger bar of all players to full - End - Clears the inventories of all players, excluding you - End - Applies the glowing effect to all players [`true = glowing, false = not glowing`] - End - Sets player's gamemodes to spectator on death [`true = enabled, false = disabled`] - End - Spawns a lightning effect at dead players [`true = enabled, false = disabled`] - End - Disables typing for all players who do not have op [`true = enabled, false = disabled`] - End - Disables the explosions on end crystals [`true = explodes, false = does not explode`] - End - Disables the explosions on tnt minecarts [`true = explodes, false = does not explode`] - End - Disables throwing ender pearls [`true = usable, false = unusable`] - End - Disables throwing wind charges [`true = usable, false = unusable`] - End - Disables shooting/riptiding with tridents [`true = usable, false = unusable`] - End - Disables blocking with shields [`true = usable, false = unusable`] - End - Disables shooting with bows [`true = usable, false = unusable`] - End - Disables shooting with crossbows [`true = usable, false = unusable`] - End *(Will cause ∞ health regeneration)* - Disables the hunger meter going down [`true = enabled, false = disabled`] - End - Disables entering the nether dimension [`true = open, false = closed`] - End - Disables entering the end dimension [`true = open, false = closed`]
Event GUI

Simple Config
```
The plugin's prefix
prefix: "&e&lᴇᴠᴇɴᴛᴜᴛɪʟꜱ &8»"
settings:
The PvP status. true = on, false = off
pvp: true
The nametag visibility status. true = shown, false = hidden
nametag-visibility: true
The health visibility status. true = shown, false = hidden
health-visibility: false
The glowing status. true = glowing, false = not glowing
glowing: false
The spectate on death status. true = enabled, false = disabled
spectators: false
The lightning on death status. true = enabled, false = disabled
death-lightning: false
The chat status. true = enabled, false = disabled
chat: true
The end crystal explosion status. true = explodes, false = does not explode
end-crystal-explosions: true
The tnt minecart explosion status. true = explodes, false = does not explode
tnt-minecart-explosions: true
The ender pearl use status. true = usable, false = unusable
ender-pearls: true
The wind charge use status. true = usable, false = unusable
wind-charges: true
The trident use status. true = usable, false = unusable
tridents: true
The shield use status. true = usable, false = unusable
shields: true
The bow use status. true = usable, false = unusable
bows: true
The crossbow use status. true = usable, false = unusable
crossbows: true
The hunger status. true = enabled, false = disabled
hunger: true
The nether status. true = open, false = closed
nether: true
The end status. true = open, false = closed
end: true ```