This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
What is the issue?A new player to our server doesn't earn any exp when mining blocks but all the other players do. Any suggestions?
Please provide any additional information below.
Here's the permissions I set for everyone:acceptexperiencemod.infoexperiencemod.rewards.blockexperiencemod.rewards.bonusexperiencemod.rewards.brewingexperiencemod.rewards.craftingexperiencemod.rewards.fishingexperiencemod.rewards.smelting
Here's my comfig.yml:
multiplier: 4default rewards disabled: falsereward type: experiencemobs:
?|fall: 5Blaze|Projectile: 20Cave Spider|Projectile: 5Chicken|Projectile: 2Cow|Projectile: 4Creeper|Projectile: 17Enderman|Projectile: 25Ghast|Projectile: 35Giant|Projectile: 55Iron golem|Projectile: 55Magma cube|Projectile: 15Mushroom cow|Projectile: 10Ocelot|Projectile: 15Pig|Projectile: 3Pig Zombie|Projectile: 17Sheep|Projectile: 3Silverfish|Projectile: 15Skeleton|Projectile: 15Slime|Projectile: 15Snowman|Projectile: 15Spider|Projectile: 15Squid|Projectile: 7Villager|Projectile: 10Wolf|Projectile: 10Zombie|Projectile: 15
Blaze|Entity_attack: 15Cave Spider|Entity_attack: 4Chicken|Entity_attack: 1Cow|Entity_attack: 2Creeper|Entity_attack: 12Enderman|Entity_attack: 20Ghast|Entity_attack: 65Giant|Entity_attack: 55Iron golem|Entity_attack: 55Magma cube|Entity_attack: 10Mushroom cow|Entity_attack: 7Ocelot|Entity_attack: 7Pig|Entity_attack: 2Pig Zombie|Entity_attack: 15Sheep|Entity_attack: 2Silverfish|Entity_attack: 7Skeleton|Entity_attack: 12Slime|Entity_attack: 10Snowman|Entity_attack: 10Spider|Entity_attack: 10Squid|Entity_attack: 5Villager|Entity_attack: 5Wolf|Entity_attack: 7Zombie|Entity_attack: 10
player: fishing success: - 3 - 5 fishing failure: 0items: Stone: block source: 1 Grass: block source: 1 Dirt: block source: 1 Gravel: block source: 1 Gold Ore: block source: 45 Iron Ore: block source: 25 Sandstone: block source: 2 Sand: block source: 1 cobblestone: block source: 1 wood: block source: 1 coal ore: block source: 5 Mossy Cobblestone: block source: 5 lapis ore: block source: 15 redstone ore: block source: 20 obsidian: block source: 20 glowing redstone ore: block source: 20 diamond ore: block source: 150 mob spawner: bonus: first: 250 last: 1000 coal|0: smelting result: 5 coal|1: smelting result: 1 wool dye|4: smelting result: 15 redstone: smelting result: 20 diamond: smelting result: 150 iron ingot: smelting result: 10 gold ingot: smelting result: 40 stone: smelting result: 1 diamond axe: crafting result: 150 diamond boots: crafting result: 200 diamond chestplate: crafting result: 400 diamond helmet: crafting result: 250 diamond hoe: crafting result: 100 diamond leggings: crafting result: 350 diamond pickaxe: crafting result: 150 diamond spade: crafting result: 50 diamond sword: crafting result: 100 enchantment table: crafting result: 100 jukebox: crafting result: 50 potion|regen|1: brewing result: 50 potion|fire resistance|1: brewing result: 60 potion|instant damage|1: brewing result: 75 potion|instant heal|1: brewing result: 75 potion|poison|1: brewing result: 20 potion|speed|1: brewing result: 20 potion|weakness|1: brewing result: 20 potion|strength|1: brewing result: 50
This sounds like a permission problem.
Might be a stupid question, but - did you remember to reload the permission plugin when you added the new players? Just checking.
Also, are you using the default "presets.yml"? That might also be to blame.
If not, try enabling debug mode (write /experiencemod debug as an admin or into the console). Check the console output (or the log file) when these new players are mining blocks - are there any unusual messages appearing? Any errors? The lines should look something like this:
TIME [INFO] [ExperienceMod] Block mined by PLAYER: Spawned X xp for item ITEM_NAME.
In any event, looks like I found a bug when parsing mob names in the mob section. The fix should be in the next version (after 2.2.2), but in the meantime you may have to remove all the spaces from every mob name. That is, change cave spider into CaveSpider - basically, use CamelCase.
To post a comment, please login or register a new account.