Sure, heres a quick little look at SwissTeams.Commands:
Show Team Commands
Command
Description
/team help
Displays the help menu for teams
/team top
Displays the top teams on the server
/team create <name>
Creates a new team with the given name
/team invite <player>
Invites a player to your team
/team uninvite <player>
Uninvites a player from your team
/team join <name>
Joins a team with the given name
/team leave
Leaves your current team
/team kick <player>
Kicks a player from your team
/team disband
Disbands your team
/team chat
Toggle team sending team chat messages
/team info
Displays information about your team
/team list
Lists all members on your team
Show Bounty Commands
Coming soon
Show Other Commands
Command
Description
/tchat <message>
Sends a message to your team chat
/tmp <player>
Toggles /msg for that player because you are lazy
Configuration:
Copy
# -------------------------------------------# SwissTeams# By Jimster.dev# -------------------------------------------prefix: "&8[&bSwissUtils&8]"# -------------------------------------------# Team settings# -------------------------------------------# The maximum number of warps a team can have# if decreased old warps will not be removedmax-warps: 2# The maximum number of members a team can havemax-members: 5# What characters are allowed in team names# e.g. "^[a-zA-Z0-9_]{3,16}$" means only# letters, numbers and underscores are allowedallowed-regex: "^[a-zA-Z_-]{3,16}$"# -------------------------------------------# Bounty settings# -------------------------------------------# DO NOT CHANGE UNLESS YOU KNOW WHAT YOU ARE DOINGcurrency: "Cash"# The minimum and maximum bounty a player can setmin-bounty: 1000 # 1,000max-bounty: 100000000 # 100,000,000