Skip to main content

Set up Group settings

Now you will set up some settings for the type of Group.

Continue reading to learn how to set up based on the Group plugin you desire. Below is a list of supported Group plugins.

BentoBox

note

Requires BentoBox and one or more Gamemode addons

Format

type: bentobox
gamemode: <gamemode> # the name of the gamemode

Example

holders:
jump_group:
top: jump

type: bentobox
gamemode: bskyblock

BetterTeams

note

Requires BetterTeams

tip

It's recommended to enable singleOwner in the BetterTeams configuration to avoid unexpected behavior when checking for group ownership.

Format

type: betterteams

Example

holders:
jump_group:
top: jump

type: betterteams

FactionsBridge

note

Format

type: factionsbridge

Example

holders:
jump_group:
top: jump

type: factionsbridge

FactionsUUID

note

Requires FactionsUUID

Format

type: factionsuuid

Example

holders:
jump_group:
top: jump

type: factionsuuid

HuskTowns

note

Requires HuskTowns

Format

type: husktowns

Example

holders:
jump_group:
top: jump

type: husktowns

KingdomsX

note

Requires KingdowsX

Format

type: kingdoms
kingdoms-type: <KINGDOM/NATION> # The type of the kingdoms to get, KINGDOM for the kingdom of the player, NATION for the capital kingdom of the nation of the player

Example

holders:
jump_group:
top: jump

type: kingdoms
kingdoms-type: KINGDOM

Lands

note

Requires Lands

Format

type: lands
lands-type: <LAND/NATION> # The type of the kingdoms to get, KINGDOM for the kingdom of the player, NATION for the capital kingdom of the nation of the player

Example

holders:
jump_group:
top: jump

type: lands
lands-type: LAND

mcMMO

note

Requires mcMMO

Format

type: mcmmo

Example

holders:
jump_group:
top: jump

type: mcmmo

Parties

note

Requires Parties

Format

type: parties

Example

holders:
jump_group:
top: jump

type: parties

PlaceholderAPI

note

Requires PlaceholderAPI and some placeholders to fetch the required group values

Format

type: placeholder
owner: "<owner-placeholder>" # The placeholder to get the owner of the group (could be player name or uuid)
display: "<display-placeholder>" # The placeholder to get the display name of the group
online: <true/false> # Whether or not to handle the value for online players only

Example

holders:
jump_group:
top: jump

type: placeholder
owner: "%player_uuid%"
display: "%player_name%"
online: true

SimpleClans

note

Requires SimpleClans

Format

type: simpleclans

Example

holders:
jump_group:
top: jump

type: simpleclans

SuperiorSkyblock

note

Format

type: superiorskyblock

Example

holders:
jump_group:
top: jump

type: superiorskyblock

Towny

note

Requires Towny

Format

type: towny
towny-type: <TOWN/NATION> # The type of the town to get, TOWN for the town of the player, NATION for the capital of the nation of the player

Example

holders:
jump_group:
top: jump

type: towny
towny-type: TOWN