Configuration files

Config.yml

# default config.yml

#config version for us devs. DONT CHANGE THIS, or it will screw up some things PRETTY badly.
config:
  version: 1.3

######################################
######## Game Configuration ######### 
######################################

# The world(s) that all HA features are restricted to.
# If left blank all worlds will be allowed.
# ie:
# worlds:
# - world
# - world_nether
worlds:

# If left at 0 there will be no death match, fill in a time in minutes
DeathMatch: 0

# 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

# Message to display when the games start
Start_Message: '&bLet The Games Begin!'

# If the games should automatically restart at the end
Auto_Restart: 'false'

# If it should automatically start the countdown on warping
Auto_Start: 'false'

# If tributes need to type /ha confirm to join
Need_Confirm: 'true'

# Whether or not the countdown will start upon warping.
Countdown: 'true'
# Whether or not players can break blocks while playing
Protected_Arena: 'true'

# 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'
######################################
######################################
######################################

################################
###### Rewards/Sponsoring ######
################################

# What the reward for winning is
Reward:
- 264,10
Sponsor_Cost:
- 264,1
EntryFee:
  enabled: false
  eco: false
  cost: 50
  fee:
  - 265,1
# True means give money to winner, false means don't.
rewardEco:
  enabled: false
  reward: 100
sponsorEco:
  enabled: false
  cost: 50
# How much money to give the winner.
# What sponsors have to pay to sponsor tributes
################################
################################
################################

#############################
####### Chat Related ########
#############################

# If players will only talk to close players of the whole server
ChatClose: 'true'

# How close the players have to be to talk to them
ChatClose_Radius: 10
#############################
#############################
#############################

commandAndBlockManagement.yml

# Make like this to whitelist/blacklist
# whitelist:
# - /broadcast
# - /pm
# Anything not in the whitelist will be counted as blacklist!

commands:
  # If users have the right perm, they can use all permissions
  whitelist: []
blocks:
  # The option to make this whitelist a blacklist. Use only block IDs
  useWhitelistAsBlacklist: false
  whitelist: []
sponsors:
  blacklist: []

Data.yml

This is really nothing special, just the file where the plugin logs broken/changed blocks.

spawns.yml

# This file stores all of the spawns!
Spawn_coords: 100,100,100,world
Spawns_set: 'false'
Spawns:
- 100,100,100,world,false
- 100,100,100,world,false
- 100,100,100,world,false
- 100,100,100,world,false
- 100,100,100,world,false
- 100,100,100,world,false
- 100,100,100,world,false
- 100,100,100,world,false
- 100,100,100,world,false
- 100,100,100,world,false
- 100,100,100,world,false
- 100,100,100,world,false
- 100,100,100,world,false
- 100,100,100,world,false
- 100,100,100,world,false
- 100,100,100,world,false
- 100,100,100,world,false
- 100,100,100,world,false
- 100,100,100,world,false
- 100,100,100,world,false
- 100,100,100,world,false
- 100,100,100,world,false
- 100,100,100,world,false
- 100,100,100,world,false

What it is: This is the coordinates for the startpoints for the tributes. How to configure it: DONT edit it by yourself! Here's how it will be changed:

  1. First ensure that you got the permission for /startpoint [1, 2, 3, etc.] (HungerArena.StartPoint). You will need to be OP or use a [http://wiki.bukkit.org/Setting_Up_Bukkit_Permissions|permissions plugin] to get that permission.
  2. Start your server
  3. Join it and in game (Not from the console) you should stand on the block where you want to set the startpoint and type /startpoint 1
  4. Repeat /startpoint <number> untill you have set 24. (If you use a configurable amount, you should repeat it until you have set all the ones you want)

Comments

Posts Quoted:
Reply
Clear All Quotes