Hierarchy
Hierarchy copied to clipboard
[WIP] It's time to ditch PurePerms and PureChat. // Innovative role-based permission management system
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