Acquire awarding double xp (3.0.3)

According to my settings, it should be 1xp per gather, right?

  "Settings": {
    "CraftingDetails": {
      "PercentFasterPerLevel": 5,
      "TimeSpent": 1,
      "XPPerTimeSpent": 1
    },
    "DefaultResourceMultiplier": {
      "A": 1,
      "M": 1,
      "S": 1,
      "WC": 1
    },
    "LevelCaps": {
      "A": 200,
      "C": 20,
      "M": 200,
      "S": 200,
      "WC": 200
    },
    "PercentLostOnDeath": {
      "A": 10,
      "C": 10,
      "M": 10,
      "S": 10,
      "WC": 10
    },
    "PointsPerHit": {
      "A": 1,
      "M": 1,
      "S": 1,
      "WC": 1
    },
    "PointsPerPowerTool": {
      "M": 1,
      "WC": 1
    },
    "ResourcePerLevelMultiplier": {
      "A": 0.1,
      "M": 0.1,
      "S": 0.1,
      "WC": 0.1​

That being said, I'm getting 2 xp each time I gather a corn or pumpkin. What am I missing? 

you're using a fraction in

ResourcePerLevelMultiplier​
which needs to be a whole number
so the plugin is not loading your config file
nivex

you're using a fraction in

ResourcePerLevelMultiplier​
which needs to be a whole number
so the plugin is not loading your config file

Actually, that issue is only happening on corn & pumpkins, not wood, stone, metal, or sulfur. Haven't checked any of the berries or hemp. 

And that 0.1 has worked very well, actually. It awards +1% per level after 1. So, during the day, if you're level 9, you'll get a +8% bonus to things like wood or stone, for example. It's a bit tougher on things like pumpkins, which round up, so instead of 1, you'll get 2. 

ok, I wouldn't worry about it. I am working on a new version that you're testing which shouldn't have that issue once finished