Config

config:
  auto_updating: true # I recommend you to set that to true for bugfix releases etc.
  start_countdown: 5 # seconds to wait before starting a game
  lobby_countdown: 5 # seconds to wait in the lobby before teleporting everyone to the arena
  default_max_players: 4 # max amount of players that can join and will be used as a default
  default_min_players: 3 # amount of players required to start a game and min amount of players that will be used as a default
  use_economy_reward: true # if set to true, the winner get the money reward, if false, the item reward
  money_reward_per_game: 30
  itemid: 264
  itemamount: 1
  use_command_reward: false # will execute the following command as a reward, if set to true
  command_reward: pex user <player> group set DragonPro
  start_anouncement: true # enables server broadcasts
  winner_announcement: false
  mob_speed: 1.0 # Don't set this too high or too low, it will break the game
  mob_healthbar_name: Ender Dragon
  destroy_radius: 10
  last_man_standing: true
  spawn_winnerfirework: true
  mob_type: wither # you can also change this ingame with /etm setmobtype [type]
  game_on_join: false # autostart: dedicated server support
  jumper_boost_factor: 1.2 # adjust this if the jumper kit doesn't work that well anymore
  sign_top_line: '&6MobEscape'
  sign_second_line_join: '&a[Join]'
  sign_second_line_ingame: '&c[Ingame]'
  sign_second_line_restarting: '&6[Restarting]'
  spawn_falling_blocks: true # turn this off if you don't want to have falling blocks (they lag in bigger amounts)
  die_behind_mob: false # experimental, won't let players camp (but might break for some arena types)
  give_jumper_as_default_kit: true
  kits:
    jumper:
      description: '&eRightclick the iron axe to jump.'
      uses: 4
      requires_money: false
      requires_permission: false
      money_amount: 100
      permission_node: dragonescape.kits.jumper
    warper:
      description: '&eWarps you to a nearby player, good for when you''re falling
        and almost dead.'
      uses: 1
      requires_money: false
      requires_permission: false
      money_amount: 200
      permission_node: dragonescape.kits.warper
    tnt:
      description: '&eRightclick to place a tnt trap, which gives a player blindness
        for 5 seconds.'
      uses: 2
      requires_money: false
      requires_permission: false
      money_amount: 300
      permission_node: dragonescape.kits.tnt
strings:
  saved:
    arena: '&aSuccessfully saved arena.'
    lobby: '&aSuccessfully saved lobby.'
    finish: '&6Successfully saved finishline.'
    spawn: '&6Successfully saved spawn.'
    setup: '&6Successfully saved spawn. Now setting up, might &2lag&6 a little bit.'
  removed_arena: '&cSuccessfully removed arena.'
  not_in_arena: '&cYou don''t seem to be in an arena right now.'
  config_reloaded: '&6Successfully reloaded config.'
  arena_is_ingame: '&cThe arena appears to be ingame.'
  arena_invalid: '&cThe arena appears to be invalid.'
  arena_invalid_sign: '&cThe arena appears to be invalid, because a join sign is missing.'
  arena_invalid_component: '&2The arena appears to be invalid (missing components
    or misstyped arena)!'
  you_fell: '&3You fell! Type &6/etm leave &3to leave.'
  you_won: '&aYou won this round, awesome man! Here, enjoy your reward.'
  starting_in: '&aStarting in &6'
  starting_in2: '&a seconds.'
  arena_full: '&cThis arena is full!'
  starting_announcement: '&aStarting a new mobescape Game in &6'
  started_announcement: '&aA new mobescape Round has started!'
  winner_announcement: '&6<player> &awon the game on arena &6<arena>!'
  noperm: '&cYou don''t have permission.'
  noperm_arena: '&cYou don''t have permission to join this arena.'

Comments

Posts Quoted:
Reply
Clear All Quotes