Configuration

Configuration

Main Config

The main configuration section looks like this;

#Set give-xp-direct to "true" (without the quotes) for mobs to not drop xp,
#but instead the player gets the xp directly. Default false
give-xp-direct: false

#This value allows you to choose if players get the notifications when they kill
#a mob or do something else which gives them exp.
notifications: true

#This plugin uses metrics. If you do not wish to participate, then set
#opt-out-metrics to true. Please do not opt out, it supports plugin developers.

opt-out-metrics: false

#DO NOT TOUCH THIS NEXT VALUE, OTHERWISE IT WILL ERASE YOUR CONFIG. IT IS USED
#FOR CHECKING UPDATES IN THE CONFIG.
seriously-do-not-change-this: 4

Blocks Config

In the blocks config, you can choose which blocks give exp, and how much they give. This following example has 20 exp given for diamond blocks, and 2 exp given for stone blocks.

Blocks:
  56:
    exp: 20
  1:
    exp: 2

Please remember that you must put the ITEM IDS, not the name of the block.

Mobs Config

Here, just put a number next to each mob's name, and players will receive that much exp for killing it.

#Okay, this config file is pretty simple. Next to each mob's name, put the amount
#of XP for it to give.
Zombie: 10
Ghast: 50
Creeper: 30
Pig: 5
Chicken: 3
Sheep: 5
Cow: 5
Blaze: 20
Slime: 50
Ocelot: 5
Villager: 5
Mooshroom: 10
Squid: 5
Enderman: 40
Wolf: 15
ZombiePigman: 40
Spider: 10
Skeleton: 10
CaveSpider: 20
Silverfish: 7
MagmaCube: 15
SnowGolem: 8
IronGolem: 20
EnderDragon: 5000
Giant: 300
BabyAnimal: 3
Player: 40

Comments

Posts Quoted:
Reply
Clear All Quotes