Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-07T17:30:14.000Z (about 3 years ago)
- Last Synced: 2024-10-29T16:52:28.566Z (17 days ago)
- Language: PHP
- Homepage:
- Size: 1.26 MB
- Stars: 61
- Watchers: 17
- Forks: 11
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Poggit](https://poggit.pmmp.io/ci.shield/CortexPE/Hierarchy/~)](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