Cannot spawn Monster

Discussion in 'Plugin Development' started by vildaberper, Sep 30, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    vildaberper

    I get
    Code:
    00:25:07 [ALLVARLIG] java.lang.InstantiationException
    00:25:07 [ALLVARLIG]    at sun.reflect.InstantiationExceptionConstructorAccessorImpl.newInstance(InstantiationExceptionConstructorAccessorImpl.java:48)
    00:25:07 [ALLVARLIG]    at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
    00:25:07 [ALLVARLIG]    at net.minecraft.server.EntityTypes.a(SourceFile:67)
    00:25:07 [ALLVARLIG]    at org.bukkit.craftbukkit.CraftWorld.spawnCreature(CraftWorld.java:324)
    when I try to spawn Monsters (the creature Monster).
    Anyone else who experience this?

    It used to work with earlier builds (using 1185 atm).
     
  2. Offline

    undeadmach1ne

    its on leaky bukkit already. hopefully its fixed soon...
     
  3. Offline

    Orcem12

    @vildaberper
    What is your code? Because I think that error was fixed with latest build.
     
  4. Offline

    vildaberper

    Code:
    world.spawnCreature(location, creaturetype);
     
  5. Offline

    Orcem12

    @vildaberper
    Got the same error : / Guess it is still a bug.
     
  6. Offline

    user_43347

    The monster mob got removed in 1.8 and up.
     
  7. Offline

    Orcem12

    That's a bummer
     
  8. Offline

    vildaberper

    Wow, really?
    Monsters were really fun to play around with.
     
  9. Offline

    undeadmach1ne

    that sucks =\
     
Thread Status:
Not open for further replies.

Share This Page