Joshua Castle
7770a8b2e0
Merge remote-tracking branch 'upstream/master' into feature/blocky
2023-03-26 16:52:35 -07:00
Camotoy
323394d2b5
Clean up jar file classes a bit
2023-03-26 13:20:53 -04:00
Joshua Castle
7327e275ef
Merge remote-tracking branch 'upstream/master' into feature/blocky
2023-03-23 19:46:32 -07:00
Camotoy
05829eeed8
Upload Fabric platform to Modrinth
2023-03-20 13:04:53 -04:00
Joshua Castle
7c3ceadbb8
Merge remote-tracking branch 'upstream/master' into feature/blocky
2023-03-07 22:21:47 -08:00
YouHaveTrouble
81f0cbe5ed
Assign permission to the command ( #3599 )
...
Assigning permission allows people to possibly deny that permission to hide the command from tab complete list.
Permission is defaulted to true, so command keeps current behavior by default.
2023-03-07 12:54:41 -05:00
Joshua Castle
9e74e904e7
Merge remote-tracking branch 'upstream/master' into feature/blocky
2023-02-03 22:01:32 -08:00
Camotoy
29f234d030
Fix /geyser reload on Spigot
...
Fixes #3478
2023-01-29 22:15:26 -05:00
Joshua Castle
6409d7982d
Merge remote-tracking branch 'upstream/master' into feature/blocky
2023-01-04 19:12:06 -08:00
Camotoy
402b3403ba
Velocity: Fix disabling compression when there is no compression to disable
2023-01-02 12:12:22 -05:00
Joshua Castle
f2d4176054
Merge remote-tracking branch 'upstream/master' into feature/blocky
2022-12-20 22:21:10 -08:00
Camotoy
9656caf4cb
Merge branch 'compression' into dev
2022-12-18 13:21:07 -05:00
Camotoy
ad4424d2b6
Use server data to pick block on banners
2022-12-17 21:05:41 -05:00
Camotoy
7c26036906
Update adapters to support 1.19.3 and add biome command completions
2022-12-13 13:53:28 -05:00
Camotoy
95ebdb8ebf
Update BungeeCord version check
2022-12-07 11:59:20 -05:00
Camotoy
cc3037d6c5
Update to 1.19.3-rc1; various changes and fixes
2022-12-02 14:11:56 -05:00
Konicai
592b48dbf5
Simplify IP censoring in dumps ( #3330 )
2022-11-01 09:59:44 -04:00
Camotoy
254f0da03c
Fabric improvements
...
Mainly in commands - the old permissions file no longer needs to exist.
2022-10-24 13:21:02 -04:00
Camotoy
730b0beb01
Consolidate CommandManager implementations
...
A lot of these just implemented the class overrode the `description` method returning nothing.
2022-10-18 16:05:55 -04:00
Camotoy
144d7b000a
Use Mojang mappings for Geyser-Fabric
2022-10-18 12:06:18 -04:00
SupremeMortal
237a69d3c2
Refactor package and cleanup dependencies for Fabric
2022-10-17 22:08:52 +01:00
Konicai
3794531910
Fix application main
2022-10-17 00:25:54 -04:00
Konicai
675e70be66
Fix shaded jar
2022-10-16 22:47:26 -04:00
Konicai
4dfb728b4d
Merge remote-tracking branch 'upstream/master' into fabric
2022-10-16 20:24:18 -04:00
Konicai
7bf9b92cbb
Cleanup buildscript, add github actions
2022-10-16 20:21:29 -04:00
SupremeMortal
5a805bc688
Fix building
2022-10-04 23:18:53 +01:00
Camotoy
97ec5fec33
Force-disable query if it would interfere with Geyser's startup.
...
Fixes #3312
2022-10-03 18:27:42 -04:00
SupremeMortal
7edde43141
Initial fabric merger
2022-10-03 21:11:07 +01:00
SupremeMortal
63cd071188
Merge remote-tracking branch 'Geyser-Fabric/master' into platform/fabric
2022-10-03 19:37:24 +01:00
Camotoy
04883a166a
Merge branch 'master' of https://github.com/GeyserMC/Geyser
2022-10-03 13:33:32 -04:00
Camotoy
07c7b2f7f8
Clean up on legacy code that will no longer trigger
2022-10-03 13:33:24 -04:00
Camotoy
7f05ab9d22
Fix reloading on Spigot
...
Fixes #3319
2022-10-03 13:15:30 -04:00
Konicai
7653a626af
Update Sponge to API 8 ( #2611 )
2022-10-02 16:43:14 -04:00
Camotoy
47d14e12eb
Geyser now requires 1.13.2+ on Spigot
2022-09-30 11:58:09 -04:00
SupremeMortal
e491cf8a17
Use Gradle's dependency catalogue feature ( #3305 )
...
Move all of our dependencies to a single catalogue file to make maintenance of them easier.
2022-09-26 11:43:17 -04:00
Camotoy
91ad2e58fc
Should fix the command NPE
2022-09-22 21:25:46 -04:00
Camotoy
b794569388
1.19.30 support probably
2022-09-22 19:49:35 -04:00
Camotoy
7cd71f570f
Fix some ordering that regressed some behavior
2022-09-20 13:18:41 -04:00
Camotoy
f31b183a33
Rename Geyser standalone jar to Geyser-Standalone.jar
2022-09-19 11:26:47 -04:00
Camotoy
6df8740955
Only register commands on Spigot if the extension has commands
2022-09-14 14:19:56 -04:00
AnhNguyenlost13
c97ff4f612
Add tooltips command ( #65 )
...
Tooltips command should be there and enabled by default
2022-09-07 09:58:34 -04:00
RednedEpic
8fb22ee225
Merge branch 'master' into feature/extensions
2022-09-04 16:42:14 -05:00
RednedEpic
896bf7c218
Fix bungeecord startup and move version checks to onLoad
2022-09-04 16:19:56 -05:00
ImDaBigBoss
f1da9d7072
Allow events to be registered by any class
...
Supersedes & closes #3073
Co-authored-by: Redned <redned235@gmail.com>
2022-09-04 16:11:08 -05:00
RednedEpic
e5337b6298
Reintroduce GeyserDefineCommandsEvent and cleanup a few things
2022-09-04 13:08:17 -05:00
Camotoy
94d56f04bb
Spigot: Use most compatible signature for CommandSender#sendMessage
2022-08-29 12:29:45 -04: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