Jump to content

performance problem

Not a Bug 1.0.0

If you have multiple permissions applied to you in game it will default to the first permission in the config list.

So it is working as intended based off your configuration setup.

{
  "Sets Global Wind Mills": {
    "Sets the Max Generation OutPut for Wind Mills (Default is 100)": 150,
    "Overrides target speed (Default is 0)": 0.0,
    "Reset all Wind Mills on unload (recommended true if uninstalling)": true
  },
  "Enables use of permissions based setting": true,
  "Player Permissions": {
    "windmillmodifier.fisteur": {
      "Sets the Max Generation OutPut for Wind Mills (Default is 100)": 200,
      "Overrides target speed (Default is 0)": 0.25
    },
    "windmillmodifier.sodomite": {
      "Sets the Max Generation OutPut for Wind Mills (Default is 100)": 250,
      "Overrides target speed (Default is 0)": 0.5
    },
    "windmillmodifier.prolapseur": {
      "Sets the Max Generation OutPut for Wind Mills (Default is 100)": 300,
      "Overrides target speed (Default is 0)": 1.0
    }
  }
}

If you want to receive the 300 you need to remove permissions windmillmodifier.fisteur & windmillmodifier.sodomite from your self.

Or you can change your configuration setup so that if players have multiple permissions granted to them it will default to the highest one in the ordered configuration list! Example:
 

{
  "Sets Global Wind Mills": {
    "Sets the Max Generation OutPut for Wind Mills (Default is 100)": 150,
    "Overrides target speed (Default is 0)": 0.0,
    "Reset all Wind Mills on unload (recommended true if uninstalling)": true
  },
  "Enables use of permissions based setting": true,
  "Player Permissions": {
    "windmillmodifier.prolapseur": {
      "Sets the Max Generation OutPut for Wind Mills (Default is 100)": 300,
      "Overrides target speed (Default is 0)": 1.0
    },
    "windmillmodifier.sodomite": {
      "Sets the Max Generation OutPut for Wind Mills (Default is 100)": 250,
      "Overrides target speed (Default is 0)": 0.5
    },
    "windmillmodifier.fisteur": {
      "Sets the Max Generation OutPut for Wind Mills (Default is 100)": 200,
      "Overrides target speed (Default is 0)": 0.25
    }
  }
}

 

Edited by Khan

Share this comment


Link to comment
1.1m

Downloads

Total number of downloads.

5.6k

Customers

Total customers served.

80.7k

Files Sold

Total number of files sold.

1.6m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.