Commit graph

330 commits

Author SHA1 Message Date
Jason Penilla
351951c196 1.7.0-SNAPSHOT 2021-12-18 04:12:42 -08:00
Jason Penilla
4df07c079e
release: Version 1.6.0 2021-12-02 02:07:17 -08:00
Jason Penilla
708d11854e Fix import order 2021-12-02 02:04:43 -08:00
Jason Penilla
dd4f67ad2e undo intellij auto format 2021-12-02 02:04:43 -08:00
Jason Penilla
a22d9e0100 Remove redundant Function 2021-12-02 02:04:43 -08:00
Jason Penilla
c473e9674a Fixup duplicated field 2021-12-02 02:04:43 -08:00
Jason Penilla
66c803852c Update CraftBukkit reflection for 1.18 2021-12-02 02:04:43 -08:00
Jason Penilla
9dc4e87fa8 Use typesafe dependency accessors 2021-12-02 02:04:43 -08:00
Jason Penilla
2bf8d0f709 fabric: Update loom 2021-12-02 02:04:43 -08:00
Jason Penilla
1b52e8c3bd Update errorprone 2021-12-02 02:04:43 -08:00
Jason Penilla
9c804addbd bukkit: Use name from root argument for consistency with rest of BukkitCommand
shouldn't actually make any difference
2021-12-02 02:04:43 -08:00
Jason Penilla
8399bce8d2 bukkit: Use command name instead of label to get node 2021-12-02 02:04:43 -08:00
Jason
0cf8030f72 bukkit: Make KeyedWorldArgument fallback to normal WorldParser when World does not implement Keyed (#298) 2021-12-02 02:04:43 -08:00
Jason Penilla
cf05494fae Fix annotations 2021-12-02 02:04:43 -08:00
Jason Penilla
e5acfb2414 bukkit: Fix usage string and permission checking for Bukkit help menu 2021-12-02 02:04:43 -08:00
Jason Penilla
b4492e9bc5 Fix Brigadier suggestions for KeyedWorldArgument 2021-12-02 02:04:43 -08:00
Jason Penilla
4447ab451f Add @since tags and typed default to KeyedWorldArgument 2021-12-02 02:04:43 -08:00
Jake Potrebic
ffac750f0d paper: Add KeyedWorldArgument (#293) 2021-12-02 02:04:43 -08:00
Jason Penilla
3b2f2edb60 bukkit: Improve failure handling in EnchantmentArgument 2021-12-02 02:04:43 -08:00
Irmo van den Berge
1b485b9f79 Bump Adventure API version to 4.8.1
Signed-off-by: Irmo van den Berge <irmo.vandenberge@ziggo.nl>
2021-12-02 02:04:43 -08:00
Jason Penilla
4b9c94279e 1.6.0-SNAPSHOT 2021-12-02 02:04:43 -08:00
Jason Penilla
ed6cbf3bbf
build/fabric: Publish Javadoc jar 2021-07-05 03:23:21 -07:00
Jason Penilla
8bdaeb1c8c release: Version 1.5.0 2021-07-05 02:56:06 -07:00
Jason Penilla
cd6fe0e120 build/fabric: Use Quiet Fabric Loom 2021-07-05 02:56:06 -07:00
Jason Penilla
e22b75fe86 build/fabric: Update loom to 0.8-SNAPSHOT 2021-07-05 02:56:06 -07:00
zml
1d2d5d373d fix loom being broken 2021-07-05 02:56:06 -07:00
Jason Penilla
f7b7b93251 Various minor cleanup 2021-07-05 02:56:06 -07:00
Jason Penilla
8460284ea0 fabric: Remove get prefixes from new methods 2021-07-05 02:56:06 -07:00
Jason Penilla
ab0a9299e4 bukkit: Check class presence for CloudBukkitCapabilities instead of using Minecraft version 2021-07-05 02:56:06 -07:00
Jason Penilla
b163dce3c1 bukkit: Fix typo in MinecraftArgumentTypes 2021-07-05 02:56:06 -07:00
Jason
04e697cca6 bukkit: Update Minecraft Brigadier argument types to work on Mojang-mapped servers (#267) 2021-07-05 02:56:06 -07:00
Shane Freeder
db2c3f1724 Support running on a mojmap'd paper server 2021-07-05 02:56:06 -07:00
Jason Penilla
e4bc67e906 bukkit: Use correct constructor for Brigadier Vec2 argument type 2021-07-05 02:56:06 -07:00
Jason Penilla
9692593095 fabric: Fix line length violations 2021-07-05 02:56:06 -07:00
Jason Penilla
28821b5ff1 fabric: Remap to Mojang names 2021-07-05 02:56:06 -07:00
Jason Penilla
4312062e82 Fix checkstyle violation 2021-07-05 02:56:06 -07:00
Jason Penilla
123341563d bukkit: Update for Minecraft 1.17 2021-07-05 02:56:06 -07:00
Jason
7da05da323 bukkit: Implement ItemStack and Block predicate arguments (#259) 2021-07-05 02:56:06 -07:00
jmp
ab86332990 fabric: General cleanup and javadoc improvements 2021-07-05 02:56:06 -07:00
jmp
99040ca68a bukkit: Use WrappedBrigadierParser for modern ItemStack suggestions 2021-07-05 02:56:06 -07:00
jmp
56f8b58489 bukkit: Only suggest items for ItemStackArgument 2021-07-05 02:56:06 -07:00
Jason
e3cc7d43cb bukkit: Implement ItemStackArgument (#257)
Fully featured on 1.13+, falls back to Material parser on legacy versions.

Also some general cleanup to the Bukkit impl
2021-07-05 02:56:06 -07:00
broccolai
4957a23e5d Fix todo 2021-07-05 02:56:06 -07:00
broccolai
950d69ac5c Initial work 2021-07-05 02:56:06 -07:00
Jason
e109e639a1 core: Improvements to number arguments (#255) 2021-07-05 02:56:06 -07:00
Jason
c9ac39ed26 Update build scripts for Gradle 7 (#247)
* fabric: Update Loom to 0.7-SNAPSHOT

* Update to Gradle 7

Switch to CadixDev/licenser
The plugin we were using before does not support Gradle 7, and hasn't been updated in over a year.

* Remove `jcenter()` references

* Move to new JDA repo and bump version

* Use setup-java v2 and Adopt JDK 16 in gh actions

* build: Temporarily add Incendo repo for plugin resolution

Allows building until licenser has a new release

* Import indra plugin classes instead of string applies

* remove space

Co-authored-by: broccolai <me@broccol.ai>
2021-07-05 02:56:06 -07:00
jmp
09fac7734e brigadier: Use StringArgumentType.word() as fallback
`StringArgumentType.string()` is quoted mode.
2021-07-05 02:56:06 -07:00
broccolai
2a4c29267c Use default descriptions and others 2021-07-05 02:56:06 -07:00
jmp
05bf533419 fabric: Use lockRegistration instead of calling transitionOrThrow to lock registration 2021-07-05 02:56:06 -07:00
jmp
fd9a819e30 fabric: Update Loom to 0.7-SNAPSHOT 2021-07-05 02:56:06 -07:00