iTXTech / Synapse

High performance load balance server for Minecraft: Bedrock Edition.
GNU General Public License v3.0
33 stars 15 forks source link

Plugin loading call undefined events #12

Closed Guillaume351 closed 8 years ago

Guillaume351 commented 8 years ago

Hello, when you load a plugin on Synapse, the PluginEnableEvent is called but it's undefined. This event should be added or removed from the plugin loading (in FolderPluginLoader.php and PluginLoader.php). Same for PluginUnloadEvent Thanks

ishitatsuyuki commented 8 years ago

No description. Closing.

Guillaume351 commented 8 years ago

@ishitatsuyuki Added, sorry I misscliked before writing description

gaoyichuan commented 8 years ago

I think plugins should be loaded on Genisys servers, not the Synapse server

Guillaume351 commented 8 years ago

@gaoyichuan I use a plugin to update total player number and server name, it works fine as long as I remove those events

XFuryMCPE commented 8 years ago

https://github.com/iTXTech/Synapse/pull/14