AuthMeReloaded icon indicating copy to clipboard operation
AuthMeReloaded copied to clipboard

Add changing the world when you're not in the system

Open mi-201 opened this issue 2 years ago • 1 comments

What feature do you want to see added?

I use a hybrid core for mods and plugins, we have a pirated server and for this reason we need your plugin, but there is a problem. We are using mod create and there is a autonomous activator, it does not work because your plugin blocks the ability to change the world while you are not logged in. And so I rummaged through the entire config but did not find anything that could change this.

The idea itself: Add a rule in the config that will allow you to change the world while you are not in the system (we have a small server, so server protection is not of great importance to us)

Are there any alternatives?

Removed plugin

Anything else?

Sometimes I look at the github, I will be glad to receive a link in the comments when it is implemented

mi-201 avatar Feb 22 '23 12:02 mi-201

If you just need unauthenticated players to be able to run a specific command, there is an option in the configuration for that. /register and /login (without slash) are present in a list in the config somewhere. You could add the command to change world to that list

ljacqu avatar Jun 26 '23 11:06 ljacqu