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

    Mukrakiish

    That's because your using too new of a CB release. You need to be using the recommended 440 before the PLAYER_COMMAND changed.
     
  3. Offline

    motermonkey

    can someone tell me where to download the main essentials jar i cant find the download link
     
  4. Offline

    Nuinbot

    Ahh, I see now. Well, I wish that Tele would be updated to work with the newer Bukkit. The rest of the Essentials work just fine.

    ---edit---

    To quote Dinnerbone:
     
  5. Offline

    Joshua Davis

    I'm currently running 478 - and WorldEdit 4.0-beta 8

    and the use of "worldedit.superpickaxe.*" is not working for my builders even though it's defined as a permission in GroupsManager -

    Builder:
    default: false
    permissions: [essentials.clearinventory, essentials.compass, essentials.depth,
    essentials.getpos, essentials.item, essentials.jump, essentials.kit, essentials.time,
    essentials.top, magiccarpet.*, multiverse.tp, worldedit.navigation.*, worldedit.superpickaxe.*]
    inheritance: [default]
    info: {prefix: '&3', build: true, suffix: ''}

    any ideas why this would return "you don't have permission to do this"

    thanks !
     
  6. Offline

    seriosbrad

    This belongs in either the GroupManager thread or the WorldEdit thread.... Try using the latest recommended version of CraftBukkit (currently 440). Most plugins are going to be compatible with the latest recommended version. Then, make sure all your plugins are current.

    That WorldEdit permission works fine with me in CB440 and the latest WorldEdit.
     
  7. Offline

    Joshua Davis

    thanks serios... I'll move this to GroupManager... because even if I restart using 440 it's still denies permission.
     
  8. Offline

    turqmelon

    I want to use essentials...but it conflicts with iChat. Is there a work-around for this?
     
  9. Offline

    Brettflan

    EssentialsChat?
     
  10. Offline

    shrub

    Every time I use /warp (eg. /warp <foo>), get a error returned ingame "java.lang.Integer cannot be cast to java.lang.Double".

    Running Craftbukkit 440 and using EssentialsWarp 244
     
  11. Offline

    Aeatherrr

    HTML:
    http://www.mediafire.com/?2uimkiwwrdvdd5t
    For those who are getting errors like the java.lang.double and before the newest plugin updates use that. I was getting those errors and so happened to have the files from yesterday! So these are working tested on my server.
     
  12. Offline

    Shinfo

    Essentials is causing
    "A plugin cancelled the block start break event"

    I have had to remove it. Problem is, it's only doing it for me, the ADMIN of the server, not other users. I've tried both GroupManager and the new Permissions, to no avail.

    edit:
    Okay I thought this was it. It's off but now I can't place, open doors, etc. I get no warnings or console outputs telling me why. Just upgraded to latest build of craftbukkit.
     
  13. Offline

    Brettflan


    Both of those are problems with CraftBukkit, and present in the latest recommended build (440). They should both be taken care of in the latest dev build of CraftBukkit, but on the other hand many plugins (Essentials not among them) are not yet compatible with the latest dev build.
     
  14. Offline

    NightStripes


    Yeah that's what I've been doing :/ Just wondering if this was something I messed up or could fix. Thanks :)
     
  15. Offline

    Ashens

    I've also been having troubles with the spawn setting being offset by 1x1 block and the new spawn area not being locked correctly; Around the default server spawn, blocks are locked for non-ops in a 16x16 area if I remember correctly, but using the setspawn command to set another spawn point doesn't remove the lock around the old spawn.

    Okay, this is a bit confusing, but I hope my point got through.
     
  16. Offline

    Pyroking

    Im using the newest version of Bukkitcraft and Essentials, but i still get errors in startup, acces denied (admin) and manddp commands visible to default users. Any fix to this? and how.
     
  17. Offline

    hyoa

    how work essentials.eco. I don't understand how instal it. I put .jar in plugin but nothing. When I try command nothing and when I do a sign I have an error: com.earth2me.essentials.User.getMoney()D...

    Can you help me?
     
  18. Offline

    Clontarf[X]

    [SEVERE] Could not pass event PLAYER_JOIN to Essentials

    Using latest recommended craftbukkit and Essentials

    Also, many (most) commands are failing with "java.lang.Integer can not be cast to java.lang.Double" or similar...
     
  19. Offline

    DIENER

    I am using CB 480 and Essentials Dev 572.
    I do not get the error "[SEVERE] Could not pass event PLAYER_JOIN to Essentials"
    But I did get the error "java.lang.Integer can not be cast to java.lang.Double" and I fixed it by moving config.yml and data.yml then start the server to recreate those files, then I manually added everything from my old files.
     
  20. Offline

    Clontarf[X]

    Yes, I just found the fix by removing the entry from plugins\Essentials\users.yml and restarting craftbukkit. This should probably be documented somewhere. You will need to move all player data out of this file and into a new file under plugins\Essentials\userdata\<username>.yml

    Essentials authors: can this please be done automatically by Essentials? Cheers.
     
  21. Offline

    uncovery

    How do I create worlds different from nether?
    Is it possible to have the nether scale just as the real world instead of 1:8 or even determine how it should scale (like 1:2)?
     
  22. It is not EssentialsTele, we have been using PLAYER_COMMAND for about 2 / 3 weeks it is a plugin called HelpCenter
     
  23. Offline

    Creepster

    Quick question . The Group Manager part right . when i add the premissions group manager original groupmanager.<command> doesn't seem to work because as guest i have all the commands but still i have set them for mod and up
     
  24. Offline

    Nuinbot

    HelpCenter doesn't work on my Bukkit either, same issue. I am running CraftBukkit build 472.
     
  25. Offline

    Moe041991

    CB 400, permissions 2.4, WG, iconomy4.1, iconomy chestshop

    Code:
    2011-03-01 19:36:41 [SEVERE] Could not pass event PLAYER_JOIN to Essentials
    java.lang.NullPointerException
    	at java.lang.String.replace(String.java:2219)
    	at com.earth2me.essentials.Essentials.getLines(Essentials.java:432)
    	at com.earth2me.essentials.Essentials.getMotd(Essentials.java:390)
    	at com.earth2me.essentials.EssentialsPlayerListener.onPlayerJoin(EssentialsPlayerListener.java:153)
    	at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:125)
    	at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    	at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:225)
    	at net.minecraft.server.ServerConfigurationManager.a(ServerConfigurationManager.java:98)
    	at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:87)
    	at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:27)
    	at net.minecraft.server.NetworkListenThread.a(SourceFile:87)
    	at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:357)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    2011-03-01 19:36:41 [INFO] Moe041991 [/84.133.5.53:61762] logged in with entity id 113
    2011-03-01 19:36:41 [SEVERE] Could not pass event PLAYER_JOIN to Essentials
    java.lang.NullPointerException
    	at java.lang.String.replace(String.java:2219)
    	at com.earth2me.essentials.Essentials.getLines(Essentials.java:432)
    	at com.earth2me.essentials.Essentials.getMotd(Essentials.java:390)
    	at com.earth2me.essentials.EssentialsPlayerListener.onPlayerJoin(EssentialsPlayerListener.java:153)
    	at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:125)
    	at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    	at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:225)
    	at net.minecraft.server.ServerConfigurationManager.a(ServerConfigurationManager.java:98)
    	at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:87)
    	at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:27)
    	at net.minecraft.server.NetworkListenThread.a(SourceFile:87)
    	at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:357)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    2011-03-01 19:36:41 [INFO] Daninator510 [/87.169.151.121:56305] logged in with entity id 115
    2011-03-01 19:36:41 [SEVERE] Could not pass event PLAYER_JOIN to Essentials
    java.lang.NullPointerException
    	at java.lang.String.replace(String.java:2219)
    	at com.earth2me.essentials.Essentials.getLines(Essentials.java:432)
    	at com.earth2me.essentials.Essentials.getMotd(Essentials.java:390)
    	at com.earth2me.essentials.EssentialsPlayerListener.onPlayerJoin(EssentialsPlayerListener.java:153)
    	at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:125)
    	at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    	at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:225)
    	at net.minecraft.server.ServerConfigurationManager.a(ServerConfigurationManager.java:98)
    	at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:87)
    	at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:27)
    	at net.minecraft.server.NetworkListenThread.a(SourceFile:87)
    	at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:357)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    2011-03-01 19:36:43 [INFO] xDice89 [/139.11.136.61:54260] logged in with entity id 150
    2011-03-01 19:36:43 [SEVERE] Could not pass event PLAYER_JOIN to Essentials
    java.lang.NullPointerException
    	at java.lang.String.replace(String.java:2219)
    	at com.earth2me.essentials.Essentials.getLines(Essentials.java:432)
    	at com.earth2me.essentials.Essentials.getMotd(Essentials.java:390)
    	at com.earth2me.essentials.EssentialsPlayerListener.onPlayerJoin(EssentialsPlayerListener.java:153)
    	at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:125)
    	at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    	at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:225)
    	at net.minecraft.server.ServerConfigurationManager.a(ServerConfigurationManager.java:98)
    	at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:87)
    	at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:27)
    	at net.minecraft.server.NetworkListenThread.a(SourceFile:87)
    	at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:357)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    2011-03-01 19:36:48 [INFO] Carodus [/91.62.10.59:63335] logged in with entity id 152
    2011-03-01 19:36:48 [SEVERE] Could not pass event PLAYER_JOIN to Essentials
    java.lang.NullPointerException
    	at java.lang.String.replace(String.java:2219)
    	at com.earth2me.essentials.Essentials.getLines(Essentials.java:432)
    	at com.earth2me.essentials.Essentials.getMotd(Essentials.java:390)
    	at com.earth2me.essentials.EssentialsPlayerListener.onPlayerJoin(EssentialsPlayerListener.java:153)
    	at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:125)
    	at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    	at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:225)
    	at net.minecraft.server.ServerConfigurationManager.a(ServerConfigurationManager.java:98)
    	at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:87)
    	at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:27)
    	at net.minecraft.server.NetworkListenThread.a(SourceFile:87)
    	at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:357)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    2011-03-01 19:37:02 [INFO] <§e[§eAdmin!§e] §fMoe041991§f> essentials
    2011-03-01 19:37:02 [INFO] Adlerjunge [/78.52.25.128:63411] logged in with entity id 154
    2011-03-01 19:37:02 [SEVERE] Could not pass event PLAYER_JOIN to Essentials
    java.lang.NullPointerException
    	at java.lang.String.replace(String.java:2219)
    	at com.earth2me.essentials.Essentials.getLines(Essentials.java:432)
    	at com.earth2me.essentials.Essentials.getMotd(Essentials.java:390)
    	at com.earth2me.essentials.EssentialsPlayerListener.onPlayerJoin(EssentialsPlayerListener.java:153)
    	at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:125)
    	at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    	at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:225)
    	at net.minecraft.server.ServerConfigurationManager.a(ServerConfigurationManager.java:98)
    	at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:87)
    	at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:27)
    	at net.minecraft.server.NetworkListenThread.a(SourceFile:87)
    	at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:357)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    2011-03-01 19:37:03 [INFO] CONSOLE: Forcing save..
    2011-03-01 19:37:03 [INFO] Saving chunks
    2011-03-01 19:37:03 [INFO] CONSOLE: Save complete.
    2011-03-01 19:37:03 [INFO] Unknown console command. Type "help" for help.
    2011-03-01 19:37:10 [INFO] <§4[§4TechOP§4] §fDaninator510§f> Davon abgesehen...
    2011-03-01 19:37:10 [INFO] Matze92 [/91.9.13.174:63877] logged in with entity id 161
    2011-03-01 19:37:10 [SEVERE] Could not pass event PLAYER_JOIN to Essentials
    java.lang.NullPointerException
    	at java.lang.String.replace(String.java:2219)
    	at com.earth2me.essentials.Essentials.getLines(Essentials.java:432)
    	at com.earth2me.essentials.Essentials.getMotd(Essentials.java:390)
    	at com.earth2me.essentials.EssentialsPlayerListener.onPlayerJoin(EssentialsPlayerListener.java:153)
    	at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:125)
    	at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    	at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:225)
    	at net.minecraft.server.ServerConfigurationManager.a(ServerConfigurationManager.java:98)
    	at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:87)
    	at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:27)
    	at net.minecraft.server.NetworkListenThread.a(SourceFile:87)
    	at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:357)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    2011-03-01 19:37:22 [INFO] Fori91 [/92.75.113.192:55002] logged in with entity id 202
    2011-03-01 19:37:22 [SEVERE] Could not pass event PLAYER_JOIN to Essentials
    java.lang.NullPointerException
    	at java.lang.String.replace(String.java:2219)
    	at com.earth2me.essentials.Essentials.getLines(Essentials.java:432)
    	at com.earth2me.essentials.Essentials.getMotd(Essentials.java:390)
    	at com.earth2me.essentials.EssentialsPlayerListener.onPlayerJoin(EssentialsPlayerListener.java:153)
    	at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:125)
    	at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    	at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:225)
    	at net.minecraft.server.ServerConfigurationManager.a(ServerConfigurationManager.java:98)
    	at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:87)
    	at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:27)
    	at net.minecraft.server.NetworkListenThread.a(SourceFile:87)
    	at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:357)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)

    still works fine, but got that after restart.
     
  26. Offline

    Senzuri

    Getting this error when loading the server:

    Code:
    [SEVERE] null (Is it up to date?)
    java.lang.NullPointerException
            at com.earth2me.essentials.protect.EssentialsProtect.loadSettings(EssentialsProtect.java:90)
            at com.earth2me.essentials.protect.EssentialsProtect.onEnable(EssentialsProtect.java:63)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:140)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:426)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:187)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:79)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:60)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:187)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:174)
            at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:120)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:227)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    
    Using CB 440 and Essentials 244.

    As a result none of the commands work. Help please!
     
  27. Offline

    Beatkidz

    Are you guys going to fix the Eco trade signs?
    If you did what build is it fixed in.
    this is very important if you want people using your Eco package.

    plus could you add Item based global Buy/Sell signs
    like 1 grass for 64 dirt so i don't have to fill trade signs
     
  28. Offline

    PrivateAlpha

    Please allow the adding of offline players?
     
  29. Offline

    closer9

    Same after updating to 244. Still using CB440.

    Edit: I lied. I was getting a different error. My Problem was my <username>.yml file had 'money: 0' in it. Removed that line and its working fine.
     
  30. Offline

    Insanehero

    I can't seem to get the build: true or the build: false to work :L anyone help me? :p
     
  31. Offline

    friesnadrink

    If you're using the groupmanager that comes with essentials, you'll need a 2nd mod that actually enforces build:true/build:false such as AntiGrief
     
Thread Status:
Not open for further replies.

Share This Page