Commit bdd9ddb
Switch config system to Configurate (GeyserMC#5010)
* Start implementing Configurate config system
* More development
* Start migrating to Gson only
* Progress
* Update usage of WebUtils
* Most things now use Gson for JSON
* Allow tests to succeed by using new Gson version
* Use slightly cleaner version for Version deserializer
* Work around older Gson versions without record support
* GeyserCustomSkullConfiguration uses Configurate
* Fix regression in properties get
* New config used in core
* The configuration is gone. Long live the config.
* More changes and migrations away from Jackson
* Improve node ordering when updating configs
* typo
* Better check for ignoring non-configurate configs for considering comment moving
* Ensure metrics UUID is valid
* Initial advanced config
* Remove Jackson; finish config value placements
* Remove duplicate relocate declarations
* Let annotations work
* Renaming to PluginSpecific
* Use global bStats config where possible
* Fix test
* Re-introduce asterisk behavior in configs
* Remove GeyserPluginBootstrap as it's no longer necessary
* Remove old config.yml file
* Update Xbox achievement comment
* Apply suggestions from code review
Co-authored-by: chris <[email protected]>
* No need to remove values anymore
* Fix: disable bstats relocation on platforms where it is not needed
* ensure it builds
* Update custom unavailable slot comment
Co-authored-by: chris <[email protected]>
* Update cooldown image
* Logger message for direct-compression still being enabled
* oops
* More explicit RuntimeException message
Co-authored-by: Konicai <[email protected]>
* Constant for 'system' locale
* Better config JSON encoding (something is broken with Cloudflare; we'll figure it out
* Fix broadcast port default
* Add this file too
* Update configurate branch
* fix build
* Fix: Allow using custom config file on Standalone, add relocation comment
* Move config loading to GeyserBootstrap interface
* Add and rename some config options, add section notes (GeyserMC#5390)
* Add and rename some config options, add section notes
* adjust message
* Update core/src/main/java/org/geysermc/geyser/command/defaults/ConnectionTestCommand.java
Co-authored-by: Eclipse <[email protected]>
* Update core/src/main/java/org/geysermc/geyser/configuration/GeyserConfig.java
Co-authored-by: Eclipse <[email protected]>
* Update ConfigLoader.java
* Update AdvancedConfig.java
* clarify that we're talking about the HAProxy protocol
* rename config option to use-haproxy-protocol
* remove ominous warning sign on xbox auth warning
* adjust wording
---------
Co-authored-by: Eclipse <[email protected]>
* Back to one config file
* Some minor touchups
* Configurate: Sectionification (GeyserMC#5904)
* Init: config sections
* Start on adding tests, move migrations over to ConfigMigrations class
* Get rid of auth section again, rename that one config option, fix mtu migration
* Move custom skulls config options to the bottom of the gameplay settings
* Add more tests
* Rename and migrate proxy-protocol-whitelisted-ips to haproxy-protocol-whitelisted-ips
* Add automatic downloading of the GeyserOptionalPack
* Revert "Add automatic downloading of the GeyserOptionalPack"
This reverts commit 65b9620.
* Add more invalid config tests
* Warn about emote-offhand-workaround removal
* Add automatic loading of the GeyserOptionalPack (feature/configurate) (GeyserMC#5964)
* Add automatic downloading of the GeyserOptionalPack
* Warn about including the OptionalPack from extensions when Geyser is already including it instead of throwing.
* Copy optional pack instead of downloading
---------
Co-authored-by: onebeastchris <[email protected]>
* Remove unused variable
* Start warning users not running Java 21
* Update tests, temporarily remove NumericRanges test
* Remove duplicate advanced section from Geyser dump
* Address some "reviews"
* yeet md5 hash from geyser dump
* Add info about number of resource packs / amount of mappings into Geyser dump
* Re-enable invalid config loading test
* Fix: allow-custom-skulls migration
* Fix test
* Add "enable-emotes" configuration option
* Rename "emotes-enabled" to "show-emotes"
* Only enable integrated pack when optional pack isn't present
* Update integrated pack
* Exclude jackson annotations, remove leftover debug print
* Remove one-time config migration warnings as we don't have access to the logger at that stage
* Throw more detailed descriptive error when loading resource packs from the "packs" folder, add another legacy config test
* Fix NeoForge's fun module conflict
* Re-add warning about moved functionality, fix Geyser-ViaProxy
This reverts commit fbadfa5.
* oops
* Move GeyserLegacyPingPassthrough to separate thread to avoid Standalone command locking issues
---------
Co-authored-by: Konicai <[email protected]>
Co-authored-by: chris <[email protected]>
Co-authored-by: Eclipse <[email protected]>
Co-authored-by: Aurora <[email protected]>1 parent 1f545a7 commit bdd9ddb
File tree
157 files changed
+8007
-2719
lines changed- bootstrap
- bungeecord
- src/main/java/org/geysermc/geyser/platform/bungeecord
- mod
- fabric
- src/main/java/org/geysermc/geyser/platform/fabric
- neoforge
- src/main/java/org/geysermc/geyser/platform/neoforge
- src/main/java/org/geysermc/geyser/platform/mod
- mixin/client
- spigot
- src/main/java/org/geysermc/geyser/platform/spigot
- standalone
- src/main/java/org/geysermc/geyser/platform/standalone
- velocity
- src/main/java/org/geysermc/geyser/platform/velocity
- viaproxy
- src/main/java/org/geysermc/geyser/platform/viaproxy
- core
- src
- main
- java/org/geysermc/geyser
- command
- defaults
- standalone
- configuration
- dump
- entity
- type
- event/type
- inventory/click
- network
- netty
- pack
- ping
- registry
- loader
- mappings
- versions
- populator
- type
- scoreboard
- session
- auth
- cache
- skin
- text
- translator
- inventory
- level/block/entity
- protocol
- bedrock
- entity/player
- java
- entity
- player
- level
- text
- util
- metrics
- resources
- test
- java/org/geysermc/geyser
- configuration
- scoreboard/network/util
- resources/configuration
- all-changed
- allow-custom-skulls
- chew
- default
- invalid
- legacy
- migrate-no-emotes
- gradle
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
157 files changed
+8007
-2719
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | | - | |
| 20 | + | |
22 | 21 | | |
| 22 | + | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
Lines changed: 99 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
| 194 | + | |
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
bootstrap/bungeecord/src/main/java/org/geysermc/geyser/platform/bungeecord/GeyserBungeePlugin.java
Lines changed: 40 additions & 36 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
42 | | - | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
49 | | - | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
54 | | - | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | 64 | | |
66 | 65 | | |
67 | 66 | | |
68 | 67 | | |
69 | 68 | | |
70 | | - | |
| 69 | + | |
71 | 70 | | |
72 | 71 | | |
73 | 72 | | |
| |||
102 | 101 | | |
103 | 102 | | |
104 | 103 | | |
105 | | - | |
| 104 | + | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
109 | | - | |
110 | | - | |
| 108 | + | |
111 | 109 | | |
112 | 110 | | |
113 | 111 | | |
| |||
168 | 166 | | |
169 | 167 | | |
170 | 168 | | |
171 | | - | |
| 169 | + | |
| 170 | + | |
172 | 171 | | |
173 | 172 | | |
174 | | - | |
175 | | - | |
176 | 173 | | |
177 | 174 | | |
178 | 175 | | |
179 | 176 | | |
180 | | - | |
| 177 | + | |
181 | 178 | | |
182 | 179 | | |
183 | 180 | | |
| |||
195 | 192 | | |
196 | 193 | | |
197 | 194 | | |
198 | | - | |
| 195 | + | |
199 | 196 | | |
200 | 197 | | |
201 | 198 | | |
| |||
232 | 229 | | |
233 | 230 | | |
234 | 231 | | |
235 | | - | |
236 | | - | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
237 | 239 | | |
238 | 240 | | |
239 | 241 | | |
| |||
290 | 292 | | |
291 | 293 | | |
292 | 294 | | |
293 | | - | |
294 | | - | |
295 | | - | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
296 | 317 | | |
297 | | - | |
298 | 318 | | |
299 | 319 | | |
300 | 320 | | |
| |||
303 | 323 | | |
304 | 324 | | |
305 | 325 | | |
306 | | - | |
307 | | - | |
308 | | - | |
309 | | - | |
310 | | - | |
311 | | - | |
312 | | - | |
313 | | - | |
314 | | - | |
315 | | - | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | | - | |
320 | | - | |
321 | | - | |
322 | 326 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
51 | | - | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | 16 | | |
20 | 17 | | |
21 | 18 | | |
| |||
30 | 27 | | |
31 | 28 | | |
32 | 29 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | 30 | | |
40 | 31 | | |
41 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
42 | 36 | | |
43 | 37 | | |
44 | 38 | | |
| |||
61 | 55 | | |
62 | 56 | | |
63 | 57 | | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | 58 | | |
70 | 59 | | |
71 | 60 | | |
| |||
0 commit comments