Advertisement
Guest User

Untitled

a guest
Jun 27th, 2016
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. # If you want to use special characters in this document, such as accented letters, you MUST save the file as UTF-8, not ANSI
  2. # If it is saved as an ANSI file it will return an illegal character error
  3. # If you receive an error while Player Visibility loads, ensure that:
  4. # - No tabs are present: YAML only allows spaces
  5. # - Indents are correct: YAML hierarchy is based entirely on indentation
  6. # - Text with symbols is enclosed in single or double quotation marks
  7.  
  8. # When using the dye option please use one of the following options:
  9. # WHITE, ORANGE, MAGENTA, LIGHT_BLUE, YELLOW, LIME, PINK,
  10. # GRAY, SILVER, CYAN, PURPLE, BLUE, BROWN, GREEN, RED, BLACK
  11.  
  12. Enabled-Worlds:
  13. - Hub
  14. - SkyWars
  15. - TNTRun
  16.  
  17. enableDye: true
  18.  
  19. item:
  20. slot: 1
  21. on:
  22. item: SLIME_BALL
  23. dye: LIME
  24. name: "&b&lHide Players &7(Right Click)"
  25. lore: "&eRight-Click to toggle playervisibility!"
  26. off:
  27. item: MAGMA_CREAM
  28. dye: GRAY
  29. name: "&b&lHide Players &7(Right Click)"
  30. lore: "&eRight-Click to toggle playervisibility!"
  31.  
  32. messages:
  33. prefix: ""
  34. toggle:
  35. on: "&a&l(!) &aAll players are now Visible!"
  36. off: "&c&l(!) &cAll players are now Hidden!"
  37. permission: "&c&l(!) &cYou don't have the permissions to do this."
  38. cooldown: "&e&l(!) &ePlease wait before toggling again!"
  39.  
  40. cooldown: 5
  41.  
  42. config: 2.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement