Jump to content

performance problem

Not a Bug 1.0.0

Trudy Latté
Khan

Posted (edited)

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
Khan

Posted

Changed Status from Pending to Not a Bug

Trudy Latté

Posted

Oh beautiful, it works wonderfully

a big thank you to you

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.4m
Total downloads
Customers
10.9k
Customers served
Files Sold
156.7k
Marketplace sales
Payments
3.4m
Processed total
×
×
  • 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.