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

    mrfloppi

    Hi Friends!

    I've got the following problem:
    I use Essentials together with Permissions so what can I do to give a player permissions for a special kit?

    For example:
    If I want to give the player mrfloppi permissions, to use all kits I configure it like this:
    Code:
      users:
      mrfloppi:
        permissions: [essentials.kit.*]
        group: Admin
    But what if I want to give only permissions to use the kit "tools"?
    Code:
      users:
      mrfloppi:
        permissions: [essentials.kit.tools]
        group: Admin
    That dosen't works.

    Please Help,

    Floppi
     
  3. Offline

    Nate Theis

    You also have to give essentials.kit, which lets them use the actual /kit command.
     
  4. Offline

    osholt

    Just out of interest how do you stop mobs from spawning in the Nether?
    Is having the nether enabled supposed to break all god mode plugins (including world guard)?
     
  5. Offline

    Raikalo

    Could someone please explain what the syntax is for the EssentialsChat prefixes/suffixes in Permissions? iChat is a pain.
     
  6. Offline

    MonsterTV

     
    Last edited by a moderator: Dec 15, 2016
  7. Offline

    ToitagL

    Any clue how to make the spawns per groups work ?

    I did /setspawn Visitors and /setspawn Builders (and Admins / VIP) on 2 separate place, but Visitors continue to spawn at the same place than Builders.

    And yet, I deleted the "default" group spawn in spawn.yml file in Essentials folder.

    Every player (including Visitors) got the essentials.spawn permissions.

    Did I miss something ?
     
  8. Offline

    LucidLethargy

    I am having trouble finding documentation that states what version of Bukkit is required to run Essentials... Can I assume 345 suffices for the newest build (217)?
     
  9. Offline

    fffizzz

    CB 325
    Essentials 217

    I get this at startup.
    Code:
    Feb 20, 2011 1:58:13 PM org.bukkit.plugin.SimplePluginManager loadPlugins
    SEVERE: Could not load plugins/EssentialsHome.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java: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 org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:193)
            at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:189)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:77)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:171)
            at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:344)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:326)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:232)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    Caused by: java.lang.NoSuchMethodException: com.earth2me.essentials.home.EssentialsHome.<init>(org.bukkit.plugin.PluginLoader, org.bukkit.Server, org.bukkit.plugin.PluginDescriptionFile, java.io.File, java.io.File, java.lang.ClassLoader)
            at java.lang.Class.getConstructor0(Class.java:2719)
            at java.lang.Class.getConstructor(Class.java:1672)
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:75)
            ... 11 more
    Feb 20, 2011 1:58:13 PM org.bukkit.plugin.SimplePluginManager loadPlugins
    SEVERE: Could not load plugins/EssentialsTele.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java: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 org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:193)
            at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:189)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:77)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:171)
            at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:344)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:326)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:232)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    Caused by: java.lang.NoSuchMethodException: com.earth2me.essentials.tele.EssentialsTele.<init>(org.bukkit.plugin.PluginLoader, org.bukkit.Server, org.bukkit.plugin.PluginDescriptionFile, java.io.File, java.io.File, java.lang.ClassLoader)
            at java.lang.Class.getConstructor0(Class.java:2719)
            at java.lang.Class.getConstructor(Class.java:1672)
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:75)
            ... 11 more
    
    
    Feb 20, 2011 2:05:48 PM 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.java: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.PluginDescriptionFile, java.io.File, java.io.File, java.lang.ClassLoader)
            at java.lang.Class.getConstructor0(Class.java:2719)
            at java.lang.Class.getConstructor(Class.java:1672)
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:75)
            ... 8 more
    
    Ive tried removing the essentials folders to let it recreate everything with no help..
     
  10. Offline

    LucidLethargy

    I've gotten the same or similar messages, I imagine the latest Bukkit is required... Downgrading now to 206

    211 works just fine for me, I recommend that if your not on the bleeding edge (I am on 345, though, so can't promise it will work on anything lower)

    Also the bugs that plagued things over the last week or two seem to be worked out finally for Essentials, i'm glad to say it's functioning perfectly at last! Very happy with the plugin in it's current state (which for me, as mentioned above, is 211.)
     
  11. Offline

    fffizzz

    Thanks Lucid, I'll give 345 a shot.. i know anytthing above 350 right now breaks like all plugins again :D
     
  12. Offline

    Sargeo

    Same problem
     
  13. Offline

    LucidLethargy

    Aye too true, I tried updating 1-2 days ago and reached that conclusion as well -.-
    Build 345 works great for me, but I did receive a block error which I believe has been around since 271.

    In other news, is it essentials that now provides waypoint functionality? How does one go about using that (it's an awesome idea, and i'd definitely like to use it!)
     
  14. When I type /home in game, I get this.
    "Cooldown: Inder: 5, Size: 5
    Teleporting home..."

    And nothing happens. This has been happening since I updated to the newest version of Essentials.
    Is there any older versions available, which I could use to get this back working with the current version of Bukkit I have.
     
  15. Offline

    LucidLethargy

    Bugger, I just realized I am also getting this on 211 :/

    Edit: I just tried all of the builds and it looks like 206 is the latest that works with Bukkit 345.
     
  16. Offline

    afmiller

    Does this run on 375? when I boot server up it doesnt like Essentials
     
  17. Offline

    Vincero

    Hey!

    I have a short question, probably easy to solve, but I'm not a great coder/code solver.

    We have essentials on our server and we just turned the values for nether to true and set a map, But we still can't use the nether portal. It's lit and all, but we can not pass through, the nether isn't being generated.

    Do we have to do more then just change the values?

    Thanks in advance!

    edit:
    We are also unable to use /home, /sethome, /spawn and /setspawn for some reason.
    Probably more important actually :p
     
  18. Offline

    d3x

    Could you add a option to break up the users.yml into a file per user? Reading and writing the entire thing when only accessing one user at a time is insane. users/username.yml would be dope.

    (I'll donated)
     
  19. The /i command isn't working, only /item works. Will this be fixed?
     
  20. Offline

    kexus

    Anyone else find it funny how the thread title says "Collection of Essential Plugins in One Package", yet the plugin is divided up into 8 or so separate packages?
     
  21. Offline

    clownfish

    @Zenexer - [​IMG] nice to see a script to convert other 'player homes' formats to Essentials! I really like the wide coverage and features Essentials brings to the 'bukkit' scene!

    @natet - TY I have to convert many 'player homes.txt' from 'hmod' homes.txt flatfile .txt to Essentials. I will try to first convert convert to MyHome format (If I can load out of date plugin), convert my 'hmod homes.txt' to MyHome format, then convert MyHome format to Essentials format. (wish me luck). Any chance you could make a modified version of your scripts to convert directly from the hmod homes.txt format? I attached a copy of my homes.txt to this post.

    Thanks for the help! [​IMG]
     

    Attached Files:

  22. Offline

    FuriousPy

  23. Offline

    DierWolf

    Good Day,

    REinstalling Essencials today and it completely messes up / stops working my permissions please advise.
     
  24. Offline

    Brettflan

    There is a zip package available with all plugins; you don't have to download them separately.
     
  25. Offline

    tremor

    Anyone ever notice that /compass has East and West all f'd up? I was watching the sunset and typed in /compass - and it said east...????
     
  26. Offline

    undefinedarray

    hi, i have edited my config file, can someone please copy and paste it to me?
     
  27. Offline

    Latros

    Same with me

    Help?
    --- merged: Feb 21, 2011 4:46 AM ---
    Do the .jars go in the plugins folder?

    I have the essentials.jar's I need

    they're in the plugins folder right now
    --- merged: Feb 21, 2011 4:54 AM ---
    need a response, entire essentials isnt working
    --- merged: Feb 21, 2011 5:11 AM ---
    Anyone?
    --- merged: Feb 21, 2011 5:32 AM ---
    /sigh, entire server relies on this, there goes our 99.99% uptime :(
     
  28. Offline

    mudzereli

    Is the documentation for permission nodes/commands going to be updated soon? Is there a way I can find them myself? So many new features, but I can't find much in the ways of documentation.
     
  29. Offline

    lokiman72

    can you please update for the latest bukkit build? i cant use /help /tp or /tphere with a new version, it works on 325 but i tested with 335 and it didnt work
     
  30. Offline

    mudzereli

    Are you running a newish version of CB? I'm using Jenkins build 53 and it's working like a charm.
     
  31. Offline

    lokiman72

    please
    --- merged: Feb 21, 2011 8:10 AM ---
    tested with 404, didnt work
     
Thread Status:
Not open for further replies.

Share This Page