Giter VIP home page Giter VIP logo

mob-plugin's Introduction

Nukkit Mob Plugin

Development: kniffo80

MobPlugin is a plugin that implements the mob entities for MCPE including movement, aggression etc.

Notice

Welcome Github issue!

This plug-in is in development. Therefore, It is possible to function abnormally.

Credits

Credits go to Team-SW! They have a nice plugin already made. I used it and adapt it for 0.16.

Plugin Example configuration

Place this plugin jar file to your Nukkit's home directory "${NUKKIT_HOME}/plugin".

Example:

/usr/share/nukkit/plugins/MobPlugin-0.0.2-SNAPSHOT.jar

Then you have to create a folder in plugin folder with the name of the plugin and place the config.yml there ("${NUKKIT_HOME}/plugin/MobPlugin").

Example:

/usr/share/nukkit/plugins/MobPlugin/config.yml

When Nukkit Server starts up and the plugin is activated, the config.yml is read and evaluated by the plugin.

config.yml example

The following configuration sets mobs AI enabled and the auto spawn task will be triggered all 300 ticks. It's configured to spawn only wolfes:

entities:
  mob-ai: true
  auto-spawn-tick: 300
  worlds-spawn-disabled: 

max-spawns:
  bat: 0
  blaze: 0
  cave-spider: 0
  chicken: 0
  cow: 0
  creeper: 0
  donkey: 0
  enderman: 0
  ghast: 0
  horse: 0
  iron-golem: 0
  mooshroom: 0
  mule: 0
  ocelot: 0
  pig: 0
  pig-zombie: 0
  rabbit: 0
  silverfish: 0
  sheep: 0
  skeleton: 0
  skeleton-horse: 0
  snow-golem: 0
  spider: 0
  wolf: 1
  zombie: 0
  zombie-horse: 0
  zombie-villager: 0

mob-plugin's People

Contributors

kniffo80 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

mob-plugin's Issues

version 0.0.2

[ALERT] java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
at cn.nukkit.entity.Entity.createEntity(Entity.java:675)
at cn.nukkit.level.format.generic.BaseFullChunk.initChunk(BaseFullChunk.java:124)
at cn.nukkit.level.Level.loadChunk(Level.java:2586)
at cn.nukkit.level.Level.getChunk(Level.java:2289)
at cn.nukkit.level.Level.getChunk(Level.java:2282)
at cn.nukkit.level.Level.getChunkEntities(Level.java:2186)
at cn.nukkit.level.Level.getCollidingEntities(Level.java:2120)
at cn.nukkit.level.Level.getCollisionCubes(Level.java:1398)
at cn.nukkit.level.Level.getCollisionCubes(Level.java:1373)
at com.pikycz.novamobs.entities.BaseEntity.move(BaseEntity.java:416)
at com.pikycz.novamobs.entities.WalkingEntity.updateMove(WalkingEntity.java:183)
at com.pikycz.novamobs.entities.animal.WalkingAnimal.onUpdate(WalkingAnimal.java:97)
at cn.nukkit.level.Level.doTick(Level.java:803)
at cn.nukkit.Server.checkTickUpdates(Server.java:934)
at cn.nukkit.Server.tick(Server.java:1009)
at cn.nukkit.Server.tickProcessor(Server.java:801)
at cn.nukkit.Server.start(Server.java:780)
at cn.nukkit.Server.(Server.java:471)
at cn.nukkit.Nukkit.main(Nukkit.java:99)
Caused by: java.lang.NullPointerException
at com.pikycz.novamobs.entities.monster.walking.Zombie.(Zombie.java:25)
... 23 more
I get this error when I try to join the server. Stops anyone from using it.

MobPlugin-0.0.2-SNAPSHOT

2017-3-12 15:00:53 [ALERT] java.lang.NoClassDefFoundError: cn/nukkit/timings/Timings
at de.kniffo80.mobplugin.entities.monster.WalkingMonster.entityBaseTick(WalkingMonster.java:180)
at de.kniffo80.mobplugin.entities.monster.WalkingMonster.onUpdate(WalkingMonster.java:162)
at cn.nukkit.level.Level.doTick(Level.java:762)
at cn.nukkit.Server.checkTickUpdates(Server.java:937)
at cn.nukkit.Server.tick(Server.java:1012)
at cn.nukkit.Server.tickProcessor(Server.java:803)
at cn.nukkit.Server.start(Server.java:782)
at cn.nukkit.Server.(Server.java:467)
at cn.nukkit.Nukkit.main(Nukkit.java:68)
Caused by: java.lang.ClassNotFoundException: cn.nukkit.timings.Timings
at cn.nukkit.plugin.PluginClassLoader.findClass(PluginClassLoader.java:34)
at cn.nukkit.plugin.PluginClassLoader.findClass(PluginClassLoader.java:28)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 9 more

2017-3-12 15:00:53 [ALERT]
"threadDeathWatcher-3-1" Id=24 TIMED_WAITING
at java.lang.Thread.sleep(Native Method)
at io.netty.util.ThreadDeathWatcher$Watcher.run(ThreadDeathWatcher.java:150)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Unknown Source)

"nioEventLoopGroup-2-1" Id=23 RUNNABLE (in native)
at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(Unknown Source)
at sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(Unknown Source)
at sun.nio.ch.WindowsSelectorImpl.doSelect(Unknown Source)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
- locked io.netty.channel.nio.SelectedSelectionKeySet@6d7fc27
- locked java.util.Collections$UnmodifiableSet@45ac5f9b
- locked sun.nio.ch.WindowsSelectorImpl@135606db
at sun.nio.ch.SelectorImpl.select(Unknown Source)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:759)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:400)
...

"Nukkit Asynchronous Task Handler #6" Id=22 WAITING on java.util.concurrent.SynchronousQueue$TransferStack@518caac3
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.SynchronousQueue$TransferStack@518caac3
at java.util.concurrent.locks.LockSupport.park(Unknown Source)
at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(Unknown Source)
at java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source)
at java.util.concurrent.SynchronousQueue.take(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
...

"Nukkit Asynchronous Task Handler #5" Id=21 WAITING on java.util.concurrent.SynchronousQueue$TransferStack@518caac3
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.SynchronousQueue$TransferStack@518caac3
at java.util.concurrent.locks.LockSupport.park(Unknown Source)
at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(Unknown Source)
at java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source)
at java.util.concurrent.SynchronousQueue.take(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
...

"Nukkit Asynchronous Task Handler #4" Id=20 WAITING on java.util.concurrent.SynchronousQueue$TransferStack@518caac3
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.SynchronousQueue$TransferStack@518caac3
at java.util.concurrent.locks.LockSupport.park(Unknown Source)
at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(Unknown Source)
at java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source)
at java.util.concurrent.SynchronousQueue.take(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
...

"Nukkit Asynchronous Task Handler #2" Id=18 WAITING on java.util.concurrent.SynchronousQueue$TransferStack@518caac3
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.SynchronousQueue$TransferStack@518caac3
at java.util.concurrent.locks.LockSupport.park(Unknown Source)
at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(Unknown Source)
at java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source)
at java.util.concurrent.SynchronousQueue.take(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
...

"RakNet Thread #13" Id=13 TIMED_WAITING
at java.lang.Thread.sleep(Native Method)
at cn.nukkit.raknet.server.SessionManager.tickProcessor(SessionManager.java:96)
at cn.nukkit.raknet.server.SessionManager.run(SessionManager.java:70)
at cn.nukkit.raknet.server.SessionManager.(SessionManager.java:58)
at cn.nukkit.raknet.server.RakNetServer.run(RakNetServer.java:101)

"Console" Id=10 RUNNABLE (in native)
at org.fusesource.jansi.internal.Kernel32.ReadConsoleInputW(Native Method)
at org.fusesource.jansi.internal.Kernel32.readConsoleInputHelper(Kernel32.java:811)
at org.fusesource.jansi.internal.Kernel32.readConsoleKeyInput(Kernel32.java:842)
at org.fusesource.jansi.internal.WindowsSupport.readConsoleInput(WindowsSupport.java:97)
at jline.WindowsTerminal.readConsoleInput(WindowsTerminal.java:214)
at jline.WindowsTerminal.access$000(WindowsTerminal.java:54)
at jline.WindowsTerminal$1.read(WindowsTerminal.java:156)
at jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:166)
- locked jline.internal.NonBlockingInputStream@68034211
...

"NonBlockingInputStreamThread" Id=12 BLOCKED on jline.internal.NonBlockingInputStream@68034211 owned by "Console" Id=10
at jline.internal.NonBlockingInputStream.run(NonBlockingInputStream.java:267)
- blocked on jline.internal.NonBlockingInputStream@68034211
at java.lang.Thread.run(Unknown Source)

"Thread-0" Id=9 TIMED_WAITING on cn.nukkit.utils.MainLogger@4f74980d
at java.lang.Object.wait(Native Method)
- waiting on cn.nukkit.utils.MainLogger@4f74980d
at cn.nukkit.utils.MainLogger.flushBuffer(MainLogger.java:222)
at cn.nukkit.utils.MainLogger.run(MainLogger.java:213)

"Attach Listener" Id=5 RUNNABLE

"Signal Dispatcher" Id=4 RUNNABLE

"Finalizer" Id=3 WAITING on java.lang.ref.ReferenceQueue$Lock@6c372fe6
at java.lang.Object.wait(Native Method)
- waiting on java.lang.ref.ReferenceQueue$Lock@6c372fe6
at java.lang.ref.ReferenceQueue.remove(Unknown Source)
at java.lang.ref.ReferenceQueue.remove(Unknown Source)
at java.lang.ref.Finalizer$FinalizerThread.run(Unknown Source)

"Reference Handler" Id=2 WAITING on java.lang.ref.Reference$Lock@58594a11
at java.lang.Object.wait(Native Method)
- waiting on java.lang.ref.Reference$Lock@58594a11
at java.lang.Object.wait(Unknown Source)
at java.lang.ref.Reference.tryHandlePending(Unknown Source)
at java.lang.ref.Reference$ReferenceHandler.run(Unknown Source)

"main" Id=1 RUNNABLE
at sun.management.ThreadImpl.dumpThreads0(Native Method)
at sun.management.ThreadImpl.dumpAllThreads(Unknown Source)
at cn.nukkit.utils.Utils.getAllThreadDumps(Utils.java:110)
at cn.nukkit.Server.tickProcessor(Server.java:818)
at cn.nukkit.Server.start(Server.java:782)
at cn.nukkit.Server.(Server.java:467)
at cn.nukkit.Nukkit.main(Nukkit.java:68)

Server spits out exceptions randomly

2017-1-1 10:40:58 [CRITICAL] Could not tick level "world": java.lang.NullPointerException
2017-1-1 10:40:58 [ALERT] java.lang.NullPointerException
at de.kniffo80.mobplugin.entities.BaseEntity.getBlocksAround(BaseEntity.java:178)
at cn.nukkit.entity.Entity.checkBlockCollision(Entity.java:1427)
at de.kniffo80.mobplugin.entities.BaseEntity.entityBaseTick(BaseEntity.java:210)
at de.kniffo80.mobplugin.entities.animal.WalkingAnimal.entityBaseTick(WalkingAnimal.java:40)
at de.kniffo80.mobplugin.entities.animal.WalkingAnimal.onUpdate(WalkingAnimal.java:74)
at cn.nukkit.level.Level.doTick(Level.java:753)
at cn.nukkit.Server.checkTickUpdates(Server.java:920)
at cn.nukkit.Server.tick(Server.java:995)
at cn.nukkit.Server.tickProcessor(Server.java:791)
at cn.nukkit.Server.start(Server.java:770)
at cn.nukkit.Server.(Server.java:461)
at cn.nukkit.Nukkit.main(Nukkit.java:68)

2017-1-1 10:41:43 [CRITICAL] Could not tick level "world": java.lang.NullPointerException
2017-1-1 10:41:43 [ALERT] java.lang.NullPointerException
at cn.nukkit.level.Level.getCollisionCubes(Level.java:1310)
at cn.nukkit.level.Level.getCollisionCubes(Level.java:1293)
at de.kniffo80.mobplugin.entities.BaseEntity.move(BaseEntity.java:308)
at de.kniffo80.mobplugin.entities.monster.walking.Spider.onUpdate(Spider.java:87)
at cn.nukkit.level.Level.doTick(Level.java:753)
at cn.nukkit.Server.checkTickUpdates(Server.java:920)
at cn.nukkit.Server.tick(Server.java:995)
at cn.nukkit.Server.tickProcessor(Server.java:791)
at cn.nukkit.Server.start(Server.java:770)
at cn.nukkit.Server.(Server.java:461)
at cn.nukkit.Nukkit.main(Nukkit.java:68)

2017-1-1 10:44:53 [CRITICAL] Could not tick level "world": java.lang.IllegalStateException: Accept exceeded fixed size of 53
2017-1-1 10:44:53 [ALERT] java.lang.IllegalStateException: Accept exceeded fixed size of 53
at java.util.stream.Nodes$FixedNodeBuilder.accept(Nodes.java:1224)
at java.util.HashMap$ValueSpliterator.forEachRemaining(HashMap.java:1620)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:545)
at java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260)
at java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:438)
at cn.nukkit.level.Level.getEntities(Level.java:1977)
at de.kniffo80.mobplugin.entities.WalkingEntity.checkTarget(WalkingEntity.java:37)
at de.kniffo80.mobplugin.entities.WalkingEntity.updateMove(WalkingEntity.java:151)
at de.kniffo80.mobplugin.entities.animal.WalkingAnimal.onUpdate(WalkingAnimal.java:76)
at cn.nukkit.level.Level.doTick(Level.java:753)
at cn.nukkit.Server.checkTickUpdates(Server.java:920)
at cn.nukkit.Server.tick(Server.java:995)
at cn.nukkit.Server.tickProcessor(Server.java:791)
at cn.nukkit.Server.start(Server.java:770)
at cn.nukkit.Server.(Server.java:461)
at cn.nukkit.Nukkit.main(Nukkit.java:68)

Apollo? Implement request. New features?

  1. Hi @kniffo80 . I'm Owner of project "Apollo" , software MCPE in Java, fork of Nukkit.

I'm testing your plugin and is very ok and i want to implement in my project, Apollo.

I can implement, please? You can help me to implement :)

  1. Project: https://github.com/NycuRO/Apollo

Have support for Enchanting ,Brewing and Anvil and other epic features!
New changes in Level is coming soon! :)

  1. Features PHP to Java:

This project is fork of PureEntities in PHP. You can translate to java and implement to your plugin?

https://github.com/RevivalPMMP/PureEntitiesX

Crash with 0.0.2

15:41:52 [EMERGENCY] Exception happened while ticking server
15:41:52 [ALERT] java.lang.NoSuchMethodError: de.kniffo80.mobplugin.entities.monster.walking.Zombie.getHealth()I
at de.kniffo80.mobplugin.entities.monster.walking.Zombie.setHealth(Zombie.java:70)
at cn.nukkit.entity.Entity.attack(Entity.java:765)
at cn.nukkit.entity.EntityLiving.attack(EntityLiving.java:107)
at de.kniffo80.mobplugin.entities.BaseEntity.attack(BaseEntity.java:275)
at de.kniffo80.mobplugin.entities.BaseEntity.entityBaseTick(BaseEntity.java:228)
at de.kniffo80.mobplugin.entities.monster.WalkingMonster.entityBaseTick(WalkingMonster.java:182)
at de.kniffo80.mobplugin.entities.monster.walking.Zombie.entityBaseTick(Zombie.java:134)
at de.kniffo80.mobplugin.entities.monster.WalkingMonster.onUpdate(WalkingMonster.java:162)
at cn.nukkit.level.Level.doTick(Level.java:753)
at cn.nukkit.Server.checkTickUpdates(Server.java:924)
at cn.nukkit.Server.tick(Server.java:999)
at cn.nukkit.Server.tickProcessor(Server.java:791)
at cn.nukkit.Server.start(Server.java:770)
at cn.nukkit.Server.(Server.java:461)
at cn.nukkit.Nukkit.main(Nukkit.java:68)

Plugin halts server boot

When ever the plugin is active in the plugins folder it keeps the server from loading completely.

When the player joins the server, the console brushes the message

*********************CMD window cannot slide up, only this message
*********************Hope to solve this problem
***********************Thanks

at java.util.Formatter$FormatSpecifier.printInteger(Unknown Source)
at java.util.Formatter$FormatSpecifier.print(Unknown Source)
at java.util.Formatter.format(Unknown Source)
at java.util.Formatter.format(Unknown Source)
at java.lang.String.format(Unknown Source)
at de.kniffo80.mobplugin.entities.spawners.BatSpawner.spawn(BatSpawner.java:48)
at de.kniffo80.mobplugin.entities.autospawn.AbstractEntitySpawner.spawn(AbstractEntitySpawne
r.java:90)
at de.kniffo80.mobplugin.entities.autospawn.AbstractEntitySpawner.spawn(AbstractEntitySpawne
r.java:44)
at de.kniffo80.mobplugin.AutoSpawnTask.run(AutoSpawnTask.java:105)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Exception in thread "Nukkit Asynchronous Task Handler #23" java.util.IllegalFormatConversionExceptio
n: d != java.lang.Double
at java.util.Formatter$FormatSpecifier.failConversion(Unknown Source)
at java.util.Formatter$FormatSpecifier.printInteger(Unknown Source)
at java.util.Formatter$FormatSpecifier.print(Unknown Source)
at java.util.Formatter.format(Unknown Source)
at java.util.Formatter.format(Unknown Source)
at java.lang.String.format(Unknown Source)
at de.kniffo80.mobplugin.entities.spawners.BatSpawner.spawn(BatSpawner.java:48)
at de.kniffo80.mobplugin.entities.autospawn.AbstractEntitySpawner.spawn(AbstractEntitySpawne
r.java:90)
at de.kniffo80.mobplugin.entities.autospawn.AbstractEntitySpawner.spawn(AbstractEntitySpawne
r.java:44)
at de.kniffo80.mobplugin.AutoSpawnTask.run(AutoSpawnTask.java:105)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Exception in thread "Nukkit Asynchronous Task Handler #24" java.util.IllegalFormatConversionExceptio
n: d != java.lang.Double
at java.util.Formatter$FormatSpecifier.failConversion(Unknown Source)
at java.util.Formatter$FormatSpecifier.printInteger(Unknown Source)
at java.util.Formatter$FormatSpecifier.print(Unknown Source)
at java.util.Formatter.format(Unknown Source)
at java.util.Formatter.format(Unknown Source)
at java.lang.String.format(Unknown Source)
at de.kniffo80.mobplugin.entities.spawners.BatSpawner.spawn(BatSpawner.java:48)
at de.kniffo80.mobplugin.entities.autospawn.AbstractEntitySpawner.spawn(AbstractEntitySpawne
r.java:90)
at de.kniffo80.mobplugin.entities.autospawn.AbstractEntitySpawner.spawn(AbstractEntitySpawne
r.java:44)
at de.kniffo80.mobplugin.AutoSpawnTask.run(AutoSpawnTask.java:105)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Exception in thread "Nukkit Asynchronous Task Handler #25" java.util.IllegalFormatConversionExceptio
n: d != java.lang.Double
at java.util.Formatter$FormatSpecifier.failConversion(Unknown Source)
at java.util.Formatter$FormatSpecifier.printInteger(Unknown Source)
at java.util.Formatter$FormatSpecifier.print(Unknown Source)
at java.util.Formatter.format(Unknown Source)
at java.util.Formatter.format(Unknown Source)
at java.lang.String.format(Unknown Source)
at de.kniffo80.mobplugin.entities.spawners.BatSpawner.spawn(BatSpawner.java:48)
at de.kniffo80.mobplugin.entities.autospawn.AbstractEntitySpawner.spawn(AbstractEntitySpawne
r.java:90)
at de.kniffo80.mobplugin.entities.autospawn.AbstractEntitySpawner.spawn(AbstractEntitySpawne
r.java:44)
at de.kniffo80.mobplugin.AutoSpawnTask.run(AutoSpawnTask.java:105)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Exception in thread "Nukkit Asynchronous Task Handler #26" java.util.IllegalFormatConversionExceptio
n: d != java.lang.Double
at java.util.Formatter$FormatSpecifier.failConversion(Unknown Source)
at java.util.Formatter$FormatSpecifier.printInteger(Unknown Source)
at java.util.Formatter$FormatSpecifier.print(Unknown Source)
at java.util.Formatter.format(Unknown Source)
at java.util.Formatter.format(Unknown Source)
at java.lang.String.format(Unknown Source)
at de.kniffo80.mobplugin.entities.spawners.BatSpawner.spawn(BatSpawner.java:48)
at de.kniffo80.mobplugin.entities.autospawn.AbstractEntitySpawner.spawn(AbstractEntitySpawne
r.java:90)
at de.kniffo80.mobplugin.entities.autospawn.AbstractEntitySpawner.spawn(AbstractEntitySpawne
r.java:44)
at de.kniffo80.mobplugin.AutoSpawnTask.run(AutoSpawnTask.java:105)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Exception in thread "Nukkit Asynchronous Task Handler #27" java.util.IllegalFormatConversionExceptio
n: d != java.lang.Double
at java.util.Formatter$FormatSpecifier.failConversion(Unknown Source)
at java.util.Formatter$FormatSpecifier.printInteger(Unknown Source)
at java.util.Formatter$FormatSpecifier.print(Unknown Source)
at java.util.Formatter.format(Unknown Source)
at java.util.Formatter.format(Unknown Source)
at java.lang.String.format(Unknown Source)
at de.kniffo80.mobplugin.entities.spawners.BatSpawner.spawn(BatSpawner.java:48)
at de.kniffo80.mobplugin.entities.autospawn.AbstractEntitySpawner.spawn(AbstractEntitySpawne
r.java:90)
at de.kniffo80.mobplugin.entities.autospawn.AbstractEntitySpawner.spawn(AbstractEntitySpawne
r.java:44)
at de.kniffo80.mobplugin.AutoSpawnTask.run(AutoSpawnTask.java:105)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Exception in thread "Nukkit Asynchronous Task Handler #19" java.util.IllegalFormatConversionExceptio
n: d != java.lang.Double
at java.util.Formatter$FormatSpecifier.failConversion(Unknown Source)
at java.util.Formatter$FormatSpecifier.printInteger(Unknown Source)
at java.util.Formatter$FormatSpecifier.print(Unknown Source)
at java.util.Formatter.format(Unknown Source)
at java.util.Formatter.format(Unknown Source)
at java.lang.String.format(Unknown Source)
at de.kniffo80.mobplugin.entities.spawners.BatSpawner.spawn(BatSpawner.java:48)
at de.kniffo80.mobplugin.entities.autospawn.AbstractEntitySpawner.spawn(AbstractEntitySpawne
r.java:90)
at de.kniffo80.mobplugin.entities.autospawn.AbstractEntitySpawner.spawn(AbstractEntitySpawne
r.java:44)
at de.kniffo80.mobplugin.AutoSpawnTask.run(AutoSpawnTask.java:105)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.