Config Option
These are descriptions of the config settings in 'config.yml' and what their values do
Various Config Options
- activeOnCreate - If true, new turrets will be active by default. if false, they must be activated after creation via command.
- default: true
- allowAllToMan - True allows all players (with permissions) to man anyone's turrets.
- default: false
- allowAllToChangeAmmo - True allows all players (with permissions) to change the ammo type of anyone's turrets.
- default: false
- allowAllToAddAmmoBox - True allows all players (with permissions) to add/remove ammo boxes from anyone's turrets.
- default: false
- allowAllToDestroy - True allows all players (with permissions) to destroy anyone's turrets.
- default: false
- boxAmmoTypes - List of all ammo types used by turrets from ammo boxes, separated by commas. Items listed first will be used first if possible, second second, etc.
- default: arrow,snow_ball
- unlimitedAmmoTypes - List of allowed ammo types for unlimited turrets. Must set turret ammo type by command (default is arrow).
- default: arrow,snow_ball
- defaultPvpOn - If false, turrets will not attack any players. If true, will follow white/blacklist rules.
- default: false
- defaultUseBlacklist - If true, turrets will only attack players on user's blacklist. If false, turrets will attack all players except those on user's whitelist (note both require user's turret PvP to be on).
- default: true
- defaultUseAmmoBox - If true, new turrets will use ammo boxes by default. If false, new turrets will have unlimited ammo.
- default: true
Turret config options
- Names of tiers must be placeable blocks, except for "default" (chosen if the block under a turret's post matches none of the rest)
- firingInterval - Delay between shots (in ticks)
- range - Maximum distance for finding targets
- accuracy - Lower values are more accurate
ex.
iron_block: firingInterval: 20 range: 10.0 accuracy: 2.0
-
View User Profile
-
Send Message
Posted Jan 6, 2013The config file reverts back to the default when i try to edit it... Please help
-Bondc007