Advertisement
Guest User

Event Manager Config - 10/7/2016 - v0.07

a guest
Oct 7th, 2016
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.93 KB | None | 0 0
  1. EventManager:
  2.   pluginState: 'true'
  3. Events:
  4.   onDisable:
  5.     kickPlayers:
  6.       State: 'false'
  7.       SendMessage: 'false'
  8.       Message: '&7Our Servers are &cRe&8-&cBooting&7, we will be back &6shortly'
  9.   FallVariables:
  10.     DisableFallDamage:
  11.       State: 'false'
  12.       SendMessage: 'false'
  13.       Message: '&3Fall &cdamage&8 was &ccanceled&7!'
  14.     Took:
  15.       SendTookFall: 'false'
  16.       TookFallMessage: '&6You &8took &3fall &cdamage&7!'
  17.   DropVariables:
  18.     DisableItemDrops:
  19.       State: 'false'
  20.       SendMessage: 'false'
  21.       Message: '&6You &ccannot &3drop &citems &8here&7!'
  22.     Droped:
  23.       SendDroped: 'false'
  24.       DropedItemMessage: '&6You &3dropped &8an &bitem&7!'
  25.   CmdVariables:
  26.     BlockedCommands:
  27.       State: 'false'
  28.       SendMessage: 'false'
  29.       Message: '&cSorry&7, &6This &3command &7is &cdisabled &7at the moment&8.'
  30.       List:
  31.       - /help
  32.       - /server
  33.       - /example
  34.       - /papi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement