Configuraton

Configuration

As of version 2.0, the default config.yml should look like this:

Kick:
  TempBan:
    Enabled: false
    Time: 432000
  RemoveDAT: true
Mining:
  Coal: 1
  Diamond: 8
  Emerald: 10
  Lapis: 4
  Redstone: 3
  Spawner: 5
MobKill:
  Blaze: 4
  CaveSpider: 3
  Creeper: 3
  Enderman: 4
  Ghast: 5
  MagmaCube: 4
  PigZombie: 3
  Skeleton: 3
  Slime: 2
  Spider: 3
  WitherSkeleton: 4
  Zombie: 2
BossKill:
  EnderDragon: 65
  WitherBoss: 75
AnimalKill:
  Chicken: 1
  Cow: 1
  Pig: 1
  Sheep: 1
  Horse: 1
  Ocelot: 1
MiscKill:
  Player: 2
  Villager: 1
Updater:
  Check: true
  Notify: true

What it means

Kick.*

  • Kick.RemoveDAT: Whether or not players' .DAT files will be deleted.
Kick.Tempban.*

Options for tempban.

  • Kick.Tempban.Time: The amount of time (in seconds) a player is banned for. Default is 5 days.
  • Kick.Tempban.Enabled: Whether tempbanning is enabled or not.

Mining.*

  • The amount of points a player gets for destroying an ore.

MobKill.*

  • The amount of points a player gets for killing a Mob.

BossKill.*

  • The amount of points a player gets for killing a Boss.

AnimalKill.*

  • The amount of points a player gets for killing an Animal.

MiscKill.*

  • The amount of points a player gets for killing a Player/Villager.

Updater.*

  • Updater.Check: Whether or not the update check is enabled.
  • Updater.Notify: Whether or not a player will be notified if a new version is available.

Comments

Posts Quoted:
Reply
Clear All Quotes