Inactive [MECH] NaturalGiants v1.30 - Make Giants Spawn Naturally [1000]

Discussion in 'Inactive/Unsupported Plugins' started by Intelli, Apr 1, 2011.

     
  1. Offline

    Intelli

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    NaturalGiants - Make giants spawn naturally
    Version: v1.30

    As per the title, this plugin makes it so giants will spawn naturally along with other mobs.
    Giants are set to be more rare, and by default will only spawn 5% of the time compared to other mobs. This option, along with other options, can be changed within the configuration file. Giants additionally will only spawn in the dark / at night.

    Download:
    http://minerealm.com/plugins/naturalgiants/NaturalGiants.jar (1.30)

    Config Information: (Modified within NaturalGiants.properties)
    spawnrate - By default, set at 5%. This will make 5% of monsters spawned as giants. Maximum value is 100.
    health - How much health a giant has. By default set at 200.
    drop - What item giants drop upon being killed. By default set to drop 64 bones (item #352)
    fireattack - Determines if the giants deal a fire attack upon targeting a player. Set it to "0" to disable the attack.

    [IMG]

    Changelog:
    Version 1.3
    • Fixed entity tracking issues.
    Version 1.2
    • Private release.
    Version 1.1
    • Added configuration file, with the ability to configure the giants spawn rate, health, what items they drop, and if they deal a fire attack.
    Version 1.0
    • First release.
    Let me know if you have any questions, or find any problems.
    Enjoy!
    _Hamstern_, Jobsti, Undrtakr and 10 others like this.
  2.  
  3. Offline

    Reterg

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I'm not sure it does. When I had the plugin running, I was also running creaturebox. I had a little room made of cobble and a skeleton spawner inside. Every so often a giant would spawn from it and its legs would be inside the room but the rest of him on top of it. He couldn't move anywhere because he was stuck in the blocks.

    It was usually at this point when I would get the error that prevented me from logging back into the server, (if I exited the game). If a giant spawned out in the open, the error didn't happen. (I think).
  4. Offline

    Intelli

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Interesting. Something I'll definitely investigate.
  5. Offline

    Intelli

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I think I found the entity tracking issue! (Different from what was suggested above)

    Plugin has been updated. Feedback on testing is appreciated!
  6. Offline

    Sharpshovel

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I really love this! However I have a request (add-on) if you have enough time to do it!
    Would it be possible to set the spawn-rate to zero and make it possible for spawning of giants? eg. /spawngiant zombie. Also is it possible to find not only evil mobs but neutral mobs too? Like wolves and sheep? Thanks!! :)

    EDIT: Also is it possible for neutral giant mobs (eg. pigs) to attack you if you change the settings? That'd be cool. Thanks.
  7. Offline

    Reterg

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    So this is what is happening for me. I have include some screenshots and console errors (so sorry for the long post)
    I just installed NaturalGiants V1.30 and I am running CB733. I am not sure if this would be an issue for Natural Giants or Creaturebox. The console errors seem to point to Creaturebox but they only happen if I also have Natural Giants install. No creature box errors if I do not have Natural Giants.
    So here we go.

    On server start after installing Natural Giants 1.30. I get this (does not happen without Natural Giants)
    Code:
    2011-04-26 19:53:03 [WARNING] Task of 'creaturebox' generated an exception
    java.lang.IllegalStateException: Entity is already tracked!
        at net.minecraft.server.EntityTracker.a(EntityTracker.java:72)
        at net.minecraft.server.EntityTracker.a(EntityTracker.java:62)
        at net.minecraft.server.EntityTracker.a(EntityTracker.java:51)
        at net.minecraft.server.WorldManager.a(WorldManager.java:17)
        at net.minecraft.server.World.c(World.java:766)
        at net.minecraft.server.WorldServer.c(WorldServer.java:94)
        at net.minecraft.server.World.a(World.java:1798)
        at net.minecraft.server.Chunk.addEntities(Chunk.java:470)
        at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:75)
        at org.bukkit.craftbukkit.CraftWorld.getChunkAt(CraftWorld.java:92)
        at org.bukkit.craftbukkit.CraftWorld.getChunkAt(CraftWorld.java:454)
        at lodran.creaturebox.CB_Location.getChunk(CB_Location.java:80)
        at lodran.creaturebox.CB_Location.isChunkLoaded(CB_Location.java:74)
        at lodran.creaturebox.CB_Spawner.isChunkLoaded(CB_Spawner.java:252)
        at lodran.creaturebox.CreatureboxPlugin.run(CreatureboxPlugin.java:197)
        at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:128)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:358)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-04-26 19:53:0319:53:03 [WARNING] Task of 'creaturebox' generated an exception
    java.lang.IllegalStateException: Entity is already tracked!
        at net.minecraft.server.EntityTracker.a(EntityTracker.java:72)
        at net.minecraft.server.EntityTracker.a(EntityTracker.java:62)
        at net.minecraft.server.EntityTracker.a(EntityTracker.java:51)
        at net.minecraft.server.WorldManager.a(WorldManager.java:17)
        at net.minecraft.server.World.c(World.java:766)
        at net.minecraft.server.WorldServer.c(WorldServer.java:94)
        at net.minecraft.server.World.a(World.java:1798)
        at net.minecraft.server.Chunk.addEntities(Chunk.java:470)
        at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:75)
        at org.bukkit.craftbukkit.CraftWorld.getChunkAt(CraftWorld.java:92)
        at org.bukkit.craftbukkit.CraftWorld.getChunkAt(CraftWorld.java:454)
        at lodran.creaturebox.CB_Location.getChunk(CB_Location.java:80)
        at lodran.creaturebox.CB_Location.isChunkLoaded(CB_Location.java:74)
        at lodran.creaturebox.CB_Spawner.isChunkLoaded(CB_Spawner.java:252)
        at lodran.creaturebox.CreatureboxPlugin.run(CreatureboxPlugin.java:197)
        at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:128)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:358)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    I am able to log in fine, so I go to where my skeleton spawner was and I see this.
    Giants.png There are 3 giants here. The skeleton spawner is in the cobblestone box there. Notice how the giants are inside the blocks. I go over there and kill the giants and log out.

    I restart the server and when I try to login again, I can't. Client states an internal error. The server console says this
    Code:
     2011-04-26 19:58:23 [SEVERE] Could not pass event CREATURE_SPAWN to creaturebox
    java.lang.IllegalStateException: Entity is already tracked!
     at net.minecraft.server.EntityTracker.a(EntityTracker.java:72)
     at net.minecraft.server.EntityTracker.a(EntityTracker.java:62)
     at net.minecraft.server.EntityTracker.a(EntityTracker.java:51)
     at net.minecraft.server.WorldManager.a(WorldManager.java:17)
     at net.minecraft.server.World.c(World.java:766)
     at net.minecraft.server.WorldServer.c(WorldServer.java:94)
     at net.minecraft.server.World.a(World.java:1798)
     at net.minecraft.server.Chunk.addEntities(Chunk.java:470)
     at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:75)
     at org.bukkit.craftbukkit.CraftWorld.getChunkAt(CraftWorld.java:92)
     at org.bukkit.craftbukkit.CraftWorld.getBlockAt(CraftWorld.java:60)
     at org.bukkit.craftbukkit.CraftWorld.getBlockAt(CraftWorld.java:442)
     at org.bukkit.Location.getBlock(Location.java:73)
     at lodran.creaturebox.CB_EntityListener.onCreatureSpawn(CB_EntityListener.java:67)
     at org.bukkit.plugin.java.JavaPluginLoader$51.execute(JavaPluginLoader.java:516)
     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
     at org.bukkit.craftbukkit.event.CraftEventFactory.callCreatureSpawnEvent(CraftEventFactory.java:228)
     at net.minecraft.server.World.a(World.java:1790)
     at net.minecraft.server.Chunk.addEntities(Chunk.java:470)
     at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:75)
     at org.bukkit.craftbukkit.CraftWorld.getChunkAt(CraftWorld.java:92)
     at org.bukkit.craftbukkit.CraftWorld.getBlockAt(CraftWorld.java:60)
     at org.bukkit.craftbukkit.CraftWorld.getBlockAt(CraftWorld.java:442)
     at org.bukkit.Location.getBlock(Location.java:73)
     at lodran.creaturebox.CB_EntityListener.onCreatureSpawn(CB_EntityListener.java:67)
     at org.bukkit.plugin.java.JavaPluginLoader$51.execute(JavaPluginLoader.java:516)
     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
     at org.bukkit.craftbukkit.event.CraftEventFactory.callCreatureSpawnEvent(CraftEventFactory.java:228)
     at net.minecraft.server.World.a(World.java:1790)
     at net.minecraft.server.Chunk.addEntities(Chunk.java:470)
     at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:75)
     at org.bukkit.craftbukkit.CraftWorld.getChunkAt(CraftWorld.java:92)
     at org.bukkit.craftbukkit.CraftWorld.getBlockAt(CraftWorld.java:60)
     at org.bukkit.craftbukkit.CraftWorld.getBlockAt(CraftWorld.java:442)
     at org.bukkit.Location.getBlock(Location.java:73)
     at lodran.creaturebox.CB_EntityListener.onCreatureSpawn(CB_EntityListener.java:67)
     at org.bukkit.plugin.java.JavaPluginLoader$51.execute(JavaPluginLoader.java:516)
     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
     at org.bukkit.craftbukkit.event.CraftEventFactory.callCreatureSpawnEvent(CraftEventFactory.java:228)
     at net.minecraft.server.World.a(World.java:1790)
     at net.minecraft.server.Chunk.addEntities(Chunk.java:470)
     at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:75)
     at org.bukkit.craftbukkit.CraftWorld.getChunkAt(CraftWorld.java:92)
     at org.bukkit.craftbukkit.CraftWorld.getBlockAt(CraftWorld.java:60)
     at org.bukkit.craftbukkit.CraftWorld.getBlockAt(CraftWorld.java:442)
     at org.bukkit.Location.getBlock(Location.java:73)
     at lodran.creaturebox.CB_EntityListener.onCreatureSpawn(CB_EntityListener.java:67)
     at org.bukkit.plugin.java.JavaPluginLoader$51.execute(JavaPluginLoader.java:516)
     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
     at org.bukkit.craftbukkit.event.CraftEventFactory.callCreatureSpawnEvent(CraftEventFactory.java:228)
     at net.minecraft.server.World.a(World.java:1790)
     at net.minecraft.server.Chunk.addEntities(Chunk.java:470)
     at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:75)
     at org.bukkit.craftbukkit.CraftWorld.getChunkAt(CraftWorld.java:92)
     at org.bukkit.craftbukkit.CraftWorld.getBlockAt(CraftWorld.java:60)
     at org.bukkit.craftbukkit.CraftWorld.getBlockAt(CraftWorld.java:442)
     at org.bukkit.Location.getBlock(Location.java:73)
     at lodran.creaturebox.CB_EntityListener.onCreatureSpawn(CB_EntityListener.java:67)
     at org.bukkit.plugin.java.JavaPluginLoader$51.execute(JavaPluginLoader.java:516)
     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
     at org.bukkit.craftbukkit.event.CraftEventFactory.callCreatureSpawnEvent(CraftEventFactory.java:228)
     at net.minecraft.server.World.a(World.java:1790)
     at net.minecraft.server.Chunk.addEntities(Chunk.java:470)
     at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:75)
     at net.minecraft.server.PlayerInstance.<init>(PlayerInstance.java:33)
     at net.minecraft.server.PlayerManager.a(PlayerManager.java:37)
     at net.minecraft.server.PlayerManager.addPlayer(PlayerManager.java:76)
     at net.minecraft.server.ServerConfigurationManager.a(ServerConfigurationManager.java:102)
     at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:95)
     at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:74)
     at net.minecraft.server.Packet1Login.a(SourceFile:43)
     at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
     at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:40)
     at net.minecraft.server.NetworkListenThread.a(SourceFile:87)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-04-26 19:58:2319:58:23 [SEVERE] Could not pass event CREATURE_SPAWN to creaturebox
    java.lang.IllegalStateException: Entity is already tracked!
     at net.minecraft.server.EntityTracker.a(EntityTracker.java:72)
     at net.minecraft.server.EntityTracker.a(EntityTracker.java:62)
     at net.minecraft.server.EntityTracker.a(EntityTracker.java:51)
     at net.minecraft.server.WorldManager.a(WorldManager.java:17)
     at net.minecraft.server.World.c(World.java:766)
     at net.minecraft.server.WorldServer.c(WorldServer.java:94)
     at net.minecraft.server.World.a(World.java:1798)
     at net.minecraft.server.Chunk.addEntities(Chunk.java:470)
     at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:75)
     at org.bukkit.craftbukkit.CraftWorld.getChunkAt(CraftWorld.java:92)
     at org.bukkit.craftbukkit.CraftWorld.getBlockAt(CraftWorld.java:60)
     at org.bukkit.craftbukkit.CraftWorld.getBlockAt(CraftWorld.java:442)
     at org.bukkit.Location.getBlock(Location.java:73)
     at lodran.creaturebox.CB_EntityListener.onCreatureSpawn(CB_EntityListener.java:67)
     at org.bukkit.plugin.java.JavaPluginLoader$51.execute(JavaPluginLoader.java:516)
     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
     at org.bukkit.craftbukkit.event.CraftEventFactory.callCreatureSpawnEvent(CraftEventFactory.java:228)
     at net.minecraft.server.World.a(World.java:1790)
     at net.minecraft.server.Chunk.addEntities(Chunk.java:470)
     at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:75)
     at org.bukkit.craftbukkit.CraftWorld.getChunkAt(CraftWorld.java:92)
     at org.bukkit.craftbukkit.CraftWorld.getBlockAt(CraftWorld.java:60)
     at org.bukkit.craftbukkit.CraftWorld.getBlockAt(CraftWorld.java:442)
     at org.bukkit.Location.getBlock(Location.java:73)
     at lodran.creaturebox.CB_EntityListener.onCreatureSpawn(CB_EntityListener.java:67)
     at org.bukkit.plugin.java.JavaPluginLoader$51.execute(JavaPluginLoader.java:516)
     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
     at org.bukkit.craftbukkit.event.CraftEventFactory.callCreatureSpawnEvent(CraftEventFactory.java:228)
     at net.minecraft.server.World.a(World.java:1790)
     at net.minecraft.server.Chunk.addEntities(Chunk.java:470)
     at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:75)
     at org.bukkit.craftbukkit.CraftWorld.getChunkAt(CraftWorld.java:92)
     at org.bukkit.craftbukkit.CraftWorld.getBlockAt(CraftWorld.java:60)
     at org.bukkit.craftbukkit.CraftWorld.getBlockAt(CraftWorld.java:442)
     at org.bukkit.Location.getBlock(Location.java:73)
     at lodran.creaturebox.CB_EntityListener.onCreatureSpawn(CB_EntityListener.java:67)
     at org.bukkit.plugin.java.JavaPluginLoader$51.execute(JavaPluginLoader.java:516)
     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
     at org.bukkit.craftbukkit.event.CraftEventFactory.callCreatureSpawnEvent(CraftEventFactory.java:228)
     at net.minecraft.server.World.a(World.java:1790)
     at net.minecraft.server.Chunk.addEntities(Chunk.java:470)
     at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:75)
     at org.bukkit.craftbukkit.CraftWorld.getChunkAt(CraftWorld.java:92)
     at org.bukkit.craftbukkit.CraftWorld.getBlockAt(CraftWorld.java:60)
     at org.bukkit.craftbukkit.CraftWorld.getBlockAt(CraftWorld.java:442)
     at org.bukkit.Location.getBlock(Location.java:73)
     at lodran.creaturebox.CB_EntityListener.onCreatureSpawn(CB_EntityListener.java:67)
     at org.bukkit.plugin.java.JavaPluginLoader$51.execute(JavaPluginLoader.java:516)
     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
     at org.bukkit.craftbukkit.event.CraftEventFactory.callCreatureSpawnEvent(CraftEventFactory.java:228)
     at net.minecraft.server.World.a(World.java:1790)
     at net.minecraft.server.Chunk.addEntities(Chunk.java:470)
     at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:75)
     at org.bukkit.craftbukkit.CraftWorld.getChunkAt(CraftWorld.java:92)
     at org.bukkit.craftbukkit.CraftWorld.getBlockAt(CraftWorld.java:60)
     at org.bukkit.craftbukkit.CraftWorld.getBlockAt(CraftWorld.java:442)
     at org.bukkit.Location.getBlock(Location.java:73)
     at lodran.creaturebox.CB_EntityListener.onCreatureSpawn(CB_EntityListener.java:67)
     at org.bukkit.plugin.java.JavaPluginLoader$51.execute(JavaPluginLoader.java:516)
     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
     at org.bukkit.craftbukkit.event.CraftEventFactory.callCreatureSpawnEvent(CraftEventFactory.java:228)
     at net.minecraft.server.World.a(World.java:1790)
     at net.minecraft.server.Chunk.addEntities(Chunk.java:470)
     at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:75)
     at net.minecraft.server.PlayerInstance.<init>(PlayerInstance.java:33)
     at net.minecraft.server.PlayerManager.a(PlayerManager.java:37)
     at net.minecraft.server.PlayerManager.addPlayer(PlayerManager.java:76)
     at net.minecraft.server.ServerConfigurationManager.a(ServerConfigurationManager.java:102)
     at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:95)
     at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:74)
     at net.minecraft.server.Packet1Login.a(SourceFile:43)
     at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
     at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:40)
     at net.minecraft.server.NetworkListenThread.a(SourceFile:87)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-04-26 19:58:24 [INFO] Disconnecting Reterg [/127.0.0.1:60918]: Internal server error
    2011-04-26 19:58:2419:58:24 [INFO] Disconnecting Reterg [/127.0.0.1:60918]: Internal server error 
    So I remove Natural Giants and restart the server. Then I am able to log in again. I see this.
    Looks like the Giants might have clogged up the small area where the skeletons are spawning. There are heaps of skeletons spawing inside the box and there is not enough room so they also seem to be spawning outside. Keep in mind this doesn't happen without Natural Giants.
    Skeletons.png Quite a bit more giants there too.

    I teleport myself inside the box and kill off most of the skeletons in there.
    Feet.png Here you can see the Giant's feet and legs going trhough the roof of the box.

    I kill off the giants and restart the server. Now that Natural Giants is no longer installed, the creature box works fine and I get no errors.

    Perhaps if you are able to make sure that giants don't spawn from the spawners and only spawn on the world surface? I don't know, just my thoughts.
  8. Offline

    Reterg

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I might see what happens if I take out creaturebox for a while and leave natural giants in. Could be just that those plugins are not working well together.
  9. Online

    Zarius BukkitDev Staff

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Working in 733 :) Is it possible to allow two different items to drop? I want the giants to drop about 16 bones and a diamond (bones just don't feel like enough after battling one of these guys :))
  10. Offline

    Reterg

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Ok an update. I get this error still with Natural giants installed. and creature box not installed.

    Code:
    21:26:16 [WARNING] Failed to handle packet: java.lang.IllegalStateException: Entity is already tracked!
    java.lang.IllegalStateException: Entity is already tracked!
        at net.minecraft.server.EntityTracker.a(EntityTracker.java:72)
        at net.minecraft.server.EntityTracker.a(EntityTracker.java:62)
        at net.minecraft.server.EntityTracker.a(EntityTracker.java:51)
        at net.minecraft.server.WorldManager.a(WorldManager.java:17)
        at net.minecraft.server.World.c(World.java:766)
        at net.minecraft.server.WorldServer.c(WorldServer.java:94)
        at net.minecraft.server.World.a(World.java:1798)
        at net.minecraft.server.Chunk.addEntities(Chunk.java:470)
        at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:75)
        at net.minecraft.server.PlayerInstance.<init>(PlayerInstance.java:33)
        at net.minecraft.server.PlayerManager.a(PlayerManager.java:37)
        at net.minecraft.server.PlayerManager.movePlayer(PlayerManager.java:141)
        at net.minecraft.server.ServerConfigurationManager.b(ServerConfigurationManager.java:107)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:334)
        at net.minecraft.server.Packet10Flying.a(SourceFile:126)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    It boots me from the server, randomly, though I am able to log back in again. Error doesn't occur if I take Natural giants out and put creaturebox back in
  11. Offline

    John19800

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    i got both installed and i get errors and it restarts my server when some gets close to a giant
  12. Offline

    Rarrasdas

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    It was a little castle, So yes.
  13. Offline

    Aaronwebster

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
  14. Offline

    Intelli

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
  15. Offline

    wargod2007

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Hello there I liked your plugin and I use it as a Boss Mob in my server with great rewards.

    But some clever players tend to put water around the giant then kill it easily without even trying to dodge or use long range weapons. Can you at least make it attack explosive or make it spawn normal zombies around it at a certain time? :)
  16. Offline

    Reterg

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I had fire attack set to 0 in the config and still had the errors. However, No errors using the modified version yet.
  17. Offline

    Quickjelly

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I had the same problem as reterg, the entity-track-crash-thing. That seems to be resolved with the modified version. However, giants do no damage to me. They target me but simply walk up to me and stand there. Not much challenge in that ;) Is it the mod or is it some problem on my end?

    Awesome mod though, keep up the good work!

    EDIT: It seems I managed to get a giant to hit me, that was only after I pushed it around for a couple of minutes though. Most of the times they just stand next to you.
  18. Online

    Zarius BukkitDev Staff

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    @Intelli
    Is this possible?
    LlmDl likes this.
  19. Offline

    valdark

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    It is possible but not sure if this plugin is configured for it. If it is it would be... itemnumber,#of item;itemnumber2,#of item2

    At least that seems to be standard formatting with other drop plugins
  20. Offline

    DRayX

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I just use OtherBlocks to set the giant drops, and clear out the line in NaturalGiants.
  21. Offline

    DRayX

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Still get error with the modified versioin on craftbukkit 735.
  22. Offline

    kyle921

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I'm also still receiving the entity tracking error on CB 735 with NaturalGiants 1.3.
  23. Offline

    Aaronwebster

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
  24. Offline

    Reterg

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Yep, still getting the error too.
  25. Offline

    Fluff

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    The little children zombies would be awesome.

    Looking forward to using this plugin once the fire attack is resolved.
  26. Offline

    Parrothead

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I too love this plugin, but it causes occasional internal server errors (not a lot, but usually when someone connects), it generates a lot of lag, and sometimes they spawn in undesirable locations.

    I'd love to see it updated with fixes and a configurable fire attack range!
  27. Offline

    LSky

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    This plugin looks really promising. I hope the issues that other people bring up will be addressed so I can put it on my server!
  28. Offline

    FuzzeWuzze

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Oh man you mean its this mod thats causing the internal errors? Ive been having that crap happen lately and thought it was a bukkit error, or bigbrother or some other mod...thank god i came here looking for a random update...gonna have to remove it until thats fixed.
  29. Offline

    afmiller

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Can you make Giant Skellies and giant crepers?
  30. Offline

    Reterg

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    No. "Giant" is an actual mob type. Not giant zombie.
  31. Offline

    xizvyrious

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Awesome ideal ran the plugin for a few days now, a few problems... I get entity target errors still even though in the change log it says its fixed, I also noticed that the plugin somehow makes it difficult for players to login and boots them, maybe a conflict with other plugins? but also I tried to make it where the giants drop more than just bones (which i might add 5-6 stacks of bones is an issue...) and it doesnt work :( I love the plugin and will definitely put it back on my server once I find these issue are resolved! :)
  32. Online

    Zarius BukkitDev Staff

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I've been having the entity tracking problems too but hasn't been often enough to be a problem. I reduced the bones to 16 and use the OtherBlocks plugin to add an additional drop (1 diamond in my case - I also reducethe spawn chance to 1%).

    @Intelli Is it possible to reduce the chance to less than 1%? Still a bit to often for me - would like to drop it to something like 0.3%.

Share This Page