tripleS-Dev commited on
Commit
e6e43f2
1 Parent(s): a031903
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +8 -0
  2. banned-ips.json +1 -0
  3. banned-players.json +1 -0
  4. bukkit.yml +32 -0
  5. cache/mojang_1.20.6.jar +3 -0
  6. commands.yml +5 -0
  7. config/paper-global.yml +130 -0
  8. config/paper-world-defaults.yml +316 -0
  9. eula.txt +3 -0
  10. help.yml +0 -0
  11. jdk-22.0.1/LICENSE +118 -0
  12. jdk-22.0.1/README +6 -0
  13. jdk-22.0.1/bin/api-ms-win-core-console-l1-1-0.dll +3 -0
  14. jdk-22.0.1/bin/api-ms-win-core-console-l1-2-0.dll +3 -0
  15. jdk-22.0.1/bin/api-ms-win-core-datetime-l1-1-0.dll +3 -0
  16. jdk-22.0.1/bin/api-ms-win-core-debug-l1-1-0.dll +3 -0
  17. jdk-22.0.1/bin/api-ms-win-core-errorhandling-l1-1-0.dll +3 -0
  18. jdk-22.0.1/bin/api-ms-win-core-fibers-l1-1-0.dll +3 -0
  19. jdk-22.0.1/bin/api-ms-win-core-file-l1-1-0.dll +3 -0
  20. jdk-22.0.1/bin/api-ms-win-core-file-l1-2-0.dll +3 -0
  21. jdk-22.0.1/bin/api-ms-win-core-file-l2-1-0.dll +3 -0
  22. jdk-22.0.1/bin/api-ms-win-core-handle-l1-1-0.dll +3 -0
  23. jdk-22.0.1/bin/api-ms-win-core-heap-l1-1-0.dll +3 -0
  24. jdk-22.0.1/bin/api-ms-win-core-interlocked-l1-1-0.dll +3 -0
  25. jdk-22.0.1/bin/api-ms-win-core-libraryloader-l1-1-0.dll +3 -0
  26. jdk-22.0.1/bin/api-ms-win-core-localization-l1-2-0.dll +3 -0
  27. jdk-22.0.1/bin/api-ms-win-core-memory-l1-1-0.dll +3 -0
  28. jdk-22.0.1/bin/api-ms-win-core-namedpipe-l1-1-0.dll +3 -0
  29. jdk-22.0.1/bin/api-ms-win-core-processenvironment-l1-1-0.dll +3 -0
  30. jdk-22.0.1/bin/api-ms-win-core-processthreads-l1-1-0.dll +3 -0
  31. jdk-22.0.1/bin/api-ms-win-core-processthreads-l1-1-1.dll +3 -0
  32. jdk-22.0.1/bin/api-ms-win-core-profile-l1-1-0.dll +3 -0
  33. jdk-22.0.1/bin/api-ms-win-core-rtlsupport-l1-1-0.dll +3 -0
  34. jdk-22.0.1/bin/api-ms-win-core-string-l1-1-0.dll +3 -0
  35. jdk-22.0.1/bin/api-ms-win-core-synch-l1-1-0.dll +3 -0
  36. jdk-22.0.1/bin/api-ms-win-core-synch-l1-2-0.dll +3 -0
  37. jdk-22.0.1/bin/api-ms-win-core-sysinfo-l1-1-0.dll +3 -0
  38. jdk-22.0.1/bin/api-ms-win-core-timezone-l1-1-0.dll +3 -0
  39. jdk-22.0.1/bin/api-ms-win-core-util-l1-1-0.dll +3 -0
  40. jdk-22.0.1/bin/api-ms-win-crt-conio-l1-1-0.dll +3 -0
  41. jdk-22.0.1/bin/api-ms-win-crt-convert-l1-1-0.dll +3 -0
  42. jdk-22.0.1/bin/api-ms-win-crt-environment-l1-1-0.dll +3 -0
  43. jdk-22.0.1/bin/api-ms-win-crt-filesystem-l1-1-0.dll +3 -0
  44. jdk-22.0.1/bin/api-ms-win-crt-heap-l1-1-0.dll +3 -0
  45. jdk-22.0.1/bin/api-ms-win-crt-locale-l1-1-0.dll +3 -0
  46. jdk-22.0.1/bin/api-ms-win-crt-math-l1-1-0.dll +3 -0
  47. jdk-22.0.1/bin/api-ms-win-crt-multibyte-l1-1-0.dll +3 -0
  48. jdk-22.0.1/bin/api-ms-win-crt-private-l1-1-0.dll +3 -0
  49. jdk-22.0.1/bin/api-ms-win-crt-process-l1-1-0.dll +3 -0
  50. jdk-22.0.1/bin/api-ms-win-crt-runtime-l1-1-0.dll +3 -0
.gitattributes CHANGED
@@ -33,3 +33,11 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ *.jar filter=lfs diff=lfs merge=lfs -text
37
+ *.dll filter=lfs diff=lfs merge=lfs -text
38
+ *.jmod filter=lfs diff=lfs merge=lfs -text
39
+ *.jsa filter=lfs diff=lfs merge=lfs -text
40
+ *.sym filter=lfs diff=lfs merge=lfs -text
41
+ *.mca filter=lfs diff=lfs merge=lfs -text
42
+ *.lib filter=lfs diff=lfs merge=lfs -text
43
+ jdk-22.0.1/lib/modules filter=lfs diff=lfs merge=lfs -text
banned-ips.json ADDED
@@ -0,0 +1 @@
 
 
1
+ []
banned-players.json ADDED
@@ -0,0 +1 @@
 
 
1
+ []
bukkit.yml ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ settings:
2
+ allow-end: true
3
+ warn-on-overload: true
4
+ permissions-file: permissions.yml
5
+ update-folder: update
6
+ plugin-profiling: false
7
+ connection-throttle: 4000
8
+ query-plugins: true
9
+ deprecated-verbose: default
10
+ shutdown-message: Server closed
11
+ minimum-api: none
12
+ use-map-color-cache: true
13
+ spawn-limits:
14
+ monsters: 70
15
+ animals: 10
16
+ water-animals: 5
17
+ water-ambient: 20
18
+ water-underground-creature: 5
19
+ axolotls: 5
20
+ ambient: 15
21
+ chunk-gc:
22
+ period-in-ticks: 600
23
+ ticks-per:
24
+ animal-spawns: 400
25
+ monster-spawns: 1
26
+ water-spawns: 1
27
+ water-ambient-spawns: 1
28
+ water-underground-creature-spawns: 1
29
+ axolotl-spawns: 1
30
+ ambient-spawns: 1
31
+ autosave: 6000
32
+ aliases: now-in-commands.yml
cache/mojang_1.20.6.jar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6d01d018ca782e506f0ec60652d47fd565078be9122b625c1681bc86c29c7ec
3
+ size 51420480
commands.yml ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ command-block-overrides: []
2
+ ignore-vanilla-permissions: false
3
+ aliases:
4
+ icanhasbukkit:
5
+ - version $1-
config/paper-global.yml ADDED
@@ -0,0 +1,130 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # This is the global configuration file for Paper.
2
+ # As you can see, there's a lot to configure. Some options may impact gameplay, so use
3
+ # with caution, and make sure you know what each option does before configuring.
4
+ #
5
+ # If you need help with the configuration or have any questions related to Paper,
6
+ # join us in our Discord or check the docs page.
7
+ #
8
+ # The world configuration options have been moved inside
9
+ # their respective world folder. The files are named paper-world.yml
10
+ #
11
+ # Docs: https://docs.papermc.io/
12
+ # Discord: https://discord.gg/papermc
13
+ # Website: https://papermc.io/
14
+
15
+ _version: 29
16
+ block-updates:
17
+ disable-chorus-plant-updates: false
18
+ disable-mushroom-block-updates: false
19
+ disable-noteblock-updates: false
20
+ disable-tripwire-updates: false
21
+ chunk-loading-advanced:
22
+ auto-config-send-distance: true
23
+ player-max-concurrent-chunk-generates: 0
24
+ player-max-concurrent-chunk-loads: 0
25
+ chunk-loading-basic:
26
+ player-max-chunk-generate-rate: -1.0
27
+ player-max-chunk-load-rate: 100.0
28
+ player-max-chunk-send-rate: 75.0
29
+ chunk-system:
30
+ gen-parallelism: default
31
+ io-threads: -1
32
+ worker-threads: -1
33
+ collisions:
34
+ enable-player-collisions: true
35
+ send-full-pos-for-hard-colliding-entities: true
36
+ commands:
37
+ fix-target-selector-tag-completion: true
38
+ suggest-player-names-when-null-tab-completions: true
39
+ time-command-affects-all-worlds: false
40
+ console:
41
+ enable-brigadier-completions: true
42
+ enable-brigadier-highlighting: true
43
+ has-all-permissions: false
44
+ item-validation:
45
+ book:
46
+ author: 8192
47
+ page: 16384
48
+ title: 8192
49
+ book-size:
50
+ page-max: 2560
51
+ total-multiplier: 0.98
52
+ display-name: 8192
53
+ lore-line: 8192
54
+ resolve-selectors-in-books: false
55
+ logging:
56
+ deobfuscate-stacktraces: true
57
+ messages:
58
+ kick:
59
+ authentication-servers-down: <lang:multiplayer.disconnect.authservers_down>
60
+ connection-throttle: Connection throttled! Please wait before reconnecting.
61
+ flying-player: <lang:multiplayer.disconnect.flying>
62
+ flying-vehicle: <lang:multiplayer.disconnect.flying>
63
+ no-permission: <red>I'm sorry, but you do not have permission to perform this command.
64
+ Please contact the server administrators if you believe that this is in error.
65
+ use-display-name-in-quit-message: false
66
+ misc:
67
+ chat-threads:
68
+ chat-executor-core-size: -1
69
+ chat-executor-max-size: -1
70
+ compression-level: default
71
+ fix-entity-position-desync: true
72
+ load-permissions-yml-before-plugins: true
73
+ max-joins-per-tick: 5
74
+ region-file-cache-size: 256
75
+ strict-advancement-dimension-check: false
76
+ use-alternative-luck-formula: false
77
+ use-dimension-type-for-custom-spawners: false
78
+ packet-limiter:
79
+ all-packets:
80
+ action: KICK
81
+ interval: 7.0
82
+ max-packet-rate: 500.0
83
+ kick-message: <red><lang:disconnect.exceeded_packet_rate>
84
+ overrides:
85
+ ServerboundPlaceRecipePacket:
86
+ action: DROP
87
+ interval: 4.0
88
+ max-packet-rate: 5.0
89
+ player-auto-save:
90
+ max-per-tick: -1
91
+ rate: -1
92
+ proxies:
93
+ bungee-cord:
94
+ online-mode: true
95
+ proxy-protocol: false
96
+ velocity:
97
+ enabled: false
98
+ online-mode: true
99
+ secret: ''
100
+ scoreboards:
101
+ save-empty-scoreboard-teams: true
102
+ track-plugin-scoreboards: false
103
+ spam-limiter:
104
+ incoming-packet-threshold: 300
105
+ recipe-spam-increment: 1
106
+ recipe-spam-limit: 20
107
+ tab-spam-increment: 1
108
+ tab-spam-limit: 500
109
+ timings:
110
+ enabled: true
111
+ hidden-config-entries:
112
+ - database
113
+ - proxies.velocity.secret
114
+ history-interval: 300
115
+ history-length: 3600
116
+ server-name: Unknown Server
117
+ server-name-privacy: false
118
+ url: https://timings.aikar.co/
119
+ verbose: true
120
+ unsupported-settings:
121
+ allow-headless-pistons: false
122
+ allow-permanent-block-break-exploits: false
123
+ allow-piston-duplication: false
124
+ allow-tripwire-disarming-exploits: false
125
+ allow-unsafe-end-portal-teleportation: false
126
+ compression-format: ZLIB
127
+ perform-username-validation: true
128
+ watchdog:
129
+ early-warning-delay: 10000
130
+ early-warning-every: 5000
config/paper-world-defaults.yml ADDED
@@ -0,0 +1,316 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # This is the world defaults configuration file for Paper.
2
+ # As you can see, there's a lot to configure. Some options may impact gameplay, so use
3
+ # with caution, and make sure you know what each option does before configuring.
4
+ #
5
+ # If you need help with the configuration or have any questions related to Paper,
6
+ # join us in our Discord or check the docs page.
7
+ #
8
+ # Configuration options here apply to all worlds, unless you specify overrides inside
9
+ # the world-specific config file inside each world folder.
10
+ #
11
+ # Docs: https://docs.papermc.io/
12
+ # Discord: https://discord.gg/papermc
13
+ # Website: https://papermc.io/
14
+
15
+ _version: 31
16
+ anticheat:
17
+ anti-xray:
18
+ enabled: false
19
+ engine-mode: 1
20
+ hidden-blocks:
21
+ - copper_ore
22
+ - deepslate_copper_ore
23
+ - raw_copper_block
24
+ - gold_ore
25
+ - deepslate_gold_ore
26
+ - iron_ore
27
+ - deepslate_iron_ore
28
+ - raw_iron_block
29
+ - coal_ore
30
+ - deepslate_coal_ore
31
+ - lapis_ore
32
+ - deepslate_lapis_ore
33
+ - mossy_cobblestone
34
+ - obsidian
35
+ - chest
36
+ - diamond_ore
37
+ - deepslate_diamond_ore
38
+ - redstone_ore
39
+ - deepslate_redstone_ore
40
+ - clay
41
+ - emerald_ore
42
+ - deepslate_emerald_ore
43
+ - ender_chest
44
+ lava-obscures: false
45
+ max-block-height: 64
46
+ replacement-blocks:
47
+ - stone
48
+ - oak_planks
49
+ - deepslate
50
+ update-radius: 2
51
+ use-permission: false
52
+ obfuscation:
53
+ items:
54
+ hide-durability: false
55
+ hide-itemmeta: false
56
+ hide-itemmeta-with-visual-effects: false
57
+ chunks:
58
+ auto-save-interval: default
59
+ delay-chunk-unloads-by: 10s
60
+ entity-per-chunk-save-limit:
61
+ arrow: -1
62
+ ender_pearl: -1
63
+ experience_orb: -1
64
+ fireball: -1
65
+ small_fireball: -1
66
+ snowball: -1
67
+ fixed-chunk-inhabited-time: -1
68
+ flush-regions-on-save: false
69
+ max-auto-save-chunks-per-tick: 24
70
+ prevent-moving-into-unloaded-chunks: false
71
+ collisions:
72
+ allow-player-cramming-damage: false
73
+ allow-vehicle-collisions: true
74
+ fix-climbing-bypassing-cramming-rule: false
75
+ max-entity-collisions: 8
76
+ only-players-collide: false
77
+ command-blocks:
78
+ force-follow-perm-level: true
79
+ permissions-level: 2
80
+ entities:
81
+ armor-stands:
82
+ do-collision-entity-lookups: true
83
+ tick: true
84
+ behavior:
85
+ allow-spider-world-border-climbing: true
86
+ baby-zombie-movement-modifier: 0.5
87
+ disable-chest-cat-detection: false
88
+ disable-creeper-lingering-effect: false
89
+ disable-player-crits: false
90
+ door-breaking-difficulty:
91
+ husk:
92
+ - HARD
93
+ vindicator:
94
+ - NORMAL
95
+ - HARD
96
+ zombie:
97
+ - HARD
98
+ zombie_villager:
99
+ - HARD
100
+ zombified_piglin:
101
+ - HARD
102
+ ender-dragons-death-always-places-dragon-egg: false
103
+ experience-merge-max-value: -1
104
+ mobs-can-always-pick-up-loot:
105
+ skeletons: false
106
+ zombies: false
107
+ nerf-pigmen-from-nether-portals: false
108
+ parrots-are-unaffected-by-player-movement: false
109
+ phantoms-do-not-spawn-on-creative-players: true
110
+ phantoms-only-attack-insomniacs: true
111
+ phantoms-spawn-attempt-max-seconds: 119
112
+ phantoms-spawn-attempt-min-seconds: 60
113
+ piglins-guard-chests: true
114
+ pillager-patrols:
115
+ disable: false
116
+ spawn-chance: 0.2
117
+ spawn-delay:
118
+ per-player: false
119
+ ticks: 12000
120
+ start:
121
+ day: 5
122
+ per-player: false
123
+ player-insomnia-start-ticks: 72000
124
+ should-remove-dragon: false
125
+ spawner-nerfed-mobs-should-jump: false
126
+ zombie-villager-infection-chance: default
127
+ zombies-target-turtle-eggs: true
128
+ entities-target-with-follow-range: false
129
+ markers:
130
+ tick: true
131
+ mob-effects:
132
+ immune-to-wither-effect:
133
+ wither: true
134
+ wither-skeleton: true
135
+ spiders-immune-to-poison-effect: true
136
+ sniffer:
137
+ boosted-hatch-time: default
138
+ hatch-time: default
139
+ spawning:
140
+ all-chunks-are-slime-chunks: false
141
+ alt-item-despawn-rate:
142
+ enabled: false
143
+ items:
144
+ cobblestone: 300
145
+ count-all-mobs-for-spawning: false
146
+ creative-arrow-despawn-rate: default
147
+ despawn-ranges:
148
+ ambient:
149
+ hard: 128
150
+ soft: 32
151
+ axolotls:
152
+ hard: 128
153
+ soft: 32
154
+ creature:
155
+ hard: 128
156
+ soft: 32
157
+ misc:
158
+ hard: 128
159
+ soft: 32
160
+ monster:
161
+ hard: 128
162
+ soft: 32
163
+ underground_water_creature:
164
+ hard: 128
165
+ soft: 32
166
+ water_ambient:
167
+ hard: 64
168
+ soft: 32
169
+ water_creature:
170
+ hard: 128
171
+ soft: 32
172
+ disable-mob-spawner-spawn-egg-transformation: false
173
+ duplicate-uuid:
174
+ mode: SAFE_REGEN
175
+ safe-regen-delete-range: 32
176
+ filter-bad-tile-entity-nbt-from-falling-blocks: true
177
+ filtered-entity-tag-nbt-paths:
178
+ - Pos
179
+ - Motion
180
+ - SleepingX
181
+ - SleepingY
182
+ - SleepingZ
183
+ iron-golems-can-spawn-in-air: false
184
+ monster-spawn-max-light-level: default
185
+ non-player-arrow-despawn-rate: default
186
+ per-player-mob-spawns: true
187
+ scan-for-legacy-ender-dragon: true
188
+ skeleton-horse-thunder-spawn-chance: default
189
+ slime-spawn-height:
190
+ slime-chunk:
191
+ maximum: 40.0
192
+ surface-biome:
193
+ maximum: 70.0
194
+ minimum: 50.0
195
+ spawn-limits:
196
+ ambient: -1
197
+ axolotls: -1
198
+ creature: -1
199
+ monster: -1
200
+ underground_water_creature: -1
201
+ water_ambient: -1
202
+ water_creature: -1
203
+ ticks-per-spawn:
204
+ ambient: -1
205
+ axolotls: -1
206
+ creature: -1
207
+ monster: -1
208
+ underground_water_creature: -1
209
+ water_ambient: -1
210
+ water_creature: -1
211
+ wandering-trader:
212
+ spawn-chance-failure-increment: 25
213
+ spawn-chance-max: 75
214
+ spawn-chance-min: 25
215
+ spawn-day-length: 24000
216
+ spawn-minute-length: 1200
217
+ wateranimal-spawn-height:
218
+ maximum: default
219
+ minimum: default
220
+ tracking-range-y:
221
+ animal: default
222
+ display: default
223
+ enabled: false
224
+ misc: default
225
+ monster: default
226
+ other: default
227
+ player: default
228
+ environment:
229
+ disable-explosion-knockback: false
230
+ disable-ice-and-snow: false
231
+ disable-teleportation-suffocation-check: false
232
+ disable-thunder: false
233
+ fire-tick-delay: 30
234
+ frosted-ice:
235
+ delay:
236
+ max: 40
237
+ min: 20
238
+ enabled: true
239
+ generate-flat-bedrock: false
240
+ locate-structures-outside-world-border: false
241
+ max-block-ticks: 65536
242
+ max-fluid-ticks: 65536
243
+ nether-ceiling-void-damage-height: disabled
244
+ optimize-explosions: false
245
+ portal-create-radius: 16
246
+ portal-search-radius: 128
247
+ portal-search-vanilla-dimension-scaling: true
248
+ treasure-maps:
249
+ enabled: true
250
+ find-already-discovered:
251
+ loot-tables: default
252
+ villager-trade: false
253
+ water-over-lava-flow-speed: 5
254
+ feature-seeds:
255
+ generate-random-seeds-for-all: false
256
+ fishing-time-range:
257
+ maximum: 600
258
+ minimum: 100
259
+ fixes:
260
+ disable-unloaded-chunk-enderpearl-exploit: true
261
+ falling-block-height-nerf: disabled
262
+ fix-items-merging-through-walls: false
263
+ prevent-tnt-from-moving-in-water: false
264
+ split-overstacked-loot: true
265
+ tnt-entity-height-nerf: disabled
266
+ hopper:
267
+ cooldown-when-full: true
268
+ disable-move-event: false
269
+ ignore-occluding-blocks: false
270
+ lootables:
271
+ auto-replenish: false
272
+ max-refills: -1
273
+ refresh-max: 2d
274
+ refresh-min: 12h
275
+ reset-seed-on-fill: true
276
+ restrict-player-reloot: true
277
+ restrict-player-reloot-time: disabled
278
+ maps:
279
+ item-frame-cursor-limit: 128
280
+ item-frame-cursor-update-interval: 10
281
+ max-growth-height:
282
+ bamboo:
283
+ max: 16
284
+ min: 11
285
+ cactus: 3
286
+ reeds: 3
287
+ misc:
288
+ disable-end-credits: false
289
+ disable-relative-projectile-velocity: false
290
+ disable-sprint-interruption-on-attack: false
291
+ light-queue-size: 20
292
+ max-leash-distance: 10.0
293
+ redstone-implementation: VANILLA
294
+ shield-blocking-delay: 5
295
+ show-sign-click-command-failure-msgs-to-player: false
296
+ update-pathfinding-on-block-update: true
297
+ scoreboards:
298
+ allow-non-player-entities-on-scoreboards: true
299
+ use-vanilla-world-scoreboard-name-coloring: false
300
+ spawn:
301
+ allow-using-signs-inside-spawn-protection: false
302
+ tick-rates:
303
+ behavior:
304
+ villager:
305
+ validatenearbypoi: -1
306
+ container-update: 1
307
+ dry-farmland: 1
308
+ grass-spread: 1
309
+ mob-spawner: 1
310
+ sensor:
311
+ villager:
312
+ secondarypoisensor: 40
313
+ wet-farmland: 1
314
+ unsupported-settings:
315
+ disable-world-ticking-when-empty: false
316
+ fix-invulnerable-end-crystal-exploit: true
eula.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ #By changing the setting below to TRUE you are indicating your agreement to our EULA (https://aka.ms/MinecraftEULA).
2
+ #Sat Jun 15 13:58:58 KST 2024
3
+ eula=true
help.yml ADDED
File without changes
jdk-22.0.1/LICENSE ADDED
@@ -0,0 +1,118 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Your use of this Program is governed by the No-Fee Terms and Conditions set
2
+ forth below, unless you have received this Program (alone or as part of another
3
+ Oracle product) under an Oracle license agreement (including but not limited to
4
+ the Oracle Master Agreement), in which case your use of this Program is governed
5
+ solely by such license agreement with Oracle.
6
+
7
+ Oracle No-Fee Terms and Conditions (NFTC)
8
+
9
+ Definitions
10
+
11
+ "Oracle" refers to Oracle America, Inc. "You" and "Your" refers to (a) a company
12
+ or organization (each an "Entity") accessing the Programs, if use of the
13
+ Programs will be on behalf of such Entity; or (b) an individual accessing the
14
+ Programs, if use of the Programs will not be on behalf of an Entity.
15
+ "Program(s)" refers to Oracle software provided by Oracle pursuant to the
16
+ following terms and any updates, error corrections, and/or Program Documentation
17
+ provided by Oracle. "Program Documentation" refers to Program user manuals and
18
+ Program installation manuals, if any. If available, Program Documentation may be
19
+ delivered with the Programs and/or may be accessed from
20
+ www.oracle.com/documentation. "Separate Terms" refers to separate license terms
21
+ that are specified in the Program Documentation, readmes or notice files and
22
+ that apply to Separately Licensed Technology. "Separately Licensed Technology"
23
+ refers to Oracle or third party technology that is licensed under Separate Terms
24
+ and not under the terms of this license.
25
+
26
+ Separately Licensed Technology
27
+
28
+ Oracle may provide certain notices to You in Program Documentation, readmes or
29
+ notice files in connection with Oracle or third party technology provided as or
30
+ with the Programs. If specified in the Program Documentation, readmes or notice
31
+ files, such technology will be licensed to You under Separate Terms. Your rights
32
+ to use Separately Licensed Technology under Separate Terms are not restricted in
33
+ any way by the terms herein. For clarity, notwithstanding the existence of a
34
+ notice, third party technology that is not Separately Licensed Technology shall
35
+ be deemed part of the Programs licensed to You under the terms of this license.
36
+
37
+ Source Code for Open Source Software
38
+
39
+ For software that You receive from Oracle in binary form that is licensed under
40
+ an open source license that gives You the right to receive the source code for
41
+ that binary, You can obtain a copy of the applicable source code from
42
+ https://oss.oracle.com/sources/ or http://www.oracle.com/goto/opensourcecode. If
43
+ the source code for such software was not provided to You with the binary, You
44
+ can also receive a copy of the source code on physical media by submitting a
45
+ written request pursuant to the instructions in the "Written Offer for Source
46
+ Code" section of the latter website.
47
+
48
+ -------------------------------------------------------------------------------
49
+
50
+ The following license terms apply to those Programs that are not provided to You
51
+ under Separate Terms.
52
+
53
+ License Rights and Restrictions
54
+
55
+ Oracle grants to You, as a recipient of this Program, subject to the conditions
56
+ stated herein, a nonexclusive, nontransferable, limited license to:
57
+
58
+ (a) internally use the unmodified Programs for the purposes of developing,
59
+ testing, prototyping and demonstrating your applications, and running the
60
+ Program for Your own personal use or internal business operations; and
61
+
62
+ (b) redistribute the unmodified Program and Program Documentation, under the
63
+ terms of this License, provided that You do not charge Your licensees any fees
64
+ associated with such distribution or use of the Program, including, without
65
+ limitation, fees for products that include or are bundled with a copy of the
66
+ Program or for services that involve the use of the distributed Program.
67
+
68
+ You may make copies of the Programs to the extent reasonably necessary for
69
+ exercising the license rights granted herein and for backup purposes. You are
70
+ granted the right to use the Programs to provide third party training in the use
71
+ of the Programs and associated Separately Licensed Technology only if there is
72
+ express authorization of such use by Oracle on the Program's download page or in
73
+ the Program Documentation.
74
+
75
+ Your license is contingent on compliance with the following conditions:
76
+
77
+ - You do not remove markings or notices of either Oracle's or a licensor's
78
+ proprietary rights from the Programs or Program Documentation;
79
+
80
+ - You comply with all U.S. and applicable export control and economic sanctions
81
+ laws and regulations that govern Your use of the Programs (including technical
82
+ data);
83
+
84
+ - You do not cause or permit reverse engineering, disassembly or decompilation
85
+ of the Programs (except as allowed by law) by You nor allow an associated
86
+ party to do so.
87
+
88
+ For clarity, any source code that may be included in the distribution with the
89
+ Programs is provided solely for reference purposes and may not be modified,
90
+ unless such source code is under Separate Terms permitting modification.
91
+
92
+ Ownership
93
+
94
+ Oracle or its licensors retain all ownership and intellectual property rights to
95
+ the Programs.
96
+
97
+ Information Collection
98
+
99
+ The Programs' installation and/or auto-update processes, if any, may transmit a
100
+ limited amount of data to Oracle or its service provider about those processes
101
+ to help Oracle understand and optimize them. Oracle does not associate the data
102
+ with personally identifiable information. Refer to Oracle's Privacy Policy at
103
+ www.oracle.com/privacy.
104
+
105
+ Disclaimer of Warranties; Limitation of Liability
106
+
107
+ THE PROGRAMS ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. ORACLE FURTHER
108
+ DISCLAIMS ALL WARRANTIES, EXPRESS AND IMPLIED, INCLUDING WITHOUT LIMITATION, ANY
109
+ IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
110
+ NONINFRINGEMENT.
111
+
112
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW WILL ORACLE BE LIABLE TO YOU FOR
113
+ DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES
114
+ ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT
115
+ LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
116
+ YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
117
+ PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
118
+ POSSIBILITY OF SUCH DAMAGES.
jdk-22.0.1/README ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ Thank you for using the Oracle JDK.
2
+ The license for this software can be found in the LICENSE file.
3
+
4
+ Information on installing, configuring, and running this program is available on https://java.com/readme
5
+
6
+ Documentation on the Java SE Platform can be found on https://docs.oracle.com/java
jdk-22.0.1/bin/api-ms-win-core-console-l1-1-0.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a742b375fc6cb32e17c66f7e677cef59399216ac21c1384de6ec892c2b099a4d
3
+ size 22008
jdk-22.0.1/bin/api-ms-win-core-console-l1-2-0.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fcd72c9e219dbffebd3c3efc5dc5f56ecad0e7f350ff82e3a340a17a6919f524
3
+ size 21968
jdk-22.0.1/bin/api-ms-win-core-datetime-l1-1-0.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e8c54b23d5c0d5b388d7c0182da2e3afc9819073640e83b753f517d5cf77aeb
3
+ size 22016
jdk-22.0.1/bin/api-ms-win-core-debug-l1-1-0.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29354cbe6e808ae1b1c187aafe5f2a66d8cb5b4ed7ef3f830884c7c02171305f
3
+ size 22024
jdk-22.0.1/bin/api-ms-win-core-errorhandling-l1-1-0.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfce9bfbe11b534e1fc28d59efed233b7490f081380a016b45b2357b4be1f173
3
+ size 21968
jdk-22.0.1/bin/api-ms-win-core-fibers-l1-1-0.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d02b9f60a652ee3496d809fb42a5779d6523aa9e574a853d9d71ca13aa0344d
3
+ size 22024
jdk-22.0.1/bin/api-ms-win-core-file-l1-1-0.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ff6914e5887b3fa53cb418b5602c84b79f189e441e1e66bf42c759688d8c885
3
+ size 26120
jdk-22.0.1/bin/api-ms-win-core-file-l1-2-0.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98b4b6a29374e68a383bd6e4b58cd76223335d38d2586c5a494466444811b75c
3
+ size 22016
jdk-22.0.1/bin/api-ms-win-core-file-l2-1-0.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:637e9a34044c366b9b004e62ee15aa4875e344a5a6b7634c803a40d95883d7cc
3
+ size 22016
jdk-22.0.1/bin/api-ms-win-core-handle-l1-1-0.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:049a1b6b3fd664e5ab2bb27fc3614d8f8091a0dabd4aebc92a0804bf62a55c38
3
+ size 21968
jdk-22.0.1/bin/api-ms-win-core-heap-l1-1-0.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d5db713081a8c823506739716ff483f6b68e203128b54ea3b807f9aa6fa7f49
3
+ size 22024
jdk-22.0.1/bin/api-ms-win-core-interlocked-l1-1-0.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73170ecc212462678605e0025d87dfad646e53edbf7c015857cfdd47dfa1138f
3
+ size 22024
jdk-22.0.1/bin/api-ms-win-core-libraryloader-l1-1-0.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6445229c496e05b84092b4ae5ad765233471acdcd12460b492d499001d623bf
3
+ size 21984
jdk-22.0.1/bin/api-ms-win-core-localization-l1-2-0.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ce59c2de64b6195695e8754636cbe283a7af3ddb78acf32c3879d7d09aba4b1
3
+ size 21984
jdk-22.0.1/bin/api-ms-win-core-memory-l1-1-0.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b1793130550ea2e80c52cd5c28442f29364cddb063833d67b3c6d5995fd89dd
3
+ size 22008
jdk-22.0.1/bin/api-ms-win-core-namedpipe-l1-1-0.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:218d0b5a06fb1c07249bb7388b8ff9c5d7622206c562ffc9fee21a372d1371af
3
+ size 21984
jdk-22.0.1/bin/api-ms-win-core-processenvironment-l1-1-0.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11dc3f718b8cd959c30d7c69af2880f728ab5640c678af7290acd554911bc9b0
3
+ size 22016
jdk-22.0.1/bin/api-ms-win-core-processthreads-l1-1-0.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49172aa2c8734ef8159bc6dd58a9ddf9d391f3a109254a96f48fc0d9f9eec89a
3
+ size 21968
jdk-22.0.1/bin/api-ms-win-core-processthreads-l1-1-1.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5c82a141bdc7929bb3d6d4196c0e8501f4a894fd65a435f8134c073134461ac
3
+ size 22024
jdk-22.0.1/bin/api-ms-win-core-profile-l1-1-0.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d71ca70fcf6871ef83f8b45218edc50a2a1ee9d568b77bb69bd56fcf3ebda97b
3
+ size 22024
jdk-22.0.1/bin/api-ms-win-core-rtlsupport-l1-1-0.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e400bf8019dc0caf98865aea07429f8581ac5b004b9759a1c62f2d7bccbcb3a4
3
+ size 22024
jdk-22.0.1/bin/api-ms-win-core-string-l1-1-0.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e35afeb848c4777e3db2b3b38b2cd8fe768feac82b18c69308fe07d65b1a602
3
+ size 22024
jdk-22.0.1/bin/api-ms-win-core-synch-l1-1-0.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f09a3b2d04c4ae6c1217ed073421c912eb7e0fb006441291948470e6329a4fd2
3
+ size 22024
jdk-22.0.1/bin/api-ms-win-core-synch-l1-2-0.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cf8cf2b29a0fb4f3df647ccb1efcae0390e0d57bedfc37200c1577810c3716c
3
+ size 22008
jdk-22.0.1/bin/api-ms-win-core-sysinfo-l1-1-0.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3b356cdca34cb5023cd8f49025e23128f1e86dd0d4865d62bc42f775f1acca8
3
+ size 22024
jdk-22.0.1/bin/api-ms-win-core-timezone-l1-1-0.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a202f21169cc103c019019d3cbc05c3549a8dbac6eed0ecb4e5281e36f028a26
3
+ size 22024
jdk-22.0.1/bin/api-ms-win-core-util-l1-1-0.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01cbe35a9513dd5c499179a31dbae86a4f37a510bba7a7cc484f23559b252067
3
+ size 22024
jdk-22.0.1/bin/api-ms-win-crt-conio-l1-1-0.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea8ad551e8944389ce502cb8d5f979d243af7784ce7382fa18a04a9de2f7b2d1
3
+ size 22008
jdk-22.0.1/bin/api-ms-win-crt-convert-l1-1-0.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb41bf23e10405efcad8bb3eb8972f431394113324717386362ac6406a5c6d75
3
+ size 26120
jdk-22.0.1/bin/api-ms-win-crt-environment-l1-1-0.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:294bca6dcb6455e9027b527aae42ed5aa04d5ae769cb897cb36a150b40a6fa26
3
+ size 22024
jdk-22.0.1/bin/api-ms-win-crt-filesystem-l1-1-0.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a60dbd92bc1e1e06035d6aeef821d71dd06de7e15b5536110048233dd523a9a2
3
+ size 21984
jdk-22.0.1/bin/api-ms-win-crt-heap-l1-1-0.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20ce58e1990ac2f726466e234e6a6ef4dfae97f8cb1571a0a4b1bd74df87dfdd
3
+ size 22024
jdk-22.0.1/bin/api-ms-win-crt-locale-l1-1-0.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe617cc8748560a1e12e58559fdf192c5888babff4ae62e386617293d5fc20b0
3
+ size 22024
jdk-22.0.1/bin/api-ms-win-crt-math-l1-1-0.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:655965eca578ae6b0afedd0ce2a424a3f6e9b3e624dd0d55ce67bc7df75b3b6b
3
+ size 30160
jdk-22.0.1/bin/api-ms-win-crt-multibyte-l1-1-0.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba576980f8a3a8fd4c81c5f845fff71d61c1d1ef23f6a2a30e049b76e15a710e
3
+ size 30216
jdk-22.0.1/bin/api-ms-win-crt-private-l1-1-0.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9acda540d678213d5d1756a8717a78b2ac905f61127a815796f44dde0908f92
3
+ size 75264
jdk-22.0.1/bin/api-ms-win-crt-process-l1-1-0.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2292e2b873f90645e2d6e94e83c748f301773a2c12c3824e80581aefd869cc9c
3
+ size 21968
jdk-22.0.1/bin/api-ms-win-crt-runtime-l1-1-0.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84ce7e29868776de9939938d5c3091736669ebad4f063f5e83df0299b474e5ed
3
+ size 26120