No Perms

Discussion in 'Archived: Plugin Requests' started by awesomer3, May 2, 2014.

?

Will you make this

  1. yes

    1 vote(s)
    14.3%
  2. no

    6 vote(s)
    85.7%
  1. Offline

    awesomer3

    Name: No Perms

    What I want: I would like a plugin that when a player does a command it gets denied (no perms) if they dont acctualy have the permissions. if they have the permissions they can bypass the thing.

    Commands: none

    When i would like it: any time soon
     
  2. on it, be back in like a month, its kind of a big project but ill see what i can do...
     
  3. Offline

    fefe2008

  4. Offline

    awesomer3

    fefe2008
    because thats not what i want
     
  5. Offline

    timtower Administrator Administrator Moderator

    I don't see why that wouldn't work though, could you explain why?
     
  6. Offline

    awesomer3

    timtower
    I have perms plugin but i need it to stop all commands unless the have the permmision
     
  7. Offline

    timtower Administrator Administrator Moderator

    Those commands should do that on their own...
     
  8. Offline

    Necrodoom

    So, dont give permission to said commands?
     
    timtower likes this.
  9. Offline

    awesomer3

  10. Offline

    Necrodoom

    - -bukkit.command.*
    - -minecraft.command.*
     
  11. Offline

    timtower Administrator Administrator Moderator

    Welcome to running a server. You can negate all permissions with some permissions plugins and then give back the one you want
     
  12. Offline

    15987632

    awesomer3 it might take an hour to set up but it's a one time things and just add to it everything you add a new plugin
     
  13. Offline

    fefe2008

    awesomer3 You don't have to run a Server. If you're too lazy to work you'll never be succesful.
    By the way my server got 40+ Plugins and i setup the permissions in 35 Minutes ... Its an easy job.
     
    e-mitchell7 likes this.
  14. Offline

    e-mitchell7

    fefe2008 is right permissions take a small amount of time, if you dont know how to set them up watch a video and im sure you can do it. Making a whole plugin that does what other permissions plugins do is kind of pointless
     
  15. Offline

    Alster551

    The only hard thing about setting up plugins is when you get unknown errors
     
  16. Offline

    15987632

    Alster551 set it up in chucks at a time and test that chuck. If you get errors for a specific chunk of the config then you know where u messed up. Also anyone with java experience could tell you what u messed up on in the config fromn the errors for the most part
     
  17. Offline

    LordDarthBob


    Or just use a YAML parser to check for errors.
     
  18. Offline

    15987632

  19. Offline

    fefe2008

    I suggest googling for a groups.yml template and then just pasting in the nodes u want the groups to have.
    Just Change the group names and their prefix suffix and priority maybe and you are good to go
     
  20. Offline

    Alster551

    It's not config errors, its like plugin conflicting, and even if it is a config error the Yaml could still be correct.
     
  21. Offline

    LordDarthBob

    Yeah, although I was offering an easier alternative to a suggestion.
     
  22. Offline

    awesomer3

    you guys are off topic
    and i already know those permissions
    but they still can do commands that i dont know the perms to
    @Necrodoom
     
  23. awesomer3 If you don't know a permission for a certain command, look it up on the page you got the plugin from.

    I am actually confused as to what you want it to do. How are we supposed to know if they have permission or not if YOU don't tell us? And you'd tell us in exactly the same way you'd tell any other plugin. This plugin is either redundant, impossible, or magic (and therefore impossible)
     
    timtower likes this.
  24. Offline

    Necrodoom

    Which commands, and paste permissions file.
     
  25. Offline

    awesomer3

  26. Offline

    timtower Administrator Administrator Moderator

    He hasn't been online for 20 days.
    Hint:
    https://www.dropbox.com/s/up0qc76r5v5x6bx/CommandGetter.jar
    That plugin is able to get all known commands and their permissions and puts them into a .html file in its data folder.
    Code:
    commands:
      CommandGetter:
        permission: commandgetter.use
        permission-message: You dont have the permissions to do this
        usage: /CommandGetter
    permissions:
      commandgetter.use:
        default: OP
     
  27. Offline

    awesomer3

Share This Page