Skip to content

config.yml

therealmck edited this page Sep 13, 2020 · 1 revision

Here is a detailed explanation of every setting in config.yml.

LobbyLocation

This is set by the command /setlobby. Used as a location to kick players to after a game and also to teleport to when a player runs /skywars lobby.

TeamCount

The amount of teams in a game. Every map must have equal or more spawn points than this number.

Minimum/MaximumPlayers

Keep these two equal and make sure it divides perfectly by TeamCount. This value determines how many players are in a game, and also determines how many players are in a team. Amount of players in a team = MinimumPlayers / TeamCount. Set it the same as TeamCount for solo.

DefaultIsland/MidMultiplier

Multiplies the rolls for each loot type in a chest.

DefaultIsland/Mid[type]Level

Determines the default level of each type of loot in a chest. This value will be used for public games. Each loot level can be customised below.

[type]Levels

level number

chance

Determines how likely it is for an item from this level to be added to a chest on a roll.

rolls

How many rolls should the plugin perform to add an item from this level to a chest.

items

A list of items in the level that can be added to a chest in the Bukkit format. Examples for material, item count, enchantments etc. are provided in the default configuration file.

Every loot type has 4 levels, you can't add more.

Clone this wiki locally