FrameworkZ.Foundation - The base layer providing core functionality:
- Namespace-based data storage with RegisterNamespace, SetLocalData, GetLocalData
- Hook system for plugins and modules
- Client-server communication with SendFire
- Module registration (for core systems)
FrameworkZ.Players - Player management at the account level:
- GetPlayerByID, GetAll, GetCharacter
- Player authentication and connection handling
- GetAllPlayers (list all instanced players)
FrameworkZ.Characters - Character management at the avatar level:
- Character creation, deletion, and property management
- GetName, SetName, GetAge, SetAge, GetFaction, etc.
- Character inventory and item management
FrameworkZ.Plugins - Plugin system for extending FrameworkZ:
- CreatePlugin, RegisterPlugin, LoadPlugin
- Hook registration and event handling
- Plugin lifecycle management