Essentials Help

Discussion in 'Bukkit Help' started by DTM6797, Sep 23, 2012.

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

    DTM6797

    I run a bukkit server and use essentials but for some reasons ./spawn doesnt work and ./sethome. as op i can use it but others players can't. Also mobs (zombie, Skeleton, etc.) wont spawn and i need help... Someone please help
     
  2. Offline

    Sushi

    You need to set it up in your permissions plugin if they can't use it.

    Otherwise, they should be able to use /spawn and /sethome by default.
     
  3. Offline

    DTM6797

    i have group manager? and i went into the groups yml folder and added the essentials node and it didnt work...?
     
  4. Offline

    jamy469

    What exactly were the nodes that you gave them? You're better off giving your whole GroupManager file.
     
  5. Offline

    Necrodoom

    also, does /espawn produce a different message?
     
  6. Offline

    DTM6797

    It says they dont have permission. it not letting me upload the file. The group Builder is the where the node ./spawn is
    groups:
    Default:
    default: true
    permissions:
    - -bukkit.command.kill
    inheritance:
    - g:groupmanager_default
    - g:bukkit_default
    - g:essentials_default
    - g:towny_default
    info:
    prefix: '&e'
    build: false
    suffix: ''
    Owner:
    default: false
    permissions:
    - -vanish.*
    - '*'
    inheritance:
    - admin
    info:
    prefix: '&1[Owner]&f'
    build: true
    suffix: '&f &5'
    Citizen:
    default: false
    permissions: []
    inheritance:
    - default
    - g:essentials_builder
    - g:towny_builder
    info:
    prefix: '&3[Citizen]&f'
    build: true
    suffix: ''
    Builder:
    default: false
    permissions:
    - essentials.spawn
    inheritance:
    - default
    - g:essentials_builder
    - g:towny_builder
    info:
    prefix: '&a[Builder]&f'
    build: true
    suffix: ''
    Moderator:
    default: false
    permissions: []
    inheritance:
    - builder
    - g:groupmanager_moderator
    - g:bukkit_moderator
    - g:essentials_moderator
    - g:towny_moderator
    - g:vanish_moderator
    info:
    prefix: '&b[Mod]&f'
    build: true
    suffix: ''
    Admin:
    default: false
    permissions: []
    inheritance:
    - moderator
    - g:groupmanager_admin
    - g:bukkit_admin
    - g:essentials_admin
    - g:towny_admin
    - g:vanish_admin
    info:
    prefix: '&4[Admin]&f'
    build: true
    suffix: '&f &4'
    Citizen +:
    default: false
    permissions: []
    inheritance:
    - default
    - g:essentials_builder
    - g:towny_builder
    info:
    prefix: '&9[Citizen +]&f'
    build: true
    suffix: ''
    Trusted:
    default: false
    permissions: []
    inheritance:
    - default
    - g:essentials_builder
    - g:towny_builder
    info:
    prefix: '&2[Trusted]&f'
    build: true
    suffix: ''
     
  7. Offline

    Necrodoom

    il ask again: does /espawn and /spawn produce different messages?
     
  8. Offline

    DTM6797

    ive never tried /espawn and it worked. I thank you now i just need the ./sethome to work. Thank you
     
  9. Offline

    jamy469

    You need the /sethome permission. it is below:

    Code:
     - essentials.sethome
     
  10. Offline

    Necrodoom

    this means another plugin overrides your /spawn and /sethome commands. list plugins.
     
  11. Offline

    jamy469

    It is also possible if you add /spawn to the essentials-override in the config. It will give essentials top priority of that command.
     
  12. Offline

    Necrodoom

    its more recommended to use bukkit.yml to alias espawn over spawn. essentials command-override only works if essentials got ahold of the command in the first place.
     
  13. Offline

    DTM6797

    okay and mobs (zombie,Skeleton,etc.) aren't spawning either have and idea for that either? and when i use the egg it doesn't respond either.
    Plugins are:
    -citizens
    -commandbook
    -cookiemonster
    -coredata-
    -essnetials
    -glowstone lanterns
    -groupmanger
    -iconomy
    --jail
    -lift
    -LWC
    -Nocheatplus
    -plugin metrics...? ( dont know what that does)
    -signshop
    -spamguard
    -WroldEdit
    -WorldGuard
    Thats it
     
Thread Status:
Not open for further replies.

Share This Page