MinecraftConsoles/Minecraft.Server.FourKit
UniPM 94bed94d00
Added enablePlugin() and disablePlugin() (#13)
* Exposed loaded plugins in FourKitHost with public getLoadedPlugins()

* Fixed bad reference to ServerPlugins

* Forgot that the PluginLoader was nullable, handled it

* Implemented getPlugin(name) and getPlugins() in FourKit.cs

* Implemented enablePlugin(plugin) and disablePlugin(plugin) in FourKit.cs

---------

Co-authored-by: UniPM <zoc6x8voc@mozmail.com>
2026-04-06 02:06:10 -05:00
..
Block blockstate, more block events, command preprocess event. 2026-04-06 01:52:58 -05:00
Command finish rewrite; port to cmake, loads of other changes 2026-03-21 14:01:49 -05:00
docs blockstate, more block events, command preprocess event. 2026-04-06 01:52:58 -05:00
Enchantments add enchantments (#7) 2026-03-28 13:33:54 -05:00
Entity Feature/plugin api experimental (#12) 2026-04-05 21:21:22 -05:00
Enums Events, minor apis, stubs for future pr (#9) 2026-04-02 17:22:07 -05:00
Event blockstate, more block events, command preprocess event. 2026-04-06 01:52:58 -05:00
Experimental Feature/plugin api experimental (#12) 2026-04-05 21:21:22 -05:00
Inventory optimizations (#10) 2026-04-03 17:08:59 -05:00
Net finish rewrite; port to cmake, loads of other changes 2026-03-21 14:01:49 -05:00
Plugin finish rewrite; port to cmake, loads of other changes 2026-03-21 14:01:49 -05:00
Util add missing funcs to Player, add Velocity and Vectors 2026-03-23 08:06:21 -05:00
.editorconfig add enchantments (#7) 2026-03-28 13:33:54 -05:00
CMakeLists.txt finish rewrite; port to cmake, loads of other changes 2026-03-21 14:01:49 -05:00
EventDispatcher.cs finish rewrite; port to cmake, loads of other changes 2026-03-21 14:01:49 -05:00
FourKit.cs Added enablePlugin() and disablePlugin() (#13) 2026-04-06 02:06:10 -05:00
FourKitHost.Callbacks.cs Feature/plugin api experimental (#12) 2026-04-05 21:21:22 -05:00
FourKitHost.cs Added enablePlugin() and disablePlugin() (#13) 2026-04-06 02:06:10 -05:00
FourKitHost.Events.cs blockstate, more block events, command preprocess event. 2026-04-06 01:52:58 -05:00
GameMode.cs finish rewrite; port to cmake, loads of other changes 2026-03-21 14:01:49 -05:00
Location.cs blockstate, more block events, command preprocess event. 2026-04-06 01:52:58 -05:00
Material.cs finish rewrite; port to cmake, loads of other changes 2026-03-21 14:01:49 -05:00
Minecraft.Server.FourKit.csproj finish rewrite; port to cmake, loads of other changes 2026-03-21 14:01:49 -05:00
NativeBridge.cs Feature/plugin api experimental (#12) 2026-04-05 21:21:22 -05:00
Particle.cs particle stuff 2026-03-23 20:55:27 -05:00
PluginLoadContext.cs finish rewrite; port to cmake, loads of other changes 2026-03-21 14:01:49 -05:00
PluginLoader.cs Added enablePlugin() and disablePlugin() (#13) 2026-04-06 02:06:10 -05:00
ServerLog.cs finish rewrite; port to cmake, loads of other changes 2026-03-21 14:01:49 -05:00
Sound.cs playsound, sleep ignoring 2026-03-23 17:25:46 -05:00
World.cs Events, minor apis, stubs for future pr (#9) 2026-04-02 17:22:07 -05:00