GameMode Permissions
This mod provides a convenient system for controlling gamemode changes in Minecraft. With it, server administrators can flexibly configure which players have the right to change game modes for themselves or other participants.
Available Commands and Their Permissions
Changing Your Own Game Mode:
/gms- requiresgmperms.survival.ownpermission to switch to survival mode/gma- requiresgmperms.adventure.ownpermission to switch to adventure mode/gmc- requiresgmperms.creative.ownpermission to switch to creative mode/gmsp- requiresgmperms.spectator.ownpermission to switch to spectator mode
Changing Other Players' Game Mode:
/gms <player>- requiresgmperms.survival.otherpermission/gma <player>- requiresgmperms.adventure.otherpermission/gmc <player>- requiresgmperms.creative.otherpermission/gmsp <player>- requiresgmperms.spectator.otherpermission
Technical Requirements
For the mod to work, the Fabric permissions API and a compatible permission management mod such as LuckPerms are required. The mod was developed using the Admiral library.
If you have questions or suggestions for improving functionality, you can leave your comments on the project development page.