ULTUX submitted a new resource: Stone Drop - The plugin makes mining stone way more fun! Read more about this resource...
ULTUX updated Stone Drop with a new update entry: Huge compatibility improvements (plugin now works on older minecraft versions as it was supposed to Read the rest of this update entry...
ULTUX updated Stone Drop with a new update entry: Small bug fixes Read the rest of this update entry...
Code (Java): 24.03 19:08:48 [Server] INFO [StoneDrop] Enabling StoneDrop v1.7.1 24.03 19:08:48 [Server] INFO [StoneDrop] Confing Loaded, Plugin enabled! 24.03 19:08:50 [Server] WARN [StoneDrop] Plugin StoneDrop v1.7.1 generated an exception while executing task 130041 24.03 19:08:50 [Server] INFO java.lang.NullPointerException: null 24.03 19:08:50 [Server] INFO at me.apisek12.plugin.PluginMain.lambda$onEnable$7(PluginMain.java:232) ~[?:?] 24.03 19:08:50 [Server] INFO at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftTask.run(CraftTask.java:84) ~[patched_1.15.2.jar:git-Paper-143] 24.03 19:08:50 [Server] INFO at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54) ~[patched_1.15.2.jar:git-Paper-143] 24.03 19:08:50 [Server] INFO at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[patched_1.15.2.jar:git-Paper-143] 24.03 19:08:50 [Server] INFO at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_144] 24.03 19:08:50 [Server] INFO at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_144] 24.03 19:08:50 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_144]
EXP is butchered, the default "3.0" EXP ended up leveling up our EXP insanity like a 1/3 EVERY stone mined! I am level 115 as a result and it would still do that! I hopefully been able to "disable" this by setting this to 0.0 instead but haven't tested this yet.
Also I don't know why but the console keep on being spammed with entries like this... Code (Text): [19:31:18 ERROR]: Could not pass event BlockBreakEvent to StoneDrop v1.7.1 java.lang.IllegalArgumentException: Material cannot be null at org.apache.commons.lang.Validate.notNull(Validate.java:192) ~[patched_1.15.2.jar:git-Paper-145] at org.bukkit.inventory.ItemStack.<init>(ItemStack.java:85) ~[patched_1.15.2.jar:git-Paper-145] at org.bukkit.inventory.ItemStack.<init>(ItemStack.java:73) ~[patched_1.15.2.jar:git-Paper-145] at org.bukkit.inventory.ItemStack.<init>(ItemStack.java:61) ~[patched_1.15.2.jar:git-Paper-145] at me.apisek12.plugin.MyEvents.blockBreak(MyEvents.java:203) ~[?:?] at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor60.execute(Unknown Source) ~[?:?] at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69) ~[patched_1.15.2.jar:git-Paper-145] at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[patched_1.15.2.jar:git-Paper-145] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.15.2.jar:git-Paper-145] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:607) ~[patched_1.15.2.jar:git-Paper-145] at net.minecraft.server.v1_15_R1.PlayerInteractManager.breakBlock(PlayerInteractManager.java:313) ~[patched_1.15.2.jar:git-Paper-145] at net.minecraft.server.v1_15_R1.PlayerInteractManager.a(PlayerInteractManager.java:272) ~[patched_1.15.2.jar:git-Paper-145] at net.minecraft.server.v1_15_R1.PlayerInteractManager.a(PlayerInteractManager.java:240) ~[patched_1.15.2.jar:git-Paper-145] at net.minecraft.server.v1_15_R1.PlayerConnection.a(PlayerConnection.java:1324) ~[patched_1.15.2.jar:git-Paper-145] at net.minecraft.server.v1_15_R1.PacketPlayInBlockDig.a(SourceFile:40) ~[patched_1.15.2.jar:git-Paper-145] at net.minecraft.server.v1_15_R1.PacketPlayInBlockDig.a(SourceFile:10) ~[patched_1.15.2.jar:git-Paper-145] at net.minecraft.server.v1_15_R1.PlayerConnectionUtils.lambda$ensureMainThread$0(PlayerConnectionUtils.java:23) ~[patched_1.15.2.jar:git-Paper-145] at net.minecraft.server.v1_15_R1.TickTask.run(SourceFile:18) ~[patched_1.15.2.jar:git-Paper-145] at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[patched_1.15.2.jar:git-Paper-145] at net.minecraft.server.v1_15_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[patched_1.15.2.jar:git-Paper-145] at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[patched_1.15.2.jar:git-Paper-145] at net.minecraft.server.v1_15_R1.MinecraftServer.ba(MinecraftServer.java:1038) ~[patched_1.15.2.jar:git-Paper-145] at net.minecraft.server.v1_15_R1.MinecraftServer.executeNext(MinecraftServer.java:1031) ~[patched_1.15.2.jar:git-Paper-145] at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[patched_1.15.2.jar:git-Paper-145] at net.minecraft.server.v1_15_R1.MinecraftServer.sleepForTick(MinecraftServer.java:1015) ~[patched_1.15.2.jar:git-Paper-145] at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:938) ~[patched_1.15.2.jar:git-Paper-145] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
Does anybody knows if there is a possibiliy to make bigger drop in limited time? Like 1hour 2x bigger drop from stone, or for exempel bigger drop at night? Do i have to make script for that?
how can i block drop from natural ores? plugin is great, but i need to block drop from ores spawned with map generator
ULTUX updated Stone Drop with a new update entry: GUI added, message customization and a lot more Read the rest of this update entry...
Sorry for not responding to your messages, I didn't even know that this discussion panel existed (I'm new to spigot).
You can disable ore drop in the config file. ` ore-drop: false` will do the trick. Also, you can check everything about config file on my wiki page.
ULTUX updated Stone Drop with a new update entry: New features and cosmetic changes! Read the rest of this update entry...
ULTUX updated Stone Drop with a new update entry: Bug and compatibility fixes Read the rest of this update entry...
ULTUX updated Stone Drop with a new update entry: You can now set exp to be dropped as exp orbs! Read the rest of this update entry...
I suggest adding the "Turbo Drop" function. It would work so that players with for example "stonedrop.turbo" permission would have, for example, 2 times greater drop than the default setting in the configuration.
ULTUX updated Stone Drop with a new update entry: New functionality added, bug fixes, compatibility improvements Read the rest of this update entry...
Hey! I seem to have an issue with randomly getting 20 sticks deposited into my inventory when i mine stone O_O same with getting an insane amount of xp for mining a single stone block! and, in my opinion, the diamond pickaxe drop needs tweaking. i have fortune 3 and i get a diamond pickaxe every like 5 blocks mined and it fills my inventory super quickly. Other than that, I totally love this!