• 0

    posted a message on Help with Heroes plugin?
    Hey all. I have searched far and wide, and I have come to the same conclusion. I have seen all the new heroes servers, and I am very confused as to how they got theirs to work. Now before I go in depth about the issue, I want to put out some background info.
    1. I have ran a full-creative server before, it was fun.
    2. I know how to install plugins and do perms.
    3. I have some common sense.

    (Keep in mind this is on bukkit)
    Ok, now we got that done. Here is some of the errors that come up in the console when trying to simply execute the /hero command.

    2013-01-30 16:57:07 [INFO] Starting minecraft server version 1.4.7
    2013-01-30 16:57:07 [INFO] Loading properties
    2013-01-30 16:57:07 [INFO] Default game type: SURVIVAL
    2013-01-30 16:57:07 [INFO] Generating keypair
    2013-01-30 16:57:07 [INFO] Starting Minecraft server on *:25565
    2013-01-30 16:57:08 [INFO] This server is running CraftBukkit version git-Bukkit-1.4.7-R0.1-b2602jnks (MC: 1.4.7) (Implementing API version 1.4.7-R0.1)
    2013-01-30 16:57:08 [INFO] [PermissionsEx] sql backend registered!
    2013-01-30 16:57:08 [INFO] [PermissionsEx] file backend registered!
    2013-01-30 16:57:08 [INFO] [PermissionsEx] PermissionEx plugin initialized.
    2013-01-30 16:57:08 [INFO] [Vault] Loading Vault v1.2.22-b277
    2013-01-30 16:57:08 [INFO] [PermissionsEx] Loading PermissionsEx v1.19.5
    2013-01-30 16:57:08 [INFO] [PermissionsEx] Initializing file backend
    2013-01-30 16:57:08 [INFO] Permissions file successfully reloaded
    2013-01-30 16:57:08 [INFO] [Modifyworld] Loading Modifyworld v1.19.4
    2013-01-30 16:57:08 [INFO] [Heroes] Loading Heroes v1.5.1-dev-b1666
    2013-01-30 16:57:08 [INFO] [ChatManager] Loading ChatManager v1.19.1
    2013-01-30 16:57:08 [INFO] [Vault] Enabling Vault v1.2.22-b277
    2013-01-30 16:57:08 [INFO] [Vault][Permission] PermissionsEx found: Waiting
    2013-01-30 16:57:08 [INFO] [Vault][Permission] SuperPermissions loaded as backup permission system.
    2013-01-30 16:57:08 [INFO] [Vault][Chat] PermissionsEx found: Waiting
    2013-01-30 16:57:08 [INFO] [Vault] Enabled Version 1.2.22-b277
    2013-01-30 16:57:08 [INFO] Preparing level "world"
    2013-01-30 16:57:08 [INFO] Preparing start region for level 0 (Seed: -8333277703202145093)
    2013-01-30 16:57:09 [INFO] ----- Bukkit Auto Updater -----
    2013-01-30 16:57:09 [INFO] It appears that you're running a Beta Build, when you've specified in bukkit.yml that you prefer to run Recommended Builds.
    2013-01-30 16:57:09 [INFO] If you would like to be kept informed about new Beta Build releases, it is recommended that you change 'preferred-channel' in your bukkit.yml to 'beta'.
    2013-01-30 16:57:09 [INFO] With that set, you will be told whenever a new version is available for download, so that you can always keep up to date and secure with the latest fixes.
    2013-01-30 16:57:09 [INFO] If you would like to disable this warning, simply set 'suggest-channels' to false in bukkit.yml.
    2013-01-30 16:57:09 [INFO] ----- ------------------- -----
    2013-01-30 16:57:09 [INFO] Preparing spawn area: 48%
    2013-01-30 16:57:10 [INFO] Preparing start region for level 1 (Seed: -8333277703202145093)
    2013-01-30 16:57:10 [INFO] Preparing spawn area: 61%
    2013-01-30 16:57:11 [INFO] Preparing start region for level 2 (Seed: -8333277703202145093)
    2013-01-30 16:57:11 [INFO] [PermissionsEx] Enabling PermissionsEx v1.19.5
    2013-01-30 16:57:11 [INFO] [PermissionsEx] Superperms support enabled.
    2013-01-30 16:57:11 [INFO] [PermissionsEx] v1.19.5 enabled
    2013-01-30 16:57:11 [INFO] [Vault][Permission] PermissionsEx hooked.
    2013-01-30 16:57:11 [INFO] [Vault][Chat] PermissionsEx_Chat hooked.
    2013-01-30 16:57:11 [INFO] [Modifyworld] Enabling Modifyworld v1.19.4
    2013-01-30 16:57:11 [INFO] [Modifyworld] Modifyworld enabled!
    2013-01-30 16:57:11 [INFO] [Heroes] Enabling Heroes v1.5.1-dev-b1666
    2013-01-30 16:57:11 [INFO] [Heroes] You are running Heroes on MC v1.4
    2013-01-30 16:57:11 [SEVERE] Error occurred while enabling Heroes v1.5.1-dev-b1666 (Is it up to date?)
    java.lang.NoClassDefFoundError: org/bukkit/craftbukkit/libs/org/objectweb/asm/commons/Remapper
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.access$100(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:80)
    at org.bukkit.plugin.java.JavaPluginLoader.getClassByName0(JavaPluginLoader.java:300)
    at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:76)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at com.herocraftonline.heroes.Heroes.onEnable(Heroes.java:197)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
    at org.bukkit.craftbukkit.v1_4_R1.CraftServer.loadPlugin(CraftServer.java:282)
    at org.bukkit.craftbukkit.v1_4_R1.CraftServer.enablePlugins(CraftServer.java:264)
    at net.minecraft.server.v1_4_R1.MinecraftServer.j(MinecraftServer.java:321)
    at net.minecraft.server.v1_4_R1.MinecraftServer.e(MinecraftServer.java:300)
    at net.minecraft.server.v1_4_R1.MinecraftServer.a(MinecraftServer.java:259)
    at net.minecraft.server.v1_4_R1.DedicatedServer.init(DedicatedServer.java:149)
    at net.minecraft.server.v1_4_R1.MinecraftServer.run(MinecraftServer.java:399)
    at net.minecraft.server.v1_4_R1.ThreadServerApplication.run(SourceFile:849)
    Caused by: java.lang.ClassNotFoundException: org.bukkit.craftbukkit.libs.org.objectweb.asm.commons.Remapper
    at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:70)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 27 more
    2013-01-30 16:57:12 [INFO] [ChatManager] Enabling ChatManager v1.19.1
    2013-01-30 16:57:12 [INFO] [ChatManager] ChatManager disabled. Check config.yml!
    2013-01-30 16:57:12 [INFO] [ChatManager] Disabling ChatManager v1.19.1
    2013-01-30 16:57:12 [INFO] [ChatManager] ChatManager disabled!
    2013-01-30 16:57:12 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2013-01-30 16:57:12 [INFO] Done (3.547s)! For help, type "help" or "?"
    2013-01-30 16:57:48 [INFO] Ace6697[/216.186.166.205:58506] logged in with entity id 171 at ([world] 246.5854852629375, 66.40739540236494, 61.585697441230906)
    2013-01-30 16:57:51 [INFO] Ace6697 issued server command: /pl
    2013-01-30 16:58:24 [INFO] Ace6697 issued server command: /gm
    2013-01-30 16:58:24 [WARNING] Ace6697 moved too quickly! -1.138759857225807,-5.0,-27.424953934276928 (1.138759857225807, 5.0, 27.424953934276928)
    2013-01-30 16:58:30 [INFO] Ace6697 issued server command: /gm
    2013-01-30 16:58:34 [INFO] Ace6697 issued server command: /heroes
    2013-01-30 16:58:34 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'heroes' in plugin Heroes v1.5.1-dev-b1666
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:186)
    at org.bukkit.craftbukkit.v1_4_R1.CraftServer.dispatchCommand(CraftServer.java:514)
    at net.minecraft.server.v1_4_R1.PlayerConnection.handleCommand(PlayerConnection.java:979)
    at net.minecraft.server.v1_4_R1.PlayerConnection.chat(PlayerConnection.java:897)
    at net.minecraft.server.v1_4_R1.PlayerConnection.a(PlayerConnection.java:852)
    at net.minecraft.server.v1_4_R1.Packet3Chat.handle(Packet3Chat.java:44)
    at net.minecraft.server.v1_4_R1.NetworkManager.b(NetworkManager.java:290)
    at net.minecraft.server.v1_4_R1.PlayerConnection.d(PlayerConnection.java:112)
    at net.minecraft.server.v1_4_R1.ServerConnection.b(SourceFile:39)
    at net.minecraft.server.v1_4_R1.DedicatedServerConnection.b(SourceFile:30)
    at net.minecraft.server.v1_4_R1.MinecraftServer.r(MinecraftServer.java:598)
    at net.minecraft.server.v1_4_R1.DedicatedServer.r(DedicatedServer.java:224)
    at net.minecraft.server.v1_4_R1.MinecraftServer.q(MinecraftServer.java:494)
    at net.minecraft.server.v1_4_R1.MinecraftServer.run(MinecraftServer.java:427)
    at net.minecraft.server.v1_4_R1.ThreadServerApplication.run(SourceFile:849)
    Caused by: java.lang.NullPointerException
    at com.herocraftonline.heroes.command.CommandHandler.getCmdFromIdent(CommandHandler.java:102)
    at com.herocraftonline.heroes.command.CommandHandler.dispatch(CommandHandler.java:51)
    at com.herocraftonline.heroes.Heroes.onCommand(Heroes.java:175)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
    ... 15 more


    I have gotten heroes to work with the libigot server, however I run into another issue. Any of the "skills" I have downloaded give errors when trying to use them, or they simply don't work.
    (with libigot)
    http://puu.sh/1V5iV

    The other issue I have is, when the skill (god forbid) actually works, it doesn't take down the correct mana.
    For example, I have downloaded a skillpack that included the skill "Enderbomb". What this does, is when you use the skill and have one Enderpearl on you, it throws it and does alot of damage, like TNT. Now when I first used it, it took down the correct amount of mana. Anytime after that though, it didn't use any mana, nor did it give any errors. I tested this without OP and without gamemode as well, same results.

    I would VERY MUCH appreciate it if any of you (Hero's) Server Owners could reply back, and point out my flaws. Somebody has to have done something right, because I can't even get it to work on native bukkit. Yes, I have downloaded the recent version of heroes from HERE and I have no idea why it isn't working.

    Thank you,
    Ace

    edit: Does anybody have a working (updated) skill template? I could work on some custom ones, as I have a little knowledge about java and bukkit.
    Posted in: Server Support and Administration
  • 0

    posted a message on This weird post acceptance thing and only certain amount of posts...
    Well when you first join this forum you can only make a certain amount of posts daily and they have to be accepted or something. I finally got enough accepted posts for that to go away, but man was it annoying. Are those posts manually checked or what? It really discouraged me from coming back to this website, although I have no Internet at my house so nothing else to do.
    Posted in: Forum Discussion & Info
  • 0

    posted a message on Coal Should Explode
    Well I am not going to flame you with a pointless phrase to get my post count up the members above me, first off. This is a unique idea, you should give him credit for that. While it might not really be realistic, does wheat grow in a day? Do cacti grow 3 meters in a day? I think those members were focused on the realism factor, rather than the unique and fun factor of the idea.
    Posted in: Suggestions
  • 0

    posted a message on Diamond ore and block retexture
    Well, like everybody else I do like the new block texture, but not the ore. It looks so different and strange, especially when compared to iron ore. The diamond block needs some depth, not just a flat appearing surface.
    Posted in: Suggestions
  • 0

    posted a message on JukeBox GUI
    This looks like a really good idea. With all the different functions of the redstone though, it makes it look more an more like a mod, rather than having a chance of being implemented into minecraft.
    Posted in: Suggestions
  • 0

    posted a message on Creepers: On very hard, they can try to reclaim land
    If they made this, it would truly make the game much harder. You would actually have to think about how and where you build, rather than doing what you want.
    Posted in: Suggestions
  • 0

    posted a message on Game mode: PvP
    Like some previous posters, I am not sure if this would really fit the "theme" of minecraft. This would make an excellent private plugin for a server though, those events sound fun.
    Posted in: Suggestions
  • 0

    posted a message on WIP [16x] FishFurir
    I also think the gold ore is out of place with the other ores. You should make it crystal like, to match the others. Also cool idea with the wooden planks.
    Posted in: Resource Pack Discussion
  • 0

    posted a message on A word about texturepacks
    That was a great read. I Am making my first texture pack, and it's a really simple one. Basically just to get everything one color, like planks not all different shades of brown. Some of those myths are quite humerous, while some of them seem quite true. Over two days I have spent 6 hours, and man making them sure is tiring.
    Quote from Balduran

    Myth: It is ok to put vanilla minecraft on adf,ly

    Seriously, i keep seeing this recently. People editing 5 textures at best and smacking it on adf.ly


    Now that's just sad. The only way to actually make money from adf.ly would be to have tens of thousands of irws daily, and a few hundred will earn you maybe 10 cents.
    Posted in: Resource Pack Discussion
  • 0

    posted a message on Be the last poster to win!
    I don't even understand what you guys are taking about. Anywase, I still win.
    Posted in: Forum Games
  • 0

    posted a message on Be the last poster to win!
    Quote from Snivy

    All done, sir! so...um...are the pigs supposed to fly like that? nooooo!! they're bombing the town with creepers!!

    What are you guys on about? Anywase, I am still the winner.
    Posted in: Forum Games
  • 0

    posted a message on Be the last poster to win!
    Nope I am the winner. I will keep posting until I win.
    Posted in: Forum Games
  • 0

    posted a message on Introductions & Leavings
    My name is Ace6697 and I am 15. I have browsed this site many times, and I decided it was time to make an account.
    Posted in: General Off Topic
  • To post a comment, please .