NPC Creation Error #45


  • New
  • Defect
Open
Assigned to _ForgeUser7479062
  • _ForgeUser9281201 created this issue Sep 1, 2013

    What steps will reproduce the problem?

    1. Starting the server
    2. Logging in
    3. Making sure I have all permissions to the server
    4. Going to the position I want the NPC to go
    5. Typing /dwdnpc create Brayx4
    6 Error happens and /dwdnpc [function] (arguments) comes up

    What is the expected output? What do you see instead?

    I expected an NPC character to show up when I type /dwdnpc create Brayx4 but instead, /dwdnpc [function] (arguments) shows up and no NPC is created.

    What version of the product are you using?

    v2.7.2

    Do you have an error log of what happened?

    [INFO] [DwDNPC] Enabling DwDNPC v2.7.2
    [INFO] [DwDNPC] Detected VanishNoPacket, enabling vanish support!
    [SEVERE] Error occurred while enabling DwDNPC v2.7.2 (Is it up to date?)
    java.lang.NoClassDefFoundError: net/minecraft/server/v1_4_R1/Entity
    >       at net.downwithdestruction.dwdnpc.DwDNPC.onEnable(DwDNPC.java:49)
    >       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:382)
    >       at org.bukkit.craftbukkit.v1_6_R2.CraftServer.loadPlugin(CraftServer.java:286)
    >       at org.bukkit.craftbukkit.v1_6_R2.CraftServer.enablePlugins(CraftServer.java:268)
    >       at org.bukkit.craftbukkit.v1_6_R2.CraftServer.reload(CraftServer.java:612)
    >       at org.bukkit.Bukkit.reload(Bukkit.java:275)
    >       at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:24)
    >       at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:192)
    >       at org.bukkit.craftbukkit.v1_6_R2.CraftServer.dispatchCommand(CraftServer.java:527)
    >       at org.bukkit.craftbukkit.v1_6_R2.CraftServer.dispatchServerCommand(CraftServer.java:516)
    >       at net.minecraft.server.v1_6_R2.DedicatedServer.ar(DedicatedServer.java:275)
    >       at net.minecraft.server.v1_6_R2.DedicatedServer.t(DedicatedServer.java:240)
    >       at net.minecraft.server.v1_6_R2.MinecraftServer.s(MinecraftServer.java:481)
    >       at net.minecraft.server.v1_6_R2.MinecraftServer.run(MinecraftServer.java:413)
    >       at net.minecraft.server.v1_6_R2.ThreadServerApplication.run(SourceFile:582)
    Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_4_R1.Entity
    >       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(ClassLoader.java:423)
    >       at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
    >       ... 17 more

    Please provide any additional information below.

    I'm running git-Spigot-1080 (MC: 1.6.2) (Implementing API version 1.6.2-R0.2-SNAPSHOT)

    Whenever I go to your Jenkins at http://jenkins.roguedraco.net/job/DwDNPC/ I get an error saying it cannot be found and such.

    I tried going into the config.yml and changing the coords to the position I want it in and that won't work either.

  • _ForgeUser9281201 added the tags New Defect Sep 1, 2013
  • BillyGalbreath posted a comment Sep 30, 2013

    This plugin was replaced by Pl3xNPC a looong time ago.


To post a comment, please login or register a new account.