Advertisement
Guest User

Lobby Compass

a guest
Aug 9th, 2018
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. # #############################################
  2. # # - LobbyCompass Updated By FrostedGC & Goldentoenail - #
  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-slot is -1 it will add the compass in a free slot
  9. # # LobbyCompass handles inventories starting at 0-8 not 1-9!
  10. # # ############################################
  11.  
  12. compass-name: '&f&lClick This To Open Gui!'
  13. compass-item: COMPASS
  14. compass-inventory-name: '&a&lAWESOME Warp-Compass Oo'
  15. get-compass-on-join: true
  16. get-compass-slot: 4
  17. get-compass-worlds:
  18. - andreworld
  19. - andreworld_nether
  20. - andreworld_the_end
  21. only-allow-command-lc_get-in-worlds: true
  22. can-drop-compass: false
  23. inventory-lines-amount: 4
  24. sound-effect: true
  25. options:
  26. - spawn
  27. data:
  28. spawn:
  29. name: '&e&lSpawn'
  30. lore:
  31. - '&7Click this to teleport to spawn'
  32. item: 155
  33. cmd: spawn
  34. executedByPlayer: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement