Config.yml Help
Config.yml Help
As of version 1.2, the default configuration file should look like this:
CannonStick: CooldownTime: 5 Uses: 10 EnchantingStick: CooldownTime: 5 Uses: 10 FlameStick: CooldownTime: 5 Uses: 10 HidingStick: CooldownTime: 5 Uses: 10 LightningStick: CooldownTime: 5 Uses: 10 SmeltStick: CooldownTime: 5 Uses: 10 SnowStick: CooldownTime: 5 Uses: 10 SwapStick: CooldownTime: 5 Uses: 10 TamingStick: CooldownTime: 5 Uses: 10 TeleportStick: CooldownTime: 5 Uses: 10 WoolStick: CooldownTime: 5 Uses: 10 Cooldowns: Enabled: false Uses: Enabled: false Update: Enabled: true UpdatedConfig: x: true
Here's what it means:
Update.*
- Update.Enabled: Whether or not the update checker is enabled. true = Enabled, false = Disabled
Cooldowns.Enabled
- Whether or not cooldowns are enabled.
Uses.Enabled
- Whether or not uses are enabled.
*.CooldownTime
- Time (in seconds) the cooldown will last. Default for all is 5.
*.Uses
- Amount of times you can use a SuperStick before it becomes unusable. Default for all is 10.
UpdatedConfig.x
- Whether or not the config is updated. Used to keep things in alphabetical order.
Comments