Devs꞉ Ovommand Structure - GalaxyGamesMC/Ovommand GitHub Wiki
Shortcut:
Devs꞉ Contribution
Devs꞉ Ovommand Structure
A. Command structure
B. Shared namespace root
Each ovommands (ovommand's commands) can have multiple sub-commands, the same applied to sub-commands too.
And each ovommands can have their parameters, which registered into separated overload. Read the docs for more info...
todo: what should i do with this
Ovommand uses a virion v3.1 feature called shared-namespace-root
, this allowed Ovommand to create a shared namespace across all plugins.
This was used to store enums data and registered OvommandHook
for managing and idk...
todo: i will add an image showing this later?
This wiki is under construction....