Iru21 / Authy

A simple authentication plugin for Minecraft 1.17+!
https://modrinth.com/plugin/authy
GNU Lesser General Public License v3.0
25 stars 17 forks source link

Only the admin can register. #69

Closed Mcvell closed 3 months ago

Mcvell commented 3 months ago

And why can only the admin use the "Login" and "Registration" commands? How can I change it?

Limeen commented 3 months ago

You have to give the permission authy.register to your players

Mcvell commented 3 months ago

Hello, how do you do it?

Limeen commented 3 months ago

If you don't use any permission plugin copy that in your "permissions.yml" file a the root of your server:

server.basics:
       description: Basic permissions for My Cool Server.
       default: true
       children:
          authy.login: true
          authy.register: true
          authy.remember: true