You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before releasing this plugin on poggit, I'd like to address a few things:
The plugin excessively uses reflection, sometimes in places where reflection may not even be necessary (see Loader::addPlayer() for example).
Only one FakePlayer spawned? #15 - To a non-developer (or a non-programmer rather), this plugin is delivered mostly static as it lacking commands. Players cannot be spawned without modifying the configuration pre-startup.
Before releasing this plugin on poggit, I'd like to address a few things:
Loader::addPlayer()
for example).FakePlayerBehaviourFactory::registerDefaults()
).The text was updated successfully, but these errors were encountered: