Inactive [GEN] Essentials v2.1 [?]

Discussion in 'Inactive/Unsupported Plugins' started by Zenexer, Jan 19, 2011.

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

    Zenexer

  2. Offline

    dumptruckman

    In your config, is - nick listed under disabled-commands:?
     
  3. Offline

    Nate204

    disabling it right now.......
    Lets see
     
  4. Offline

    KobKQuash

    I know you all are busy working on all the features and the separation of features but I had a quick question. Is there any plan to add the ability to change the type of a mob spawner in this addon? I tried the plugin SpawnMob but after rebooting it breaks essentials so I had to get rid of it. Thanks!
     
  5. Offline

    JakeNova

    You can use World Edit for that. You can still spawn mobs with this Essentials as well.
     
  6. Offline

    maxg

    There definitely seems to be an issue where nether/normal worlds are getting swapped.

    /spawn seems to randomly send me to the nether world.
    /world nether - always sends me to the normal world
    /world normal - always sends me to the nether world

    CB v 283.
    Essentials /Help/Home/Warp b170
     
  7. Offline

    everhigh

    do you have hellworld=true in server.properties?
     
  8. Offline

    larkija

    How can I disable the Nether? The spawning system keeps dropping me into a huge sea of lava and I can't do anything about it.
     
  9. Offline

    fireblade

    how do i disable the nether.

    and im having a problem where normal users cant use basic commands like /spawn (before 167)
     
  10. Offline

    rct2guy

    In your Essentials config file, type in:
    Code:
    nether:
      enabled: false
    You can also take away the "essentials.world" from every account, if you're using Permissions.

    I have a quick question. You know how you can have Minecraft generate a Nether world by changing the server.properties file? Could I make one of those and then replace the one my server is currently running with it? The one I have currently seems... very broken.
     
    larkija likes this.
  11. Offline

    larkija

    Thanks! This worked! The Nether doesn't load up on the server anymore, which I'm glad about. :D
     
  12. Offline

    xCody_F

    Can anyone tell me how to edit the "/help" menu? I want to get rid of the /help message for the commands I disabled. Thanks :)
     
  13. Offline

    Simanova

    Essentials broken for me. Using old version v157 with craftbukkit #282
     
  14. Offline

    PandaVidya

    im trying to give default users acess to some commands. why isnt it working?

    Code:
    # Supports "Default" and "GroupUsers"
    plugin:
        permissions:
            system: default
    
    ##
    # Groups can contain inheritance.
    #   To make a group inherit the permissions from another
    #   group simply place the groups name in the "inheritance:"
    #   field seperated by commas.
    #
    #   Example: inheritance: Default,Admins,
    ##
    #   All permissions including the asterisks must be placed in single quotes.
    #   like so:
    #
    #       - 'general.spawn'
    #
    #   Otherwise errors will happen!
    ##
    #   Globalized Permission settings:
    #
    #       If a permission contains periods (.) you can denote a globalized parameter:
    #
    #           - 'general.*'
    #
    #       This will allow you to use all general commands.
    #
    ##
    #
    #   Single Asterisk denotes all commands:
    #
    #       - '*'
    ##
    groups:
        Default:
            default: true
            info:
                prefix:
                suffix:
                build: true
            inheritance:
            permissions:
                - 'general.spawn'
                - 'general.item'
                - 'general.i'
                - 'general.give'
                - 'general.playerlist'
                - 'general.list'
                - 'general.who'
                - 'general.online'
                - 'general.home'
                - 'general.sethome'
                - 'general.mail'
                - 'general.clearinventory'
                - 'general.msg'
        Moderator:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance:
                - Default
            permissions:
                - 'general.time'
                - 'general.teleport'
                - 'general.teleport.here'
                - 'general.player-info'
        Admins:
            default: false
            info:
                prefix: Admin
                suffix:
                build: true
            inheritance:
                - Moderator
            permissions:
                - '*'
    
    ##
    # PandaVidya has control over all commands.
    # sk89q can use /spawn & /time
    ##
    users:
        PandaVidya:
            group: Admins
            permissions:
                - '/locate'
                - '/worldedit'
                - 'somethingelse.dancing.*'
        sk89q:
            group: Default
            permissions:
                - 'general.time'
    
     
  15. Offline

    Dreadreaver

    this is Essentials, NOT General!
    duh [​IMG]

    I think you should be able to figure out the mistake yourself, otherwise just use General instead of Essentials
     
  16. Offline

    bradcland

    I'll try that, thanks. I'm serious though, it happens every time.
     
  17. Offline

    PandaVidya

    i think i fixed it but it still doesnt work

    Code:
    # Supports "Default" and "GroupUsers"
    plugin:
        permissions:
            system: default
    
    ##
    # Groups can contain inheritance.
    #   To make a group inherit the permissions from another
    #   group simply place the groups name in the "inheritance:"
    #   field seperated by commas.
    #
    #   Example: inheritance: Default,Admins,
    ##
    #   All permissions including the asterisks must be placed in single quotes.
    #   like so:
    #
    #       - 'general.spawn'
    #
    #   Otherwise errors will happen!
    ##
    #   Globalized Permission settings:
    #
    #       If a permission contains periods (.) you can denote a globalized parameter:
    #
    #           - 'general.*'
    #
    #       This will allow you to use all general commands.
    #
    ##
    #
    #   Single Asterisk denotes all commands:
    #
    #       - '*'
    ##
    groups:
        Default:
            default: true
            info:
                prefix:
                suffix:
                build: true
            inheritance:
            permissions:
                - 'Essentials.spawn'
                - 'Essentials.item'
                - 'Essentials.i'
                - 'Essentials.give'
                - 'Essentials.playerlist'
                - 'Essentials.list'
                - 'Essentials.who'
                - 'Essentials.online'
                - 'Essentials.home'
                - 'Essentials.sethome'
                - 'Essentials.mail'
                - 'Essentials.clearinventory'
                - 'Essentials.msg'
        Moderator:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance:
                - Default
            permissions:
                - 'general.time'
                - 'general.teleport'
                - 'general.teleport.here'
                - 'general.player-info'
        Admins:
            default: false
            info:
                prefix: Admin
                suffix:
                build: true
            inheritance:
                - Moderator
            permissions:
                - '*'
    
    ##
    # PandaVidya has control over all commands.
    # sk89q can use /spawn & /time
    ##
    users:
        PandaVidya:
            group: Admins
            permissions:
                - '/locate'
                - '/worldedit'
                - 'somethingelse.dancing.*'
        sk89q:
            group: Default
            permissions:
                - 'Essentials.spawn'
                - 'Essentials.item'
                - 'Essentials.i'
                - 'Essentials.give'
                - 'Essentials.playerlist'
                - 'Essentials.list'
                - 'Essentials.who'
                - 'Essentials.online'
                - 'Essentials.home'
                - 'Essentials.sethome'
                - 'Essentials.mail'
                - 'Essentials.clearinventory'
                - 'Essentials.msg'
     
  18. Offline

    Meteo

    To bad when i make a portal, it makes me get half stuck, and sufficate =/
     
  19. Offline

    fffizzz

    im officially done with Essentials... too many issues and it was great at one time.. its called essentials for a reason, now it should becalled requests..

    Code:
    2011-02-08 18:44:06 [INFO] JaB tried command: sethome
    2011-02-08 18:44:27 [INFO] JaeB tried command: home
    2011-02-08 18:44:34 [INFO] Stopping server
    
     
    Dreadreaver likes this.
  20. Offline

    feverdream

    I think it would be great if General and Essentials works together to merge them into one common plugin. After all they have the same stated goal: hmod compatability
     
    Dreadreaver likes this.
  21. Offline

    Pezmantbh

    Is there any where that I can find old builds? Thanks :)
     
  22. Offline

    lawina

    Anyone managed to get Essentials (167) to work with MyHome (1.8) with the latest craftbukkit?
     
  23. Hi Guys, we know that you guys are having issues and we are working to resolve them. The main reason we split up the plugins was to resolve the issues that people were having with conflicts with other plugins.

    We understand your frustrations and hope you will bear with us.
     
  24. Offline

    Runelynx

    And when the hell is bukkit being released... the longer it takes, the more plugins are going to start stepping on each other's toes, which invalidates bukkit's original purpose of centralizing the common needs.

    Honestly at this point bukkit itself is vaporware. Thank god for the plugin authors filling the holes. This is hmod all over again :O
     
  25. Offline

    fffizzz

    make it so we can use mcbans :)
     
  26. We have split bans out already
     
  27. Offline

    lawina

    ementalo, you guys also split home, but for some reason this still doesn't seem to be compatible with MyHome (while MyHome works without Essentials). I reckon all I am supposed to do is remove EssentialsHome.jar from the plugins directory and keep MyHome.jar, right?

    Could this be a problem with MyHome instead?

    Thank you, appreciate your work.
     
  28. Offline

    Jonathan

    My members are currently having trouble using the portals to get into the nether. I have all the permissions enabled for my account and I can use it. Is there a certain permission I need to give them or is this a glitch?
     
  29. Yeah, if you want to use MyHome, you can just remove EssentialsHome
     
  30. i cant download it unde agents it just gives me an IP
     
  31. Offline

    Aelux

    I don't really understand what you're saying.
     
Thread Status:
Not open for further replies.

Share This Page