Advertisement
Guest User

Untitled

a guest
Oct 5th, 2014
362
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. # #############################################
  2. # # - LobbyCompass by Dreieck52 - #
  3. # #############################################
  4. # # Option 'executedByPlayer' means:
  5. # # > true = Command is executed as the player typed it
  6. # # > false = Command is executed by console (%n% is player name)
  7. # # There can be only at most 6 lines in one inventory!
  8. # # If get-compass-on-join-slot is -1 it will add the compass in a free slot
  9. # # NOTE: If you wish, you can disable auto-updating in -Updater/config.yml-
  10. # #############################################
  11.  
  12. compass-name: '&f&lClick this to open To Pick A Server!'
  13. compass-inventory-name: '&a&lAWESOME Server-Compass Oo'
  14. get-compass-on-join: true
  15. get-compass-on-join-slot: 4
  16. get-compass-worlds:
  17. - world
  18. - world_nether
  19. - world_the_end
  20. only-allow-command-lc_get-in-worlds: true
  21. can-drop-compass: false
  22. inventory-lines-amount: 4
  23. sound-effect: true
  24. options:
  25. - spawn
  26. - pvp
  27. data:
  28. spawn:
  29. name: '&e&lSpawn / Lobby'
  30. lore:
  31. - '&7Click this Item to execute command'
  32. - '&8&l/warp spawn'
  33. - '&7another line :D'
  34. item: 2
  35. cmd: server Skyblock
  36. executedByPlayer: false
  37. position-in-inventory: 10
  38. pvp:
  39. name: '&c&lPvP Zone'
  40. lore:
  41. - '&cD&ei&as&bc&do'
  42. - '&8&l/pvp <player> join'
  43. item: 267
  44. cmd: pvp %n% join
  45. executedByPlayer: false
  46. position-in-inventory: 19
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement