Advertisement
Guest User

Untitled

a guest
May 16th, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. # This file contains r-FFA's general options.
  2. # ==== General Options ====
  3.  
  4. # Global functions.
  5.  
  6. # join: 'join(<FFA>)'
  7. # FFA: 'FFA(<player>)'
  8. # FFA's positions: 'POS(<FFA>)'
  9. # FFA's kits: 'KITS()'
  10. # FFAS: 'FFAs()'
  11. # KIT: 'pKIT(<player>)'
  12. # players: 'players(<FFA>)'
  13. # max height: 'maxH(<FFA)'
  14. # min height: 'minH(<FFA>)'
  15.  
  16.  
  17.  
  18. # ==== Configuration Example ====
  19.  
  20. # loc() example 'loc(x, y, z, world)'
  21. # loc(0, 0, 0, world)
  22. inventory on join:
  23. - '0|iron axe|{display:{Name:"§fJoin§b FFA"}}|1'
  24. - '1|book|{display:{Name:"§fChoose and edit§b kits"}}|2'
  25.  
  26. # === GUI for join an FFA ===
  27. # you can edit name, height, and items in
  28.  
  29. name of gui to join: '§3Join an§b FFA'
  30. height of gui to join: 6
  31. decoration of gui to join:
  32. - '9|160:0|{}'
  33. - '10|160:0|{}'
  34. - '11|160:0|{}'
  35. - '12|160:0|{}'
  36. - '13|160:0|{}'
  37. - '14|160:0|{}'
  38. - '15|160:0|{}'
  39. - '16|160:0|{}'
  40. - '17|160:0|{}'
  41. hub: 'loc(0, 85, 0, "warzonev2t")'
  42.  
  43.  
  44. name of gui to edit: '§3Edit a§b KIT'
  45. height of gui to edit: 1
  46. decoration of gui to edit:
  47. # - '2|iron axe|{}'
  48.  
  49. name of gui to edit a kit: '§3Editing§b $k'
  50. height of gui to edit a kit: 1
  51.  
  52.  
  53. nbt to edit: '{display:{Name:"§fKit§b $k",Lore:["§fEdit: $ce","§fChoose: $cc"]}}'
  54. click to edit a kit: 'RIGHT'
  55. click to choose a kit: 'LEFT'
  56. nbt of an edited kit: '{display:{Name:"§fKit§b $k",Lore:["§fEdit: $ce","§fDelete: $cd","§fPreview: $cs"]}}'
  57. click to edit an edited kit: 'LEFT'
  58. click to see an edited kit: 'RIGHT'
  59. click to delete an edited kit: 'DROP'
  60.  
  61. edited kit/kit: '4'
  62. preview gui name: '§3$k n°$n'
  63. kits:
  64. - kit
  65. - kits
  66. stats:
  67. - stats
  68. - statistics
  69.  
  70. help:
  71. - ''
  72. - '§e/kit create (kit)§f to create one.'
  73. - '§e/kit delete (kit)§f to delete one.'
  74. - '§e/kit slot (kit) (slot)§f to set slot of one.'
  75. - '§e/kit item (kit) (item)§f to set item of one.'
  76. edit help:
  77. - ''
  78. - '§e.help§f to get helped.'
  79. - '§e.reset§f to reset your inventory.'
  80. - '§e.save§f to save your inventory.'
  81. - '§e.stop§f to stop.'
  82. - '§e.cancel§f to cancel.'
  83.  
  84. combat timer: '15 seconds'
  85.  
  86. FFA:
  87. ICE:
  88. item: '$s of ice'
  89. slot: 0
  90. nbt: '{display:{Name:"§fJoin§b $id",Lore:["§f$s/$max"]}}'
  91. positions:
  92. - 'loc(-1164, 14, 299, "ffa(1)")'
  93. - 'loc(-1183, 11, 398, "ffa(1)")'
  94. - 'loc(-1243, 21, 418, "ffa(1)")'
  95. # ETC ..
  96. max height: '100'
  97. min height: '0'
  98. max: 30
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement