CortexPE / Hierarchy

[WIP] It's time to ditch PurePerms and PureChat. // Innovative role-based permission management system
GNU Affero General Public License v3.0
61 stars 11 forks source link

Separate SQL database data to member data and role data #16

Closed CortexPE closed 4 years ago

CortexPE commented 4 years ago

Reason for this is because some server setups may have a centralized member role database but separate permission sets across different servers.

For ease of configuration, it might be better to allow the ability to use MySQL for member data storage and YAML for role permissions and settings

CortexPE commented 4 years ago

Currently, setting the data storage option to MySQL controls the data storage for member data and role permissions. This will cause issues on server networks that need different permission sets across different PocketMine servers (e.g. different gamemodes)

CortexPE commented 4 years ago

oops 😂