Commit Graph
9 Commits
Author SHA1 Message Date
Jason Penilla a0b5bad27f Add enchantWithLevels API
Deprecate upstream's newer and poorly implemented similar
API.
2022-03-16 20:35:13 -07:00
Jason Penilla ffdfd64ea5 Add getComputedBiome API 2022-03-14 22:45:32 -07:00
Jason Penilla 23d50f8134 API for creating command sender which forwards feedback 2022-02-01 15:51:44 -07:00
Jason Penilla 91a7982c46 Warn on strange @EventHandler return types 2022-01-18 11:07:54 -07:00
Jason Penilla 3d42540191 Expose vanilla BiomeProvider from WorldInfo 2022-01-06 15:56:16 -08:00
Jason Penilla a8e19d139e Add WaterBottleSplashEvent 2022-12-08 10:12:23 -07:00
Jason Penilla b3e72d20e1 Add TargetHitEvent API 2020-11-25 23:21:32 -08:00
Jason PenillaandAikar 7132df4810 AsyncTabCompleteEvent
Let plugins be able to control tab completion of commands and chat async.

This will be useful for frameworks like ACF so we can define async safe completion handlers,
and avoid going to main for tab completions.

Especially useful if you need to query a database in order to obtain the results for tab
completion, such as offline players.

Also Enforces mutability of the existing TabCompleteEvent.

Co-authored-by: Aikar <aikar@aikar.co>
2017-11-26 13:17:09 -05:00
Jason Penilla e183355647 Add command line option to load extra plugin jars not in the plugins folder
ex: java -jar paperclip.jar nogui -add-plugin=/path/to/plugin.jar -add-plugin=/path/to/another/plugin_jar.jar
2021-05-18 14:42:26 -07:00