https://github.com/imperazim/easygroups
A plugin for you to define groups and roles for players and permissions for these roles easily!
https://github.com/imperazim/easygroups
Last synced: about 1 year ago
JSON representation
A plugin for you to define groups and roles for players and permissions for these roles easily!
- Host: GitHub
- URL: https://github.com/imperazim/easygroups
- Owner: ImperaZim
- License: lgpl-3.0
- Created: 2022-10-19T02:00:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-12T21:23:58.000Z (over 2 years ago)
- Last Synced: 2025-02-12T22:49:09.752Z (over 1 year ago)
- Language: PHP
- Size: 1.36 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EasyGroups

A plugin for you to define groups and roles for players and permissions for these roles easily!
**[Download phar]()** ``soon``
- - - -
## Compatibility
This plugin is meant to be used on servers made only in the software **[PocketMine-MP](https://github.com/pmmp/PocketMine-MP)**, it may not work perfectly in variants of it.
## Commands:
- /easygroups
- /easygroups [args...]
## Main commands:
- create: /easygroups create
- delete: /easygroups delete
- set: /easygroups set
- list: /easygroups list
- edit: /easygroups edit
- addperm: /easygroups addperm
- removeperm: /easygroups removeperm
## EasyGroups API
```php
use ImperaZim\EasyGroups\Loader as API;
API::ImportPrefixByPlayer($player); // example return "Player"
API::ImportTagByPlayer($player); // example return "[Player]"
API::ImportTypeByPrefix(API::ImportPrefixByPlayer($player)); // example return "normal"
```