Skip to content

Commit

Permalink
Adjust config for next release (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ingrim4 authored Mar 6, 2022
1 parent b31c27b commit e18dc9d
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 30 deletions.
7 changes: 4 additions & 3 deletions orebfuscator-plugin/src/main/resources/config/config-1.10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ general:
updateRadius: 2
advanced:
verbose: false
useAsyncPacketListener: true
maxMillisecondsPerTick: 10
protocolLibThreads: -1
obfuscationWorkerThreads: -1
Expand All @@ -16,8 +17,8 @@ cache:
baseDirectory: orebfuscator_cache
maximumOpenRegionFiles: 256
deleteRegionFilesAfterAccess: 172800000
maximumSize: 8192
expireAfterAccess: 30000
maximumSize: 16384
expireAfterAccess: 60000
maximumTaskQueueSize: 32768
obfuscation:
obfuscation-overworld:
Expand All @@ -41,7 +42,7 @@ obfuscation:
- minecraft:stone
- minecraft:clay
randomBlocks:
minecraft:air: 45
minecraft:air: 5
minecraft:clay: 1
minecraft:coal_ore: 1
minecraft:cobblestone: 1
Expand Down
7 changes: 4 additions & 3 deletions orebfuscator-plugin/src/main/resources/config/config-1.11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ general:
updateRadius: 2
advanced:
verbose: false
useAsyncPacketListener: true
maxMillisecondsPerTick: 10
protocolLibThreads: -1
obfuscationWorkerThreads: -1
Expand All @@ -16,8 +17,8 @@ cache:
baseDirectory: orebfuscator_cache
maximumOpenRegionFiles: 256
deleteRegionFilesAfterAccess: 172800000
maximumSize: 8192
expireAfterAccess: 30000
maximumSize: 16384
expireAfterAccess: 60000
maximumTaskQueueSize: 32768
obfuscation:
obfuscation-overworld:
Expand Down Expand Up @@ -57,7 +58,7 @@ obfuscation:
- minecraft:red_shulker_box
- minecraft:black_shulker_box
randomBlocks:
minecraft:air: 45
minecraft:air: 5
minecraft:clay: 1
minecraft:coal_ore: 1
minecraft:cobblestone: 1
Expand Down
7 changes: 4 additions & 3 deletions orebfuscator-plugin/src/main/resources/config/config-1.12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ general:
updateRadius: 2
advanced:
verbose: false
useAsyncPacketListener: true
maxMillisecondsPerTick: 10
protocolLibThreads: -1
obfuscationWorkerThreads: -1
Expand All @@ -16,8 +17,8 @@ cache:
baseDirectory: orebfuscator_cache
maximumOpenRegionFiles: 256
deleteRegionFilesAfterAccess: 172800000
maximumSize: 8192
expireAfterAccess: 30000
maximumSize: 16384
expireAfterAccess: 60000
maximumTaskQueueSize: 32768
obfuscation:
obfuscation-overworld:
Expand Down Expand Up @@ -57,7 +58,7 @@ obfuscation:
- minecraft:red_shulker_box
- minecraft:black_shulker_box
randomBlocks:
minecraft:air: 45
minecraft:air: 5
minecraft:clay: 1
minecraft:coal_ore: 1
minecraft:cobblestone: 1
Expand Down
7 changes: 4 additions & 3 deletions orebfuscator-plugin/src/main/resources/config/config-1.13.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ general:
updateRadius: 2
advanced:
verbose: false
useAsyncPacketListener: true
maxMillisecondsPerTick: 10
protocolLibThreads: -1
obfuscationWorkerThreads: -1
Expand All @@ -16,8 +17,8 @@ cache:
baseDirectory: orebfuscator_cache
maximumOpenRegionFiles: 256
deleteRegionFilesAfterAccess: 172800000
maximumSize: 8192
expireAfterAccess: 30000
maximumSize: 16384
expireAfterAccess: 60000
maximumTaskQueueSize: 32768
obfuscation:
obfuscation-overworld:
Expand Down Expand Up @@ -58,7 +59,7 @@ obfuscation:
- minecraft:red_shulker_box
- minecraft:black_shulker_box
randomBlocks:
minecraft:cave_air: 45
minecraft:cave_air: 5
minecraft:clay: 1
minecraft:coal_ore: 1
minecraft:cobblestone: 1
Expand Down
7 changes: 4 additions & 3 deletions orebfuscator-plugin/src/main/resources/config/config-1.14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ general:
updateRadius: 2
advanced:
verbose: false
useAsyncPacketListener: true
maxMillisecondsPerTick: 10
protocolLibThreads: -1
obfuscationWorkerThreads: -1
Expand All @@ -16,8 +17,8 @@ cache:
baseDirectory: orebfuscator_cache
maximumOpenRegionFiles: 256
deleteRegionFilesAfterAccess: 172800000
maximumSize: 8192
expireAfterAccess: 30000
maximumSize: 16384
expireAfterAccess: 60000
maximumTaskQueueSize: 32768
obfuscation:
obfuscation-overworld:
Expand Down Expand Up @@ -58,7 +59,7 @@ obfuscation:
- minecraft:red_shulker_box
- minecraft:black_shulker_box
randomBlocks:
minecraft:cave_air: 45
minecraft:cave_air: 5
minecraft:clay: 1
minecraft:coal_ore: 1
minecraft:cobblestone: 1
Expand Down
7 changes: 4 additions & 3 deletions orebfuscator-plugin/src/main/resources/config/config-1.15.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ general:
updateRadius: 2
advanced:
verbose: false
useAsyncPacketListener: true
maxMillisecondsPerTick: 10
protocolLibThreads: -1
obfuscationWorkerThreads: -1
Expand All @@ -16,8 +17,8 @@ cache:
baseDirectory: orebfuscator_cache
maximumOpenRegionFiles: 256
deleteRegionFilesAfterAccess: 172800000
maximumSize: 8192
expireAfterAccess: 30000
maximumSize: 16384
expireAfterAccess: 60000
maximumTaskQueueSize: 32768
obfuscation:
obfuscation-overworld:
Expand Down Expand Up @@ -58,7 +59,7 @@ obfuscation:
- minecraft:red_shulker_box
- minecraft:black_shulker_box
randomBlocks:
minecraft:cave_air: 45
minecraft:cave_air: 5
minecraft:clay: 1
minecraft:coal_ore: 1
minecraft:cobblestone: 1
Expand Down
7 changes: 4 additions & 3 deletions orebfuscator-plugin/src/main/resources/config/config-1.16.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ general:
updateRadius: 2
advanced:
verbose: false
useAsyncPacketListener: true
maxMillisecondsPerTick: 10
protocolLibThreads: -1
obfuscationWorkerThreads: -1
Expand All @@ -16,8 +17,8 @@ cache:
baseDirectory: orebfuscator_cache
maximumOpenRegionFiles: 256
deleteRegionFilesAfterAccess: 172800000
maximumSize: 8192
expireAfterAccess: 30000
maximumSize: 16384
expireAfterAccess: 60000
maximumTaskQueueSize: 32768
obfuscation:
obfuscation-overworld:
Expand Down Expand Up @@ -58,7 +59,7 @@ obfuscation:
- minecraft:red_shulker_box
- minecraft:black_shulker_box
randomBlocks:
minecraft:cave_air: 45
minecraft:cave_air: 5
minecraft:clay: 1
minecraft:coal_ore: 1
minecraft:cobblestone: 1
Expand Down
7 changes: 4 additions & 3 deletions orebfuscator-plugin/src/main/resources/config/config-1.17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ general:
updateRadius: 2
advanced:
verbose: false
useAsyncPacketListener: true
maxMillisecondsPerTick: 10
protocolLibThreads: -1
obfuscationWorkerThreads: -1
Expand All @@ -16,8 +17,8 @@ cache:
baseDirectory: orebfuscator_cache
maximumOpenRegionFiles: 256
deleteRegionFilesAfterAccess: 172800000
maximumSize: 8192
expireAfterAccess: 30000
maximumSize: 16384
expireAfterAccess: 60000
maximumTaskQueueSize: 32768
obfuscation:
obfuscation-overworld:
Expand Down Expand Up @@ -69,7 +70,7 @@ obfuscation:
randomBlocks:
minecraft:stone: 30
minecraft:deepslate: 30
minecraft:cave_air: 15
minecraft:cave_air: 5
minecraft:cobblestone: 1
minecraft:diamond_ore: 25
minecraft:emerald_ore: 10
Expand Down
7 changes: 4 additions & 3 deletions orebfuscator-plugin/src/main/resources/config/config-1.18.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ general:
updateRadius: 2
advanced:
verbose: false
useAsyncPacketListener: true
maxMillisecondsPerTick: 10
protocolLibThreads: -1
obfuscationWorkerThreads: -1
Expand All @@ -16,8 +17,8 @@ cache:
baseDirectory: orebfuscator_cache
maximumOpenRegionFiles: 256
deleteRegionFilesAfterAccess: 172800000
maximumSize: 8192
expireAfterAccess: 30000
maximumSize: 16384
expireAfterAccess: 60000
maximumTaskQueueSize: 32768
obfuscation:
obfuscation-overworld:
Expand Down Expand Up @@ -71,7 +72,7 @@ obfuscation:
randomBlocks:
minecraft:stone: 30
minecraft:deepslate: 30
minecraft:cave_air: 15
minecraft:cave_air: 5
minecraft:cobblestone: 1
minecraft:diamond_ore: 25
minecraft:emerald_ore: 10
Expand Down
7 changes: 4 additions & 3 deletions orebfuscator-plugin/src/main/resources/config/config-1.9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ general:
updateRadius: 2
advanced:
verbose: false
useAsyncPacketListener: true
maxMillisecondsPerTick: 10
protocolLibThreads: -1
obfuscationWorkerThreads: -1
Expand All @@ -16,8 +17,8 @@ cache:
baseDirectory: orebfuscator_cache
maximumOpenRegionFiles: 256
deleteRegionFilesAfterAccess: 172800000
maximumSize: 8192
expireAfterAccess: 30000
maximumSize: 16384
expireAfterAccess: 60000
maximumTaskQueueSize: 32768
obfuscation:
obfuscation-overworld:
Expand All @@ -41,7 +42,7 @@ obfuscation:
- minecraft:stone
- minecraft:clay
randomBlocks:
minecraft:air: 45
minecraft:air: 5
minecraft:clay: 1
minecraft:coal_ore: 1
minecraft:cobblestone: 1
Expand Down

0 comments on commit e18dc9d

Please sign in to comment.