๐Information
MAStaff GitHub documentation
Do I have the source code when I bought the plugin?
Yes, you can request the acces in the official discord
Branchs
MAStaff use git branching, this is a feature that allows to developers to diverge from the production version of the code, that means that whe can have different versions of the code without break production branch
Branch name | Info |
---|---|
2.x | Releases |
feature/<feature> | Feature in progress |
fix/<fix> | Fix in progress |
Modules
MAStaff project have this structure
MAStaff-API
This module should be accesible from all the project
MAStaff-Bukkit
This module have all bukkit version releated files
MAStaff-Bungee
This module have all BungeeCord releated files
MAStaff-Common
This module have common listeners and commands between BungeeCord, Velocity and Bukkit
MAStaff-Glow
This module is for bukkit, it haves all the glow extension releated files
MAStaff-Legacy
This module have listeners for version like < 1.12.2
MAStaff-Lite
This is the lite version of MAStaff
MAStaff-NMS
This module contains all supported versions by MAStaff
MAStaff-PAPI
This module contains all placeholders for MAStaff
MAStaff-Punishments
This module contains the code of the Punishments system currently in development
MAStaff-Vanish
This module contains vanish listeners and vanish player
MAStaff-Velocity
This module have all velocity version releated files
Last updated