StructureGrades

Moved

Total Downloads: 549 - First Release: Dec 11, 2015 - Last Update: Jul 31, 2016

5/5, 3 likes
  1. Wulf

    Wulf Community Admin

    Norn submitted a new resource:

    Structure Whitelist - Enable/disable specific building grades

    Read more about this resource...
     
  2. Thanks man i run a medieval server and this plugin is a lifesaver I got so tired of just warning people and them building anyways.
     
  3. Wulf

    Wulf Community Admin

    Wulf updated StructureGrades with a new update entry:

    1.0.0

     
  4. Users are still allowed to upgrade to metal and armored even though I changed the value to false. Is there something I am missing?

    {
    "Metal": false,
    "Stone": true,
    "TopTier": false,
    "Twigs": true,
    "Wood": true
    }
     
  5. Wulf

    Wulf Community Admin

    Did you reload the plugin after changing the config? Did you grant any permissions for it?
     
  6. so revoke group default structuregrade.metal should remove the ability for players to upgrade to metal?
     
  7. Wulf

    Wulf Community Admin

    The permissions are just there to allow usage beyond the config. Did you grant that permission? If you granted it or others for this plugin, that would allow that grade for that player/group regardless of the config setting.
     
  8. it seems like all groups had the permission by default. The only way to get it to work was to revoke metal and top tier. Either way its working now
     
  9. Wulf

    Wulf Community Admin

    They shouldn't, the plugin doesn't grant them by default.
     
  10. How do i grant Bgrade to all players? keeps saying unknown command
     
  11. Wulf

    Wulf Community Admin

    What is "Bgrade"? All of the permission instructions are on the Overview as well as examples.
     
  12. Hi !

    Here is my problem :
    > grant user onisahkku structuregrade.twigs
    Permission 'structuregrade.twigs' doesn't exist

    Any idea ? :(

    Doesn't matter, works fine without permissions change.
     
  13. Wulf

    Wulf Community Admin

    Are you sure the plugin is loaded?
     
  14. I get the same issue with the permission. And when it reloads it says all the grades are allowed when I have Metal and TopTier set to false.
    Code:
    (19:07:53) | StructureGrades was compiled successfully in 1808ms
    (19:07:53) | Unloaded plugin StructureGrades v1.0.0 by Wulf/lukespragg
    (19:07:53) | [StructureGrades] Allowed: Twigs, Wood, Stone, Metal, TopTier
    (19:07:53) | Loaded plugin StructureGrades v1.0.0 by Wulf/lukespragg
    Code:
    {
      "Metal": false,
      "Stone": true,
      "TopTier": false,
      "Twigs": true,
      "Wood": true
    }