Configuration
Here you can find the default cofiguration with some informations about the it. (config.yml)
//Please make sure to write all messages between ' ' //Set the ammount of players that can play in one arena at the same time. MaxPlayers: 5 //The message a player become if he dont has a permission for a command of JumpBattle NoPermissionMessage: '&cYou don`t have permission!' /*The message a Player becomes after he joined an arena. (%ArenaName% will be replaced with the name of the arena he joined.)*/ JoinMessage: '&1You Joined the arena &6%ArenaName%&1! &3Have fun! &5Type &3/jb leave &5to leave JumpBattle!' //The message a Player becomes if he tryes to join JumpBattle but he already plays it. AlreadyPlayingMessage: '&4You are already playing! &cUse /jb leave to leave JumpBattle.' //The message a Player becomes when he tryes to join JumpBattle and he is banned from it. BannedMessage: '&4You are banned from JumpBattle!' //true if you want that players cannot collect items in JumpBattle, else type false. DisablePickupItems: true //true if you want that players cannot drop items in JumpBattle, else type false. DisableItemDrop: true //true if you want that players take no damage when they hit the ground to hard (Recommended) , else type false. DisableFallDamage: true //true if you want that players take no damage when they stay to long in the water :D , else type false. DisableSufocation: true //true if you want that players take no damage when they are hitten by a lightning (Recommended), else type false. DisableLightningDamage: true //true if you want that players take no damage from lava, else type false. DisableLavaDamage: false //true if you want that players take no damage from fire, else type false. DisableFireDamage: false //true if you want that players become no damage from cactus, else type false. DisableThornsDamage: false //true if you want that players cannot break blocks in JumpBattle (Recommended), else type false. disable-grief: true //Here you can change the strength of the potion effects. effects: speed: level: 3 jump: level: 5 /*Here you can change the kits. If you want no item, set ID and ammount to 0. Else simply put the item-ID to ID and the ammount of the item to ammount. (Link to all Item-IDs you can find at the bottom) Make sure to use only ID's without ':' (So don't use ID's like these: 4:3 or 12:1)!*/ Kit: item-1: ID: 272 ammount: 1 item-2: ID: 261 ammount: 1 item-3: ID: 364 ammount: 32 item-4: ID: 262 ammount: 64 item-5: ID: 0 ammount: 0 item-6: ID: 0 ammount: 0 item-7: ID: 0 ammount: 0 item-8: ID: 0 ammount: 0 //Here you can change the armor. (With the Item-ID) If you want no armor, type 0 as ID. helmet: 306 chestplate: 307 leggings: 308 boots: 309
Here you can find all ID's! Back to JumpBattle...