Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Avatar for SimplyVanilla

A simple and static permission manager for Velocity.

Report SimplyPerms?

SimplyPerms

With SimplyPerms you can easily manage permissions and whitelist commands (for more fine-grained control) through a static config. There is no reload, no database, no other dependency required.

This is only for Velocity commands and plugins. All commands not known to Velocity will be forwarded to the backend server.

If you need anything more powerful, I recommend using LuckPerms or similar.

Example config

###########################################################
#               SimplyPerms config.yml file               #
###########################################################

# The following is a list of all the allowed commands.
# If a user tries to execute a command for which they have permission,
# but it is not specified in this list, they will be stopped.
allowed-commands:
  - version
  - join

# A list of groups with permissions.
groups:
  # The name of the group
  default:
    # The permissions of the group.
    minecraft.join: false
    minecraft.test: true

  admin:
    minecraft.join: true
    # By default, every permission is set to false,
    # however, if a permission was previously set to true,
    # and a higher group specifies it as false, then it will be negated.
    minecraft.test: false

# A list of users with relative groups.
# You can specify as many groups as you'd like.
users:
  2d509a28-31db-41ff-81c4-008b13209e96:
    - admin
  e05784e9-36d9-467a-94fc-69aa2ba87bd0:
    - admin

Information

CategoryProtection
Published onMarch 2, 2024
LicenseGPL
Downloads37
Stars0
Watchers0

Pinned Versions

Members