Permisions txt file

Discussion in 'Archived: Plugin Requests' started by Asuxx, Jun 17, 2013.

  1. Offline

    Asuxx

    Whats the chances of you guys making the plugins to also drop in a txt file with a list of the permisions for your plugins. I am working with someone right now to make his program better and this would help out alot instead of us typing in every permision by hand.

    Thanks
     
  2. Offline

    AwesomeMarioFan

    This sounds cool, it would minimize work for us since they would be listed.
     
  3. Offline

    timtower Administrator Administrator Moderator

    Asuxx Don't think that this will be an big thing, once set up you won't have problems
     
  4. Offline

    Asuxx


    Thats what I thought... just a simple txt file thats made labeled permissions when the plug in is installed or even in the jar plugin itself.
     
  5. Offline

    timtower Administrator Administrator Moderator

    Did you opened any plugin.yml? Because there are permissions of that plugin listed, if the developers add them there...
    And if you downloaded it from dev.bukkit then all the permissions are listed ( usually )
     
  6. Offline

    Asuxx

    yeah but like essentials where is all permissions listed at in the program itself?
    I looked and couldn't find it.. so went online copied and pasted them to a txt file and what we hope to accomplish is the program will pull a list of all the plugins and you click on the plugin you wanna work with and under there is all the permissions.
     
  7. Offline

    timtower Administrator Administrator Moderator

    Closes to what you want to accomplish is this: http://dev.bukkit.org/bukkit-plugins/permissionfinder/
    Making every developer add an permissions file is impossible
     
  8. Offline

    Asuxx

  9. Offline

    rsod

    >>where is all permissions listed at in the program itself?
    they may be just checked, not required to be listed. Simply
    Code:
    player.hasPermission("permission.test")
    and nothing else
     
  10. Offline

    timtower Administrator Administrator Moderator

    Agree with that.
    The OP asks to developers if it will happen that we put in an separate file with all the permissions of the plugin, he is not asking how to check them
     

Share This Page