nineMinecraft is a joke site.
nineMinecraft is in no way affiliated with Modrinth or 9minecraft. (And frankly, who wants to be affiliated with the latter?)
SimpleTeams

SimpleTeams

Plugin

A simple Minecraft Teams Plugin

Server ManagementSocialUtility

2,944 downloads
1 follower
Filter loader...
Filter versions...

Changelog


[Fix] FastStatsManager was never initialized — wired up in onEnable() and exposed via getFastStatsManager()

[Fix] Unused kickerId parameter removed from TeamManager.kickMember()

[Fix] %simpleteams_team_plain% placeholder was identical to %simpleteams_team% — now correctly strips MiniMessage tags from the prefix

[Fix] EditCommand ignored the allow-colored-prefix config option — colored prefixes are now properly gated

[Fix] Default team prefix was hardcoded in Team.java — moved to limits.default-prefix-format in config.yml

[Fix] /team ban and /team unban only worked on online players — both now support offline players

[Add] limits.default-prefix-format key in config.yml

[Add] messages.yml key coloredPrefixNotAllowed

[Add] messages.yml key playerOfflineOrNotFound

Changelog


Fixed the Modrinth update checker not working due to a malformed API URL.

Added full Folia support via a new internal scheduler that automatically detects and routes to the correct threading API.

Added a PlaceholderAPI expansion with 13 placeholders (%simpleteams_team%, %simpleteams_rank%, etc.).

Note: You need to have PlaceholderAPI installed to use placeholders.

Added team descriptions (/team edit description <text>).

Added team color support (/team edit color <minimessage>).

Added team MOTD support (/team edit motd <text>), shown to members on login.

Added description, color, and motd tab completions to /team edit.

Added softdepend for PlaceholderAPI to plugin.yml.

Added max-description-length and max-motd-length limits to config.yml.

Added motd.show-on-join toggle to config.yml.

Read description

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 <name> - Create a team /team join <team> - 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 <player> - Kick a member /team promote <player> - Promote member /team demote <player> - Demote member /team ban <player> - Ban player from team /team unban <player> - Unban player /team edit <prefix|name> - Edit team settings /team help - Help menu

Admin Commands

/team disband [team] - Disband any team /team adminkick <player> - 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

External resources


Project members

_GodlyCow

Inherited Owner


Technical information

License
ARR
Project ID