Advertisement
Guest User

Untitled

a guest
Apr 26th, 2014
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ########################
  2. ##Vanish-Item Settings##
  3. ########################
  4.  
  5. #Enable the vanish-item
  6. enable-vanish-item: true
  7. #Gives you the vanish item when you join the server
  8. give-vanish-item-on-join: false
  9.  
  10. #Can players without permission drop the vanish item?
  11. #true = they can
  12. #false = they cannot
  13. drop-vanish-item: true
  14.  
  15. #Enable that players cannot be vanished if they have the permission node 'hh.bypass.vanish'
  16. enable-bypass-vanish: true
  17.  
  18. #Delay in seconds between the uses of vanishing players
  19. vanish-delay: 5
  20.  
  21. #Custom names and descriptions(lores) for the player hide item
  22. #vanish-item: Item when all players are visible. DO NOT USE ITEM IDS. Use this: http://www.kiwike.se/wiki/index.php/Item_Names
  23. #vanish-item-name: Name of the item
  24. #vanish-item-lore: The description(lore) of the item
  25. vanish-item: 'TORCH'
  26. vanish-item-name: '&aHide Players'
  27. vanish-item-lore: '&fRight click to hide players'
  28.  
  29. #Custom names and descriptions(lores) for the item that player become visible again
  30. #unvanish-item: Item when all players are not visible. DO NOT USE ITEM IDS. Use this: http://www.kiwike.se/wiki/index.php/Item_Names
  31. #unvanish-item-name: Name of the item
  32. #unvanish-item-lore: The description(lore) of the item
  33. unvanish-item: 'LEVER'
  34. unvanish-item-name: '&aShow Players'
  35. unvanish-item-lore: '&fRight click to show players'
  36.  
  37. #The worlds where you can use the vanish item(Leave it empty to enable all worlds)
  38. allowed-vanish-item-worlds:
  39.  - 'Lobby'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement