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

    Drakonas

    Someone on my server used the /spawn command, in the real world, and teleported to the Nether. They do not have the essentials.world permission. Is this a bug?
     
  3. Offline

    SpiiderPig

    Hello,

    i'm on Bukkit 293 and using the newest Essential Plugin, whenever i try to do /spawn the server saves chunks and is shutting down.

    The Server log also shows some strange thing:

    Code:
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:186)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:104)
    at net.minecraft.server.MinecraftServer.c(MinecraftServer.java:143)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:156)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:45)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:64)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:175)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:384)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:135)
    at org.bukkit.earth2me.essentials.Essentials.onEnable(Essentials.java:105)
    java.lang.NoSuchFieldError: PLAYER_RESPAWN
    SEVERE: PLAYER_RESPAWN (Is it up to date?)
    Feb 9, 2011 7:00:22 PM org.bukkit.craftbukkit.CraftServer loadPlugins 
    anyone got an idea how to fix that ?

    #edit
    The same thing happend as i try'd to set nether=true and using /world nether.
    Server got stopped and shutted down, i also couldnt found a Nether Folder on my server.
     
  4. Offline

    hyperch

    I can't even download the proper files:

    Code:
    minecraft@debi:~/bin/plugins/tmp$ wget http://earth2me.net:8001/repository/download/bt3/156:id/Essentials.zip
    --2011-02-09 18:24:25--  http://earth2me.net:8001/repository/download/bt3/156:id/Essentials.zip
    Resolving earth2me.net... 173.48.131.37
    Connecting to earth2me.net|173.48.131.37|:8001... connected.
    HTTP request sent, awaiting response... 302 Moved Temporarily
    Location: http://earth2me.net:8001/login.html [following]
    --2011-02-09 18:24:25--  http://earth2me.net:8001/login.html
    Connecting to earth2me.net|173.48.131.37|:8001... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 4385 (4.3K) [text/html]
    Saving to: `Essentials.zip'
    
    100%[=============================================================>] 4,385       --.-K/s   in 0.1s
    
    2011-02-09 18:24:26 (34.3 KB/s) - `Essentials.zip' saved [4385/4385]
    
    minecraft@debi:~/bin/plugins/tmp$ unzip Essentials.zip
    Archive:  Essentials.zip
      End-of-central-directory signature not found.  Either this file is not
      a zipfile, or it constitutes one disk of a multi-part archive.  In the
      latter case the central directory and zipfile comment will be found on
      the last disk(s) of this archive.
    unzip:  cannot find zipfile directory in one of Essentials.zip or
            Essentials.zip.zip, and cannot find Essentials.zip.ZIP, period.
    minecraft@debi:~/bin/plugins/tmp$ ls
    Essentials.zip
    minecraft@debi:~/bin/plugins/tmp$ rm Essentials.zip
    minecraft@debi:~/bin/plugins/tmp$ wget http://earth2me.net:8001/repository/downloadAll/bt3/156:id/artifacts.zip
    --2011-02-09 18:24:48--  http://earth2me.net:8001/repository/downloadAll/bt3/156:id/artifacts.zip
    Resolving earth2me.net... 173.48.131.37
    Connecting to earth2me.net|173.48.131.37|:8001... connected.
    HTTP request sent, awaiting response... 302 Moved Temporarily
    Location: http://earth2me.net:8001/login.html [following]
    --2011-02-09 18:24:48--  http://earth2me.net:8001/login.html
    Reusing existing connection to earth2me.net:8001.
    HTTP request sent, awaiting response... 200 OK
    Length: 4385 (4.3K) [text/html]
    Saving to: `artifacts.zip'
    
    100%[=============================================================>] 4,385       --.-K/s   in 0.1s
    
    2011-02-09 18:24:49 (32.5 KB/s) - `artifacts.zip' saved [4385/4385]
    
    minecraft@debi:~/bin/plugins/tmp$ ls
    artifacts.zip
    minecraft@debi:~/bin/plugins/tmp$ unzip artifacts.zip
    Archive:  artifacts.zip
      End-of-central-directory signature not found.  Either this file is not
      a zipfile, or it constitutes one disk of a multi-part archive.  In the
      latter case the central directory and zipfile comment will be found on
      the last disk(s) of this archive.
    unzip:  cannot find zipfile directory in one of artifacts.zip or
            artifacts.zip.zip, and cannot find artifacts.zip.ZIP, period.
    minecraft@debi:~/bin/plugins/tmp$
    
    
    Any chance of getting a direct download link?
     
  5. Offline

    Kelly Becker

    I tried that and it didnt stop it... mind you im not running the development version... the nether part of the plugin is in the essentials stable release from the results im getting.
     
  6. Offline

    mickael9

    I get this error with EssentialsHome (latest Release version)

    Code:
    SEVERE: com/earth2me/essentials/Resources (Is it up to date?)
    java.lang.NoClassDefFoundError: com/earth2me/essentials/Resources
            at com.earth2me.essentials.home.EssentialsHome.reload(EssentialsHome.java:113)
            at com.earth2me.essentials.home.EssentialsHome.onEnable(EssentialsHome.java:87)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:135)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:410)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:175)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:74)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:55)
            at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:193)
            at com.earth2me.essentials.commands.Commandreloadall.run(Commandreloadall.java:34)
            at com.earth2me.essentials.commands.EssentialsCommand.run(EssentialsCommand.java:53)
            at com.earth2me.essentials.Essentials.onCommand(Essentials.java:619)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:17)
            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:342)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:324)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:230)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    Caused by: java.lang.ClassNotFoundException: com.earth2me.essentials.Resources
            at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:30)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
            ... 18 more
    
    
     
  7. Offline

    Dreadreaver

    im seeing this too ..
     
  8. Offline

    mickael9

  9. Offline

    hyperch

    mickael9: thx... but that's not linked anymore on the TO....
     
  10. Offline

    SilverbladeNL

    Could someone tell me what changed recently? Seems like Essentials has had a complete overhaul and a bunch of extra functions have been added / seperate Essentials-plugins have been released?
     
  11. Offline

    TheYeti

    Bukkit build #289
    Essentials build #138
     
  12. Offline

    tremor

    Zenexer has gone great lengths it seems to accommodate other plugin developers, by breaking Essentials into pieces. This was done I think, in order to allow other plugins for things like warps, bans, help docs, etc... to be installed and used more easily with plugin vs. plugin conflicts. That's just my thought on that and I have to give some big thumbs up to Essentials for being so unselfish although, I think Essentials should just be The One Plugin To Rule Them All. :)

    On separate topic - so... a player must have Essentials.World to enter the Nether through a Nether Portal? Or are the portals just globally active now? If they must have Essentials.World to use a portal, anyway to disable using the /world command if I wanted to keep things 'earth' based on my server rather than command based?

    On another separate topic - The mail doesn't jive with Permissions Prefixes and the iChat plugin. Mail coming in gets read like ?f<?etremor?f>

    All in all.. keep up the good work.
     
  13. Offline

    gdscei

    To anyone whos having the class bug, WAIT!
    There are updates for everything except Essentials.jar. He has updated the source, so anyone with a new compiled version, please post!
     
  14. Offline

    KiithSomtaaw

    For people useing other nether plugins could you split the essentails nether gate's and related stuff into a seperate plugin aswell,
     
  15. Offline

    ghj290

    Sorry,

    CB 294
    Essentials 167
    ChatColors
    Essentials
    EssentialsBan
    EssentialsHelp
    EssentialsSpawn
    EssentialsWarp
    Permissions
    TravelPortals
    WorldEdit
    WorldGuard
     
  16. Offline

    anon

    Could you add a configuration where you choose if /modgpr obey or not inheritance?
    I know that this is a good thing, but there are cases where you just cant make it work right!

    On my server for example, I have a default group, then I have 4 groups that do not inherit each other, they are kind of same level groups, then mods, and then me admin.
    The problem is, those same levels groups arent inherited by anyone, as multiple inheritage is kind of buggy. If I list a group to inherit multiple other groups it wont work at all. So none of my mods, or even me can modify the group of those players already on those groups, or make any new player belong to that group.
     
  17. Offline

    BasBloem

    Ah, that has been changed!
    Thanks, but now I have a problem with the awesome Nether, when I go through a portal IN the nether it won't go back to the normal world and we need to use /spawn then. Will it be fixed? Or do I have to place a sign on the portal to instruct it or something?

    Great update!
     
  18. Offline

    MatCat

    Got the latest build, /help is working even though I made sure the command is not in the plugin.yml and is supposed to be disabled since I use mcdocs.
     
  19. Offline

    dafour

    Hmm my warps wont load :(

    I had to make a map EssentialsWarps and put the warps file from the previous versions .First it it was failed to locate warps folder.
    Now nothing comes up but it says i dont have any warps set.

    Its a huge list :(
     
  20. Offline

    Lewis

    When I try to delete warps it says Cannot delete that warp. However it does delete in the end if I repeat it numerous times.

    No idea why oO.
     
  21. Offline

    alfie fielder

    Ive updated to the latest build of craftbukkit and now none of the essentials commands work, could really use with some help and the live chat thing doesnt work for me either
     
  22. Offline

    Raek

    using this along with the latest CB build now there was floating tree branches everywhere along with random bits of all kinds of blocks just dotted about, not to mention random shadows in game and random boats spawning?

    Also randomly my users and myself would take dmg or set on fire?

    Could this be the start of a world corruption maybe?

    Using latest plugin along with latest CB build.
     
  23. Offline

    Aelux

    To just answer you all in one fell swoop.... Between the known bugs and constant feedback from users testing out the new Essentials format, we've got our hands full.... A new wiki is on its way which will explain (in great detail) how to set up Essentials and all of its counterparts.

    Right now we know of a LOT of issues, so the team is trying to get things fixed as fast as possible, but it takes time. On another note, if you have issues with running the latest release of Essentials, make sure you have CraftBukkit build 290 or greater. I would suggest sticking with CraftBukkit builds 290-295 because those seem to be the most stable with Essentials right now. The latest Essentials Release build is 176. Anything lower will not be supported at this point in time.

    We know about the /warp and /spawn, /setspawn issues. The multiworld buggy functionality is also on the to-do list for fixes. Please be patient.

    Thanks.
     
  24. Offline

    bdot

    Both of those are known issues. People say that it all started around CB271, however my testing has shown that this can happen to anybody who uses /world to go to the nether and then back, on any CB build that supports multiworld. The nether is still buggy right now.

    If anybody has gotten the random blocks / shadows / player damage using essentials with the nether disabled (meaning essentials never even created the nether folder) please speak up.
     
  25. Offline

    JoelNYC

    Great mod. Keep up the good work. I asked this the other day, but never got an answer.

    I've got /nick working for both chat and in the server logs. However names are NOT being changed over players' heads. They still have their Minecraft account names. Is this something that can be changed in a future release.

    Thanks!
     
  26. Offline

    Raek

    Thanks for the replys both of you, Aelux awesome post thanks for being so concise with your updates it's rare to see nowa days and its very helpful indeed.

    bdot: glad to hear its not just us, funny part about this is one of my users at the time was creating a ghost/western town, then all the random branches turned up and random blocks with loads of glowstones and of course the random damage, needless to say we left that area rather sharply and now he is looking for another location lol.

    But for the most part, I had loaded up all the Essentials without disabling nether as I wasn't to sure what was going on with it, it's disabled now, no random damage but the branch blocks and random blocks remain.

    But yeah thanks for the updates :D
     
  27. Offline

    mightyb

    Is there any way to tun off nether completely? Everything is messed up now. People were able to use portals to teleport there without /world permission. Now two worlds are blended together. It's complete mayhem. Some people can break obsidian with bare hands, others are stuck in nether, other stuck in rocks. All warps, spawns, homes and waypoints teleport you to random places in either nether or normal world. I just want this function off completely. Any ideas? Thank you!

    -edit-

    Also, is there a way to disable the 1/8 ratio between nether and real world? Our map is already way past 2GB. The last thing we need are people travelling in nether and then popping up in the middle of nowhere in normal world and stretching the map even more.
     
  28. Offline

    bdot

    To disable the nether completely:
    1) Delete the "nether" folder in your server's main directory
    2)Add the following to Essentials/config.yml
    Code:
    nether:
      enabled: false
    
    This will remove the nether and prevent essentials from generating / loading a new one.

    Unfortunately there is no reliable way to fix the random blocks / shadows on maps that have already been affected.

    My suggestion is to not use the nether at all until the bugs have been worked out...this is being worked on as we speak by the bukkit and essentials team.
     
    mightyb likes this.
  29. Offline

    Jm3

    Hello. Love the plugin. :D
    I am currently having an issue with my /warp that when i make a warp, it will allow me to warp there np, but when i type /warp it tells me 'ERROR: no warps defined'
    I run a private server for a few of my friends and we have set up quite the warplist. moving the list over isn't a problem as i'll just go to the location and reenter them. when i open plugins>Essentials>warps it does have the test warp i made and i presume that it reads it from there. I'm not sure what's done wrong and thanks for any help in advance :D

    Here's my console which should list builds and such:
    Code:
    2011-02-09 15:27:34 [INFO] Starting minecraft server version Beta 1.2_01
    2011-02-09 15:27:34 [INFO] Loading properties
    2011-02-09 15:27:34 [INFO] Starting Minecraft server on *:25565
    2011-02-09 15:27:34 [INFO] This server is running Craftbukkit version git-Bukkit
    -0.0.0-379-g5e434da-b293 (MC: 1.2_01)
    2011-02-09 15:27:34 [INFO] Preparing level "Cuboidana"
    2011-02-09 15:27:34 [INFO] Preparing start region
    2011-02-09 15:27:35 [INFO] Preparing spawn area: 16%
    2011-02-09 15:27:36 [INFO] Preparing spawn area: 57%
    2011-02-09 15:27:37 [INFO] [Permissions] version [2.0] (Handler) loaded
    2011-02-09 15:27:37 [INFO] Loaded Essentials build 174 by Zenexer, ementalo, Eri
    s, and EggRoll
    2011-02-09 15:27:37 [INFO] Loaded EssentialsBan bTeamCity by Zenexer, ementalo,
    Eris, and EggRoll
    2011-02-09 15:27:37 [INFO] Loaded EssentialsHelp b174 by Zenexer, ementalo, Eris
    , and EggRoll
    2011-02-09 15:27:37 [INFO] Loaded EssentialsHome b174 by Zenexer, ementalo, Eris
    , and EggRoll
    2011-02-09 15:27:37 [WARNING] Warps were not found in warps folder
    2011-02-09 15:27:37 [INFO] Loaded EssentialsWarp b174 by Zenexer, ementalo, Eris
    , and EggRoll
    2011-02-09 15:27:37 [INFO] Done! For help, type "help" or "?"
    
     
  30. Offline

    Aelux

    For "kicks and giggles", could you install Essentials build 175 for me?
     
  31. Offline

    bdot

    Help has been split into it's own JAR. Remove EssentialsHelp.jar from your plugins directory.
     
Thread Status:
Not open for further replies.

Share This Page