Advertisement
Guest User

Config

a guest
Mar 15th, 2014
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. #Item names can be found here - http://jd.bukkit.org/rb/apidocs/org/bukkit/Material.html
  2. Configuration-Version: 1.3.0
  3.  
  4. #To enable metrics use 'true' to disable use 'false'
  5. Metrics-OptOut: true
  6.  
  7. #Change this to the worlds you wan't to let people allow using this plugin (Case-Sensitive!)
  8. Enabled-Worlds:
  9. - walls
  10. - world 1
  11. - world 2
  12.  
  13. #Disable/enable message on world change
  14. World-Messages: false
  15.  
  16. #Edit item information below (Slot number 8 = key 9, 7 = key 8....)
  17. Items:
  18. Slot: 7
  19. ItemOn:
  20. Name: SLIME_BALL
  21. Display Name: "&7Players are &aon!"
  22. Display Lore: "&7Toggle player visibility"
  23. ItemOff:
  24. Name: MAGMA_CREAM
  25. Display Name: "&7Players are &coff!"
  26. Display Lore: "&7Toggle player visibility"
  27.  
  28. #AntiSpam
  29. Spam:
  30. Time: 15
  31. Message: "&7Please wait 15 seconds before toggling again"
  32.  
  33. Messages:
  34. Prefix: "&8[&aVisibility&8] "
  35. Toggled On: "&7All players are turned &aon!"
  36. Toggled Off: "&7All players are turned &coff!"
  37. Already Toggled: "&7You turned the players already &aon&7/&coff&7!"
  38. No Drop: "&7Item can't be dropped."
  39. No Permission: "&cYou don’t have the permissions to execute this command."
  40. Toggle Permission: "&cYou don’t have the permissions to toggle players"
  41.  
  42. #Sounds can be found here - http://jd.bukkit.org/rb/apidocs/org/bukkit/Sound.html and Effects can be found here - http://jd.bukkit.org/rb/apidocs/org/bukkit/Effect.html
  43. Special:
  44. Sound: CLICK
  45. Effect: SMOKE
  46.  
  47. #Down here there will be automatically displayed who has Players on or off. Off means that players are invisible and on they are shown
  48. tomudding: has the players on
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement