PermissonsEX help

Discussion in 'Bukkit Help' started by EC ARCTIC FIRE, Jul 1, 2014.

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

    EC ARCTIC FIRE

    Hi
    i am trying to setup permissions for my server however i can not figure out the proper layout. all i want is a admin rank and a regular player rank. i will fill in the permissions i want. i just need the format. i would really appreciate the help!

    EC ARCTIC FIRE
     
  2. Offline

    LandonTheGeek

    Looks like you have some basic learning to do. ;)

     
  3. Offline

    EC ARCTIC FIRE

    THANKS THIS VIDEO MAKES WAYYY MORE SENSE THAN THE OTHERS!! :)

    EC ARCTIC FIRE
     
    LandonTheGeek likes this.
  4. Offline

    LandonTheGeek

  5. Offline

    EC ARCTIC FIRE

    i wrote all this out and i was able to promote my self but i cant do any of the commands. it added that user thing when i promoted myself.

    groups:
    Member:
    default: true
    prefix: '&7[Member]&f'
    permissions:
    - simplespawn.use
    - bukkit.command.tell
    - bukkit.command.list
    options:
    rank: '3'
    Admin:
    prefix: '&0[Admin]&2'
    permissions:
    - command.bukkit.*
    - simplespawn.*
    - worldedit.*
    - wordguard.*
    options:
    rank: '2'
    Owner:
    prefix: '&c[Owner]&9'
    permissions:
    - command.bukkit.*
    - simplespawn.*
    - worldedit.*
    - wordguard.*
    options:
    rank: '1'
    users:
    Tom15781:
    group:
    - Admin
    5e084970-684e-4740-8c5a-eba9e3b18845:
    group:
    - Owner
    options:
    name: rccars514
     
  6. Offline

    LandonTheGeek

    What commands are you trying to do? Make sure you have added the permissions for them.
     
  7. Offline

    EC ARCTIC FIRE

    i have. all the standard minecraft ones and some world edit ones
     
  8. Offline

    LandonTheGeek

    It's bukkit.command instead of command.bukkit
     
  9. Offline

    EC ARCTIC FIRE

    ohhh thx
     
    LandonTheGeek likes this.
  10. Offline

    LandonTheGeek

  11. Offline

    EC ARCTIC FIRE

    now it works but there is no tag next to my name. it should be Owner in red then my text in blue. the vid said you need essentials chat or hero chat. i got hero chat.
     
  12. Offline

    LandonTheGeek

    Try using EssentialsChat to start off.
     
  13. Offline

    EC ARCTIC FIRE

    i dont want essentials can i get essentials chat on its own?
     
  14. Offline

    LandonTheGeek

    There are probably tutorials out there for Hero Chat then. I'll just tell you this, EssentialsChat is a "plug and play" type of plugin. :)
     
  15. Offline

    EC ARCTIC FIRE

    ok but does EssentialsChat come on its own?
     
  16. Offline

    LandonTheGeek

  17. Offline

    EC ARCTIC FIRE

    so i would need all of the essentials package?
     
  18. Offline

    LandonTheGeek

    EC ARCTIC FIRE
    Yes, you would. EssentialsChat's dependency is Essentials.
     
  19. Offline

    EC ARCTIC FIRE

    Oh I remember downloading essentials and then uninstalling it because it came with a kit and other stuff I didn't want
     
  20. Offline

    LandonTheGeek

  21. Offline

    EC ARCTIC FIRE

    ok ill give it a try

    can i just use essentials core and essentials chat?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 9, 2016
    LandonTheGeek likes this.
  22. Offline

    LandonTheGeek

  23. Offline

    EC ARCTIC FIRE

    Ok thx
     
    LandonTheGeek likes this.
  24. Offline

    LandonTheGeek

  25. Offline

    EC ARCTIC FIRE

    well i installed it and went into the configs....notepad was filled with text. no idea how to get rid of the kits

    all i want is for essentials chat to work i dont want any other stuff thats comes with essentials.

    Thx
    EC ARCTIC FIRE

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

    LandonTheGeek

    I wouldn't worry about the kits. No one will be able to use them unless they have the permission to. :)
     
  27. Offline

    EC ARCTIC FIRE

    what stuff does essentials add?
     
  28. Offline

    LandonTheGeek

    EC ARCTIC FIRE
    It adds "essential" commands to your server that every server should have. Type /help to see. Again remember, no one will be able to use those commands unless you give them permission.
     
  29. Offline

    LHammonds

    Here are the commands that Essentials adds:
    http://wiki.ess3.net/wiki/Command_Reference

    Here are the permission nodes:
    http://wiki.ess3.net/wiki/Command_Reference/Perm

    Since you are new to permissions, you need to understand the basics.

    Just because a plugin is installed, doesn't mean that all commands are available to everyone.

    Each permission node has a default value setting:

    default: true/false/op

    If it defaults to "op" then that means only "operators" (those that were given OP status) have that permission by default (without having to specify or configure anything)

    If it is set to "true" then that means everyone gets this permission without having to specify or configure anything.

    If it is set to "false" then nobody gets that permission unless they are explicitly given the permission.

    You can typically get this information from the plugin documentation. If it is not referenced anywhere, you might be able to obtain this info from the "plugin.yml" file which is stored inside the plugin .jar file.

    LHammonds
     
  30. Offline

    EC ARCTIC FIRE

    ok thank you

    i died on my server and i kept my levels. how do i turn that off. the lower rank loses its levels.

    i really dont like essentials it added stupid things like if 2 people sleep it changes it to day. any one know of a alternative to essentialsChat? or should i start a new thread :)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 9, 2016
Thread Status:
Not open for further replies.

Share This Page