The Ultimate Guide to Permissions

Discussion in 'Bukkit Help' started by ImminentFate, Jun 11, 2012.

?

Did you find this information helpful?

  1. Yes

    75.0%
  2. No

    25.0%
Thread Status:
Not open for further replies.
  1. Offline

    ImminentFate

    I've had a look around the bukkit help section, and decided that although it seems notoriously easy, people still have a lot of issues with GroupManager. Therefore I am going to include a tutorial for it.
    I know I've taken a hell of a long time since i last promised to post a tutorial. This is because I need to actually install the plugin, play around with it a bit, and then write the guide. All of this takes time, which I currently do not have. I had planned to do it over the holidays, but I fell sick and could do nothing. Now the holidays are over and I have a lot of assignments to do. Hopefully I will get the PEX one by next weekend, and GM will follow after.
     
    Blacksmithkazuma likes this.
  2. Offline

    Jackrushton

  3. First off if ya ain't fellin better yet I hope you do. OK, To say I have been waiting patiently for the PEX. I keep going back and forth with PEX and Essentials just because it is very confusing. I mean I got some of the basics and am trying to get my hands all off information, as spacial and rare it seems for certain questions. The hardest part is setting the actual permissions themselves and if any one else reads this and knows how to disable certain help features when you type help: i.e. /pex /permissionsex help etc. I would be very grateful. As that is my stoping point in a week long look of information on how to do this.
     
  4. Offline

    jacklin213

    necrodoom can help u write a guide for GM @immentfate i could pitch in too ^0^
     
  5. Offline

    Necrodoom

    already PMed imment about helping him making the guide.
     
  6. Offline

    jacklin213

    lol can i help???
     
  7. Offline

    ImminentFate

    Alright, a half baked tutorial cookie called PEX has just been posted. Will continue it later, right now I've got to go.
     
  8. Offline

    Omnitv

  9. Offline

    Miningdude

    Thanks, as usual, dude! :D You just helped me verify the negate a node (- -Permi.ssion) in PEX. :D
     
  10. Offline

    PvM_Iain

    Fantastic tutorial!
     
  11. Offline

    ImminentFate

    thank you :p
    although, its not complete yet. I'm completely swamped with assignments right now.
     
  12. Offline

    Necrodoom

    still waiting on your PM for building the GM tutorial.
     
  13. Offline

    PvM_Iain

    No problem! It includes all the detail anyone will need to start out! :) (It even helped me and I'm developing my own permission plugins haha!)
     
  14. Offline

    ImminentFate

    thanks :)
    although I honestly can't see how it would help you make your own perms plugin. lol
     
  15. Offline

    PvM_Iain

    I mean I learnt how to do permissions here. But now I've learnt that somim moving on to coding etc lol
     
  16. Offline

    jacklin213

    Lain yay coding (anyone here know how to get playerjoinevent.getname() then make a file for it?)
     
  17. Offline

    ImminentFate

    use an array, or a hashmap.
    Something like this where you implement the executors and stuff:
    PHP:
    public final Player[] eventPlayer = new Player[100]; //specifies the created list. The number [100] signifies the max number of entries you can have. In this case, 101 players (0 counts as slot 1)
    public int playerCounter0//keeps track of the number of additions to the list
    Then where you want to add a name to it:
    PHP:
    eventPlayer[playerCounter] = name//where "name" is the variable defined as getting the player's name from the event.
    playerCounter++; //this means that it will increment the counter by one, so that a new entry gets made rather than overriding the first one.
    You can make this safer by adding if statements and what not, but that's up to you :)

    I hope you appreciate this, took 3 minutes to load the page so i could respond :p
     
  18. Offline

    xXx_Beast_xXx

    hello, iwant to say that ireally suck at permissions and and well that did not help me.
    ifollwed every step you said and it did not help me at all :'( ....
    the only Question that ineed as how iopen my console when iclicked it it only opens in Task manger ican open it there and stop it and ican't op my self from the console only from the ops file ... please help me ireally need help
    iuse permissionsEx to make ranks but its says that ineed permissions and even im op and it does not allow me to do
    /pex group Owner create though is it a bug or something in the permissions file that iforgot ?
    please help isuck at makeing servers...:(

    hey ineed help well lots of help ineed to open my console so ican make ranks form it it easier then makeing them
    from the files:( well and Note: ican't open my console it only show up on Task manager ionly can stop it and
    start it and nothing else.. thats why ican't make ranks is there any way ican make it show up ? or something ?
    please help guys ireally need help.. :oops:....

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 26, 2016
  19. Offline

    ImminentFate

    if you can't see your console, open up your start.bat (or run.bat, whatever it is) and find where it says "javaw" and change it to say "java"
     
  20. Offline

    HDfunctions

    Hmm.... Not bad XD Good job!
     
  21. Offline

    xXx_Beast_xXx

    when itry to open it with notepad or something it crashes, and iwas not able to fix it do ihave to get Notepad++ or
    Word pad to fix it ?:confused:
     
  22. Offline

    bad339

    Any update on bringing back GM?
     
  23. Offline

    jacklin213

  24. Offline

    bad339

    I meant the Permissions guide for it ;)
     
  25. Offline

    TheLacky

    Ok so im using bpermissions and i came here to figure how to let my default class build. I did
    - bukkit.build
    but its still not working, if you could help that would be great
     
  26. Offline

    jacklin213

    What protection plugin are you using if any?
     
  27. Offline

    jblanda

    For PEX dont forget
    for inheritang permissions
     
  28. Offline

    TheLacky

    world guard
     
  29. Offline

    jacklin213

    is the specific area u want people to build in , world guardded?
     
  30. Offline

    TheLacky

    nope, if i go outside of that my test subject/friend still cant build
     
Thread Status:
Not open for further replies.

Share This Page