Guest User

Untitled

a guest
Jun 16th, 2025
5
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.05 KB | None | 0 0
  1. # Configuration for Mines
  2.  
  3. # Having TPS issues with Mines? Search this document for "(POSSIBLE PERFORMANCE BOOST)"
  4. # to easily locate settings to improve the performance from Mines within' seconds!
  5.  
  6. Tasks:
  7. Queues:
  8. Timer: 0 # Seconds (POSSIBLE PERFORMANCE BOOST)
  9. # Mines resetting causing lag? Enable this! (Suggested to try 3 at 1st, increase if needed)
  10. #
  11. # Queues allow you to add delays in-between each mine resetting.
  12. # Changing this will require a server reboot to work.
  13. Percentage:
  14. Timer: 1 # Seconds (POSSIBLE PERFORMANCE BOOST)
  15. # Are you using Timed Resets or just not using percentages to reset? Disable this! (Set it to 0)
  16. #
  17. # Changing this affects how many seconds all the mines are checked for their percentages left.
  18. #
  19. # 50-100 mines: Suggested to set this number to 3-6.
  20. # If you have 100+ mines, I'd highly suggest raising this number to 7-10.
  21. #
  22. # Note: Increasing this number will affect "Percentage Mined/Left" & "Percentage to reset" accuracy.
  23. Holograms:
  24. Timer: 10 # Seconds (POSSIBLE PERFORMANCE BOOST)
  25. # Not using Mines built in hologram system? (You... you should be.) Disable this! (Set it to 0)
  26. #
  27. # Changing this affects how often all the Mines holograms are updated.
  28. Signs:
  29. Timer: 1 # Seconds (POSSIBLE PERFORMANCE BOOST)
  30. # Not using Mine Signs? Disable this!
  31. #
  32. # This timer affects when Mine Signs are updated.
  33. Enable-Reset-Signs-Cooldown: true # Not using any Mine reset signs? Disable this! (POSSIBLE PERFORMANCE BOOST)
  34.  
  35. Performance-Focused: true
  36. # Enabling this makes the main mine resetting event go into async mode. (More efficient)
  37. # Note: Enabling this will cause Mines to completely ignore both the 'MinePreResetEvent' & 'MinePostResetEvent'
  38. # If you don't even know what these two events are or what they're used for, I'd highly suggest enabling this option.
  39. # Also, changing this requires the plugin to be completely restarted. (Server reboot recommended)
  40.  
  41. Settings:
  42. Check-For-Updates: true
  43. Mine-Fly-Height: 3
  44. # The amount of blocks above a mine that mine fly will cut off at.
  45. Mine-Effects-Height: 3
  46. # The amount of blocks above a mine that the mines effects will work within'.
  47. Broadcast-Mines-Resetting: false
  48. # true = All mines will broadcast that they reset & alert players that are teleported out of them.
  49. # false = No broadcasts & no player teleport message alerts.
  50. Allow-Block-Breaking-While-Mines-Reset: true
  51.  
  52. Holograms:
  53. Default hologram:
  54. # PLEASE READ: If you make ANY changes/update to the Holograms, a server reboot is required.
  55. Layout:
  56. - '&8&m+-----&7( &b%name% &7)&8&m-----+'
  57. #- '&6♦ &fBlocks broken &7» &e%blocksbroken%'
  58. #- '&e♦ &fBlocks left &7» &b%blocksleft%'
  59. - '%empty%'
  60. #- '&6• &fPercent broken &7» &e%percentbroken%'
  61. - '&e• &fPercent left &7» &b%percentleft%'
  62. - '&e• &fResets at &7» &e%percentbrokentoreset%% &8/ &b%percentlefttoreset%%'
  63. - '&3&m———&f Percent bar &3&m———'
  64. - '%blocksprogressbar%'
  65. - '%empty%'
  66. - '&e♠ &fResets in &b%timeuntilreset% &e♠'
  67. # %name% - Name of the Mine.
  68. # %blocksbroken% - Amount of blocks currently broken in the Mine. **
  69. # %blocksleft% - Amount of blocks currently left in the Mine. **
  70. # %percentbroken% - Percentage of the currently broken blocks in the Mine. **
  71. # %percentleft% - Percentage of the currently remaining blocks in the Mine. **
  72. # %percentbrokentoreset% - The percentage of the percent broken amount for the Mine to reset. **
  73. # %percentlefttoreset% - The percentage of the percent left amount for the Mine to reset. **
  74. # %blocksprogressbar% - The progress bar of the percentage for the Mine. **
  75. # %timeuntilreset% - The amount of time until the Mine resets.
  76. # %empty% - An invisible line in the hologram so you don't see an empty line of text.
  77. #
  78. # ** = Only works when PercentageTask is enabled (NOT A PLACEHOLDER)
  79. Resetting:
  80. - '&8&m+-----&7( &b%name% &7)&8&m-----+'
  81. - '%empty%'
  82. - '&fThis mine is'
  83. - '&fcurrently resetting...'
  84. - '%empty%'
  85. - '&8&m+-----&7( &b%name% &7)&8&m-----+'
  86. MineQueue:
  87. - '&8&m+-----&7( &b%name% &7)&8&m-----+'
  88. - '%empty%'
  89. - '&fThis mine is currently'
  90. - '&fin a queue to reset... &8(&b#%position%&8)'
  91. - '%empty%'
  92. - '&8&m+-----&7( &b%name% &7)&8&m-----+'
  93. Height: 3 # The amount of blocks the hologram is raised above the Mine.
  94. PlaceholderAPI:
  95. Progress-Bar:
  96. Bars:
  97. Symbol: ':'
  98. Amount: 10
  99. Colors:
  100. Empty: '&7'
  101. Full: '&a'
  102. Prefix: '&8['
  103. Suffix: '&8]'
  104. Time-Until-Reset:
  105. Use-Shortened-Format: true
  106. # Enabled = 42s
  107. # Disabled = 0h 0m 42s
  108.  
  109. # Configuration for Mine signs
  110. Sign:
  111. Messages:
  112. Cooldown: "&bᴍɪɴᴇꜱ &fYou must wait &b%cooldown% &fbefore trying to reset &b%mine% &fmine"
  113. Reset: "&bᴍɪɴᴇꜱ &fYou have reset &b%mine% &fmine."
  114. Invalid Mine: "&bᴍɪɴᴇꜱ &fSorry, but the mine &b%mine% &fno longer exists."
  115. Types:
  116. Percentage Mined:
  117. 1: "&bᴍɪɴᴇꜱ"
  118. 2: "&9Percentage Mined"
  119. 3: "&f%placeholder%%"
  120. 4: "&bᴍɪɴᴇꜱ"
  121. Percentage Left:
  122. 1: "&bᴍɪɴᴇꜱ"
  123. 2: "&9Percentage Left"
  124. 3: "&f%placeholder%%"
  125. 4: "&bᴍɪɴᴇꜱ"
  126. Blocks Mined:
  127. 1: "&bᴍɪɴᴇꜱ"
  128. 2: "&9Blocks Mined"
  129. 3: "&f%placeholder%"
  130. 4: "&bᴍɪɴᴇꜱ"
  131. Time Left:
  132. 1: "&bᴍɪɴᴇꜱ"
  133. 2: "&9Resetting in"
  134. 3: "&f%placeholder%"
  135. 4: "&bᴍɪɴᴇꜱ"
  136. Reset Mine:
  137. 1: "&bᴍɪɴᴇꜱ"
  138. 2: "&9Click to reset"
  139. 3: "&9this mine"
  140. 4: "&bᴍɪɴᴇꜱ"
Add Comment
Please, Sign In to add comment