Comment on page
🚀
Information
MAStaff GitHub documentation
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 |
MAStaff project have this structure
|-- MAStaff
| |-- MAStaff-API
| |-- MAStaff-Bukkit
| |-- MAStaff-Bungee
| |-- MAStaff-Common
| |-- MAStaff-Glow
| |-- MAStaff-Legacy
| |-- MAStaff-Lite
| |-- MAStaff-NMS
| | |-- NMS-1.12.2_R0
| | |-- NMS-1.16.5_R0
| | |-- NMS-1.17.1_R0
| | |-- NMS-1.18.2_R0
| | |-- NMS-1.19.4_R0
| | |-- NMS-1.20.1_R0
| | |-- NMS-1.8.8_R0
| | |-- build
| | |-- build.gradle.kts
| | `-- src
| |-- MAStaff-PAPI
| |-- MAStaff-Punishments
| | |-- Punishments-API
| | |-- Punishments-Bukkit
| | |-- Punishments-Bungee
| | |-- Punishments-Velocity
| | |-- build
| | |-- build.gradle.kts
| | `-- src
| |-- MAStaff-Vanish
| |-- MAStaff-Velocity
| |-- README.md
| |-- build
| |-- build.gradle.kts
| |-- gradle
| |-- gradlew
| |-- gradlew.bat
| `-- settings.gradle.kts
This module should be accesible from all the project
This module have all bukkit version releated files
This module have all BungeeCord releated files
This module have common listeners and commands between BungeeCord, Velocity and Bukkit
This module is for bukkit, it haves all the glow extension releated files
This module have listeners for version like < 1.12.2
This is the lite version of MAStaff
This module contains all supported versions by MAStaff
This module contains all placeholders for MAStaff
This module contains the code of the Punishments system currently in development
This module contains vanish listeners and vanish player
This module have all velocity version releated files
Last modified 2mo ago