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:
@@ -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>'
|
||||
|
||||
Reference in New Issue
Block a user