https://github.com/cortexpe/hierarchy
[WIP] It's time to ditch PurePerms and PureChat. // Innovative role-based permission management system
https://github.com/cortexpe/hierarchy
Last synced: 2 months ago
JSON representation
[WIP] It's time to ditch PurePerms and PureChat. // Innovative role-based permission management system
- Host: GitHub
- URL: https://github.com/cortexpe/hierarchy
- Owner: CortexPE
- License: agpl-3.0
- Created: 2019-04-28T17:59:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-07T17:30:14.000Z (almost 4 years ago)
- Last Synced: 2025-04-19T01:32:29.807Z (2 months ago)
- Language: PHP
- Homepage:
- Size: 1.26 MB
- Stars: 60
- Watchers: 16
- Forks: 12
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://poggit.pmmp.io/ci/CortexPE/Hierarchy/~)
## Features:
| Feature | Hierarchy | PurePerms |
| :-----: | :-------: | :-------: |
| Multiple roles/groups per user | ✔️ | ❌ |
| Allows same role/group names | ✔️ | ❌ |
| Asynchronous Database I/O | ✔️ | ❌ |
| MySQL DB Support | ✔️ | ✔️ |
| SQLite3 DB Support | ✔️ | ✔️ |
| YAML Storage Support | ✔️ | ✔️ |
| JSON Storage Support | ✔️ | ❌ |
| Per-Player-Permission | ✔️ | ✔️ |
| Lightweight & concise | ✔️ | ❌ |
| Extremely modular | ✔️ | ❌ |
| In-game Form UI | ✔️ | ❌ |
| In-game cmd argument list | ✔️ | ❌ |### TODO (sorted by priority):
- [ ] Documentation, documentation, DOCUMENTATION!
- [ ] (Possibly) A WebGUI extension for ultra fanciness