Guest User

config.yml

a guest
May 31st, 2018
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 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&lGame Selector!'
  13. compass-item: COMPASS
  14. compass-inventory-name: '&a&lSelect a game! Oo'
  15. get-compass-on-join: true
  16. get-compass-slot: 4
  17. get-compass-worlds:
  18. - world
  19. only-allow-command-lc_get-in-worlds: true
  20. can-drop-compass: false
  21. inventory-lines-amount: 4
  22. sound-effect: falses
  23. options:
  24. - Hub
  25. - Survival
  26. data:
  27. spawn:
  28. name: '&e&lHub / Lobby'
  29. lore:
  30. - '&7Click this Item Go to the hub'
  31. item: GRASS
  32. cmd: warp lobby
  33. executedByPlayer: true
  34. position-in-inventory: 10
  35. Survival:
  36. name: '&c&lSurvival'
  37. lore:
  38. - 'Click to go to the Survival world'
  39. item: IRON_SWORD
  40. cmd: warp Survival
  41. executedByPlayer: true
  42. position-in-inventory: 19
Add Comment
Please, Sign In to add comment