I love you ! I've searched for days some tutorials for Kotlin in English
@LMC.AudiusParty2 жыл бұрын
same bruh
@ReMelon Жыл бұрын
This is so freaking true
@p-pizza2 жыл бұрын
thank you man this tutorial helped me a lot, you deserve more subs
@The_Vr_duo Жыл бұрын
OMG GREATEST TUTORIAL IVE EVER WATCHED
@hex8751 Жыл бұрын
Thank you for providing this awesome tutorial. I liked it even more when i saw you use Kotlin. :)
@debianerАй бұрын
what os are you using / how did you make it look like that?!!
@pignus2 жыл бұрын
Hey i got the same message "An internal error occurred while attempting to perform this command" and here is the rest from server console: [00:36:52 INFO]: pignus_ issued server command: /jump [00:36:52 ERROR]: null org.bukkit.command.CommandException: Unhandled exception executing command 'jump' in plugin Flight v1.0-SNAPSHOT at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[paper-api-1.19.2-R0.1-SNAPSHOT.jar:?] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:155) ~[paper-api-1.19.2-R0.1-SNAPSHOT.jar:?] at org.bukkit.craftbukkit.v1_19_R1.CraftServer.dispatchCommand(CraftServer.java:916) ~[paper-1.19.2.jar:git-Paper-271] at org.bukkit.craftbukkit.v1_19_R1.command.BukkitCommandWrapper.run(BukkitCommandWrapper.java:64) ~[paper-1.19.2.jar:git-Paper-271] at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:264) ~[paper-1.19.2.jar:?] at net.minecraft.commands.Commands.performCommand(Commands.java:305) ~[?:?] at net.minecraft.commands.Commands.performCommand(Commands.java:289) ~[?:?] at net.minecraft.server.network.ServerGamePacketListenerImpl.performChatCommand(ServerGamePacketListenerImpl.java:2294) ~[?:?] at net.minecraft.server.network.ServerGamePacketListenerImpl.lambda$handleChatCommand$20(ServerGamePacketListenerImpl.java:2248) ~[?:?] at net.minecraft.util.thread.BlockableEventLoop.lambda$submitAsync$0(BlockableEventLoop.java:59) ~[?:?] at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?] at net.minecraft.server.TickTask.run(TickTask.java:18) ~[paper-1.19.2.jar:git-Paper-271] at net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:153) ~[?:?] at net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24) ~[?:?] at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1341) ~[paper-1.19.2.jar:git-Paper-271] at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:185) ~[paper-1.19.2.jar:git-Paper-271] at net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:126) ~[?:?] at net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1318) ~[paper-1.19.2.jar:git-Paper-271] at net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1311) ~[paper-1.19.2.jar:git-Paper-271] at net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:136) ~[?:?] at net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1289) ~[paper-1.19.2.jar:git-Paper-271] at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1177) ~[paper-1.19.2.jar:git-Paper-271] at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:305) ~[paper-1.19.2.jar:git-Paper-271] at java.lang.Thread.run(Thread.java:833) ~[?:?] Caused by: java.lang.NoClassDefFoundError: kotlin/jvm/internal/Intrinsics at me.pignus.flight.commands.JumpCommand.onCommand(JumpCommand.kt) ~[Flight.jar:?] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[paper-api-1.19.2-R0.1-SNAPSHOT.jar:?] ... 23 more Caused by: java.lang.ClassNotFoundException: kotlin.jvm.internal.Intrinsics at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:177) ~[paper-api-1.19.2-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:124) ~[paper-api-1.19.2-R0.1-SNAPSHOT.jar:?] at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?] at me.pignus.flight.commands.JumpCommand.onCommand(JumpCommand.kt) ~[Flight.jar:?] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[paper-api-1.19.2-R0.1-SNAPSHOT.jar:?] ... 23 more
@pignus2 жыл бұрын
never mind fixed now
@itsaducklin2 жыл бұрын
@@pignus HOW DID YOU FIX IT ASDFJAS;LFDKJ;SALKFDSA
@pignus2 жыл бұрын
@@itsaducklin i set up the maven shade plugin
@nahbroT_T2 жыл бұрын
it just says "An internal error occurred while attempting to perform this command" can you please help?
@ominousdev2 жыл бұрын
If you go to the server console it should have a much larger version of the error. What does that say?
@nahbroT_T2 жыл бұрын
@@ominousdev wait I am not at home I will be back to check and I will tell you
@nahbroT_T2 жыл бұрын
@@ominousdev thx for trying to help I will come back shortly
@destroyermob2 жыл бұрын
@@ominousdev [23:54:51 ERROR]: null org.bukkit.command.CommandException: Unhandled exception executing command 'jump' in plugin ExtremeFlight v1.0-SNAPSHOT at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[spigot-api-1.19.2-R0.1-SNAPSHOT.jar:?] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:149) ~[spigot-api-1.19.2-R0.1-SNAPSHOT.jar:?] at org.bukkit.craftbukkit.v1_19_R1.CraftServer.dispatchCommand(CraftServer.java:833) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a] at org.bukkit.craftbukkit.v1_19_R1.command.BukkitCommandWrapper.run(BukkitCommandWrapper.java:50) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a] at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:264) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:?] at net.minecraft.commands.CommandDispatcher.performCommand(CommandDispatcher.java:298) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a] at net.minecraft.commands.CommandDispatcher.a(CommandDispatcher.java:282) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a] at net.minecraft.server.network.PlayerConnection.b(PlayerConnection.java:1949) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a] at net.minecraft.server.network.PlayerConnection.lambda$18(PlayerConnection.java:1914) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a] at net.minecraft.util.thread.IAsyncTaskHandler.b(SourceFile:68) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a] at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?] at net.minecraft.server.TickTask.run(SourceFile:18) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a] at net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:157) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a] at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a] at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1150) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a] at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:1) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a] at net.minecraft.util.thread.IAsyncTaskHandler.x(SourceFile:131) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a] at net.minecraft.server.MinecraftServer.bh(MinecraftServer.java:1129) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a] at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1122) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a] at net.minecraft.util.thread.IAsyncTaskHandler.c(SourceFile:140) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a] at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1106) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a] at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:1017) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a] at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:293) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a] at java.lang.Thread.run(Thread.java:833) [?:?] Caused by: java.lang.NoClassDefFoundError: kotlin/jvm/internal/Intrinsics at me.destroyermob.extremeflight.commands.JumpCommand.onCommand(JumpCommand.kt) ~[?:?] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[spigot-api-1.19.2-R0.1-SNAPSHOT.jar:?] ... 23 more Caused by: java.lang.ClassNotFoundException: kotlin.jvm.internal.Intrinsics at me.destroyermob.extremeflight.commands.JumpCommand.onCommand(JumpCommand.kt) ~[?:?] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[spigot-api-1.19.2-R0.1-SNAPSHOT.jar:?] ... 23 more
@RATE.LIMITED Жыл бұрын
@@destroyermob I'm getting the same error, have you found a solution ?
@joshungaming2 жыл бұрын
@Ominous Dev It asks if the plug in is up to date. The version is v1.0-SNAPSHOT...pls help
@ominousdev2 жыл бұрын
This is usually an error to due with starting the plugin. Look in onEnable() for any errors you might have.
@Deltatron Жыл бұрын
What program are you using for audio visualizer on your docks? Edit: that's a sick looking Desktop environment (bit too much for me)
@Haloxx Жыл бұрын
linux
@ariezennnn5822 Жыл бұрын
Unresolved reference: sender?
@deadfry42 Жыл бұрын
check the "onCommand" function in the new command class. it might have set p0 to command sender, so try setting "sender" to "p0"
@viannvanstaden14316 ай бұрын
Followed everything to the T but keep getting "unknown or incomplete command" ingame
@DanCashion5 ай бұрын
had an issue tonight where the paper-plugin.yml was set auto for me, so when i changed it to plugin.yml it worked(also be sure to make a description)
@Awesomeplayer985 ай бұрын
@@DanCashion Dude, thanks so FRICKIN MUCH!!!
@heyxmirko19662 жыл бұрын
how this can have only 500 views
@Empty6906 ай бұрын
Sender is marked red
@TheGameBoy9 Жыл бұрын
it dont work i say only red
@flamingfire0 Жыл бұрын
thanks
@gardenoregano Жыл бұрын
130 sub
@spa3c2 жыл бұрын
[19:17:29 INFO]: SpaceGG1 issued server command: /jump [19:17:29 ERROR]: null org.bukkit.command.CommandException: Unhandled exception executing command 'jump' in plugin Test v1.0-SNAPSHOT
@ominousdev2 жыл бұрын
This seems like you might have a registered your command incorrectly in the plugin.yml file. You may have forgotten to entirely or you may have used a different name (it is case-sensitive) than the one you registered your command with.
@fifefigter74032 жыл бұрын
it says "An internal error occurred while attempting to perform this command" can you help me with that?
@ominousdev2 жыл бұрын
This means you have an error in your code. Check the server console and it should give you a more detailed report.
@fifefigter74032 жыл бұрын
@@ominousdev it does but I don't know how to fix it it trows like a hundered logs