MinecraftConsoles/Minecraft.Server.FourKit
DrPerkyLegit da2aaf1247
Add PlayerPreLoginEvent (#8)
* PlayerPreLoginEvent, comments for more events

* basic plugin events

* plugin failed to load event

* add docs

---------

Co-authored-by: sylvessa <225480449+sylvessa@users.noreply.github.com>
2026-03-29 12:56:24 -05:00
..
Block add missing block.getData() (oops) and use string localization 2026-03-22 02:37:45 -05:00
Command finish rewrite; port to cmake, loads of other changes 2026-03-21 14:01:49 -05:00
docs Merge remote-tracking branch 'smartcmd/main' into feature/plugin-api 2026-03-29 00:55:46 -05:00
Enchantments add enchantments (#7) 2026-03-28 13:33:54 -05:00
Entity fix dimension travel throu teleport 2026-03-28 23:44:00 -05:00
Event Add PlayerPreLoginEvent (#8) 2026-03-29 12:56:24 -05:00
Inventory remove leftover debug prints 2026-03-28 14:48:02 -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 add some vehicle related funcs, fix entity getting (temp) 2026-03-23 22:29:23 -05:00
FourKitHost.Callbacks.cs cleanup 2026-03-24 21:13:15 -05:00
FourKitHost.cs cleanup 2026-03-24 21:13:15 -05:00
FourKitHost.Events.cs Add PlayerPreLoginEvent (#8) 2026-03-29 12:56:24 -05:00
GameMode.cs finish rewrite; port to cmake, loads of other changes 2026-03-21 14:01:49 -05:00
Location.cs mfw i forget clone() 2026-03-23 23:37:32 -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 add some vehicle related funcs, fix entity getting (temp) 2026-03-23 22:29:23 -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 Add PlayerPreLoginEvent (#8) 2026-03-29 12:56:24 -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 finish rewrite; port to cmake, loads of other changes 2026-03-21 14:01:49 -05:00