dynmap icon indicating copy to clipboard operation
dynmap copied to clipboard

Allow explicit config to select permission system

Open meza opened this issue 2 years ago • 0 comments

Feature Description:

Currently dynmap guesses which permission system is available based on an arbitrary presedence. Luckperms > Fabric Permissions Api > permissions.yml

The issue is that some mods might add the permissions api for their own benefit. This can happen completely outside of the control of the server owner. (I just had this issue with Spark).

I would like to be able to tell dynmap that regardless that the fabric permissions api exists on the classpath, please use the permissions.yml instead.

meza avatar Aug 20 '22 00:08 meza