9
0
mirror of https://github.com/Xiao-MoMi/Custom-Fishing.git synced 2025-12-26 18:39:11 +00:00

code clean up

This commit is contained in:
XiaoMoMi
2023-09-22 19:45:39 +08:00
parent 2f4bf76f33
commit c5e6efdb5f
16 changed files with 20 additions and 28 deletions

View File

@@ -136,9 +136,9 @@ other-settings:
thread-pool-settings:
# The size of the core Thread pool, that is, the size of the Thread pool when there is no task to execute
# Increase the size of corePoolSize when you are running a large server with many players fishing at the same time
corePoolSize: 8
corePoolSize: 4
# The maximum number of threads allowed to be created in the Thread pool. The current number of threads in the Thread pool will not exceed this value
maximumPoolSize: 16
maximumPoolSize: 4
# If a thread is idle for more than this attribute value, it will exit due to timeout
keepAliveTime: 30
@@ -160,14 +160,13 @@ other-settings:
# CustomFishing supports using items from other plugins
# If items share the same id, they would inherit the effects
item-detection-order:
# - Oraxen
# - ItemsAdder
- CustomFishing
- vanilla
block-detection-order:
- vanilla
# Custom durability format
custom-durability-format:
- ''
- '<gray>Durability</gray><white>: {dur} <gray>/</gray> {max}</white>'