Permission teamodifiers.admin not working
    "radiationresisttea.pure": [
      {
        "Modifier Duration (Seconds)": {
          "teamodifiers.admin": 3600.0,
          "teamodifiers.use": 600.0
        },
        "Modifier Amount": {
          "teamodifiers.admin": 3.0,
          "teamodifiers.use": 1.5
        },
        "Modifer Type": "Max_Health"
      },
      {
        "Modifier Duration (Seconds)": {
          "teamodifiers.admin": 3600.0,
          "teamodifiers.use": 600.0
        },
        "Modifier Amount": {
          "teamodifiers.admin": 2.0,
          "teamodifiers.use": 1.5
        },
        "Modifer Type": "Wood_Yield"
      },
      {
        "Modifier Duration (Seconds)": {
          "teamodifiers.admin": 3600.0,
          "teamodifiers.use": 600.0
        },
        "Modifier Amount": {
          "teamodifiers.admin": 2.0,
          "teamodifiers.use": 1.5
        },
        "Modifer Type": "Ore_Yield"
      },
      {
        "Modifier Duration (Seconds)": {
          "teamodifiers.admin": 3600.0,
          "teamodifiers.use": 600.0
        },
        "Modifier Amount": {
          "teamodifiers.admin": 2.0,
          "teamodifiers.use": 1.5
        },
        "Modifer Type": "Scrap_Yield"
      },
      {
        "Modifier Duration (Seconds)": {
          "teamodifiers.admin": 3600.0,
          "teamodifiers.use": 600.0
        },
        "Modifier Amount": {
          "teamodifiers.admin": 0.75,
          "teamodifiers.use": 0.5
        },
        "Modifer Type": "Radiation_Resistance"
      },
      {
        "Modifier Duration (Seconds)": {
          "teamodifiers.admin": 3600.0,
          "teamodifiers.use": 600.0
        },
        "Modifier Amount": {
          "teamodifiers.admin": 0.75,
          "teamodifiers.use": 0.5
        },
        "Modifer Type": "Radiation_Exposure_Resistance"
      },
      {
        "Modifier Duration (Seconds)": {
          "teamodifiers.use": 3600.0
        },
        "Modifier Amount": {
          "teamodifiers.use": 0.75
        },
        "Modifer Type": "Radiation_Resistance"
      },
      {
        "Modifier Duration (Seconds)": {
          "teamodifiers.use": 1800.0
        },
        "Modifier Amount": {
          "teamodifiers.use": 0.75
        },
        "Modifer Type": "Radiation_Exposure_Resistance"
      }
    ],

What is wrong with this code? Shouldn't custom perms work?

Your config is correctly set up. Can you provide more details about what's going wrong with it?

MJSU

Your config is correctly set up. Can you provide more details about what's going wrong with it?

It says that the "permission teamodifiers.admin" doesn't exist when attempting to add it to the group.

Hello, permission is granted, no error but is not applied (tested maxhealth pure tea)

{
  "Global Duration Multiplier": {
    "teamodifiers.use": 1.0,
    "teamodifiers.admin": 3.0
  },
  "Global Amount Multiplier": {
    "teamodifiers.use": 1.0,
    "teamodifiers.admin": 3.0
  },
  "Global Modifier Type Amount Multiplier": {
    "Wood_Yield": {
      "teamodifiers.use": 1.0,
      "teamodifiers.admin": 3.0
    },
    "Ore_Yield": {
      "teamodifiers.use": 1.0,
      "teamodifiers.admin": 3.0
    },
    "Radiation_Resistance": {
      "teamodifiers.use": 1.0,
      "teamodifiers.admin": 3.0
    },
    "Radiation_Exposure_Resistance": {
      "teamodifiers.use": 1.0,
      "teamodifiers.admin": 3.0
    },
    "Max_Health": {
      "teamodifiers.use": 1.0,
      "teamodifiers.admin": 3.0
    },
    "Scrap_Yield": {
      "teamodifiers.use": 1.1,
      "teamodifiers.admin": 3.0
    }
  },
  "Item List Modifiers": {
    "maxhealthtea.advanced": [
      {
        "Modifier Duration (Seconds)": {
          "teamodifiers.use": 1200.0
        },
        "Modifier Amount": {
          "teamodifiers.use": 0.125
        },
        "Modifer Type": "Max_Health"
      }
    ],
    "maxhealthtea": [
      {
        "Modifier Duration (Seconds)": {
          "teamodifiers.use": 1200.0
        },
        "Modifier Amount": {
          "teamodifiers.use": 0.05
        },
        "Modifer Type": "Max_Health"
      }
    ],
    "maxhealthtea.pure": [
      {
        "Modifier Duration (Seconds)": {
          "teamodifiers.use": 1200.0,
          "teamodifiers.admin": 2500.0
        },
        "Modifier Amount": {
          "teamodifiers.use": 0.2,
          "teamodifiers.admin": 1.0
        },
        "Modifer Type": "Max_Health"
      }
    ],
    "oretea.advanced": [
      {
        "Modifier Duration (Seconds)": {
          "teamodifiers.use": 1800.0
        },
        "Modifier Amount": {
          "teamodifiers.use": 0.35
        },
        "Modifer Type": "Ore_Yield"
      }
    ],
    "oretea": [
      {
        "Modifier Duration (Seconds)": {
          "teamodifiers.use": 1800.0
        },
        "Modifier Amount": {
          "teamodifiers.use": 0.2
        },
        "Modifer Type": "Ore_Yield"
      }
    ],
    "oretea.pure": [
      {
        "Modifier Duration (Seconds)": {
          "teamodifiers.use": 1800.0,
          "teamodifiers.admin": 3000.0
        },
        "Modifier Amount": {
          "teamodifiers.use": 0.5,
          "teamodifiers.admin": 2.5
        },
        "Modifer Type": "Ore_Yield"
      }
    ],
    "radiationresisttea.advanced": [
      {
        "Modifier Duration (Seconds)": {
          "teamodifiers.use": 1800.0
        },
        "Modifier Amount": {
          "teamodifiers.use": 0.15
        },
        "Modifer Type": "Radiation_Resistance"
      },
      {
        "Modifier Duration (Seconds)": {
          "teamodifiers.use": 0.0
        },
        "Modifier Amount": {
          "teamodifiers.use": 0.5
        },
        "Modifer Type": "Radiation_Exposure_Resistance"
      }
    ],
    "radiationresisttea": [
      {
        "Modifier Duration (Seconds)": {
          "teamodifiers.use": 1800.0
        },
        "Modifier Amount": {
          "teamodifiers.use": 0.05
        },
        "Modifer Type": "Radiation_Resistance"
      },
      {
        "Modifier Duration (Seconds)": {
          "teamodifiers.use": 300.0
        },
        "Modifier Amount": {
          "teamodifiers.use": 0.5
        },
        "Modifer Type": "Radiation_Exposure_Resistance"
      }
    ],
    "radiationresisttea.pure": [
      {
        "Modifier Duration (Seconds)": {
          "teamodifiers.use": 1800.0
        },
        "Modifier Amount": {
          "teamodifiers.use": 0.25
        },
        "Modifer Type": "Radiation_Resistance"
      },
      {
        "Modifier Duration (Seconds)": {
          "teamodifiers.use": 300.0
        },
        "Modifier Amount": {
          "teamodifiers.use": 0.5
        },
        "Modifer Type": "Radiation_Exposure_Resistance"
      }
    ],
    "scraptea.advanced": [
      {
        "Modifier Duration (Seconds)": {
          "teamodifiers.use": 1800.0
        },
        "Modifier Amount": {
          "teamodifiers.use": 1.0
        },
        "Modifer Type": "Scrap_Yield"
      }
    ],
    "scraptea": [
      {
        "Modifier Duration (Seconds)": {
          "teamodifiers.use": 1800.0
        },
        "Modifier Amount": {
          "teamodifiers.use": 0.5
        },
        "Modifer Type": "Scrap_Yield"
      }
    ],
    "scraptea.pure": [
      {
        "Modifier Duration (Seconds)": {
          "teamodifiers.use": 1800.0
        },
        "Modifier Amount": {
          "teamodifiers.use": 2.0
        },
        "Modifer Type": "Scrap_Yield"
      }
    ],
    "woodtea.advanced": [
      {
        "Modifier Duration (Seconds)": {
          "teamodifiers.use": 1800.0
        },
        "Modifier Amount": {
          "teamodifiers.use": 1.0
        },
        "Modifer Type": "Wood_Yield"
      }
    ],
    "woodtea": [
      {
        "Modifier Duration (Seconds)": {
          "teamodifiers.use": 1800.0
        },
        "Modifier Amount": {
          "teamodifiers.use": 0.5
        },
        "Modifer Type": "Wood_Yield"
      }
    ],
    "woodtea.pure": [
      {
        "Modifier Duration (Seconds)": {
          "teamodifiers.use": 1800.0
        },
        "Modifier Amount": {
          "teamodifiers.use": 2.0
        },
        "Modifer Type": "Wood_Yield"
      }
    ]
  }
}​

for you see

 

I loaded your config and gave myself the admin permission and it worked without issue.
+900% Health with 1 Hour 5-minute timer

Wl9uM51X3T48ukT.png

will investigate where ive make a fault... thanks