Config

Config

# MinigamesParty Config #
# rewards are always a random amount between max_reward and min_reward.
# if use_economy is true, the winner gets money.
# The players will always get credits, which they can use in the shop.
config:
  auto_updating: true # I recommend that to be set to true for future bugfix releases
  min_players: 1 # players required to start
  game-on-join: false # for dedicated servers, enable if you want it to autostart when a player joins the server
  max_reward: 30 # maximum reward of money/credits
  min_reward: 10 # minimum reward of money/credits
  use_economy: false
  use_item_rewards: true
  item_reward_maxamount: 10
  item_reward_minamount: 3
  item_reward_id: 264
  scoreboardoutgame: true # disable this if you don't want a scoreboard outgame (it will timeout anyways)
  announcements: true # turn off server wide announcements
mysql: # mysql details. This is for saving wins/credits into a mysql database.
  enabled: false
  host: 127.0.0.1
  database: bukkit
  user: root
  pw: ''
strings: # ingame strings that you can change (e.g. translate)
  you_left: You left the game.
  next_round_30_seconds: Next round in 30 seconds!
  description:
    colormatch: Jump to the color corresponding to the wool color in your inventory!!!!!
    deadend: Don't fall while the blocks are disappearing behind you!
    disintegration: Don't fall while the floor is disappearing!
    jumpnrun: Jump to the finish!
    lastarcherstanding: Shoot the others with the bow!
    minefield: Run to the finish without touching the mines!
    sheepfreenzy: 'Shear as many Sheeps as possible! Attention: Some of them explode.'
    smokemonster: Avoid the smoke monster!
    spleef: estroy the floor under your opponents to make them fall and lose!
    slapfight: Slap the other players to fall!
  your_place: You are <place> place.
shop:
  grenades_price: 70
  jumpboost_price: 60
  deadendboost_price: 50

Comments

Posts Quoted:
Reply
Clear All Quotes