This is an extremely ugly, hacky way to do it, but the feature should definitely make it into 1.0 - it requires no commands or any other complex setting up besides flipping one option in the config-file. Upon clicking a class sign in the lobby, MobArena will (if the config-setting is true) search for chests below the sign, and below (and including) the block behind the sign, i.e. the block that a wall sign would be attached to. If a chest is found, the contents will become the class inventory. The search can be optimized to be a one-off thing unless the block changes from being a chest. A todo for 1.0, perhaps.
37 lines
743 B
YAML
37 lines
743 B
YAML
world: ''
|
|
enabled: true
|
|
protect: true
|
|
logging: true
|
|
entry-fee: ''
|
|
clear-wave-before-next: false
|
|
clear-boss-before-next: false
|
|
lightning: true
|
|
auto-equip-armor: true
|
|
soft-restore: false
|
|
soft-restore-drops: false
|
|
require-empty-inv-join: false
|
|
require-empty-inv-spec: false
|
|
hellhounds: false
|
|
pvp-enabled: false
|
|
monster-infight: false
|
|
allow-teleporting: false
|
|
spectate-on-death: true
|
|
auto-respawn: true
|
|
share-items-in-arena: true
|
|
min-players: 0
|
|
max-players: 0
|
|
max-join-distance: 0
|
|
first-wave-delay: 5
|
|
wave-interval: 15
|
|
final-wave: 0
|
|
monster-limit: 100
|
|
monster-exp: false
|
|
keep-exp: true
|
|
food-regen: false
|
|
lock-food-level: true
|
|
spout-class-select: false
|
|
player-time-in-arena: world
|
|
auto-ignite-tnt: false
|
|
auto-start-timer: 0
|
|
use-class-chests: false
|