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

    Aro2220.com

    Hello,

    Two questions:
    1. I noticed that the admins are allowed to use the nether portals but regular players can not. What is the correct permission setting to allow nether portal usage?

    2. Teleporting into the nether works fine but stepping back through the portal has a 99.9% chance of making the user fall through the world and die. Is there a fix?

    Thank you.
     
    baflgraf likes this.
  3. Offline

    zoobdo

    Hey guys i added most of the essentials plugins (not chat or help) and now for some reason no one takes damage in my server, i got rid of essentials godmode and it still didnt help but i figured out it has something to go with essentials protect. when i get rid of it people take damage. its not jsut fall damage lava damage and the stuff that is mentioned in project but even weapon damage, any help?
     
  4. Offline

    nat1192

    I have the same problem
     
  5. Offline

    Aro2220.com

    Try removing it and using WorldGuard instead.
     
  6. Offline

    blaize9

    Hmm i cant do /setspawn, /spawn, /sethome, /home also a few more and its a fresh install of only essentials and permissions. it was working just a few days ago
     
  7. Offline

    shrub

    Thanks for the suggestion.. Wiping out my old Essentials configs and letting the plugins recreate the new format, cleared up all my issues with the java.lang.Double issue.
     
  8. Offline

    Zaros

    I'm getting 'Could not pass event PLAYER_JOIN to Essentials' as well.

    I've tried deleting the config and I've tried removing all essential files.

    I get these errors when a player joins:

    Show Spoiler
    2011-03-03 00:27:42 [SEVERE] Could not pass event PLAYER_JOIN to Essentials
    java.lang.NoSuchMethodError: org.bukkit.entity.Player.getServer()Lorg/bukkit/Ser
    ver;
    at com.earth2me.essentials.User.<init>(User.java:56)
    at com.earth2me.essentials.User.get(User.java:81)
    at com.earth2me.essentials.User.get(User.java:74)
    at com.earth2me.essentials.EssentialsPlayerListener.onPlayerJoin(Essenti
    alsPlayerListener.java:145)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
    va:130)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:59)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:225)
    at net.minecraft.server.ServerConfigurationManager.a(ServerConfiguration
    Manager.java:96)
    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:338)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:252)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)


    I get this error when a player leaves:
    Show Spoiler
    2011-03-03 00:30:07 [SEVERE] Could not pass event PLAYER_QUIT to Essentials
    java.lang.NoSuchMethodError: org.bukkit.entity.Player.getServer()Lorg/bukkit/Ser
    ver;
    at com.earth2me.essentials.User.<init>(User.java:56)
    at com.earth2me.essentials.User.get(User.java:81)
    at com.earth2me.essentials.User.get(User.java:74)
    at com.earth2me.essentials.EssentialsPlayerListener.onPlayerQuit(Essenti
    alsPlayerListener.java:117)
    at org.bukkit.plugin.java.JavaPluginLoader$2.execute(JavaPluginLoader.ja
    va:135)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:59)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:225)
    at net.minecraft.server.ServerConfigurationManager.c(ServerConfiguration
    Manager.java:113)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:540)
    at net.minecraft.server.NetworkManager.a(SourceFile:234)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:70)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:338)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:252)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)


    List of my plugins:
    -AutoRepair
    -BorderGuardLite
    -CraftBook
    -Essentials
    -EssentialsGod
    -EssentialsHome
    -EssentialsTele
    -EssentialsWarp
    -HeroicRebuke
    -iChat
    -iConomy
    -iZone
    -MCDocs
    -Permissions
    -Towny
    -World edit

    If any more information is needed to help me, just ask. I been trying to fix it for a while T.T
     
  9. Offline

    ctshiner

    I cannot get the chest protection completely working. Here is a snippet from our config file:
    Code:
    # Protect various blocks.
      protect:
        # Protect all signs
        signs: true
    
        # Prevent users from destroying rails
        rails: true
    
        # Blocks below rails/signs are also protected if the respective rail/sign is protected.
        # This makes it more difficult to circumvent protection, and should be enabled.
        # This only has an effect if "rails" or "signs" is also enabled.
        block-below: true
    
       # Prevent placing blocks above protected rails, this is to stop a potential griefing
        prevent-block-on-rails: false
    Even with this set people are able to break the block under a sign, thereby breaking protection. If I right click the block I can see who owns it, so I know that part's working, but it's still breakable. Is there something else I need to have set?
     
  10. @ctshiner this is because Bukkit changed the way it handles damage types, I will fix this later
     
  11. Offline

    Alienware777

  12. Offline

    mudzereli

    CB #440
    Essentials 2.0B

    I have the EssentialsProtect.Jar in my plugins folder

    Essentials Config --
    pvp: true

    Server.Properties --
    pvp=false

    GroupManager --
    Fighter:
    default: false
    permissions: [essentials.protect.pvp]
    inheritance: [builder]
    info: {prefix: '&7[&cFIGHTER&7]&f', build: true, suffix: ''}

    Code:
        # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
        # They will be unable to attack users without that same permission node.
        pvp: true
    
    If I understood correctly, with this set up, players with that permission node should be able to fight eachother. Currently, They are unable to damage eachother. I've tried disabling all plugins except the essentials ones and it doesn't seem to help. Everything else works fine. No java errors or anything like that.

    Am I doing something wrong?
     
  13. Offline

    N3X15

    Whatever the hell the release build of Essentials is.
    CB#440. The only plugin that is not working is Essentials.

    Code:
    2011-03-03 19:11:45 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'who' in plugin Essentials v2.0.248
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:21)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:77)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:177)
        at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:638)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:601)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:595)
        at net.minecraft.server.Packet3Chat.a(SourceFile:24)
        at net.minecraft.server.NetworkManager.a(SourceFile:230)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:70)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:351)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:266)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.StackOverflowError
        at java.lang.Class.getComponentType(Native Method)
        at java.util.Arrays.copyOf(Arrays.java:2760)
        at java.util.ArrayList.toArray(ArrayList.java:305)
        at org.bukkit.plugin.SimplePluginManager.getPlugins(SimplePluginManager.java:154)
        at com.earth2me.essentials.Essentials.onCommand(Essentials.java:519)
        at com.earth2me.essentials.Essentials.onCommand(Essentials.java:535)
        at com.earth2me.essentials.Essentials.onCommand(Essentials.java:535)
        at com.earth2me.essentials.Essentials.onCommand(Essentials.java:535)
    Last line loops a few hundred times.

    Plugins:
    Code:
    $ ls -l *.jar
    -rw-r--r-- 1 minecraft minecraft 155897 Mar  3 11:26 BigBrother.jar
    -rwxr-xr-x 1 minecraft minecraft  25654 Feb 27 07:51 CraftBook.jar
    -rwxr-xr-x 1 minecraft minecraft   6841 Feb 27 07:51 CraftBookCircuits.jar
    -rwxr-xr-x 1 minecraft minecraft 143162 Feb 27 07:51 CraftBookMechanisms.jar
    -rwxr-xr-x 1 minecraft minecraft  56204 Jan 31 02:38 CraftIRC.jar
    -rw-r--r-- 1 minecraft minecraft  69729 Mar  1 18:48 DynamicMarket.jar
    -rw-r--r-- 1 minecraft minecraft 260103 Mar  3 10:24 Essentials.jar
    -rw-r--r-- 1 minecraft minecraft  34143 Mar  3 10:24 EssentialsBan.jar
    -rw-r--r-- 1 minecraft minecraft   5721 Mar  3 10:24 EssentialsChat.jar
    -rw-r--r-- 1 minecraft minecraft   6825 Mar  3 10:24 EssentialsHelp.jar
    -rw-r--r-- 1 minecraft minecraft  14824 Mar  3 10:24 EssentialsTele.jar
    -rw-r--r-- 1 minecraft minecraft 260103 Mar  3 10:24 EssentialsWarp.jar
    -rwxr-xr-x 1 minecraft minecraft  28487 Feb 28 20:55 Help.jar
    -rwxr-xr-x 1 minecraft minecraft  90998 Feb 28 19:33 LWC.jar
    -rwxr-xr-x 1 minecraft minecraft  31313 Feb 27 21:26 MinecartManiaAdminControls.jar
    -rwxr-xr-x 1 minecraft minecraft  15883 Feb 28 01:42 MinecartManiaAutocart.jar
    -rwxr-xr-x 1 minecraft minecraft  15073 Feb 27 21:26 MinecartManiaAutomations.jar
    -rwxr-xr-x 1 minecraft minecraft  31122 Feb 27 21:27 MinecartManiaChestControl.jar
    -rwxr-xr-x 1 minecraft minecraft 158991 Feb 28 01:40 MinecartManiaCore.jar
    -rwxr-xr-x 1 minecraft minecraft  96773 Feb 28 01:06 MinecartManiaSignCommands.jar
    -rwxr-xr-x 1 minecraft minecraft  34143 Feb 27 22:50 MinecartManiaStation.jar
    -rwxr-xr-x 1 minecraft minecraft  32227 Mar  1 08:28 Permissions.jar
    -rwxr-xr-x 1 minecraft minecraft  17884 Feb 25 04:31 SpawnControl.jar
    -rwxr-xr-x 1 minecraft minecraft 332458 Feb 27 07:43 WorldEdit.jar
    -rwxr-xr-x 1 minecraft minecraft 164343 Feb 23 19:25 WorldGuard.jar
    -rwxr-xr-x 1 minecraft minecraft  80708 Feb 24 08:52 dynmap.jar
    -rwxr-xr-x 1 minecraft minecraft  34159 Mar  2 01:30 iConomy.jar
    -rwxr-xr-x 1 minecraft minecraft   3697 Mar  2 13:24 iSee.jar
    
     
  14. Offline

    neonx

    Any way to prevent simple Moderators to kick the Superadmin? -.-
     
  15. Offline

    Tibs

    Code:
    git-Bukkit-0.0.0-458-g557f3d2-b440jnks (MC: 1.3)
    
    Essentials build 2.0.248
    
    EssentialsServerlist version 2.0.248
     
    [WARNING] Error communication with MCServerlist.
    java.io.IOException: Server returned HTTP response code: 500 for URL: http://mcserverlist.net/api/update
            at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1612)
            at net.mcserverlist.bukkit.McslPlayerListener$UpdateRunnable.update(McslPlayerListener.java:192)
            at net.mcserverlist.bukkit.McslPlayerListener$UpdateRunnable.run(McslPlayerListener.java:123)
            at java.lang.Thread.run(Thread.java:732)
     
  16. Offline

    CoZmicShReddeR

    Yeah my console is spamming same today Tibs maybe it's mcserverlist.net causing it unless they changed the protocol? I am using Bukkit 440 with the latest release build of Essentials pack
     
  17. Offline

    MBoffin

    Would you please consider hosting your downloads on a standard HTTP port? Not everyone has other ports open to them.
     
  18. Offline

    gilros

    I know it's probably pretty simple, but I CANNOT figure out how to create a new world. How do I do that?

    Thanks.
     
  19. Offline

    Toasty

    Honestly, I'd really like to see this plugin broken up further. The fact that the core plugin has so many commands, and that all the other Essentials plugins rely on it makes using some other plugins in tandem with Essentials almost impossible.

    For example, I only want the Location and Administration set of commands from the main jar, as well as Essentials Help and possibly Essentials Spawn as well. This is because I plan to use sk89q's CommandBook for other basic functions, MyHome and MyWarp for home and warp functions, WorldGuard for protection, HeroChat for communication, and MCBans for banning/kicking. Though I may use EssentialsTele as well since I can choose which commands to include in CommandBook (awesome idea sk89q).

    Breaking the main jar up into "EssentialsAdmin, EssentialsNav, EssentialsSocial, EssentialsBasic" or something, and then having the main jar function as the core with the only commands being /essentials /rel and /ping would be highly beneficial to modularity.

    Sure, you'll have more plugins to maintain, but this both fosters competition, and gives users more freedom. At the rate things are going, I'm feeling like simply looking for plugins to replace the commands that I planned on using Essentials for.

    Just something to think about I guess, but it would be highly appreciated.
     
  20. Offline

    dlwhdrlf

    /sethome and /home doesnt work for me.
    the console says "unknown command"

    none of the essential plugin is working except for groupmanager
     
  21. Offline

    prom3th3an

    Due to the way this plugin alters the /list command (a base command), it is incompatable with Multicraft, making it useless in enviroments such as GameServer hosts or where you fork.
     
  22. Offline

    relik0fages

    Go into root(main) folder of your Minecraft server files and look for server.properties.
    Look for "level-name=world" and replace 'world' with another name. save file
    then start your server up.
    This will create a new folder world with the name you chose.
    ---Will still have all plugins
     
  23. Offline

    THEK

    Nice plugin. Just 2 requests:

    1: Swap Give command round to /give ID QTY USERNAME
    2: Add colour to /who. Is there something I need to add for this? It shows colours on login but the command doesn't

    Thanks.
     
  24. Offline

    _Oni_

    Hi, I have not answer in Essential Warp thread, I try here :
     
  25. just place the hmod warps.txt into /plugins/Essentials and it will read
     
  26. Offline

    _Oni_

    Thanks, will try this later ;)
     
  27. Offline

    migulis

    using all essentials plugins and recommended craftbukkit build.
    When typing /spawn it gives this
    Code:
    2011-03-04 14:44:52 [INFO] ยง9[PLAYER_COMMAND] migulis: /spawn
    2011-03-04 14:44:52 [SEVERE] java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
    2011-03-04 14:44:52 [SEVERE]     at com.earth2me.essentials.User.getGroup(User.java:773)
    2011-03-04 14:44:52 [SEVERE]     at com.earth2me.essentials.User.respawn(User.java:783)
    2011-03-04 14:44:52 [SEVERE]     at com.earth2me.essentials.User.respawn(User.java:788)
    2011-03-04 14:44:52 [SEVERE]     at com.earth2me.essentials.spawn.Commandspawn.run(Commandspawn.java:21)
    2011-03-04 14:44:52 [SEVERE]     at com.earth2me.essentials.commands.EssentialsCommand.run(EssentialsCommand.java:42)
    2011-03-04 14:44:52 [SEVERE]     at com.earth2me.essentials.spawn.EssentialsSpawnWorker.onCommand(EssentialsSpawnWorker.java:48)
    2011-03-04 14:44:52 [SEVERE]     at com.earth2me.essentials.spawn.EssentialsSpawn.onCommand(EssentialsSpawn.java:47)
    2011-03-04 14:44:52 [SEVERE]     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:31)
    2011-03-04 14:44:52 [SEVERE]     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80)
    2011-03-04 14:44:52 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:183)
    2011-03-04 14:44:52 [SEVERE]     at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:619)
    2011-03-04 14:44:52 [SEVERE]     at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:582)
    2011-03-04 14:44:52 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:576)
    2011-03-04 14:44:52 [SEVERE]     at net.minecraft.server.Packet3Chat.a(SourceFile:24)
    2011-03-04 14:44:52 [SEVERE]     at net.minecraft.server.NetworkManager.a(SourceFile:230)
    2011-03-04 14:44:52 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    2011-03-04 14:44:52 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    2011-03-04 14:44:52 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:357)
    2011-03-04 14:44:52 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
    2011-03-04 14:44:52 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    2011-03-04 14:44:52 [SEVERE] Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.Permissions.Permissions
    2011-03-04 14:44:52 [SEVERE]     at java.net.URLClassLoader$1.run(Unknown Source)
    2011-03-04 14:44:52 [SEVERE]     at java.security.AccessController.doPrivileged(Native Method)
    2011-03-04 14:44:52 [SEVERE]     at java.net.URLClassLoader.findClass(Unknown Source)
    2011-03-04 14:44:52 [SEVERE]     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:30)
    2011-03-04 14:44:52 [SEVERE]     at java.lang.ClassLoader.loadClass(Unknown Source)
    2011-03-04 14:44:52 [SEVERE]     at java.lang.ClassLoader.loadClass(Unknown Source)
    2011-03-04 14:44:52 [SEVERE]     ... 20 more

    Edit: my other plugins are: BorderguardLite, Chatstamp, Craftbook, LWC, TimeAnnounce WorldEdit and WorldGuard
     
  28. Offline

    Normal

  29. Offline

    eagledude4

    I have a suggestion, if its possible. Load the chunk around the warp your warping to before you teleport. I'm kind of tired of warping to a far off location to have to wait there for 15 seconds for the world to load as Im stuck floating. I think loading chunks around the warp, then teleporting once they're loaded might solve this issue.
     
  30. Offline

    Pyroking

    Any way do make the Essentials Warp private? all the warps set on my server is public. I would like it to be only for the specific user who made the warp.
     
  31. Offline

    Xin_TiGeR

    the ideia of protected chest is nice, but could make it in order to not destroy the chest.. its a bit usefull if you have a chest locked but anybody can destroy it...
     
Thread Status:
Not open for further replies.

Share This Page