games647 / FlexibleLogin

A Sponge minecraft server plugin for second factor authentication
https://forums.spongepowered.org/t/8872
MIT License
87 stars 23 forks source link

Commands don't get executed #140

Closed x3rAx closed 6 years ago

x3rAx commented 6 years ago

Hi,

I just tried to install the latest build of v0.18 SNAPSHOT 52 but it does not seem to work.

When I connect to my server, I see the messages telling me to /register (I cleared the config/flexiblelogin directory to make sure it is not a problem with an older config). But when I try to register, nothing happens.

I tried Build 51 which is working so I assume it's one of your last two commits that causes the issue.


Besides that I'm having a question:

The readme mentions some permissions but I can't see them.

LuckPerms shows me the following permissions when using Build 46

├── flexiblelogin
│ ├── flexiblelogin.admin
│ ├── flexiblelogin.no_auto_login
│ ├── flexiblelogin.command
│ │ ├── flexiblelogin.command.login

And the following for using Build 51:

├── flexiblelogin
│ ├── flexiblelogin.admin

I don't know if this is an issue with LuckPerms or with this plugin or if I just need to change something in the config file (I already enabled playerPermissions).

Maybe you could help me with that. I'd like to restrict some of the actions.

x3rAx commented 6 years ago

It works again with Build 54, thanks :+1: :)