Skip to content

Commit

Permalink
config.yml - changed the default values for remapping aliases and res…
Browse files Browse the repository at this point in the history
…tricting players from using commands. The default, which used `/mines tp` was actually causing conflict with normal usage.
  • Loading branch information
rbluer committed Dec 16, 2023
1 parent d94f8f4 commit 1724894
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
4 changes: 4 additions & 0 deletions docs/changelog_v3.3.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down
20 changes: 11 additions & 9 deletions prison-spigot/src/main/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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



Expand Down

0 comments on commit 1724894

Please sign in to comment.