Running my Server

Discussion in 'Bukkit Help' started by j76goatboy, Apr 1, 2012.

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

    ZeroZX4

  2. Offline

    j76goatboy

    Cool, I'd love to learn how to use Permissions Ex but now I got this message when I accidently deleted the whole ocean.

    11:29:00 AM Error occurred during initialization of VM

    Server Stopped...
    I really dont want to delete my world so I hope theres a fix

    NEVER MIND
    Just took for ever to delete and un-delete the ocean.

    Now about Permissions Ex?
    All I want is 3 "groups" admins, trusted, and friend.

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

    ZeroZX4

    http://pastebin.com/6KJjkpNB

    yea u just need to add ur nodes thats all

    and command for set group would be like

    /pex user ZeroX4 group set Admin

    this is how u in game set someone to group

    but u need to be op

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

    j76goatboy

    Cool, it runs no prob.

    I do have some questions though

    1. How do I add people to differnt groups and set what group there in when they join.
    2. How to give certain permissions to certain groups, is it just essentials.name of the command?
    3. Thank you for all your time and effort

    ohhhh, you responded when I was typing thanks

    Its says I dont have enough permission when I'm op. I de and re-op me and it still says that

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

    ZeroZX4

    no essentials is plugin

    for example if u use plugin like worldedit than u need to go to worldedit page and find wiki or permission page

    but for most plugins all their permission start with permission name so like for example worldedit got command //wand

    and permission for that command is

    - worldedit.wand

    for plugin lets say authme permission to login would be
    - authme.login

    and so go on u just need to keep proper formating or u get error like look this is my permissions

    http://pastebin.com/PHz3VDQk

    and there is big difference between add and set group cause if u add someone in group trusted to group admin than he will be in 2 groups at the time so u better use set cause set mean add to this group but leave all other groups
     
  6. Offline

    j76goatboy

    so do I have to go and do - worldedit.wand - worldedit.set <block> and so on for every command or is there just one code like worldedit.*?

    also what are the commands to join a group and leave a group?
     
  7. Offline

    ZeroZX4

    this .* give access to all further commands

    so if u give someone
    - worldedit.*
    he can do anything with world edit

    /pex user j76goatboy group set Admin

    /pex user j76goatboy group del Admin
     
  8. Offline

    j76goatboy

    It says I dont have enough permission when I'm op
     
  9. Offline

    ZeroZX4

    give ur self permission
    - permissions.*


    or in configu set to allowOPS to true

    Code:
    permissions:
      backends:
        file:
          file: permissions.yml
      backend: file
      superperms:
        parent-nodes: true
        enable: true
        strict-mode: false
      createUserRecords: true
      allowOps: true
     
  10. Offline

    j76goatboy

    Theres 4 differnt congi.yml files
     
  11. Offline

    ZeroZX4

  12. Offline

    j76goatboy

    what folder is it in?
     
  13. Offline

    ZeroZX4

    in my permissionsex folder
     
  14. Offline

    j76goatboy

    my folder is a lot emptier then yours. It doesnt have the allowOPS option.
     
  15. Offline

    ZeroZX4

    cause some of them u need to add manually
     
  16. Offline

    j76goatboy

  17. Offline

    ZeroZX4

  18. Offline

    j76goatboy

    How would I know if I'm in group admin because it said group set but now when ever I try to exit the group it says theres a error
     
  19. Offline

    ZeroZX4

    what error ?
     
  20. Offline

    j76goatboy

    "Error in command syntax. Check command help"
     
  21. Offline

    ZeroZX4

    ok from the start cause im lost

    what u r trying to do


    and what is the error when u do it ?

    also upload ur permissions for example here

    http://pastebin.com/
     
  22. Offline

    j76goatboy

    I was able to join group Admin but when I tried to leave the group it said
    "Error in command syntax.Check command help"

    http://pastebin.com/6KJjkpNB "but j76goatboy is fallenangel700 in Minecraft"

    the command I used was /pex user fallenangel700 group del Admin

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

    ZeroZX4

    and that was ur problem

    pex user <user> group remove <group>

    i had the same problem cause for me as for u it was obvious to use word which have 3 letters since it was

    pex user <user> group add <group>
    pex user <user> group set <group>

    than for us it should be
    pex user <user> group del <group>

    but puff its

    pex user <user> group remove <group>

    dont worry i fell for that too many ppl fell for that
     
  24. Offline

    j76goatboy

    Ohhhhh So is it per user <user> group add <group> or pec user <user> group set <group>?
     
  25. Offline

    j76goatboy

    ok i think im ok with permssions ex.

    How do I port forward? The linux site is down so I think that stops me
     
  26. Offline

    andrewpo

    Check your router's manual.
     
Thread Status:
Not open for further replies.

Share This Page