Cannot get this plugin to workSolved
I've tried everything to make this work on my server, but it just won't stick. This is the way my config is set up, I've changed everything except the tick frequencies and nothing makes a difference. Perms are enabled for everyone

{
  "Use Permission": true,
  "Speed Multipliers": {
    "global": 20.0,
    "furnace": 20.0,
    "furnace.large": 20.0,
    "campfire": 20.0,
    "small.oil.refinery": 20.0
  },
  "Fuel Usage Speed Multipliers": {
    "global": 5.0,
    "furnace.shortname": 1.0
  },
  "Fuel Usage Multipliers": {
    "global": 1.0,
    "furnace": 1.0,
    "furnace.large": 1.0,
    "campfire": 1.0,
    "small.oil.refinery": 1.0
  },
  "Output Multipliers": {
    "global": {
      "global": 1.0
    },
    "furnace.shortname": {
      "item.shortname": 1.0
    }
  },
  "Whitelist": {
    "global": [
      "item.shortname"
    ],
    "furnace.shortname": [
      "item.shortname"
    ]
  },
  "Blacklist": {
    "global": [
      "item.shortname"
    ],
    "furnace.shortname": [
      "item.shortname"
    ]
  },
  "Smelting Frequencies (Smelt items every N smelting ticks)": {
    "global": 1.0,
    "furnace.shortname": 1
  },
  "Debug": false
}​
What's your FPS? also is it saying like config is invalid in the console when u reload it or sth?

Merged post

Fuel Usage Multipliers

They seem quite invalid, there should be no .0, just 1

5b6ed4c9ac8e4.jpg misticos
What's your FPS? also is it saying like config is invalid in the console when u reload it or sth?

Merged post

Fuel Usage Multipliers

They seem quite invalid, there should be no .0, just 1

I got it figured out, i removed the shortnames and now it's working just fine
Locked automatically