Advertisement
Guest User

Untitled

a guest
Jun 25th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 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&lMenüért kattints!'
  13. compass-item: COMPASS
  14. compass-inventory-name: '&a&lMenü'
  15. get-compass-on-join: true
  16. get-compass-slot: 4
  17. get-compass-worlds:
  18. - world
  19. - world_nether
  20. - world_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. - SkyPvP
  28. -Túlélő
  29. data:
  30. spawn:
  31. name: '&e&lSpawn'
  32. lore:
  33. - '&8&l/warp spawn'
  34. item: GRASS
  35. cmd: warp spawn
  36. executedByPlayer: true
  37. position-in-inventory: 10
  38. SkyPvP:
  39. name: '&c&lSkyPvP'
  40. lore:
  41. - '&cJátsz barátaiddal'
  42. item: DIAMOND_SWORD
  43. cmd: /warp skypvp
  44. executedByPlayer: true
  45. position-in-inventory: 12
  46. Túlélő:
  47. name: '&aTúlélő'
  48. lore:
  49. - '&aJátsz barátaiddal'
  50. item: DIRT
  51. cmd: /warp survival
  52. executedByPlayer: true
  53. position-in-inventory: 14
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement