2012-05-15 22:00:06 -06:00
|
|
|
# default config.yml
|
2012-08-25 10:09:49 -06:00
|
|
|
|
2012-07-18 07:14:50 +10:00
|
|
|
#config version for us devs. DONT CHANGE THIS, or it will screw up some things PRETTY badly.
|
|
|
|
config:
|
2019-12-08 15:29:35 +01:00
|
|
|
version: 1.4
|
2012-08-25 10:09:49 -06:00
|
|
|
|
|
|
|
######################################
|
|
|
|
######## Game Configuration #########
|
|
|
|
######################################
|
|
|
|
|
2019-12-08 15:29:35 +01:00
|
|
|
# If all HA features are restricted to the HA-world(s) only .
|
|
|
|
# If set to 'false' all worlds will be allowed.
|
|
|
|
Restricted: true
|
2013-02-16 18:03:13 -07:00
|
|
|
|
|
|
|
# If left at 0 there will be no death match, fill in a time in minutes
|
|
|
|
DeathMatch: 0
|
|
|
|
|
|
|
|
#Whether or not to broadcast game messages to all players
|
|
|
|
broadcastAll: true
|
|
|
|
|
|
|
|
# The max amount of players that can be in a game, This is also dependent on the amount of startpoints you have set.
|
|
|
|
maxPlayers: 24
|
|
|
|
|
2019-12-08 15:29:35 +01:00
|
|
|
# If the worlds spawn is not the same as your Arena spawn you can set this to true for players spawn at arena
|
|
|
|
joinTeleport: 'false'
|
|
|
|
|
2012-05-29 23:14:05 -06:00
|
|
|
# Message to display when the games start
|
2012-05-15 22:00:06 -06:00
|
|
|
Start_Message: '&bLet The Games Begin!'
|
2012-08-25 10:09:49 -06:00
|
|
|
|
2012-05-29 23:14:05 -06:00
|
|
|
# If the games should automatically restart at the end
|
2012-05-15 22:00:06 -06:00
|
|
|
Auto_Restart: 'false'
|
2012-08-25 10:09:49 -06:00
|
|
|
|
2012-05-29 23:14:05 -06:00
|
|
|
# If it should automatically start the countdown on warping
|
|
|
|
Auto_Start: 'false'
|
2012-08-25 10:09:49 -06:00
|
|
|
|
2019-12-08 15:29:35 +01:00
|
|
|
# If it should automatically warp players if there are enough (else wait for the command 'warpall')
|
|
|
|
Auto_Warp: 'true'
|
|
|
|
|
2012-05-29 23:14:05 -06:00
|
|
|
# If tributes need to type /ha confirm to join
|
|
|
|
Need_Confirm: 'true'
|
2012-08-25 10:09:49 -06:00
|
|
|
|
|
|
|
# Whether or not the countdown will start upon warping.
|
|
|
|
Countdown: 'true'
|
2013-03-21 21:21:32 +01:00
|
|
|
|
|
|
|
# Duration of the countdown .
|
|
|
|
Countdown_Timer: 15
|
|
|
|
|
2013-03-27 21:03:32 -06:00
|
|
|
# How long the grace period should last (seconds)
|
|
|
|
Grace_Period: 60
|
|
|
|
|
2013-03-21 21:21:32 +01:00
|
|
|
# Whether or not players can break ANY blocks while playing
|
2012-08-25 10:09:49 -06:00
|
|
|
Protected_Arena: 'true'
|
|
|
|
|
2013-03-21 21:21:32 +01:00
|
|
|
# Whether or not players (not playing) can break blocks while waiting
|
2015-01-24 13:29:05 +01:00
|
|
|
Protected_Arena_Always: 'true'
|
2013-03-21 21:21:32 +01:00
|
|
|
|
2013-03-23 02:17:53 +01:00
|
|
|
# Whether new or unknown players on HA-maps should be forced to the spawn or not.
|
2015-01-24 13:29:05 +01:00
|
|
|
Force_Players_toSpawn: 'true'
|
2013-03-23 02:17:53 +01:00
|
|
|
|
2012-08-25 10:09:49 -06:00
|
|
|
# Whether or not players will be frozen when they are teleported to their positions
|
|
|
|
Frozen_Teleport: 'true'
|
|
|
|
|
|
|
|
# If the Tributes will get blown to bits when stepping off the pedestal
|
|
|
|
Explode_on_Move: 'false'
|
|
|
|
|
|
|
|
# Whether or not thunder will sound upon a players death
|
|
|
|
Cannon_Death: 'true'
|
2015-01-24 13:29:05 +01:00
|
|
|
|
2019-12-08 15:29:35 +01:00
|
|
|
# Whether players are allowed to use beds, or not!
|
|
|
|
DenyBedUsage: 'true'
|
|
|
|
|
2015-01-24 13:29:05 +01:00
|
|
|
# Whether or not to have the arena be the world or the WorldEdit selection
|
|
|
|
WorldEdit: false
|
|
|
|
|
|
|
|
# What item should be used to set spawns after /startpoint [arena#]
|
2019-12-08 15:29:35 +01:00
|
|
|
spawnsTool: GOLDEN_AXE
|
2015-01-24 13:29:05 +01:00
|
|
|
|
2012-08-25 10:09:49 -06:00
|
|
|
######################################
|
|
|
|
######################################
|
|
|
|
######################################
|
|
|
|
|
|
|
|
################################
|
|
|
|
###### Rewards/Sponsoring ######
|
|
|
|
################################
|
|
|
|
|
2012-05-29 23:14:05 -06:00
|
|
|
# What the reward for winning is
|
2012-05-15 22:00:06 -06:00
|
|
|
Reward:
|
2022-07-21 18:15:13 +02:00
|
|
|
- DIAMOND,10
|
2012-10-22 21:05:25 -06:00
|
|
|
Sponsor_Cost:
|
2022-07-21 18:15:13 +02:00
|
|
|
- DIAMOND,1
|
2012-10-22 21:05:25 -06:00
|
|
|
EntryFee:
|
|
|
|
enabled: false
|
|
|
|
eco: false
|
|
|
|
cost: 50
|
|
|
|
fee:
|
2022-07-21 18:15:13 +02:00
|
|
|
- IRON_INGOT,1
|
2012-08-25 10:09:49 -06:00
|
|
|
# True means give money to winner, false means don't.
|
2019-12-08 15:29:35 +01:00
|
|
|
# How much money to give the winner.
|
2012-10-22 21:05:25 -06:00
|
|
|
rewardEco:
|
2012-08-25 10:09:49 -06:00
|
|
|
enabled: false
|
|
|
|
reward: 100
|
2019-12-08 15:29:35 +01:00
|
|
|
# What sponsors have to pay to sponsor tributes
|
2012-10-22 21:05:25 -06:00
|
|
|
sponsorEco:
|
|
|
|
enabled: false
|
|
|
|
cost: 50
|
2019-12-08 15:29:35 +01:00
|
|
|
# Pay the Players for finding chests etc.
|
|
|
|
ChestPay:
|
|
|
|
enabled: false
|
|
|
|
items:
|
2022-07-21 18:15:13 +02:00
|
|
|
- COOKED_BEEF,2
|
2012-08-25 10:09:49 -06:00
|
|
|
################################
|
|
|
|
################################
|
|
|
|
################################
|
|
|
|
|
|
|
|
#############################
|
|
|
|
####### Chat Related ########
|
|
|
|
#############################
|
|
|
|
|
2012-05-15 22:00:06 -06:00
|
|
|
# If players will only talk to close players of the whole server
|
|
|
|
ChatClose: 'true'
|
2012-08-25 10:09:49 -06:00
|
|
|
|
2012-05-15 22:00:06 -06:00
|
|
|
# How close the players have to be to talk to them
|
|
|
|
ChatClose_Radius: 10
|
2012-08-25 10:09:49 -06:00
|
|
|
#############################
|
|
|
|
#############################
|
2012-10-08 17:55:42 -06:00
|
|
|
#############################
|