Player Roles Mod (1.19.3, 1.18.2)
383
views ❘
February 8, 2023
❘
Welcome to PPlayer Roles Mod (1.19.3, 1.18.2).
Features:
- This is a simple implementation allowing for custom permissions to be assigned to players via Discord-like “roles”.
- Roles and their permissions are defined within a JSON file, which can be easily modified and reloaded at runtime for rapid iteration.
Commands:
- The
commands
override is used to manipulate the commands that a player is able to use. Each override entry specifies a regular expression pattern to match, and then a strategy for how to respond when the mod encounters that pattern. - For example, the pattern
.*
matches every possible command, whilegamemode (spectator|adventure)
would match the game mode command only with spectator and adventure mode. The strategies that can then be used alongside these patterns areallow
anddeny
:allow
will make sure that the player is allowed to use this command, whiledeny
will prevent the player from using this command. - For example:
json
"commands": {
"gamemode (spectator|adventure)": "allow"
} - The commands override can additionally make use of the
hidden
rule result, which will allow the command to be used, while hiding it from command suggestions.
You may also need:
How to install:
How To Download & Install Mods with Minecraft Forge
How To Download & Install Fabric Mods
Don’t miss out today’s latest Minecraft Mods
Player Roles Mod (1.19.3, 1.18.2) Download Links
For Minecraft 1.16.5
Fabric version: Download from Server 1
For Minecraft 1.18.2
Fabric version: Download from Server 1
For Minecraft 1.19.1
Fabric version: Download from Server 1
For Minecraft 1.19.3
Fabric version: Download from Server 1
Click to rate this post!
[Total: 0 Average: 0]