SimpleTeams
PluginLicenseRef-All-Rights-Reserved

SimpleTeams

The simplest Minecraft Teams Plugin

523
Downloads
1
Followers
5 months ago
Updated
📦
1
Versions

📖About SimpleTeams

SimpleTeams

A lightweight team management plugin for Spigot/Paper servers. Create organized teams with ranks, permissions, and customizable features.

Features

  • Customizable teams with prefixes
  • 4 ranks: Leader, Co-Leader, Moderator, Member
  • Open/closed team joining
  • Persistent YAML storage
  • Admin and player commands
  • Team bans, promotions, demotions
  • Chat prefix integration
  • Configurable limits and messages

Player Commands

/team create - Create a team
/team join - Join an open team
/team leave - Leave your team
/team info [team] - View team info
/team list - List all teams
/team open - Open team to public
/team close - Close team
/team kick - Kick a member
/team promote - Promote member
/team demote - Demote member
/team ban - Ban player from team
/team unban - Unban player
/team edit <prefix|name> - Edit team settings
/team help - Help menu

Admin Commands

/team disband [team] - Disband any team
/team adminkick - Kick from any team

Permissions

simpleteams.player.* - All player commands (default: true)
simpleteams.admin.* - All admin commands (default: op)
simpleteams.admin.bypass - Bypass join restrictions

Configuration

config.yml:
limits:
max-teams: 100
max-members-per-team: 20

chat-format:
enabled: true
format: "%prefix% %player%: %message%"

Messages are fully customizable in messages.yml
Placeholders: %team%, %player%, %rank%, %prefix%

Quick Start

Players:
/team create MyTeam
/team open
/team promote Steve

Admins:
/team disband MyTeam
/team adminkick Player

Requires: Java 17+, Spigot/Paper 1.16+
License: MIT