o plugin ta bem Feito... so ocorreu um erro... para execultar alguns comandos...basicos... acho q devido a 1.20.4... e o plugin ta pra 1.19.2...se conseguir corrigir esse bug... ficarar pefeito
org.bukkit.command.CommandException: Unhandled exception executing command 'tr' in plugin LuckyTreasure v4.2
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[spigot-api-1.19.3-R0.1-SNAPSHOT.jar:?]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:149) ~[spigot-api-1.19.3-R0.1-SNAPSHOT.jar:?]
at org.bukkit.craftbukkit.v1_19_R2.CraftServer.dispatchCommand(CraftServer.java:847) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3645-Spigot-19641c7-7cd3244]
at org.bukkit.craftbukkit.v1_19_R2.command.BukkitCommandWrapper.run(BukkitCommandWrapper.java:50) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3645-Spigot-19641c7-7cd3244]
at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:264) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:?]
at net.minecraft.commands.CommandDispatcher.performCommand(CommandDispatcher.java:306) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3645-Spigot-19641c7-7cd3244]
at net.minecraft.commands.CommandDispatcher.a(CommandDispatcher.java:290) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3645-Spigot-19641c7-7cd3244]
at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:1957) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3645-Spigot-19641c7-7cd3244]
at net.minecraft.server.network.PlayerConnection.lambda$18(PlayerConnection.java:1919) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3645-Spigot-19641c7-7cd3244]
at net.minecraft.util.thread.IAsyncTaskHandler.b(SourceFile:67) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3645-Spigot-19641c7-7cd3244]
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
at net.minecraft.server.TickTask.run(SourceFile:18) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3645-Spigot-19641c7-7cd3244]
at net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:156) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3645-Spigot-19641c7-7cd3244]
at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3645-Spigot-19641c7-7cd3244]
at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1154) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3645-Spigot-19641c7-7cd3244]
at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:1) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3645-Spigot-19641c7-7cd3244]
at net.minecraft.util.thread.IAsyncTaskHandler.x(SourceFile:130) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3645-Spigot-19641c7-7cd3244]
at net.minecraft.server.MinecraftServer.bh(MinecraftServer.java:1133) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3645-Spigot-19641c7-7cd3244]
at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1126) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3645-Spigot-19641c7-7cd3244]
at net.minecraft.util.thread.IAsyncTaskHandler.c(SourceFile:139) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3645-Spigot-19641c7-7cd3244]
at net.minecraft.server.MinecraftServer.i_(MinecraftServer.java:1110) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3645-Spigot-19641c7-7cd3244]
at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1021) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3645-Spigot-19641c7-7cd3244]
at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:301) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3645-Spigot-19641c7-7cd3244]
at java.lang.Thread.run(Thread.java:1589) ~[?:?]
Caused by: java.lang.NoClassDefFoundError: org/bukkit/craftbukkit/v1_17_R1/CraftWorld
at me.lamma.luckytreasure.Utils.changeSkin(Utils.java:123) ~[?:?]
at me.lamma.luckytreasure.LuckyTreasure.setDirectTreasure(LuckyTreasure.java:327) ~[?:?]
at me.lamma.luckytreasure.commands.TR.onCommand(TR.java:908) ~[?:?]
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[spigot-api-1.19.3-R0.1-SNAPSHOT.jar:?]
... 23 more
Caused by: java.lang.ClassNotFoundException: org.bukkit.craftbukkit.v1_17_R1.CraftWorld
at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:147) ~[spigot-api-1.19.3-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:99) ~[spigot-api-1.19.3-R0.1-SNAPSHOT.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:521) ~[?:?]
at me.lamma.luckytreasure.Utils.changeSkin(Utils.java:123) ~[?:?]
at me.lamma.luckytreasure.LuckyTreasure.setDirectTreasure(LuckyTreasure.java:327) ~[?:?]
at me.lamma.luckytreasure.commands.TR.onCommand(TR.java:908) ~[?:?]
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[spigot-api-1.19.3-R0.1-SNAPSHOT.jar:?]
... 23 more
I dont recommend this plugin. The configs are a nightmare and the english translation makes it very hard to tell what does what. It did nothing but crash my server and waste hours of my time.
kinda buggy im having trouble with left click to open tressure setting, it worked the first time i clicked it then im not sure what changed but now nothing happens when i click it. Some of the text seems mistranslated so its difficult to understand what it means sometimes. One recommendation is to have a respect world border toggle.
[04:06:15 WARN]: [LuckyTreasure] Task #213769 for LuckyTreasure v4.192 generated an exception
java.lang.NullPointerException: null
ayudaa por que me sale esto
hola, tengo una duda, como hago para que en cierto tesoro al darle clic pueda hacer que de cierta cantidad de ítems, por que veo que por defecto da muchos ítems.
I personnaly enjoy this plugin because it's exactly what I was looking : head making loot chests. However if it possible to create a discord server to make plugin support/suggestion it would be cool. I have 2 things to report :
1 - If it possible to make head rotation on the floor, because it only aiming the north (north/east/west/south)
2 - On 1.17 (and perhaps others, when disabling particle it won't work)
[20:30:38 ERROR]: null
org.bukkit.command.CommandException: Unhandled exception executing command 'tr' in plugin LuckyTreasure v4.14
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[server.jar:git-Light-c317e0e]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:159) ~[server.jar:git-Light-c317e0e]
at org.bukkit.craftbukkit.v1_16_R3.CraftServer.dispatchCommand(CraftServer.java:831) ~[server.jar:git-Light-c317e0e]
at net.minecraft.server.v1_16_R3.PlayerConnection.handleCommand(PlayerConnection.java:2263) ~[server.jar:git-Light-c317e0e]
at net.minecraft.server.v1_16_R3.PlayerConnection.c(PlayerConnection.java:2078) ~[server.jar:git-Light-c317e0e]
at net.minecraft.server.v1_16_R3.PlayerConnection.a(PlayerConnection.java:2031) ~[server.jar:git-Light-c317e0e]
at net.minecraft.server.v1_16_R3.PacketPlayInChat.a(PacketPlayInChat.java:49) ~[server.jar:git-Light-c317e0e]
at net.minecraft.server.v1_16_R3.PacketPlayInChat.a(PacketPlayInChat.java:7) ~[server.jar:git-Light-c317e0e]
at net.minecraft.server.v1_16_R3.PlayerConnectionUtils.lambda$ensureMainThread$1(PlayerConnectionUtils.java:55) ~[server.jar:git-Light-c317e0e]
at net.minecraft.server.v1_16_R3.TickTask.run(SourceFile:18) ~[server.jar:git-Light-c317e0e]
at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[server.jar:git-Light-c317e0e]
at net.minecraft.server.v1_16_R3.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[server.jar:git-Light-c317e0e]
at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[server.jar:git-Light-c317e0e]
at net.minecraft.server.v1_16_R3.MinecraftServer.bb(MinecraftServer.java:1339) ~[server.jar:git-Light-c317e0e]
at net.minecraft.server.v1_16_R3.MinecraftServer.executeNext(MinecraftServer.java:1332) ~[server.jar:git-Light-c317e0e]
at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeAll(IAsyncTaskHandler.java:95) ~[server.jar:git-Light-c317e0e]
at net.minecraft.server.v1_16_R3.MinecraftServer.a(MinecraftServer.java:1469) ~[server.jar:git-Light-c317e0e]
at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1142) ~[server.jar:git-Light-c317e0e]
at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:296) ~[server.jar:git-Light-c317e0e]
at java.lang.Thread.run(Thread.java:831) [?:?]
Caused by: java.lang.NoClassDefFoundError: org/bukkit/craftbukkit/v1_17_R1/CraftWorld
at me.lamma.luckytreasure.Utils.changeSkin(Utils.java:123) ~[?:?]
at me.lamma.luckytreasure.LuckyTreasure.setTreasure(LuckyTreasure.java:594) ~[?:?]
at me.lamma.luckytreasure.commands.TR.onCommand(TR.java:946) ~[?:?]
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[server.jar:git-Light-c317e0e]
... 19 more
Caused by: java.lang.ClassNotFoundException: org.bukkit.craftbukkit.v1_17_R1.CraftWorld
at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:153) ~[server.jar:git-Light-c317e0e]
at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:114) ~[server.jar:git-Light-c317e0e]
at java.lang.ClassLoader.loadClass(ClassLoader.java:519) ~[?:?]
at me.lamma.luckytreasure.Utils.changeSkin(Utils.java:123) ~[?:?]
at me.lamma.luckytreasure.LuckyTreasure.setTreasure(LuckyTreasure.java:594) ~[?:?]
at me.lamma.luckytreasure.commands.TR.onCommand(TR.java:946) ~[?:?]
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[server.jar:git-Light-c317e0e]
... 19 more
-.-... dude your server core is not normal spigot or paper.
Try to use version X...
Version: 2.78
Good idea.
But when the default world is not "world" it crash and spam the console with errors (like 6 each second). Just send a "Not enabled in this world" when the config file is not configured.
You should add the help list of command when the player type /tr instead of nothing.
Thanks for the review! Yes, more features are coming!
Version: 1.6
Fantastic plugin that will surely entertain all the players on your server.... As for the developer, he is super friendly and helpful in troubleshooting as well as, very open to suggesting new features. I recommend it 100%