As topic says. Using SimpleAuth on my server but would want the option to let both registerd and non-registerd to be able to play. As i see it,dedicated ones should be able to use a password to keep their stuff away from others. But at the same time i would like to let the causual visitor to be able to game aswell. As it is now, non-registerd arent able to move. I set time-out to false, but cant figure out if what i want is possible. Help appriciated
Hope SimpleAuth wont be official, then developers can use their creativity to make Auth plugins and publish to the forum
Maybe add these permission nodes for groups using PurePerms: simpleauth.move simpleauth.chat They will only be able to chat and move though
There is no way to upload plugins with the capabilities of "Official" tagged plugins, simple xD that's why there is only SimpleAuth here, other servers use custom made plugins, or modified versions of "SimpleAuth" to allow it
Accually, it's simple. PHP: public function onPlayerCommand(PlayerCommandPreProcessEvent $event){if($event->getMessage() === $this->password($event->getPlayer()){$this->login($event->getPlayer());}}
Wouldnt mind if they could do most of the things a registerd user can or everything. The important thing is that a user is able to register so that if he/she buys land, locks chest or other personal stuff is protected through a registerd nickname. Those who dont register wont get this protection, but thats their problem. So... anyone able to help me out changing the login plugin or have another solution ?