Skip to main content
SwissTeams bounty is still in BETA and is not released.Only the teams section is available for use.

What is SwissTeams?

SwissTeams is a Minecraft server plugin that allows you to create and manage teams along with bounties on a Minecraft server.

How do I use it?

Unless you are a developer from SwissMP, you probably don’t need to know how to use it.

Alright, give me the rundown

Sure, heres a quick little look at SwissTeams. Commands: Configuration:
# -------------------------------------------
#                  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 removed
max-warps: 2

# The maximum number of members a team can have
max-members: 5

# What characters are allowed in team names
# e.g. "^[a-zA-Z0-9_]{3,16}$" means only
# letters, numbers and underscores are allowed
allowed-regex: "^[a-zA-Z_-]{3,16}$"


# -------------------------------------------
#               Bounty settings
# -------------------------------------------

# DO NOT CHANGE UNLESS YOU KNOW WHAT YOU ARE DOING
currency: "Cash"

# The minimum and maximum bounty a player can set
min-bounty: 1000 # 1,000
max-bounty: 100000000 # 100,000,000