Commit Graph

3077 Commits

Author SHA1 Message Date
Kas-tle 1db77ad2bd
Fix address, port, & motd being ignored in config (#3259) 2022-08-28 20:42:31 -04:00
Camotoy 670308edc2
Update Netty version used in standalone 2022-08-26 11:19:23 -04:00
Camotoy b7337fa032
Update mappings
Fixes #3252
2022-08-25 16:11:30 -04:00
Camotoy 29fcce7ec8
Add option to not log player IP addresses
Resolves #3246
2022-08-25 16:10:43 -04:00
Camotoy 6ec1ba39c6
Add 1.19.21 to the README 2022-08-25 13:21:45 -04:00
Camotoy 70ebc670bd
Merge pull request #3250 from Kas-tle/feature/extensions
Feature/extensions 1.19.21
2022-08-24 15:13:45 -04:00
Kas-tle 936fed1ded
Move sendMessage(Component) to GeyserCommandSource 2022-08-24 15:38:54 +00:00
Kas-tle f1642d81dc
Fix comment 2022-08-24 13:41:24 +00:00
Kas-tle dc29d997fd
Exclude from relocation, not inclusion 2022-08-24 05:18:12 +00:00
Kas-tle e35f3785b2
Resolve fallout 2022-08-24 04:53:13 +00:00
Kas-tle 9232310b4d
Upstream 2022-08-24 04:53:00 +00:00
Camotoy 8dde4b4347
Support Bedrock 1.19.21 2022-08-23 13:20:57 -04:00
Camotoy 82411978c8
Update languages submodule 2022-08-22 14:34:26 -04:00
Camotoy d499e22502
Debugging always sneaks in... 2022-08-21 21:25:32 -04:00
Camotoy 67a65c45d3
Implement update notifications for Geyser
Geyser installations will now get notified when a new Bedrock release is out and Geyser must be updated. The system works similarly to ViaVersion where OPs get a notification of an update when they join. The permission node for players to see update notifications is `geyser.update` and the backing JSON that controls this can be found at https://github.com/GeyserMC/GeyserSite/blob/gh-pages/versions.json. There is also a config option to disable update checking.

This update also fixes modern Paper installations not being able to see colored text logged from Geyser in the console.
2022-08-21 21:22:15 -04:00
Camotoy a3b1cf61ad
Geyser end of https://github.com/GeyserMC/GeyserOptionalPack/pull/34 2022-08-20 16:32:24 -04:00
Camotoy 3716b7a84f
Remove initialized check in movement
This probably isn't needed anymore. This was introduced in https://github.com/GeyserMC/Geyser/pull/41 and is probably no longer needed since we never send movement before the player is spawned, and we don't allow movement to go through until the Bedrock player matches the unconfirmed teleport we create in JavaPlayerPositionTranslator. By removing this we should fix some instances of players kicked for 'flying' as players joining in the air would never respond to gravity until Bedrock finished loading.
2022-08-20 14:56:40 -04:00
Camotoy 62bd2cc543 Allow any 1.19 version 2022-08-18 19:33:08 -04:00
Camotoy e960303352 Update Geyser version 2022-08-13 20:27:13 -04:00
Tim203 13046a8602
Fixed building and switched event library 2022-08-13 22:48:12 +02:00
David Choo 33af9e094c
Fix missing cool down indicator when attacking mobs (#3230) 2022-08-12 22:25:07 -04:00
Tim203 ab6e0d1e16
Some more API changes 2022-08-12 01:01:26 +02:00
Tim203 80588a07bd
Initial API changes 2022-08-11 23:17:56 +02:00
Camotoy 9412458f4a
Merge pull request #3228 from TypicalShavonne/feature/extensions
Set baby if armor stand is small for OptionalPack (GeyserMC#3210)
2022-08-11 10:23:52 -04:00
Typical fd4f683d15
Merge pull request #1 from TypicalShavonne/master
Set baby if armor stand is small for OptionalPack (#3210)
2022-08-11 14:40:00 +07:00
Camotoy 62f9ef7986
Merge pull request #3216 from Konicai/ext-1.19.20-fixes
Fix forms and items in extensions
2022-08-10 18:12:56 -04:00
Kas-tle 50ea5eac9a
Set baby if armor stand is small for OptionalPack (#3210) 2022-08-10 18:05:59 -04:00
Konicai 2a2e63e519
Explicitly set gson dependency in common 2022-08-10 17:39:48 -04:00
Konicai 737df21495
Merge remote-tracking branch 'upstream/master' into ext-1.19.20-fixes
# Conflicts:
#	ap/pom.xml
#	api/base/pom.xml
#	api/geyser/pom.xml
#	api/pom.xml
#	bootstrap/bungeecord/pom.xml
#	bootstrap/pom.xml
#	bootstrap/spigot/pom.xml
#	bootstrap/sponge/pom.xml
#	bootstrap/standalone/pom.xml
#	bootstrap/velocity/pom.xml
#	common/pom.xml
#	core/pom.xml
#	pom.xml
2022-08-10 17:01:02 -04:00
Tim203 8b57a7c691
Use StandardCharsets instead of Charsets 2022-08-10 22:27:24 +02:00
Tim203 678e285cd4
Bump Cumulus version to 1.1.1 2022-08-10 22:12:05 +02:00
Konicai ab2b79485b
Fix sending forms with floodgate for 1.19.20 (#3217)
* Fix sending forms with floodgate

* Comment about 1.19.20

* Swapped if-else

Co-authored-by: Tim203 <mctim203@gmail.com>
2022-08-10 22:09:55 +02:00
David Choo 25a18a2e4f
Fix maps not loading in Bedrock (#3218) 2022-08-09 21:35:26 -04:00
Camotoy ef8130e7c0
Update README 2022-08-09 20:31:29 -04:00
Camotoy 88727fb473
Bump Geyser to version 2.0.7-SNAPSHOT and default Bedrock to 1.19.20 2022-08-09 20:30:49 -04:00
Konicai 259fed247a
Merge remote-tracking branch 'upstream/master' into ext-1.19.20-fixes
# Conflicts:
#	core/pom.xml
2022-08-09 19:27:25 -04:00
Camotoy eab92da988
Fix form responses on 1.19.20 2022-08-09 19:07:11 -04:00
7man7LMYT ef81bdeb6b
Update items to 1.19.20 (#3215)
* Update to 1.19.20

* Add 1.19.20 mapping

* Revert biome changes
2022-08-09 16:52:53 -04:00
Camotoy b9646b9aa6
Merge pull request #3213 from Konicai/ext-1.19.20
Mege master into extensions
2022-08-09 14:51:19 -04:00
Konicai ee5e916112
Merge remote-tracking branch 'upstream/master' into ext-1.19.20
# Conflicts:
#	core/pom.xml
2022-08-09 14:36:54 -04:00
Camotoy f74713c0ed
Initial support for 1.19.20 Bedrock 2022-08-07 12:09:54 -04:00
Camotoy 3c27273eac
Indicate support for Java 1.19.2 2022-08-05 11:29:47 -04:00
Konicai 29c9bde9ef
Merge branch 'feature/extensions' into api-version-check 2022-08-04 18:18:21 -04:00
Konicai 67e3bf1f8d
Move extensions folder to Geyser's config folder (#3202)
* Move extensions folder to Geyser's config folder

* Move directory field
2022-08-04 17:55:12 -04:00
Konicai 22b16e3587
Merge branch 'feature/extensions' into api-version-check 2022-08-03 11:29:31 -04:00
Camotoy 684b9c2361
Merge pull request #3194 from Konicai/ext-1.19.1
Merge master (1.19.1) into extensions
2022-08-03 11:23:41 -04:00
Konicai 36ef23b24e
Don't allow empty extension name 2022-08-03 00:30:22 -04:00
Konicai aa7d0f4a57
Use class for reading extension.yml 2022-08-03 00:20:27 -04:00
Konicai a5dc70a3b5
Refactor extension description 2022-08-02 23:22:08 -04:00
Konicai 17f3deb8df
try to reset languages 2022-08-02 01:11:17 -04:00