1
0
mirror of https://github.com/GeyserMC/Floodgate.git synced 2025-12-19 14:59:20 +00:00

18 Commits

Author SHA1 Message Date
Camotoy
9c0b331125 Add ProtocolSupport support (#43)
* Add ProtocolSupport support

This commit hooks into ProtocolSupport to prevent it from attempting an online connection with the Floodgate player. This has been tested with linked accounts and BungeeCord.

Co-authored-by: Tim203 <mctim203@gmail.com>
2020-07-29 12:51:11 +02:00
rtm516
6b2a060035 Account link data fix (#30)
* Fixed floodgate data on bukkit

* Fixed sqlite issue

* Fixed floodgate data on bungee

* Fix velocity account linking

* Fix bungeecord passthrough uuids

* Added command aliases just incase

* Fix player not getting kicked on bukkit

* Added comments

* Fixed bungee command alias

* Fixed and changed a few things

* Fix bungee and bukkit data

* Fixes the remaining issues

Co-authored-by: Tim203 <mctim203@gmail.com>
2020-06-13 18:53:43 +02:00
Redned
755ec62124 Specify API version for Bukkit to stop legacy material loading 2020-05-23 18:59:28 -05:00
Tim203
4e53c214e9 Account linking 2020-04-28 10:58:33 +02:00
Tim203
fcabad6d20 Merge branch 'development' of https://github.com/GeyserMC/Floodgate into feature/account-linking 2020-04-28 10:22:47 +02:00
Heath123
44384fa925 Account linking part 1 2020-04-28 10:19:40 +02:00
theminecoder
38a67ee859 Add option to replace spaces in names, to allow for better handling in java plugins (#15) 2020-04-10 09:09:53 +02:00
Tim203
9e1ba115de Fixes #13 2020-03-25 13:45:51 +01:00
William Johnstone
95e1a8122b Configurable username prefix (#11)
* Add configurable username prefix
2020-03-20 17:57:57 +01:00
Tim203
2904612b5a This reverts commit da18e9b9 until a solution to the bedrock client crash is found 2020-03-14 20:12:37 +01:00
Tim203
da18e9b950 Floodgate now uses identity instead of xuid 2020-03-09 21:35:01 +01:00
Tim203
f0dba0e1f5 Fixes #9 and added a debug option for the bungee plugin 2020-03-08 23:18:30 +01:00
Tim203
7edff139cc Adds experimental Velocity support, fixed bugs and changed some class names 2020-02-22 16:32:20 +01:00
Tim203
580ae0dcf0 Some fixes for the Bungee and Bukkit version 2020-01-26 10:16:33 +01:00
Tim203
f7d7a7a3fd Should fix some issues related to the 'send-floodgate-data' config option 2020-01-19 22:48:33 +01:00
Tim203
b4365e2d0d Should fix the nullptr on the Bukkit version too 2020-01-18 14:36:13 +01:00
jackson-57
ddd686029f Enable filtering
Fixes Floodgate loading on Bukkit.
2019-12-26 12:13:04 -08:00
Tim203
8ea8504618 Added Bukkit support and updated the Bungee version to be able to pass the player data (from Geyser) through 2019-12-17 23:35:05 +01:00