Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2018
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.56 KB | None | 0 0
  1. #
  2. # Prints a lot more messages to console.
  3. # Should only be enabled when I ask to.
  4. Settings:
  5. Prefix: '&aActionPoints >> &f'
  6. Inactivity:
  7. Enabled: true
  8. DaysUntilDecay: 7
  9. PointsToRemove: 50
  10. MySQL:
  11. Use: false
  12. Host: localhost
  13. Port: 3306
  14. Username: root
  15. Password: somerandompass
  16. Database: actionpoints
  17. PoolSize: 20
  18. Rewards:
  19. ResetAt: 3000
  20. Rewards:
  21. '200':
  22. Commands:
  23. - eco give %player% 40
  24. Message: You reached 200 points! &e&l+$40
  25. '400':
  26. Commands:
  27. - eco give %player% 80
  28. Message: You reached 400 points! &e&l+$80
  29. '600':
  30. Commands:
  31. - eco give %player% 120
  32. Message: You reached 600 points! &e&l+$120
  33. '800':
  34. Commands:
  35. - eco give %player% 160
  36. Message: You reached 800 points! &e&l+$160
  37. '1000':
  38. Commands:
  39. - eco give %player% 200
  40. - cc give Physical Basic 1 %player%
  41. - envoys giveflare %player% Common 1
  42. Message: You reached 1000 points! &e&l+$200 &f&l& &7&lCommon &f&lflare & key
  43. '1200':
  44. Commands:
  45. - eco give %player% 240
  46. Message: You reached 1200 points! &e&l+$240
  47. '1400':
  48. Commands:
  49. - eco give %player% 280
  50. Message: You reached 1400 points! &e&l+$280
  51. '1600':
  52. Commands:
  53. - eco give %player% 320
  54. Message: You reached 1600 points! &e&l+$320
  55. '1800':
  56. Commands:
  57. - eco give %player% 360
  58. Message: You reached 1800 points! &e&l+$360
  59. '2000':
  60. Commands:
  61. - eco give %player% 400
  62. - cc give Physical Classic 1 %player%
  63. - envoys giveflare %player% Rare 1
  64. Message: You reached 2000 points! &e&l+$400 &f&l& &b&lRare &f&lflare & key
  65. '2200':
  66. Commands:
  67. - eco give %player% 440
  68. Message: You reached 2200 points! &e&l+$440
  69. '2400':
  70. Commands:
  71. - eco give %player% 480
  72. Message: You reached 2400 points! &e&l+$480
  73. '2600':
  74. Commands:
  75. - eco give %player% 520
  76. Message: You reached 2600 points! &e&l+$520
  77. '2800':
  78. Commands:
  79. - eco give %player% 560
  80. Message: You reached 2800 points! &e&l+$560
  81. '3000':
  82. Commands:
  83. - eco give %player% 600
  84. - cc give Physical Galactic 1 %player%
  85. - envoys giveflare %player% Mythic 1
  86. Message: You reached the highest reward and will be reset! &e&l+$600 &f&l&
  87. &5&lMythic &f&lflare & key
  88. Commands:
  89. Beg:
  90. Enabled: false
  91. MinPoints: 10
  92. MaxPoints: 50
  93. Daily:
  94. Enabled: true
  95. Points: 100
  96. Trivia:
  97. Enabled: false
  98. PointReward: 25
  99. WrongAnswer:
  100. RemovePoints: true
  101. PointsToRemove: 10
  102. Timeout:
  103. Minutes: 5
  104. Menu:
  105. Question:
  106. Material: REDSTONE_TORCH
  107. Title: '&6%question%'
  108. Answer1:
  109. Material: WOOL
  110. Title: '&f%answer%'
  111. Answer2:
  112. Material: WOOL
  113. Title: '&f%answer%'
  114. Answer3:
  115. Material: WOOL
  116. Title: '&f%answer%'
  117. Answer4:
  118. Material: WOOL
  119. Title: '&f%answer%'
  120. Actions:
  121. Anvil:
  122. Enabled: false
  123. Points: 5
  124. BlockBreak:
  125. Enabled: true
  126. Blocks:
  127. - STONE:1
  128. - OAK_LOG:1
  129. - IRON_ORE:3
  130. - GOLD_ORE:3
  131. - DIAMOND_ORE:5
  132. - EMERALD_ORE:5
  133. - OBSIDIAN:6
  134. Timeout:
  135. Enabled: false
  136. Seconds: 30
  137. BlockPlace:
  138. Enabled: false
  139. Blocks:
  140. - DIAMOND_BLOCK:20
  141. - IRON_BLOCK:10
  142. - GOLD_BLOCK:15
  143. - OBSIDIAN:5
  144. Timeout:
  145. Enabled: false
  146. Seconds: 30
  147. AllowPlacedBlocks: false
  148. Chat:
  149. Enabled: false
  150. Points: 1
  151. MinimumChars: 10
  152. Similarity:
  153. Allow: false
  154. Percentage: 80
  155. Command:
  156. Enabled: false
  157. Commands:
  158. - /msg:1
  159. - /tpaccept:1
  160. - /tpa:1
  161. Timeout:
  162. Enabled: false
  163. Seconds: 10
  164. IgnoreSimilarCommands: true
  165. Crafting:
  166. Enabled: false
  167. Items:
  168. - DIAMOND_SWORD:10
  169. - DIAMOND_PICKAXE:15
  170. - DIAMOND_AXE:15
  171. - DIAMOND_SHOVEL:5
  172. - DIAMOND_HELMET:25
  173. - DIAMOND_CHESTPLATE:40
  174. - DIAMOND_LEGGINGS:35
  175. - DIAMOND_BOOTS:35
  176. - GOLD_SWORD:6
  177. - GOLD_PICKAXE:9
  178. - GOLD_AXE:9
  179. - GOLD_SHOVEL:3
  180. - GOLD_HELMET:15
  181. - GOLD_CHESTPLATE:24
  182. - GOLD_LEGGINGS:21
  183. - GOLD_BOOTS:12
  184. - IRON_SWORD:6
  185. - IRON_PICKAXE:9
  186. - IRON_AXE:9
  187. - IRON_SHOVEL:3
  188. - IRON_HELMET:15
  189. - IRON_CHESTPLATE:24
  190. - IRON_LEGGINGS:21
  191. - IRON_BOOTS:12
  192. Enchanting:
  193. Enabled: true
  194. Points: 5
  195. PlayerDeath:
  196. Enabled: false
  197. PointsToTake: 25
  198. ItemConsume:
  199. Enabled: false
  200. Points: 5
  201. Plugins:
  202. SuperLuckyBlock:
  203. Enabled: false
  204. LBBreak:
  205. Points: 10
  206. LuckyMining:
  207. Points: 20
  208. FactionsUUID:
  209. Enabled: false
  210. FactionCreate:
  211. Points: 50
  212. LandClaim:
  213. Points: 25
  214. Lands:
  215. Enabled: false
  216. Points: 25
  217. GriefPrevention:
  218. Enabled: false
  219. Points: 20
  220. NuVotifier:
  221. Enabled: false
  222. Points: 50
  223. ASkyBlock:
  224. ChallengeComplete:
  225. Enabled: false
  226. Points: 20
  227. NewIsland:
  228. Enabled: false
  229. Points: 40
  230. Messages:
  231. Balance: You currently have %amount% points.
  232. BegNoPoints: Nope, no points for you this time!
  233. BegPoints: Congrats, you got %amount% points!
  234. Converted: Your points have been converted into rewards!
  235. DailyReward: You collected your daily reward of %amount% points.
  236. PointsAdded: '%amount% points have been added to your account. You have %total%
  237. points now.'
  238. PointsRemoved: '%amount% points have been removed from your account. You have %total%
  239. points now.'
  240. PointsReset: Your balance has been reset.
  241. NoPermission: You don't have the permission to execute this command.
  242. WaitUntilBeg: You have to wait %timeleft% before you can beg again.
  243. WaitForDaily: Your daily reward isn't ready! You have to wait %timeleft% before
  244. it's ready!
  245. WrongUsage: Wrong command usage! Please see /actionpoints help for the correct usage.
  246. CommandNotFound: Couldn't find the command you specified. Please use /actionpoints
  247. help for help.
  248. TriviaRight: You chose the right answer! You earned %amount% points.
  249. TriviaWrong: You chose the wrong answer... You lost %amount% points.
  250. WaitForTrivia: You need to wait %timeleft% before you can do another trivia question.
  251. Startup:
  252. CheckForUpdate: true
  253. DebugMessages: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement