diff --git a/doc/mods/tempperms.md b/doc/mods/tempperms.md
index d63214de..84edb531 100644
--- a/doc/mods/tempperms.md
+++ b/doc/mods/tempperms.md
@@ -16,10 +16,10 @@ configuration file.
## Setup
-Either administrate via commands (recommended) OR complete the `perms` config block inside the arena config, like this:
+Either administrate via commands (recommended) OR complete the `modules.tempperms` config block inside the arena config, like this:
```yaml
-perms:
+tempperms:
- default:
- everyone.has.this
- -everyone.doesnt.have.this
@@ -34,7 +34,7 @@ perms:
> ⚙ **Technical precision:**
-> * For negative permissions, you can use either `-node` or `^node` syntax, it's the same thing. However when the config
+> * For negative permissions, you can use either `-node` or `^node` syntax, it's the same thing. However, when the config
> is saved, every negative permissions are rewritten with `-node` syntax.
> * `default` block contains permissions applied to every player
@@ -50,8 +50,12 @@ perms:
## Troubleshooting
If you experience this not working, double check if you GAVE superior permissions or SUB permissions that you didn't
-take away (explicitly), to be sure, add/remove eventual .* nodes and all subnodes.
+take away (explicitly), to be sure, add/remove eventual .* nodes and all subnodes.
+If you want to add access to new commands with permissions, keep in mind they have to be added to whitelist in your
+arena config file (`cmds.whitelist` node).
-## Dependencies
+
-Any superperms compatible permissions plugin (like GroupManager, LuckyPerms, etc)
+> ⚙️ **Technical precision:**
+> This mod is compatible with native Bukkit permission system and with any superperms compatible permissions plugin
+> (like GroupManager, LuckPerms, zPermissions, etc)
diff --git a/doc/modules.md b/doc/modules.md
index 5b202bc4..4affaba9 100644
--- a/doc/modules.md
+++ b/doc/modules.md
@@ -47,7 +47,7 @@ Hook into many different aspects of the game!
| [Squads](mods/squads.md) | add squads to the game, basically only showing players belonging together apart from teams and classes. | | ☑️️ |
| [StartFreeze](mods/startfreeze.md) | freeze players at start | | ✔️️ |
| [TeamSizeRestrict](mods/teamsizerestrict.md) | a small mod to restrict the size of specific teams | | ✔️️ |
-| [TempPerms](mods/tempperms.md) | add temporary perms | | ☑️ |
+| [TempPerms](mods/tempperms.md) | add temporary perms | | ✔️️ |
| [Titles](mods/titles.md) | send messages to players as the "title" command would do | | ✔️️ |
| [Turrets](mods/turrets.md) | add turrets where players fire projectiles | | ⚠️ |
| [Vault](mods/vault.md) | add economy | | ☑️ |