Guest User

Untitled

a guest
Jul 17th, 2025
10
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.18 KB | None | 0 0
  1. minesList:
  2. Title: "&bMines List"
  3. MineItem:
  4. Name: "&b%mine%"
  5. Lore:
  6. - ""
  7. - "&7Blocks Inside:"
  8. - "%blocks%"
  9. - ""
  10. - "&7(Left Click: View Panel)"
  11. - "&7(Right Click: Teleport to Mine)"
  12. Material: "BARRIER" # Default block if there are no blocks inside the mine
  13.  
  14. management:
  15. Title: "&bManaging %mine%"
  16. ManageBlocks:
  17. Name: "&fManage Blocks"
  18. Lore:
  19. - ""
  20. - "&7Manage the blocks to spawn"
  21. - "&7inside this mine."
  22. Material: "STONE"
  23. ManageResets:
  24. Name: "&fManage Resets"
  25. Lore:
  26. - ""
  27. - "&7Force reset or change the"
  28. - "&7way this mine resets."
  29. Material: "DISPENSER"
  30. ManageEffects:
  31. Name: "&fManage Effects"
  32. Lore:
  33. - ""
  34. - "&7Add or change effects that are"
  35. - "&7given to users in this mine."
  36. Material: "BREWING_STAND"
  37. ManageChildren:
  38. Name: "&fManage Children"
  39. Lore:
  40. - ""
  41. - "&7Add or remove mines that will"
  42. - "&7reset when this mine resets."
  43. Material: "NETHER_STAR"
  44. SchematicSet:
  45. Name: "&fSchematic"
  46. Lore:
  47. - ""
  48. - "&7This mine has a schematic"
  49. - ""
  50. - "&7The mine will reset to the"
  51. - "&7same schematic every time"
  52. - ""
  53. - "&7(Left click: Remove Schematic)"
  54. Material: "DIAMOND_ORE"
  55. SchematicUnset:
  56. Name: "&fSchematic"
  57. Lore:
  58. - ""
  59. - "&7This mine has no schematic yet."
  60. - ""
  61. - "&7Set the schematic to set how"
  62. - "&7the blocks inside the mine will"
  63. - "&7be upon resets"
  64. - ""
  65. - "&7The blocks in the Block Manager"
  66. - "&7will be ignored if there is a schematic."
  67. - ""
  68. - "&7(Left click: Set Schematic)"
  69. Material: "BEDROCK"
  70. Teleport:
  71. Name: "&fTeleport"
  72. Lore:
  73. - ""
  74. - "&7Teleport to the teleportation"
  75. - "&7location of the mine."
  76. Material: "ENDER_PEARL"
  77. blockManager:
  78. Title: "&7Block Manager: &b{mine}"
  79. filler:
  80. material: BLACK_STAINED_GLASS_PANE
  81. name: "&f"
  82. lore: []
  83. previous:
  84. material: ARROW
  85. name: "&7Previous Page"
  86. lore:
  87. - ""
  88. - "&7Return to the previous panel page."
  89. next:
  90. material: ARROW
  91. name: "&7Next Page"
  92. lore:
  93. - ""
  94. - "&7Go to the next page."
  95. addBlock:
  96. material: EMERALD
  97. name: "&bAdd a Block"
  98. lore:
  99. - ""
  100. - "&7(Click: Add a new block to this mine)"
  101. togglePlacing:
  102. material: DIAMOND_PICKAXE
  103. name: "&bAllow Block Placing: {value}"
  104. lore:
  105. - ""
  106. - "&7Whether to let players place blocks"
  107. - "&7within this mine."
  108. blockItem:
  109. name: "&f{material}"
  110. lore:
  111. - ""
  112. - "&7This will spawn with a chance of: &b{chance}%&7."
  113. - ""
  114. - "&7(Left click: Remove)"
  115. - "&7(Right click: Edit Chance)"
  116. chanceEditor:
  117. Title: "&7Select Chance"
  118. size: 45
  119. addItem:
  120. material: LIME_STAINED_GLASS
  121. slots: [0,1,2,9,10,11,18,19,20,27,28,29,36,37,38]
  122. name: "&fAdd %value%%"
  123. subtractItem:
  124. material: RED_STAINED_GLASS
  125. slots: [6,7,8,15,16,17,24,25,26,33,34,35,42,43,44]
  126. name: "&cSubtract %value%%"
  127. chanceDisplay:
  128. slot: 4
  129. material: EMERALD
  130. name: "&cBlock Chance"
  131. lore:
  132. - ""
  133. - "&7Block Chance: &b%chance%%"
  134. saveButton:
  135. slot: 40
  136. material: WHITE_WOOL
  137. name: "&fSave Chance & Continue"
  138. resetManagement:
  139. Title: "&7Reset Manager: &b%mine_name%"
  140. size: 45
  141. items:
  142. reset_now:
  143. slot: 10
  144. material: STONE_BUTTON
  145. name: "&bReset Now"
  146. lore:
  147. - ""
  148. - "&7(Click: Reset the mine now)"
  149. reset_type_gradual:
  150. slot: 12
  151. material: REDSTONE
  152. name: "&bReset Type: %reset_type%"
  153. lore:
  154. - ""
  155. - "&7Gradual: Slower, more efficient."
  156. - "&7Faster: Less efficient."
  157. - ""
  158. - "&7(Left click: Change Type)"
  159. - "&7(Right click: Edit Speed)"
  160. reset_type_instant:
  161. slot: 12
  162. material: REDSTONE
  163. name: "&bReset Type: %reset_type%"
  164. lore:
  165. - ""
  166. - "&7Gradual: Slower, more efficient."
  167. - "&7Faster: Less efficient."
  168. - ""
  169. - "&7(Click: Change Type)"
  170. timed_reset:
  171. slot: 14
  172. material: CLOCK
  173. name: "&bTimed Reset"
  174. lore:
  175. - ""
  176. - "&7(Click: Edit the Timed Reset settings)"
  177. percentage_reset:
  178. slot: 16
  179. material: BUCKET
  180. name: "&bPercentage Reset"
  181. lore:
  182. - ""
  183. - "&7(Click: Edit the Percentage Reset settings)"
  184. set_reset_timer:
  185. slot: 22
  186. material: CLOCK
  187. name: "&bSet Reset Timer"
  188. lore:
  189. - ""
  190. - "&7Click to set a new reset timer in seconds"
  191. - "&7by typing it in chat."
  192. reset_messages_enabled:
  193. slot: 29
  194. material: PAPER
  195. name: "&7Reset Messages Enabled: &b%reset_messages_enabled%"
  196. lore:
  197. - ""
  198. - "&7Whether messages like 'A"
  199. - "&7is resetting.' will be sent."
  200. - ""
  201. - "&7(Click: Toggle)"
  202. broadcast_messages_enabled:
  203. slot: 33
  204. material: PAPER
  205. name: "&7Broadcast Reset Messages Instead: &b%broadcast_messages_enabled%"
  206. lore:
  207. - ""
  208. - "&7Whether messages like 'A will"
  209. - "&7is resetting.' will be broadcasted"
  210. - "&7instead of sent to players who"
  211. - "&7are near to the mine when"
  212. - "&7it resets."
  213. - ""
  214. - "&7(Reset Messages must be enabled for"
  215. - "&7this to matter)"
  216. - ""
  217. - "&7(Click: Toggle)"
  218. previous_page:
  219. slot: 36
  220. material: ARROW
  221. name: "&7Previous Page"
  222. lore:
  223. - ""
  224. - "&7Return to the previous panel page."
  225. resetSpeedManager:
  226. Title: "&7Reset Manager: &b{mine}"
  227. size: 27
  228. previousPage:
  229. slot: 18
  230. name: "&7Previous Page"
  231. lore:
  232. - ""
  233. - "&7Return to the previous panel page."
  234. material: "ARROW"
  235. selectedSuffix: "&7(Selected)"
  236. clickToSelectSuffix: "&7(Click To Select)"
  237. options:
  238. slow:
  239. slot: 11
  240. name: "&fSlow"
  241. lore:
  242. - ""
  243. - "&7Less strain on your server, but takes the most time."
  244. - ""
  245. material: "LIME_STAINED_GLASS"
  246. fast:
  247. slot: 13
  248. name: "&fFast"
  249. lore:
  250. - ""
  251. - "&7More strain on your server, but takes less time."
  252. - ""
  253. material: "RED_STAINED_GLASS"
  254. max:
  255. slot: 15
  256. name: "&fMax"
  257. lore:
  258. - ""
  259. - "&7Large strain on your server, but takes like no time."
  260. - ""
  261. material: "RED_STAINED_GLASS"
  262. timedReset:
  263. Title: "&7Editing Timed Reset"
  264. enabled:
  265. name: "&7Enabled: &a%value%"
  266. lore:
  267. - ""
  268. - "&7(Click: Toggle)"
  269. material: "LIME_DYE"
  270. amount: 1
  271. disabled:
  272. name: "&7Enabled: &c%value%"
  273. lore:
  274. - ""
  275. - "&7(Click: Toggle)"
  276. material: "GRAY_DYE"
  277. amount: 1
  278. intervalMessages:
  279. name: "&7Interval Messages Enabled: &b%value%"
  280. lore:
  281. - ""
  282. - "&7Whether messages like 'this mine'"
  283. - "&7will reset in x seconds' will be sent."
  284. - ""
  285. - "&7(Click: Toggle)"
  286. material: "PAPER"
  287. amount: 1
  288. broadcastIntervalMessages:
  289. name: "&7Broadcast Interval Messages Instead: &b%value%"
  290. lore:
  291. - ""
  292. - "&7Whether messages like 'this mine will'"
  293. - "&7reset in x seconds' will be broadcasted"
  294. - "&7instead of sent to players who are near"
  295. - "&7to the mine."
  296. - ""
  297. - "&7(Interval Messages must be enabled for"
  298. - "&7this to matter)"
  299. - ""
  300. - "&7(Click: Toggle)"
  301. material: "PAPER"
  302. amount: 1
  303. timeUntilReset:
  304. enabledName: "&7Time Until Reset: &b%time%"
  305. disabledName: "&7Time Until Reset: &cTime Reset is Disabled"
  306. loreEnabled:
  307. - ""
  308. - "&7(Click: Refresh)"
  309. loreDisabled: []
  310. material: "CLOCK"
  311. amount: 1
  312. addIntervalButtons:
  313. material: "WHITE_WOOL"
  314. amount: 1
  315. subtractIntervalButtons:
  316. material: "RED_WOOL"
  317. amount: 1
  318. resetInterval:
  319. name: "&7Reset Interval: %time%"
  320. lore:
  321. - ""
  322. - "&7This is the amount of seconds between"
  323. - "&7each reset of this mine. Click the buttons"
  324. - "&7on the sides to tweak the interval to your"
  325. - "&7liking."
  326. material: "CLOCK"
  327. amount: 1
  328. previousPage:
  329. name: "&7Previous Page"
  330. lore:
  331. - ""
  332. - "&7Return to the previous panel page."
  333. material: "ARROW"
  334. amount: 1
  335. percentageReset:
  336. Title: "&7Editing Percentage Reset"
  337. enabled:
  338. name: "&7Enabled: &a%value%"
  339. lore:
  340. - ""
  341. - "&7(Click: Toggle)"
  342. material: "LIME_DYE"
  343. amount: 1
  344. disabled:
  345. name: "&7Enabled: &c%value%"
  346. lore:
  347. - ""
  348. - "&7(Click: Toggle)"
  349. material: "GRAY_DYE"
  350. amount: 1
  351. resetAt:
  352. name: "&7Reset at: &b%value%% &7blocks mined"
  353. lore: []
  354. material: "BUCKET"
  355. amount: 1
  356. addButtons:
  357. material: "LIME_WOOL"
  358. amount: 1
  359. subtractButtons:
  360. material: "RED_WOOL"
  361. amount: 1
  362. addLore: []
  363. subtractLore: []
  364. amounts: [1, 5, 10]
  365. previousPage:
  366. name: "&7Previous Page"
  367. lore:
  368. - ""
  369. - "&7Return to the previous panel page."
  370. material: "ARROW"
  371. amount: 1
  372. effectManagement:
  373. Title: "&7Effect Manager: &b%mine%"
  374. effects:
  375. - "Fast Digging"
  376. - "Slow Digging"
  377. - "Hunger Replenishment"
  378. - "Health Increase"
  379. - "Night Vision"
  380. - "Swiftness"
  381. - "Jump Boost"
  382. - "Invisibility"
  383. - "Regeneration"
  384. - "Fire Resistance"
  385. - "Strength"
  386. - "Water Breathing"
  387. - "Blindness"
  388. - "Nausea"
  389. - "Instant Health"
  390. - "Weakness"
  391. - "Poison"
  392. enabledDisplay: "&7%effect% is &aenabled (%level%)"
  393. enabledLore:
  394. - ""
  395. - "&7(Left click: Disable)"
  396. - "&7(Right click: Change Potency)"
  397. disabledDisplay: "&7%effect% is &cdisabled"
  398. disabledLore:
  399. - ""
  400. - "&7(Click: Enable)"
  401. effectMaterial: "GLOWSTONE_DUST"
  402. glassPaneSlots: [18, 19, 20, 21, 22, 23, 24, 25, 26]
  403. glassPaneMaterial: "BLACK_STAINED_GLASS_PANE"
  404. previousPage:
  405. name: "&7Previous Page"
  406. lore:
  407. - ""
  408. - "&7Return to the previous panel page."
  409. material: "ARROW"
  410. amount: 1
  411. potencyEditor:
  412. Title: "&7Potency Editor"
  413. potency:
  414. name: "&7Potency: &b%value%"
  415. lore:
  416. - ""
  417. - "&7(Left click: +1 Potency)"
  418. - "&7(Right click: -1 Potency)"
  419. material: "GLOWSTONE_DUST"
  420. amount: 1
  421. maxLevelMessage: "&bᴍɪɴᴇꜱ &7» &fThis effect is at max level."
  422. maxPotency: 5
  423. previousPage:
  424. name: "&7Previous Page"
  425. lore:
  426. - ""
  427. - "&7Return to the previous panel page."
  428. material: "ARROW"
  429. amount: 1
  430. childrenManagement:
  431. Title: "&7Children Manager: &b%mine%"
  432. childItem:
  433. name: "&f%child%"
  434. lore:
  435. - ""
  436. - "&7This is a child that resets when this mine resets."
  437. - ""
  438. - "&7(Left click: Remove)"
  439. material: "EMERALD"
  440. amount: 1
  441. glassPaneSlots: [36, 37, 38, 39, 40, 41, 42, 43, 44]
  442. glassPaneMaterial: "BLACK_STAINED_GLASS_PANE"
  443. previousPage:
  444. name: "&7Previous Page"
  445. lore:
  446. - ""
  447. - "&7Return to the previous panel page."
  448. material: "ARROW"
  449. amount: 1
  450. nextPage:
  451. name: "&7Next Page"
  452. lore:
  453. - ""
  454. - "&7Go to the next page."
  455. material: "ARROW"
  456. amount: 1
  457. addChildren:
  458. name: "&bAdd Children"
  459. lore:
  460. - ""
  461. - "&7(Click: Add a new child to this mine)"
  462. material: "EMERALD"
  463. amount: 1
  464. noMinesMessage: "&bᴍɪɴᴇꜱ &7» &fThere aren't any other Mines to add."
  465. itemsPerPage: 35
  466. childChooser:
  467. Title: "&7Children Manager: &b%mine%"
  468. childItem:
  469. name: "&f%child%"
  470. lore:
  471. - ""
  472. - "&7Click to add this child to %mine% mine."
  473. - ""
  474. - "&7(Click: Add Children)"
  475. material: "EMERALD"
  476. amount: 1
  477. glassPaneSlots: [36, 37, 38, 39, 40, 41, 42, 43, 44]
  478. glassPaneMaterial: "BLACK_STAINED_GLASS_PANE"
  479. previousPage:
  480. name: "&7Previous Page"
  481. lore:
  482. - ""
  483. - "&7Return to the previous panel page."
  484. material: "ARROW"
  485. amount: 1
  486. nextPage:
  487. name: "&7Next Page"
  488. lore:
  489. - ""
  490. - "&7Go to the next page."
  491. material: "ARROW"
  492. amount: 1
  493. itemsPerPage: 35
Add Comment
Please, Sign In to add comment