mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-17 19:33:52 +00:00
parent
098582dea8
commit
e0b6c4e873
2 changed files with 11 additions and 0 deletions
10
Minecraft.Server.FourKit/Event/Server/PluginsLoadedEvent.cs
Normal file
10
Minecraft.Server.FourKit/Event/Server/PluginsLoadedEvent.cs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
namespace Minecraft.Server.FourKit.Event.Server;
|
||||
|
||||
using Minecraft.Server.FourKit.Plugin;
|
||||
|
||||
public class PluginsLoadedEvent : ServerEvent
|
||||
{
|
||||
internal PluginsLoadedEvent() : base()
|
||||
{
|
||||
}
|
||||
}
|
||||
|
|
@ -72,6 +72,7 @@ internal sealed class PluginLoader
|
|||
}
|
||||
}
|
||||
}
|
||||
FourKit.FireEvent(new PluginsLoadedEvent());
|
||||
}
|
||||
|
||||
private void LoadPluginAssembly(string dllPath)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue