SourceWriters / LoginPlus

LoginPlus is a spigot-plugin that works on version 1.8 up to the currently latest spigot-version. It is a lightweight login and register-plugin to prevent users from taking over accounts and adding a second layer of security on servers.
GNU General Public License v3.0
9 stars 5 forks source link

Feature: A more customizable permission system. #35

Open Weasel-Beans opened 2 years ago

Weasel-Beans commented 2 years ago

I was disappointed to see that this plugin does not allow us to only prompt users to complete a password or captcha depending on if they have a permission for it. eg. loginplus.promtlogin, loginplus.promptcaptcha, etc.

This could provide for much more maneuverability for owners to do things like only request that staff login, only give captchas to certain users such as new players or those who have been offline for a while (with LuckPerms contexts) etc. As it stands the plugin is quite barebones but has a lot of potential if this customizability was implemented.

Additionally, the option to not require players to register, but to give them the option to do so could be useful. Especially if combined with a placeholder and/or LuckPerms context to give them greater freedom once password-protected.