Advertisement
Guest User

LC

a guest
Aug 1st, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 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&lChoose a server!'
  13. compass-inventory-name: '&a&lChoose a server!'
  14. get-compass-on-join: true
  15. get-compass-on-join-slot: 4
  16. get-compass-worlds:
  17. - OpRaids
  18. only-allow-command-lc_get-in-worlds: true
  19. can-drop-compass: false
  20. inventory-lines-amount: 4
  21. sound-effect: true
  22. options:
  23. - Hub
  24. - Factions
  25. - PartyGames
  26. data:
  27. spawn:
  28. name: '&e&lSpawn / Lobby'
  29. lore:
  30. - '&7Click this Item to execute command'
  31. - '&8&l/warp spawn'
  32. - '&7another line :D'
  33. item: 2
  34. cmd: warp spawn
  35. executedByPlayer: true
  36. position-in-inventory: 10
  37. pvp:
  38. name: '&c&lPvP Zone'
  39. lore:
  40. - '&cD&ei&as&bc&do'
  41. - '&8&l/pvp <player> join'
  42. item: 267
  43. cmd: pvp %n% join
  44. executedByPlayer: false
  45. position-in-inventory: 19
  46. Hub:
  47. name: Hub
  48. lore:
  49. - '&7Click this Item to execute command'
  50. - '&8&l/hub'
  51. item: 2
  52. cmd: hub
  53. executedByPlayer: true
  54. position-in-inventory: 10
  55. Factions:
  56. name: '&c&lFactions'
  57. lore:
  58. - '&7Click this Item to execute command'
  59. - '&8&lCustom OP-Factions Server!'
  60. item: 267
  61. cmd: spawn
  62. executedByPlayer: true
  63. position-in-inventory: 13
  64. PartyGames:
  65. name: '&e&lParty Games!'
  66. lore:
  67. - '&7Click this Item to execute command'
  68. - '&8&lA collection of custom minigames!'
  69. item: 5703
  70. cmd: mvtp %n% PG
  71. executedByPlayer: false
  72. position-in-inventory: 16
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement