Configuration
Configuration
Configuring Alpha Zombies to your liking is quite simple. Simply open the plugin's folder in the server's plugins file. Once you've done that, open config.yml in your text editor.
Your config will look like this:
colors: prefix: '&6[&cInfection&6]' error: '&c' default: '&6' important: '&c' human: '&a' zombie: '&4' chatprefix: '&6[&c%i%&6] ' humanitems: items: - '268:0:1' - '261:0:1' - 262:0:64 - '297:0:10' enchantments: - DAMAGE_ALL:3 - NOTHING - NOTHING - NOTHING health: - '30' - NOTHING - NOTHING - NOTHING zombieeffects: effects: - INCREASE_DAMAGE:2 - SPEED:1 spawn: x: -124.0 y: 64.0 z: -36.0 world: SoftEggLand yaw: 0.0 pitch: 0.0
Changing everything is fairly straight forward.
Colors : You can change these colors to suit your server. You can also change colors of error messages, default messages and important messages.
Items : When players enter an arena, they will be given items upon start. You can change what items they are given here. Please note that the zombie does not receive any items.
Enchantments : These change the enchantments on the tools which are given to human players.
A list of enchantments that can be found Here
Zombie effects : Zombies are given effects, such as speed and increased damage. A list of effects that can be used in Alpha Zombies can be found Here. To disable these, replace
effects: - INCREASE_DAMAGE:2 - SPEED:1
With
effects: []
This will remove all effects from the zombie.
Spawn : Set this to the coords of the place you want players who leave the arena to be teleported to, e.g. your server's spawn. If you don't know these, Press F3.






Comments