Advertisement
Guest User

lobbycompass2 problem

a guest
Mar 17th, 2020
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 KB | None | 0 0
  1. # ###########################################################################################
  2. # _ _ _ _____ _____
  3. # | | | | | | / __ \ / __ \
  4. # | | ___ | |__ | |__ _ _| / \/ ___ _ __ ___ _ __ __ _ ___ ___ `' / /'
  5. # | | / _ \| '_ \| '_ \| | | | | / _ \| '_ ` _ \| '_ \ / _` / __/ __| / /
  6. # | |___| (_) | |_) | |_) | |_| | \__/\ (_) | | | | | | |_) | (_| \__ \__ \ ./ /___
  7. # \_____/\___/|_.__/|_.__/ \__, |\____/\___/|_| |_| |_| .__/ \__,_|___/___/ \_____/
  8. # __/ | | |
  9. # |___/ |_|
  10. #
  11. # Option " executedbyplayer means:
  12. # > true = Command is executed the same way as if the played typed it
  13. # > false = Command is executed by the console, you can get the player name with %name%
  14. # The Maximum number for inventory-lines-count is 6 !
  15. # If get-compass-on-join-slot is -1 it will add the compass in a free slot
  16. # If get-compass-on-death is true, you will get your compass back when/if you die
  17. # ###########################################################################################
  18.  
  19. compass-name: '&f&lClick to select where to go!'
  20. compass-inventory-name: '&a&lBest compass ever'
  21. get-compass-on-join: true
  22. get-compass-on-join-slot: 4
  23. get-compass-worlds:
  24. - world
  25. - Glorious_Downfall
  26. - spawn
  27. only-allow-command-lc_get-in-worlds: true
  28. can-drop-compass: false
  29. inventory-lines-amount: 1
  30. sound-effect: true
  31. get-compass-on-death: true
  32. options:
  33. - killYourself
  34. - spawn
  35. data:
  36. killYourself:
  37. name: '&c&lKill yourself'
  38. lore:
  39. - '&7Click to kill yourself'
  40. item: DIAMOND_SWORD
  41. cmd: kill %name%
  42. executedByPlayer: false
  43. position-in-inventory: 10
  44. spawn:
  45. name: '&c&lspawn'
  46. lore:
  47. - '&7Click to return spawn'
  48. item: DIAMOND
  49. cmd: warp spawn
  50. executedByPlayer: false
  51. position-in-inventory: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement