I. Presentation
ZabriPermission is a plugin that allows you to manage player permissions with a group system.
II. Installation
1. Download
To install ZabriPermission on your server, download it here. Move the downloaded file in the /plugins/
folder of your server.
2. Configuration
To configure the plugin, start your server a first time to generate the /plugins/ZabriPermission/config.yml
file. When the file is generated, open it.
You will find all the options in this table:
Property | Description |
---|---|
change-tablist-name |
Show prefix and suffix in the tablist (true /false ) |
You have to reload/restart your server to apply changes.
III. Commands
Syntax | Description |
---|---|
/zp add <group name> |
Add a group |
/zp del <group> |
Delete a group |
/zp info <group> |
Show group's informations |
/zp prefix <group> <prefix> |
Change group's prefix |
/zp addp <group> <permission> |
Add a permission to a group |
/zp delp <group> <permission> |
Remove a permission to a group |
/zp addi <group> <inheritance> |
Add an inheritance to a group |
/zp deli <group> <inheritance> |
Remove an inheritance to a group |
/zp player <name> <group> |
Change player's group |
/zp playeraddp <name> <permission> |
Add a permission to a player |
/zp playerdelp <name> <permission> |
Remove a permission to a player |