My auth plugin works well at protecting the server, it stops all commands from being used when not logged in, disabled block place/break and other nasty things player can do. Though there one thing I dont know how to disable. If someone logs into an op account and the plugin BanHammer is installed, the not logged in people can still ban the players with BanHammer. This is because I don't know how to set all player permission to false. So, how can I make it so players have no permission at all?
None. FlareHub uses a core plugin that controls almost everything even auth. AntiHacks is it's own seperate plugin so I can work on it until it's better. TapToDo by falk is being use for a little bit because it makes it easier to add join signs.
Maybe get the permissions he is subscribing to from PluginManager, foreach it and set to false from your own permissionattachment.
Wait- Could this be a possible reason of why /login dose not work on SimpleAuth? Blocking it's own permissions?