Mineuniverse
Log in Register
Mods

Team Stages

Team Stages is an addon for Game Stages, allowing stages to be given to both players and teams.
by SCsupercraft
Download Claim this project
140,379 downloads
0 likes
Updated Jul 6, 2026
0 hypes
Addons API and Library Server Utility

About Team Stages

Team Stages is an addon for Game Stages, allowing stages to be given to both players and teams.

Team Stages adds a new command, /teamstage, which can be used to give stages to and remove stages from the specified player or team. The Game Stages API and the /gamestage command by default only affects the player's team but this can be changed in the config to affect just the player or both the player and the team.


FTB Quests Integration

Team Stages integrates with FTB Quests adding one new task and reward.

Stage Task

The stage task has 2 settings, stage, and effect.

Stage is the stage you want to check for.

Effect is one of three options and changes whose stages are being checked. Allowed options: player, team, or both. If set to both either the player or the team has to have the stage.

Stage Reward

The stage reward has 3 settings, stage, effect, and remove.

Stage is the stage you want to grant or remove.

Effect is one of three options and changes who stages are granted to or removed from. Allowed options: player, team, or both.

Remove determines whether stages will be granted or removed, with true removing a stage.


Team Stages API

Getting Started

To start using the Team Stages API in your mod add the following to your build script (build.gradle):

Repositories

repositories {
    maven {
        url "https://maven.scsupercraft.dev"
    }
}

Dependencies

dependencies {
    implementation fg.deobf("dev.scsupercraft.teamstages:teamstages-${minecraft_version}:${teamstages_version}")
}

Choose a Version

For a list of available versions, see CurseForge.

In your gradle.properties file add the following:

teamstages_version = 1.2.0

Using the API

The TeamStageHelper class contains all the APIs you'll need.

It has two static methods called player and team, which you call to get either the player stage helper or the team stage helper.

These helpers send events and sync data for you, so you don't have to.

Team Stages 1.2.0 for 1.20.1
MC Client, 1.20.1, Forge, Server
Release 2026-01-01 Get

More from SCsupercraft

Jack's Economy (Forked)
6,720
CFB
30,188
CoreLib
142

You Might Also Like

SI: Scriptified [DISCONTINUED]
DISCONTINUED
99,868
FTB Quests Entity Visualization
Adds entity visualization to FTB Quests
99,525
JEI / REI WorldGen
JEI/REI Addon for World Gen Information with universal compatibility for all mods ores by utilizing biome generation data
99,419
Pixel Blocks
Pokemon Lucky Block! When mining the pixel block a random pokemon spawns.
9,988
TFC Bonsai
Add TFC Trees to bonsai pots
9,988
Laser Eyes
A "laser eyes" addon for the Viltrumite mod.
9,968