Advertisement
Guest User

Untitled

a guest
Sep 28th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.65 KB | None | 0 0
  1. custom_command: "blocks"
  2. conversion_factor: 16
  3. banknote_enabled: true
  4. start_blocks: 0
  5. start_cubes: 0
  6. withdrawl_item:
  7. type: PAPER
  8. name: "&b&nBlocks Note&8 (&fRight Click&8)"
  9. lore:
  10. - '&fValue&8: &b%blocks%'
  11. - '&fSigner&8: &b%signer%'
  12. withdraw_sign:
  13. input_line: 4
  14. lines:
  15. - "Withdrawal Blocks"
  16. - "Enter the Amount"
  17. - "in the Line Below..."
  18. - ""
  19. combine_sign:
  20. input_line: 4
  21. lines:
  22. - "Withdrawal Cubes"
  23. - "Enter the Amount"
  24. - "in the Line Below..."
  25. - ""
  26. messages:
  27. player_not_found: "&8[&bBlocks&8]&f That player could not be found!"
  28. shop:
  29. no_permission: "&8[&bBlocks&8]&f You do not have the permission for this shop!"
  30. not_enough_blocks: "&8[&bBlocks&8]&f You do not have %needed_blocks% blocks"
  31. not_enough_cubes: "&8[&bBlocks&8]&f You do not have %needed_cubes% cubes"
  32. item_bought: "&8[&bBlocks&8]&f You got %bought_amount% %bought_material% for %cost_blocks% blocks and %cost_cubes% cubes!"
  33. command_bought: "&8[&bBlocks&8]&f You got %command_name% for %cost_blocks% blocks and %cost_cubes% cubes!"
  34. reward_msg:
  35. list_setup: "&b%reward_name%"
  36. not_found: "&8[&bBlocks&8]&f The reward %reward% cannot be found!"
  37. not_enough_blocks: "&8[&bBlocks&8]&f You do not have %needed_blocks% blocks"
  38. not_enough_cubes: "&8[&bBlocks&8]&f You do not have %needed_cubes% cubes"
  39. no_reward_left: "&8[&bBlocks&8]&f There is no reward for you anymore in that list!"
  40. item_reward_given: "&8[&bBlocks&8]&f You got %reward_amount% %reward_material% for %cost_blocks% blocks and %cost_cubes% cubes!"
  41. command_reward_given: "&8[&bBlocks&8]&f You got %reward_name% for %cost_blocks% blocks and %cost_cubes% cubes!"
  42. command_msgs:
  43. invalid_arguments: "&8[&bBlocks&8]&f Invalid Arguments"
  44. invalid_currency_type: "&8[&bBlocks&8]&f Currency is either S for shards or B for blocks."
  45. no_permission: "&8[&bBlocks&8]&f No permission"
  46. player_not_found: "&8[&bBlocks&8]&f Player not found. Try running this command in the proxy if the player is offline!"
  47. balance:
  48. self: "&8[&bBlocks&8]&f Ur balance is: %blocks% blocks, %cubes% cubes"
  49. other: "&8[&bBlocks&8]&f %player%'s balance is: %blocks% blocks, %cubes% cubes"
  50. banknote:
  51. disabled: "&8[&bBlocks&8]&f Banknote is disabled here!"
  52. redeemed: "&8[&bBlocks&8]&f Redeemed banknote for %blocks% blocks"
  53. gave_player_money: "&8[&bBlocks&8]&f You gave %player% %blocks% blocks!"
  54. received_player_money: "&8[&bBlocks&8]&f You were given %blocks% blocks by %player%"
  55. add:
  56. not_a_number: "&8[&bBlocks&8]&f You need to enter a number for the last argument"
  57. success_sender:
  58. blocks: "&8[&bBlocks&8]&f You have given %player% %blocks% blocks. They now have %newblocks% blocks."
  59. cubes: "&8[&bBlocks&8]&f You have given %player% %cubes% cubes. They now have %newcubes% cubes."
  60. success_receiver:
  61. blocks: "&8[&bBlocks&8]&f You have received %blocks% blocks. You now have %newblocks% blocks."
  62. cubes: "&8[&bBlocks&8]&f You have received %cubes% cubes. You now have %newcubes% cubes."
  63. remove:
  64. not_a_number: "&8[&bBlocks&8]&f You need to enter a number for the last argument"
  65. success_sender:
  66. blocks: "&8[&bBlocks&8]&f You have removed %blocks% blocks from %player%. They now have %newblocks% blocks."
  67. cubes: "&8[&bBlocks&8]&f You have removed %cubes% cubes from %player%. They now have %newcubes% cubes."
  68. success_receiver:
  69. blocks: "&8[&bBlocks&8]&f You have received %blocks% blocks. You now have %newblocks% blocks."
  70. cubes: "&8[&bBlocks&8]&f You have received %cubes% cubes. You now have %newcubes% cubes."
  71. withdraw:
  72. not_a_number: "&8[&bBlocks&8]&f Your withdraw value needs to be a number."
  73. invalid_or_missing_value: "&8[&bBlocks&8]&f Could not read the value you wanted to withdraw!"
  74. not_enough_blocks: "&8[&bBlocks&8]&f You cannot withdraw %towithdraw% blocks. You only have %availableblocks% blocks."
  75. success: "&8[&bBlocks&8]&f You withdrew %blocks% blocks. You now have %newblocks% blocks."
  76. combine:
  77. not_a_number: "&8[&bBlocks&8]&f Your withdraw value needs to be a number."
  78. invalid_or_missing_value: "&8[&bBlocks&8]&f Could not read the value you wanted to withdraw!"
  79. success_no_leftover: "&8[&bBlocks&8]&f You combined %cubes% cubes into %blocks% blocks. You used to have %oldblocks% blocks, now you have %newblocks% blocks."
  80. success_leftover: "&8[&bBlocks&8]&f You combined %cubes% cubes into %blocks% blocks. You used to have %oldblocks% blocks, now you have %newblocks% blocks. %leftovercubes% cubes were unable to be combined."
  81. commandAdmin:
  82. - "&8&m-----------------------&8[&bBlocks&8]&8&m-----------------------"
  83. - "&b/blocks add <player> <valud> B/C"
  84. - "&b/blocks remove <player> <valud> B/C"
  85. - "&8&m-----------------------------------------------------"
  86. command:
  87. - "&8&m-----------------------&8[&bBlocks&8]&8&m-----------------------"
  88. - "&b/blocks withdraw <blocks> &8-&f Withdraw Blocks & Cubes into a redeemable note."
  89. - "&b/blocks balance &8-&f Check your Blocks & Cubes balance."
  90. - "&b/blocks balance <user> &8-&f Check <user>'s Blocks & Cubes balance."
  91. - "&8&m-----------------------------------------------------"
  92. rewards:
  93. normal:
  94. Cost:
  95. Blocks: 0
  96. Cubes: 5
  97. Rewards:
  98. - IRON_INGOT 4;50;nonrepeatable
  99. another:
  100. Cost:
  101. Blocks: 2
  102. Cubes: 4
  103. Rewards:
  104. - /give %player% apple 1;10;nonrepeatables A Beatiful Apple
  105. - GOLD_INGOT 2;80;
  106.  
  107. # Material names can be found at https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
  108. # inventory titles cannot be the same
  109.  
  110. inventory-settings:
  111. main-menu-button:
  112. material: BOOK_AND_QUILL
  113. amount: 1
  114. damage: 0
  115. name: "&b&nMain Menu"
  116. lore:
  117. - "&7&l●&f Click to &bopen &fthe &bmain&f menu."
  118. buy-menu:
  119. title: "BlockGame "
  120. "-1":
  121. name: "&b&n-1"
  122. material: LAVA_BUCKET
  123. lore: []
  124. set1:
  125. name: "&b&nSet to 1"
  126. material: BOWL
  127. lore: []
  128. "+1":
  129. name: "&b&n+1"
  130. material: WATER_BUCKET
  131. lore: []
  132. set64:
  133. name: "&b&nSet to 64"
  134. material: BOWL
  135. lore: []
  136. confirm:
  137. name: "&b&nConfirm"
  138. damage: 10
  139. material: INK_SACK
  140. lore: []
  141. cancel:
  142. name: "&b&nCancel"
  143. damage: 8
  144. material: INK_SACK
  145. lore: []
  146. item:
  147. name: "&b&n%item%"
  148. lore:
  149. - "&fBuy Price&8:&b %price%"
  150. buttons:
  151. back:
  152. name: "Back"
  153. lore: []
  154. next:
  155. name: "Next"
  156. lore: []
  157.  
  158. mysql:
  159. user: root
  160. password: 'PkG9L^@6b89?rwFZ'
  161. host: localhost
  162. port: '3306'
  163. databaseName: proxy_blocks
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement