Configurations
Config
AutoJoin: true
Settings:
Vault: false #Change this to true if you wish to integrate the economy of other plugins that supports vault into the shop
Spectator-Mode: true
Draw: true
Game:
Draw-Reward:
Coins: 1
Points: 1The
Commands: ""#use [player] to get the player
Kill-Reward:
Points: 5
Coins: 4
Commands: "" #use [killer] to get the killer
Win-Reward:
Coins: 12
Points: 8
Commands: "" #use [player] to get the winner
MapModes:
LavaRise: 8 #Lava will rise every 8 seconds
FragileBlockBreak: 5 #blocks will break after 5 seconds after you stand on them
GameModes:
Shuffle:
Timer: 12 #Player's Inventory will Shuffle every 12 seconds
ActionBar-Format: "&eInventory Shuffle in &b[time]"
Swap:
Timer: 10 #Players will get swap every 10 seconds
ActionBar-Format: "&eSwapping Locations in &b[time]"
BossBars: true
Chat:
ChatFormating: true
PerArenaChat: true
SpectatorsChat: true #this will work only if PerArenaChat is set to true
Chat-Format: "&7| &e[points] &7| [player] &7: &f"
Mobs:
NameOnSpawn: true
Name-Format: "&f[player] &e[entity_name]"
#Here you can choose which way you can store players' data (MySQL, YAML).
Data-Storage-Type: YAML
MySQL: #(to use this change the data Storage type to MySQL)
host: localhost
port: 3306
username: root
password: ''
database: 'test'
Last updated