permissions via /give

Discussion in 'Archived: Plugin Requests' started by jef202, Aug 22, 2012.

  1. Offline

    jef202

    what i want: a plugin that can give permissions (using old skool bukkit perms.) via a command like:
    /Permgive: [player] [permission]
    why i want it : I TRIED 100 times to add quickshop.use to the permissions but it just wont work..
    when i want it: tomorrow
    why i am begging for it : because i can :p
     
  2. Offline

    np98765

    1. Open permissions.yml
    2. Type '- quickshop.use' in the appropriate spot
    3. Save
    4. Start server
    5. Profit

    That's not too hard. :p Anyways, both PermissionsEx and bPermissions support this... I'd recommend switching in general.
     
  3. I'd suggest switching to PermissionsEX as you can use commands to there to add or remove permission nodes. Will also be adding a command for this in CommandsEX
     
  4. Offline

    jacklin213

    for permissions bukkit it should be this
    quickshop.use: true
     
  5. Offline

    MagicRecon

  6. Offline

    Barinade

    Could it be
    Code:
          - '.fly'
    ??

    Read the server error, it should tell you ALL the things.
     
    np98765 likes this.
  7. Offline

    np98765

    Check the line number in the error, match it up to the file, fix.
     
  8. Offline

    jacklin213

    MagicRecon dont put quotes in front of your nodes, im pasting in the fix what permissions plugin do u use?
     
  9. Offline

    Barinade

    It should say the line of the class file that the error was found at then include what it couldn't handle as a string, shouldn't it?
     
  10. Offline

    np98765

    The yaml parser will say which line was incorrect (check the first error, that's the one that's wrong. If you mess up one character of the file, the entire thing will spew errors -- Ignore the later ones, unless you consistently messed up).
     
  11. Offline

    Barinade

    Custom exception handler or something along those lines

    Gotta dumb it down for some people I guess.
    [​IMG]
     
  12. Offline

    jef202

    [bedrock]bedrock reached thread can be closed[bedrock]
     

Share This Page