diff --git a/docs/changelog_v3.3.x.md b/docs/changelog_v3.3.x.md index 1bee5b997..687b08f80 100644 --- a/docs/changelog_v3.3.x.md +++ b/docs/changelog_v3.3.x.md @@ -17,6 +17,10 @@ These change logs represent the work that has been going on within prison. # 3.3.0-alpha.16 2023-12-16 +* **config.yml - changed the default values for remapping aliases and restricting players from using commands.** +The default, which used `/mines tp` was actually causing conflict with normal usage. + + * **AutoFeatures auto permissions: enable the ability to 'disable' the perms.** Any op'd player, if perms are enabled, will have these auto features enabled. There is no other way around this, since this is the correct behavior of OP'd players. diff --git a/prison-spigot/src/main/resources/config.yml b/prison-spigot/src/main/resources/config.yml index fdb50b29b..b2701fd0f 100644 --- a/prison-spigot/src/main/resources/config.yml +++ b/prison-spigot/src/main/resources/config.yml @@ -475,16 +475,18 @@ prisonCommandHandler: exclude-non-ops: exclude-related-aliases: true commands: - mines: - tp: - includeCmdPerms: true - includeCmdAltPerms: true - perms: - - prison.exclude.test + prison: + support: + colorTest: + includeCmdPerms: false + includeCmdAltPerms: false + perms: + - prison.exclude.test aliases: - mines: - tp: - - mines teleport + prison: + support: + colorTest: + - pColorTest