Konicai
|
7121051d9a
|
Merge mistake fixes
|
2022-08-02 00:25:07 -04:00 |
|
Konicai
|
aee43e68fa
|
Merge remote-tracking branch 'upstream/master' into feature/extensions
# Conflicts:
# ap/pom.xml
# api/base/pom.xml
# api/geyser/pom.xml
# api/pom.xml
# bootstrap/bungeecord/pom.xml
# bootstrap/bungeecord/src/main/java/org/geysermc/geyser/platform/bungeecord/GeyserBungeePlugin.java
# bootstrap/pom.xml
# bootstrap/spigot/pom.xml
# bootstrap/sponge/pom.xml
# bootstrap/standalone/pom.xml
# bootstrap/standalone/src/main/java/org/geysermc/geyser/platform/standalone/GeyserStandaloneBootstrap.java
# bootstrap/velocity/pom.xml
# common/pom.xml
# core/pom.xml
# core/src/main/java/org/geysermc/geyser/command/CommandManager.java
# core/src/main/java/org/geysermc/geyser/registry/populator/ItemRegistryPopulator.java
# core/src/main/java/org/geysermc/geyser/translator/protocol/java/JavaLoginTranslator.java
# core/src/main/resources/languages
# pom.xml
|
2022-08-02 00:01:05 -04:00 |
|
Camotoy
|
51d9320500
|
Bungee: Check for potentially outdated proxies
|
2022-08-01 11:01:24 -04:00 |
|
Camotoy
|
45b05d14be
|
Compiles; bump version
|
2022-07-27 16:38:51 -04:00 |
|
Camotoy
|
40fde6b046
|
Some nitpicks and cleaning up the provider API
The command changes here are not final. Internally we're discussing if we want to allow extensions to register root commands on platforms.
|
2022-07-26 18:33:39 -04:00 |
|
Camotoy
|
25289a3606
|
Error out gracefully when Velocity is outdated
|
2022-07-22 23:32:43 -04:00 |
|
Camotoy
|
0efd04dd87
|
Initial code for /geyser connectiontest
This command acts as a testing ground for debugging Unable to Connect to World. More checks will be added in the future.
|
2022-07-20 19:59:03 -04:00 |
|
Camotoy
|
fcd567808f
|
This was supposed to be a debug log
|
2022-07-16 00:12:57 -04:00 |
|
Kas-tle
|
0335c8263c
|
Address @Camotoy's review
|
2022-07-13 16:20:42 +00:00 |
|
Kas-tle
|
d1fbb909a5
|
fixed java 16 thanks to @davchoo
|
2022-07-12 17:09:48 +00:00 |
|
Kas-tle
|
2dbd39c5a4
|
Per review by @Camotoy
|
2022-07-12 16:33:57 +00:00 |
|
Kas-tle
|
bca6359f7e
|
1.19.10 fallout
|
2022-07-12 05:29:39 +00:00 |
|
Kas-tle
|
363d72da91
|
Merge remote-tracking branch 'origin/master' into feature/extensions
|
2022-07-12 05:26:52 +00:00 |
|
Camotoy
|
83ba6b5ab5
|
Extensions have their own command
|
2022-07-10 20:58:48 -04:00 |
|
Camotoy
|
4656383c67
|
Bump to 2.0.5-SNAPSHOT
|
2022-07-10 17:05:19 -04:00 |
|
Camotoy
|
897c4dcfec
|
Changes
|
2022-07-09 18:39:02 -04:00 |
|
ImDaBigBoss
|
36c49a7256
|
Custom item support for extensions (#2822)
Co-authored-by: Camotoy <20743703+Camotoy@users.noreply.github.com>
|
2022-07-02 12:50:16 -04:00 |
|
Camotoy
|
23923d734f
|
Ensure old Paper builds can still use ping passthrough
|
2022-06-22 22:18:32 -04:00 |
|
Julian Vennen
|
3a5e5fe9f0
|
Update Paper APIs to 1.19; fix ping passthrough for new Spigot+ builds (#3078)
|
2022-06-22 22:11:58 -04:00 |
|
Camotoy
|
08241b8bd8
|
Spigot: Ensure surprise method/constructor changes won't stop ping passthrough from working
Fixes #3079 but will need more work
|
2022-06-20 22:57:49 -04:00 |
|
Camotoy
|
4a9581c5a6
|
Update Spigot adapters for 1.19
|
2022-06-13 13:47:05 -04:00 |
|
ImDaBigBoss
|
db003293e9
|
Merge master
|
2022-06-12 10:33:32 +02:00 |
|
ImDaBigBoss
|
795bec91d7
|
Fixed plugin.yml for spigot
|
2022-06-11 10:03:19 +02:00 |
|
Camotoy
|
691d674f01
|
Use PaperServerListPingEvent when available
We need to support this or else events that exclusively use PaperServerListPingEvent will not see our call.
Fixes https://github.com/GeyserMC/Geyser/issues/3003
|
2022-06-09 21:40:54 -04:00 |
|
ImDaBigBoss
|
4e2f74481b
|
Updated to 1.19
|
2022-06-08 14:09:14 +02:00 |
|
Camotoy
|
5a1e6a6d08
|
Fix Geyser booting on Spigot 1.19
|
2022-06-07 14:46:59 -04:00 |
|
Camotoy
|
2595eae300
|
Bump to 2.0.4-SNAPSHOT
|
2022-06-07 11:14:58 -04:00 |
|
Tim203
|
3582d5cd6f
|
Changed back the Geyser version and use Cumulus 1.1
|
2022-06-07 00:19:59 +02:00 |
|
Tim203
|
5fe24ac867
|
Merge remote-tracking branch 'origin/feature/1.19-bedrock' into feature/cumulus-1.1
# Conflicts:
# core/src/main/java/org/geysermc/geyser/session/cache/AdvancementsCache.java
|
2022-06-07 00:14:43 +02:00 |
|
RednedEpic
|
bcc68ee4b5
|
Update to latest MCPL changes
|
2022-06-05 13:12:36 -05:00 |
|
RednedEpic
|
56daefb0a0
|
Update PaperMC repo
|
2022-06-05 13:08:32 -05:00 |
|
Tim203
|
84bcadc687
|
Converted the new forms
|
2022-05-28 23:45:35 +02:00 |
|
davchoo
|
f079ee430b
|
Fix missing startup debug logs on Standalone
|
2022-05-27 02:03:45 -04:00 |
|
Camotoy
|
f38c1fbc0f
|
Spigot: programmatically add Geyser permissions and fix reloading
|
2022-05-06 15:32:43 -04:00 |
|
RednedEpic
|
f2e606c0f3
|
Rename HYBRID AuthType back to FLOODGATE
|
2022-04-24 11:42:17 -05:00 |
|
Camotoy
|
4cb18ebf5b
|
Use stable version for maven-shade-plugin
|
2022-04-23 14:14:09 -04:00 |
|
Konicai
|
d1cedbb823
|
Generate velocity-plugins.json and relocate fastutil (#2940)
|
2022-04-20 12:36:10 -04:00 |
|
Camotoy
|
67f4de9781
|
Actually bump to 2.0.3-SNAPSHOT
|
2022-04-17 20:10:16 -04:00 |
|
Camotoy
|
1ebc3fd8f6
|
Merge branch 'master' of https://github.com/GeyserMC/Geyser into feature/extensions
|
2022-04-07 19:22:46 -04:00 |
|
Camotoy
|
c610e98f4c
|
Spigot: fix loading on 1.12
|
2022-03-25 14:04:16 -04:00 |
|
Camotoy
|
80b6d14cee
|
Spigot: enable command completions for /geyser
|
2022-03-24 17:39:35 -04:00 |
|
RednedEpic
|
9939a26a5b
|
Add RemoteServer API
|
2022-03-19 21:55:29 -05:00 |
|
RednedEpic
|
f53c3b71c0
|
Update dependencies
|
2022-03-19 20:46:30 -05:00 |
|
RednedEpic
|
4455dc0ded
|
Merge remote-tracking branch 'origin/feature/extensions' into feature/extensions-gradle
|
2022-03-19 20:39:59 -05:00 |
|
Camotoy
|
9154a4571c
|
Merge branch 'master' of https://github.com/GeyserMC/Geyser into feature/extensions
|
2022-03-06 20:35:04 -05:00 |
|
Camotoy
|
a58239f15b
|
Update Adapters to support 1.18.2
|
2022-03-04 15:25:33 -05:00 |
|
Camotoy
|
c977e36368
|
Deprecate userAuths in favor of a saved token system
|
2022-03-03 18:52:26 -05:00 |
|
Camotoy
|
65b68087b8
|
Bump Geyser to 2.0.2 and Java to 1.18.2
|
2022-02-28 10:07:45 -05:00 |
|
RednedEpic
|
6321ecc166
|
Initial move to gradle
|
2022-02-27 16:38:55 -06:00 |
|
Camotoy
|
0251bb64b8
|
Update JLine
Fixes #2867
|
2022-02-26 14:26:13 -05:00 |
|