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

    Wolfy9247

    I haven't figured out with the new Essentials.jar how to specifically disable the warp as I want to use MyWarp but it seems that it's over-riding MyWarp and using the Essentials warp instead.
     
  3. Offline

    clownfish

    @Server owners who are using 'Essentials' and had used the hmod 'reserve lists': Have you found any replacements for the old hmod 'reserve list' yet that is compatible with Essentials? (plugins / commands)?

    When I checked last week, the best looking 'reserve list' plugin was called 'Reserved'. I have posted a 'bug fix' ticket (#91) here. I hope it's fixed soon ;) or better yet 'Essentials' includes the 'Reserved' plugin in it's suite or another 'reserve list' plugin compatable with Essentials POPs UP!

    I'm testing: craftbukkit #531 (latest recommended) / Essentials v2.0.286 / Reserved v2.2.2b
    Current results:
    craftbukkit #531 / Essentials v2.0.286 / Reserved v2.2.2b = Reserved appears to work in console, but says 'Server Is Full' and blocks a player from joining who is on reserve list and could normally get in a full server.

    craftbukkit #531 + Reserved v2.2.2b only = Reserved list works fine

    Essentials Dev Team ... Thank you very much for this awesome plugin suite! :)
     
  4. Offline

    Manbeast77

    So, I take it no-one has an answer about disabling the essentials warp.
     
  5. Offline

    fugue2005

    well? you said there would be no command conflicts. there are. so how do you disable your commands since we can't just delete the stuff we don't want.
     
  6. Offline

    CaptainDDL

    I'd like to disable the warp functionality, MyWarp has been working great...no sense in switching over.
     
  7. Offline

    Leavaris

    In the essentials config file, disable the command(s) you dont want.
    plugins/Essentials/config.yml
    find this section and edit.
    Code:
    # Disabled commands will be completelly unavailable on the server.
    disabled-commands:
     - nick
    open Essentials.jar with WinRAR
    go to plugin.yml and delete the matching command(s) you added in step one.
    Code:
      delwarp:
        description: Deletes the specified warp.
        usage: /<command> [warp]
        aliases: [remwarp,rmwarp]
    Code:
      setwarp:
        description: Creates a new warp.
        usage: /<command> [warp]
        aliases: [createwarp]
    Code:
      warp:
        description: List all warps or warp to the specified location.
        usage: /<command> <warp>
    save and make sure its added back to the archive, upload and start the server.
     
  8. Offline

    andrewkm

    Can someone tell me what in the world essentialsServerList.jar does??????????????????
     
  9. Offline

    Leavaris

    From the config file.
    Code:
    ############################################################
    # +------------------------------------------------------+ #
    # |                EssentialsServerlist                  | #
    # +------------------------------------------------------+ #
    ############################################################
    
    # This is your server's mcserverlist.net API key.  Register your server at mcserverlist.net if you haven't already.
    mcsl-key: ''
    
    mcserverlist.net
     
  10. Offline

    fugue2005

    is this still supposed to work with 493?
     
  11. Offline

    DarkDexter

    Is there a way to display only those commands via 7help command that the user has access to?
    It is a little bit irritating to see 22 pages of commands as a guest
     
  12. Offline

    ehushagen

    You may want to disable Essential's help feature and use tkelly's Help plugin instead. It requires a bit of work and patience to get it set up, but it will filter out which permissions groups can see what.
     
  13. Offline

    fugue2005

    i don't want forced updates, how do i disable essentialsupdate now that i can't simply delete the jar.

    i see above the instructions for removing the aliases, how do we go about removing the code from your plugin (warp.spawn,update,god,ban) that we don't want to use? and would rather not have taking up space in memory.
     
  14. Offline

    Moe041991

    CB 527
    newest essentials:
    Code:
    2011-03-12 11:56:27 [INFO] ยง9[PLAYER_COMMAND] Moe041991: /setspawn 
    2011-03-12 11:56:27 [INFO] Generating new spawn database file.
    2011-03-12 11:56:44 [SEVERE] java.net.SocketException: Connection reset
    2011-03-12 11:56:44 [SEVERE] 	at java.net.SocketInputStream.read(Unknown Source)
    2011-03-12 11:56:44 [SEVERE] 	at java.net.SocketInputStream.read(Unknown Source)
    2011-03-12 11:56:44 [SEVERE] 	at java.io.FilterInputStream.read(Unknown Source)
    2011-03-12 11:56:44 [SEVERE] 	at net.minecraft.server.Packet.b(SourceFile:113)
    2011-03-12 11:56:44 [SEVERE] 	at net.minecraft.server.NetworkManager.f(SourceFile:155)
    2011-03-12 11:56:44 [SEVERE] 	at net.minecraft.server.NetworkManager.c(SourceFile:9)
    2011-03-12 11:56:44 [SEVERE] 	at net.minecraft.server.NetworkReaderThread.run(SourceFile:62)
    
     
  15. Offline

    Xin_TiGeR

    hey thanks a lot!! the crappy linux host does not properly update the yaml...
    [MERGETIME="1299942773"][/MERGETIME]
    btw, is it only me or essentials protect is a bit buggy?
     
  16. Offline

    eagledude4

    I cant find any information on how to create mail signs on the wiki.
     
  17. Offline

    Juze

    MyHome stopped working as it now uses Essential's home commands and I definetly do not like the idea of removing all seperated plugins and wrapping them back into one.
     
  18. Offline

    Myrrdin

    Has anyone gotten Prefixer to work with the latest version of Essentials? I set up a support ticket for this a while back but received no response.

    The prefix is not appearing and it's due the Essentials changing names etc.
     
  19. Offline

    Shinfo

    "You may not jail that person"
     
  20. Offline

    Tommie Hobbs

    Okay, I have been driving myself crazy trying to get various parts of the Essentials package to work. Any movement commands, /warp, /home, /tp etc. all give me severe Java errors in the vein of:
    Code:
    [SEVERE] java.lang.NoSuchMethodError: com.earth2me.essentials.User.get(Lorg/bukkit/entity/Player;Lorg/bukkit/Server;)Lcom/earth2me/essentials/User;
    EssentialsWarp and all other relevant JARs load without error, it is just using these commands that causes the errors. Has anyone else had this problem?

    I checked the download package from the Essentials wiki and EssentialsWarp, Essentials Home and such are no longer there for download. Are these being deprecated?
     
  21. Offline

    scott1997880

    almost all my essentials commands are now not working??? my fault????
     
  22. Offline

    leslieliang

    If you read, you would know that Essentials has been updated.

     
    Myrrdin likes this.
  23. Offline

    Daniel Sheets

    Wow. This all looks incredibly comprehensive and well put together. Hopefully by the end of the night I'll be running the Essentials Suite.
     
  24. Offline

    Dev

    I have essentials.home and essentials.sethome enabled for members, and they are unable to use it with this new version. I have deleted the EssentialsHome, and all the other no longer necessary essentials plugins from the plugins folder. Home and sethome still work for my moderators however, which have essentials.* enabled. Not sure where to go from here.

    UPDATE: Only Ops have permissions... wtf.

    UPDATE2: This looks like it was caused by an error in FTPing the files to our server. Crisis averted.
     
  25. Offline

    Collin Chessell

    where did all the stuff go? like eco and stuff
     
  26. Offline

    Waffletastic

    I keep getting errors whenever I use the new packaged together essential. only ingame errors though.
     
  27. Offline

    Tathar

    What changed in 2.0.286? The changelog doesn't seem to link changes made to the version numbers used on this thread.
     
  28. Offline

    Bill Warner

    I can't seem to get the [buy][sell][trade] signs to take the sub data inputs, is this supported yet?

    like colored wool with the /item or /give commands 35:5 etc...
     
  29. Offline

    Waffletastic

    Can someone send me an old version of essentials?
     
  30. Offline

    KillerPoPTarT

    How do I disable parts of essential like essential warp because before I would just remove the warp plugin but now there all in the essential jar and it causes errors with a custom warp plugin I have? Can someone please help because a lot of are having errors because of this.
     
  31. Offline

    JSmoove98

    How do I fix essentials conflicting with worldguard?
     
Thread Status:
Not open for further replies.

Share This Page