New player earns no exp with same permissions #3


  • Waiting
  • Other
Open
Assigned to _ForgeUser1707009
  • _ForgeUser584978 created this issue Jul 22, 2012

    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:
    accept
    experiencemod.info
    experiencemod.rewards.block
    experiencemod.rewards.bonus
    experiencemod.rewards.brewing
    experiencemod.rewards.crafting
    experiencemod.rewards.fishing
    experiencemod.rewards.smelting

    Here's my comfig.yml:

    multiplier: 4
    default rewards disabled: false
    reward type: experience
    mobs:

    ?|fall: 5
    Blaze|Projectile: 20
    Cave Spider|Projectile: 5
    Chicken|Projectile: 2
    Cow|Projectile: 4
    Creeper|Projectile: 17
    Enderman|Projectile: 25
    Ghast|Projectile: 35
    Giant|Projectile: 55
    Iron golem|Projectile: 55
    Magma cube|Projectile: 15
    Mushroom cow|Projectile: 10
    Ocelot|Projectile: 15
    Pig|Projectile: 3
    Pig Zombie|Projectile: 17
    Sheep|Projectile: 3
    Silverfish|Projectile: 15
    Skeleton|Projectile: 15
    Slime|Projectile: 15
    Snowman|Projectile: 15
    Spider|Projectile: 15
    Squid|Projectile: 7
    Villager|Projectile: 10
    Wolf|Projectile: 10
    Zombie|Projectile: 15

    Blaze|Entity_attack: 15
    Cave Spider|Entity_attack: 4
    Chicken|Entity_attack: 1
    Cow|Entity_attack: 2
    Creeper|Entity_attack: 12
    Enderman|Entity_attack: 20
    Ghast|Entity_attack: 65
    Giant|Entity_attack: 55
    Iron golem|Entity_attack: 55
    Magma cube|Entity_attack: 10
    Mushroom cow|Entity_attack: 7
    Ocelot|Entity_attack: 7
    Pig|Entity_attack: 2
    Pig Zombie|Entity_attack: 15
    Sheep|Entity_attack: 2
    Silverfish|Entity_attack: 7
    Skeleton|Entity_attack: 12
    Slime|Entity_attack: 10
    Snowman|Entity_attack: 10
    Spider|Entity_attack: 10
    Squid|Entity_attack: 5
    Villager|Entity_attack: 5
    Wolf|Entity_attack: 7
    Zombie|Entity_attack: 10

    player:
      fishing success:
      - 3
      - 5
      fishing failure: 0
    items:
      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

  • _ForgeUser584978 added the tags New Other Jul 22, 2012
  • _ForgeUser1707009 removed a tag New Jul 25, 2012
  • _ForgeUser1707009 added a tag Waiting Jul 25, 2012
  • _ForgeUser1707009 posted a comment Jul 25, 2012

    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.


    Edited Jul 25, 2012
  • _ForgeUser1707009 removed a tag Waiting Jul 25, 2012
  • _ForgeUser1707009 added a tag Replied Jul 25, 2012
  • _ForgeUser1707009 removed a tag Replied Jul 25, 2012
  • _ForgeUser1707009 added a tag Waiting Jul 25, 2012

To post a comment, please login or register a new account.