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

    computerstreber

    Are you using sun java? What OS?
     
  3. Offline

    Vincero

    I don't know about the kind of Java and we run on Linux.
     
  4. THE ERRORS ARE A CHANGE IN THE WAY BUKKIT HANDLES DAMAGE TYPES.
     
  5. Offline

    computerstreber

    How do you obtain an older version of craftbukkit?
     
  6. Eh if you wait later today it will be fixed. I checked in the fixes. Anyway CB versions http://bamboo.lukegb.com 348 works.
     
  7. Offline

    Manbeast77

    So, since my question was overlooked, does anyone have an idea as to how I can change where /world nether places me in the nether? It currently puts me at -1 1 , which ais a giant lava lake.
     
  8. Offline

    mrgreaper

    just delete the nether folder and let it recrate

    we did 5 of them before we had stable ground lol
     
  9. Offline

    Phase

    I downloaded this ( http://earth2me.net/bukkit/Essentials.jar ) today (wiki says it's build 211), and I'm using craftbukkit 348. For /tp <player> I get Syntax error, please provice (not a typo on my part) a source and a target. It kind of looks like the /tp in the stock minecraft_server.jar, but I'm not too sure. I hope this isn't an intended modification to the /tp command.

    Can anyone shed some light?
     
  10. Offline

    crazydog

    Having an issue with v. 211 on craftbukkit 323.

    With only permissions, essentials, and essentialshome loaded, /home does not work. /sethome sets the home location just fine, but when I try to use home, it says that a location hasn't been set yet.
     
  11. Offline

    clownfish

    @Anyone - Any 'hmod' server owners able to convert their homes.txt to the new format used by essentials?

    @Zenexer or any Dev. of 'Essentials' - Can you please allow homes.txt to load just like warps.txt does for very popular past 'hmod' servers converting to 'bukkit'?

    (many player 'homes' are one of my last challenges in converting to 'bukkit' still)

    Thanks for any help anyone can offer! [​IMG]
     
  12. Offline

    Jimmy

    antichamp likes this.
  13. Offline

    ledhead900

    Naggin lol

    [WARNING] Using the stupidly long constructor com.earth2me.essentials.Essentials(PluginLoader, Server, PluginDescriptionFile, File, File, ClassLoader) is no longer recommended. Go nag the plugin author of Essentials to remove it! (Nothing is broken, we just like to keep code clean.)

    All Plugins releated!
    --- merged: Feb 20, 2011 5:11 AM ---
    CB 358+
     
  14. Offline

    MonsterTV

    I really need some help, guys :(
    I am running cb 351 with no plugins except for essentials.jar. However, when I load the server, it does NOT load Essentials. I double checked in game, and no commands work. Is there any known bug, or maybe someone could hold my hand and walk me through installing? I followed the directions step by step. When it didn't work after upgrading from my old Essentials (back when it was all one plugin), I even deleted my plugins/essentials file so it would re-generate it, in hopes that it was a formatting error. No dice. What do I do now?
     
  15. Offline

    Zenexer

  16. Offline

    Nate Theis

    Yeah, download that script to somewhere, and then run "python (path to script) (path to homes-warps.db) (path to Essentials users.yml)".
    You should definitely backup your users.yml first, though.
     
  17. Offline

    Lime Studios

    Is it just me or is it a known fact that essentials conflicts with MultiVerse.
    --- merged: Feb 20, 2011 7:50 AM ---
    I am having the same problem! I think it is just essentials conflicting with Multiverse? Essentails conflicts with everything! They need to fix that soemhow
     
  18. Offline

    MonsterTV

     
  19. Offline

    Lime Studios

    Ok well I found that putting all of these essential.jar files in my plugins folder seemed to work so I would try it out (download below)
    <Edit by Moderator: Redacted mediafire url>
     
    Last edited by a moderator: Dec 15, 2016
  20. Offline

    An0nx

    Nether seems to work great, all portals coming out in the same place in the nether. Except, one of my players has his portal coming out underneath the actual portal in the nether, and therefore falling into a sea of lava. Any idea why this one portal is doing that?
     
  21. Offline

    hoshie

    [FIXED: i added myself to the ops.txt *fail*]
    Hi,

    i've installed a fresh craftbukkit server over the past 2 days.

    But i've a big problem with the permissions. All users can everything from essentials ..a guest can change the time or add items ... i've tried everything i dont know how to fix this problem. But Essentials using my permission config.yml because it colors the Names and knows the Group Names so i think reading the permission file isn't a problem :(

    My permissionfile:

    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: false
            info:
                prefix: '&f[&3VIP&f]&3'
                suffix: '&5'
                build: true
            inheritance:
                - Guest
            permissions:
                - 'essentials.me'
                - 'essentials.list'
                - 'essentials.mail'
                - 'essentials.mail.send'
                - 'essentials.helpop'
                - 'essentials.getpos'
                - 'essentials.help'
                - 'essentials.motd'
                - 'essentials.msg'
                - 'essentials.rules'
                - 'essentials.ping'
                - 'essentials.compass'
        Guest:
            default: true
            info:
                prefix: '&0[&7Guest&0]&8'
                suffix: '&f'
                build: false
            inheritance:
            permissions:
        Mods:
            default: false
            info:
                prefix: '&f[&6Mod&f]&6'
                suffix: '&2'
                build: true
            inheritance:
                - Default
            permissions:
        Admins:
            default: false
            info:
                prefix: '&1[&3Admin&1]&2'
                suffix: '&4'
                build: true
            inheritance:
                - Mods
            permissions:
                - '*'
    
    #
    users:
        hoshie:
            group: Default
            permissions:
        Zottelbaer:
            group: Default
            permissions:
    
    Can someone help me?

    [EDIT]

    I've tried a completly different and small Permission file too .. but it doesn't work, too. He reads the correct groupnames etc but ignores ALL permissions and gives every user full access to essentials.
     
  22. Offline

    shadoskill

    i cant seem to get this working at all i have read the wiki etc.. iam at a loss Essentials does not make a config file no commands work but the vanilla ones i have permissions mod.

    EDIT: all the essential jars are saying
    SERVER: Could not load plugins\essentials.jar in plugins: null org.bukkit.plugin.invalidpluginexception

     
  23. Offline

    Kelly Becker

  24. Using Latest Essentials plugin with the safe build of bukkit and I get this:

    Code:
    20-Feb-2011 11:54:27 org.bukkit.plugin.SimplePluginManager loadPlugins
    SEVERE: Could not load plugins\Essentials.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:79)
            at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:117)
            at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:82)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:53)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:171)
            at net.minecraft.server.MinecraftServer.c(MinecraftServer.java:158)
            at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:110)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:209)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    Caused by: java.lang.NoSuchMethodException: com.earth2me.essentials.Essentials.<
    init>(org.bukkit.plugin.PluginLoader, org.bukkit.Server, org.bukkit.plugin.Plugi
    nDescriptionFile, java.io.File, java.io.File, java.lang.ClassLoader)
            at java.lang.Class.getConstructor0(Unknown Source)
            at java.lang.Class.getConstructor(Unknown Source)
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:75)
            ... 8 more
     
  25. Offline

    Kelly Becker

  26. Offline

    shaggy2010

    I updated bukkit and updated this, but other plugins ceased to work, so decided to roll back, But I need the older version of this plugin.

    mainly for home... Does anyone have this avaible still?

    EDIT: Was stuck between a choice of, Home and essentials not working by rolling back Bukkit, but LWC and other important plugins working, Or, Home but everything else broke.

    Used the above download and installed it (to rollback my essentials plugin which appears to be only plugin updated to the latest bukkit). and problem solved :)

    Thanks.

    PS: Only reason I posted without looking at last page is because this site is a bit funny with my IE. And wont display the post box at bottom unless I'm on the first page of the thread.
     
  27. Offline

    Tealk

    /home donsnt run on my server

    if i make /sethome there stand that is saved, and its in data
    but when i make /home there stand i have no home set
     
  28. Offline

    js1589

    is there anyway that i can make it so some groups can spawn some items.
    for example: i want builders to only be able to spawn dirt and cobble.
    is there any way?also, nice plugin [​IMG]
     
  29. Offline

    adrianisen

  30. Offline

    cherryghost

    I have a problem with Essentials. Got everything working, running the server with Whitelist and Autosave and the Essentials plugin itself.

    EssentialsHome is the only plugin not working. Everything else works fine. It's enabled but nothing happens when I /sethome etc. Any ideas?
     
  31. Offline

    rct2guy

    Could you guys maybe put together a small changelog for the stable releases of the plugin that's written with less complicated details? I know you have a changelog for the developer builds, but it's always really confusing to me exactly what the new changes are, and I always end up asking what's different when a new stable release comes about.
     
Thread Status:
Not open for further replies.

Share This Page