İbrahim B. Demirok

Results 3 comments of İbrahim B. Demirok

I know a month is passed. But, this can help to further viewers. [Docs](https://imperceptiblethoughts.com/shadow/configuration/#configuring-the-runtime-classpath) says: > Dependencies added to the shadow configuration are not bundled into the output JAR. When...

Can you send your current gradle files? Also, can you send picture of your "external libraries" files. E.G. ![image](https://user-images.githubusercontent.com/44327892/227680431-f4a7e02a-39be-4313-bca0-2933f584b8ec.png) Edit: Here's my current setup. I'm using kotlin dsl. build.gradle.kts ```...

An example how to create a npc & pool for bukkit can be found here: [NPC Pool creation](https://github.com/CloudNetService/CloudNet-v3/blob/nightly/modules/npcs/src/main/java/eu/cloudnetservice/modules/npc/platform/bukkit/BukkitPlatformNPCManagement.java#L63-L71), [NPC creation](https://github.com/CloudNetService/CloudNet-v3/blob/nightly/modules/npcs/src/main/java/eu/cloudnetservice/modules/npc/platform/bukkit/entity/NPCBukkitPlatformSelector.java#L75-L94), [NPC Event subscriptions](https://github.com/CloudNetService/CloudNet-v3/blob/nightly/modules/npcs/src/main/java/eu/cloudnetservice/modules/npc/platform/bukkit/listener/BukkitFunctionalityListener.java#L59-L62). And here is a kotlin scratch. Works...