mirror of
https://github.com/Xiao-MoMi/Custom-Fishing.git
synced 2026-01-04 15:41:35 +00:00
comments
This commit is contained in:
@@ -136,11 +136,11 @@ 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: 4
|
||||
corePoolSize: 8
|
||||
# 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: 8
|
||||
maximumPoolSize: 16
|
||||
# If a thread is idle for more than this attribute value, it will exit due to timeout
|
||||
keepAliveTime: 10
|
||||
keepAliveTime: 30
|
||||
|
||||
# Event priority: MONITOR HIGHEST HIGH NORMAL LOW LOWEST
|
||||
event-priority: NORMAL
|
||||
|
||||
@@ -7,11 +7,11 @@ double_loot_totem:
|
||||
4:
|
||||
- '*_STAIRS{face=east;half=top} OBSERVER{face=south} *_STAIRS{face=west;half=top}'
|
||||
3:
|
||||
- 'AIR CRYING_OBSIDIAN AIR'
|
||||
- 'AIR CRYING_OBSIDIAN AIR'
|
||||
2:
|
||||
- 'AIR *_LOG{axis=y}||*_PILLAR{axis=y} AIR'
|
||||
- 'AIR *_LOG{axis=y}||*_PILLAR{axis=y} AIR'
|
||||
1:
|
||||
- 'AIR ANVIL AIR'
|
||||
- 'AIR||GRASS||SNOW ANVIL AIR||GRASS||SNOW'
|
||||
effects:
|
||||
double_loot:
|
||||
type: multiple-loot
|
||||
|
||||
Reference in New Issue
Block a user