Advertisement
Guest User

Untitled

a guest
May 15th, 2016
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 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-on-join-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&lWybierz tryb'
  13. compass-item: COMPASS
  14. compass-inventory-name: '&a&lWYBIERZ TRYB'
  15. get-compass-on-join: true
  16. get-compass-on-join-slot: 1
  17. get-compass-worlds:
  18. - world
  19. - world_nether
  20. only-allow-command-lc_get-in-worlds: true
  21. can-drop-compass: false
  22. inventory-lines-amount: 4
  23. sound-effect: true
  24. options:
  25. - Hide And Seek
  26. - TNTRun
  27. - SkyWars
  28. data:
  29. Hide And Seek:
  30. name: '&6&lHide And Seek'
  31. lore:
  32. - '&6Schowaj sie, bo cie znajda!'
  33. - '&7Tylko na &6G2U&7!'
  34. item: PUMPKIN
  35. cmd: warp hns
  36. executedByPlayer: true
  37. position-in-inventory: 10
  38. TNTRun:
  39. name: '&c&lTNTRun'
  40. lore:
  41. - '&cUciekaj przed spadajacym TNT!'
  42. - '&7Tylko na &6G2U&7!'
  43. item: TNT
  44. cmd: warp tntrun
  45. executedByPlayer: true
  46. position-in-inventory: 11
  47. SkyWars:
  48. name: '&9&lSkyWars'
  49. lore:
  50. - '&9Walcz na latajacych wyspach!'
  51. - '&7Tylko na &6G2U&7!'
  52. item: GRASS
  53. cmd: warp swr
  54. executedByPlayer: true
  55. position-in-inventory: 12
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement