MAStaff
  • ๐Ÿ›นMAStaff
  • Introduction
    • ๐Ÿฅ•Let's get started
    • ๐Ÿ’พDatabases
    • ๐Ÿ‘ฎPermissions
    • ๐Ÿ—๏ธPermission Setup
  • Bukkit
    • ๐ŸงญCommands
    • ๐Ÿ–‡๏ธConfig
    • ๐Ÿ”†Glow
    • ๐Ÿš˜Staff Vault
    • โœˆ๏ธPlaceholders
    • ๐ŸงปPaper 1.17 Support
  • BungeeCord
    • ๐ŸงญCommands
    • ๐Ÿ–‡๏ธConfig
    • โš–๏ธRedis Sync
  • GitHub
    • ๐Ÿš€Information
Powered by GitBook
On this page
  • Do I have the source code when I bought the plugin?
  • Branchs
  • Modules

Was this helpful?

  1. GitHub

Information

MAStaff GitHub documentation

PreviousRedis Sync

Last updated 1 year ago

Was this helpful?

Do I have the source code when I bought the plugin?

Yes, you can request the acces in the official

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
|   |-- 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

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

๐Ÿš€
discord