Advertisement
Guest User

lobbycompass2 problem

a guest
Apr 8th, 2020
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.50 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. # For the name of the items, please look here: https://minecraft-ids.grahamedgecombe.com/ (after the "minecraft:")
  18. # For the name of the sounds, please look here: https://www.digminecraft.com/lists/sound_list_pc.php
  19. # ###########################################################################################
  20.  
  21. compass-name: '&f&lClick to select where to go!'
  22. compass-inventory-name: '&a&lI go to...'
  23. item-to-use: chest
  24. drop-compass-on-death: false
  25. get-compass-on-join: true
  26. get-compass-on-join-slot: 0
  27. get-compass-worlds:
  28. - world
  29. - dirt
  30. - spawn
  31. only-allow-command-lc_get-in-worlds: false
  32. can-drop-compass: false
  33. inventory-lines-amount: 4
  34. sound-effect: true
  35. sound-to-use: block_note_block_bit
  36. get-compass-on-death: true
  37. options:
  38. - killYourself
  39. - spawn
  40. - survival
  41. data:
  42. killYourself:
  43. name: '&c&lKill yourself'
  44. lore:
  45. - '&7Click to kill yourself'
  46. item: DIAMOND_SWORD
  47. cmd: kill %name%
  48. executedByPlayer: false
  49. position-in-inventory: 10
  50. spawn:
  51. name: '&c&lReturn spawn'
  52. lore:
  53. - '&7Click to Return spawn'
  54. item: DIAMOND
  55. cmd: warp lobby
  56. executedByPlayer: false
  57. position-in-inventory: 0
  58. survival:
  59. name: '&c&lSurvival'
  60. lore:
  61. - '&7Click to start survival'
  62. item: DIRT
  63. cmd: warp survival
  64. executedByPlayer: false
  65. position-in-inventory: 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement