Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Fabric
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published 6 months ago
Updated 3 months ago
SoulForge Teams is an official add-on that adds, well, teams. Teams have member ranks and can declare other teams as enemies or allies. The current member ranks are MEMBER
, LEADER
and OWNER
. There can only be one owner in every team.
The mod adds the /sfteams
command, which can be used as shown below:
/sfteams create [team name]
: Creates a team./sfteams invite [username]
: Invites a player to a team. You must be a leader or the owner of the team./sfteams accept [team name]
: Accepts an invite to a team./sfteams info
: Provides info on the current team including a member list./sfteams promote [username]
: Promotes a user. You must have a higher rank than the user. If you promote a leader to owner, you will be demoted to a leader./sfteams demote [username]
: Demotes a user. You must have a higher rank than the user./sfteams kick [username]
: Kicks a user. You must have a higher rank than the user./sfteams leave
: Leaves a team. You cannot leave a team if you are the owner./sfteams declare [team name] [Ally/Neutral/Enemy]
: Declares another team as the selected relation. You must be a leader or the owner of the team./sfteams options allowOffensiveAllyTargeting [true/false]
: Allows offensive abilities to be cast on allies. You must be a leader or the owner of the team. Default:false
/sfteams options allowDefensiveEnemyTargeting [true/false]
: Allows defensive abilities to be cast on enemies. You must be a leader or the owner of the team. Default:false
/sfteams options allowTeamPvP [true/false]
: Allows direct hits to your teammates. You must be a leader or the owner of the team. Default:false
/sfteams options teamName [team name]
: Changes the team's name. You must be the owner of the team. This may cause issues for any team invites that have been made previously./sfteams options description [team description]
: Changes the team's description. You must be a leader or the owner of the team. Default: empty
The mod must be installed on a server with SoulForge installed. If the mod is installed without SoulForge, it will do nothing. The mod may also be installed on the clients, however this is not required. If the mod is installed on the client, the player will be given a UI that displays team members and their respective health points.