Thank you for the review, i'm already working really hard on it.
Version: 3.1-beta
PaperSpigot 1.16.5 Pleases, fix and add support for orebfuscator plugin
[23:17:03] [Server thread/INFO]: [PosePlugin] Enabling PosePlugin v3.1-beta
[23:17:03] [Server thread/ERROR]: Error occurred while enabling PosePlugin v3.1-beta (Is it up to date?)
java.lang.NullPointerException: null
at ru.armagidon.poseplugin.plugin.command.PluginCommands.initCommands(PluginCommands.java:53) ~[?:?]
at ru.armagidon.poseplugin.PosePlugin.onEnable(PosePlugin.java:41) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.5.jar:git-Paper-675]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) ~[patched_1.16.5.jar:git-Paper-675]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.16.5.jar:git-Paper-675]
at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:501) ~[patched_1.16.5.jar:git-Paper-675]
at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:415) ~[patched_1.16.5.jar:git-Paper-675]
at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:592) ~[patched_1.16.5.jar:git-Paper-675]
at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:281) ~[patched_1.16.5.jar:git-Paper-675]
at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1066) ~[patched_1.16.5.jar:git-Paper-675]
at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:290) ~[patched_1.16.5.jar:git-Paper-675]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_291]
[23:17:03] [Server thread/INFO]: [PosePlugin] Disabling PosePlugin v3.1-beta
[23:17:03] [Server thread/ERROR]: Error occurred while disabling PosePlugin v3.1-beta (Is it up to date?)
java.lang.NullPointerException: null
at ru.armagidon.poseplugin.PosePlugin.onDisable(PosePlugin.java:48) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:265) ~[patched_1.16.5.jar:git-Paper-675]
at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:415) ~[patched_1.16.5.jar:git-Paper-675]
at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:516) ~[patched_1.16.5.jar:git-Paper-675]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:384) ~[patched_1.16.5.jar:git-Paper-675]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.16.5.jar:git-Paper-675]
at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:501) ~[patched_1.16.5.jar:git-Paper-675]
at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:415) ~[patched_1.16.5.jar:git-Paper-675]
at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:592) ~[patched_1.16.5.jar:git-Paper-675]
at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:281) ~[patched_1.16.5.jar:git-Paper-675]
at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1066) ~[patched_1.16.5.jar:git-Paper-675]
at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:290) ~[patched_1.16.5.jar:git-Paper-675]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_291]
Cool But i Have Some Issues With /crawl Command
Here Is The Proof
[14:25:43] [Server thread/WARN]: [PosePluginAPI] Task #124886 for PosePluginAPI v3.0-beta generated an exception
java.lang.NoSuchMethodError: 'boolean org.bukkit.block.Block.isSolid()'
at ru.armagidon.poseplugin.api.poses.swim.CrawlHandler.tick(CrawlHandler.java:98) ~[?:?]
at ru.armagidon.poseplugin.api.poses.swim.CrawlPose.tick(CrawlPose.java:68) ~[?:?]
at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?]
at ru.armagidon.poseplugin.api.ticking.TickingBundle$Bundle.lambda$new$0(TickingBundle.java:48) ~[?:?]
I love the plugin but I have this error in my server paper 1.16.3
at net.minecraft.server.v1_16_R2.EntityPlayer.damageEntity(EntityPlayer.java:838) ~[patched_1.16.3.jar:git-Paper-197]
at net.minecraft.server.v1_16_R2.EntityArrow.a(EntityArrow.java:333) ~[patched_1.16.3.jar:git-Paper-197]
at net.minecraft.server.v1_16_R2.IProjectile.a(IProjectile.java:125) ~[patched_1.16.3.jar:git-Paper-197]
at net.minecraft.server.v1_16_R2.EntityArrow.tick(EntityArrow.java:176) ~[patched_1.16.3.jar:git-Paper-197]
at net.minecraft.server.v1_16_R2.EntityTippedArrow.tick(EntityTippedArrow.java:92) ~[patched_1.16.3.jar:git-Paper-197]
at net.minecraft.server.v1_16_R2.WorldServer.entityJoinedWorld(WorldServer.java:841) ~[patched_1.16.3.jar:git-Paper-197]
at net.minecraft.server.v1_16_R2.World.a(World.java:893) ~[patched_1.16.3.jar:git-Paper-197]
at net.minecraft.server.v1_16_R2.WorldServer.doTick(WorldServer.java:526) ~[patched_1.16.3.jar:git-Paper-197]
at net.minecraft.server.v1_16_R2.MinecraftServer.b(MinecraftServer.java:1358) ~[patched_1.16.3.jar:git-Paper-197]
at net.minecraft.server.v1_16_R2.DedicatedServer.b(DedicatedServer.java:371) ~[patched_1.16.3.jar:git-Paper-197]
at net.minecraft.server.v1_16_R2.MinecraftServer.a(MinecraftServer.java:1211) ~[patched_1.16.3.jar:git-Paper-197]
at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:999) ~[patched_1.16.3.jar:git-Paper-197]
at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.3.jar:git-Paper-197]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
Thank's for the review! First of all, this log does not show any information about your problem, second of all, report your issues on github, link under the installation section of the overview.
Version: 2.0.1-beta-2-experimental
super plugin, the author always replies quickly and fixes bugs. May this plugin keep growing!
Good complement, very interesting.
Currently I'm getting an error, when I use the command /swim being with the animation set, I get several errors in the console
We currently use paper 1.16.4
SrKyle issued server command: /swim
[13:08:34] [Server thread/ERROR]: null
org.bukkit.command.CommandException: Unhandled exception executing command 'swim' in plugin PosePlugin v2.0-experimental
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[patched_1.16.4.jar:git-Paper-259]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:159) ~[patched_1.16.4.jar:git-Paper-259]
at org.bukkit.craftbukkit.v1_16_R3.CraftServer.dispatchCommand(CraftServer.java:802) ~[patched_1.16.4.jar:git-Paper-259]
at net.minecraft.server.v1_16_R3.PlayerConnection.handleCommand(PlayerConnection.java:2005) ~[patched_1.16.4.jar:git-Paper-259]
at net.minecraft.server.v1_16_R3.PlayerConnection.c(PlayerConnection.java:1816) ~[patched_1.16.4.jar:git-Paper-259]
at net.minecraft.server.v1_16_R3.PlayerConnection.a(PlayerConnection.java:1769) ~[patched_1.16.4.jar:git-Paper-259]
at net.minecraft.server.v1_16_R3.PacketPlayInChat.a(PacketPlayInChat.java:47) ~[patched_1.16.4.jar:git-Paper-259]
at net.minecraft.server.v1_16_R3.PacketPlayInChat.a(PacketPlayInChat.java:5) ~[patched_1.16.4.jar:git-Paper-259]
at net.minecraft.server.v1_16_R3.PlayerConnectionUtils.lambda$ensureMainThread$1(PlayerConnectionUtils.java:23) ~[patched_1.16.4.jar:git-Paper-259]
at net.minecraft.server.v1_16_R3.TickTask.run(SourceFile:18) ~[patched_1.16.4.jar:git-Paper-259]
at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[patched_1.16.4.jar:git-Paper-259]
at net.minecraft.server.v1_16_R3.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[patched_1.16.4.jar:git-Paper-259]
at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[patched_1.16.4.jar:git-Paper-259]
at net.minecraft.server.v1_16_R3.MinecraftServer.bb(MinecraftServer.java:1135) ~[patched_1.16.4.jar:git-Paper-259]
at net.minecraft.server.v1_16_R3.MinecraftServer.executeNext(MinecraftServer.java:1128) ~[patched_1.16.4.jar:git-Paper-259]
at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[patched_1.16.4.jar:git-Paper-259]
at net.minecraft.server.v1_16_R3.MinecraftServer.sleepForTick(MinecraftServer.java:1089) ~[patched_1.16.4.jar:git-Paper-259]
at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1003) ~[patched_1.16.4.jar:git-Paper-259]
at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.4.jar:git-Paper-259]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
Caused by: java.lang.IllegalArgumentException: This pose type is already in use.
at ru.armagidon.poseplugin.api.player.PosePluginPlayer.changePose(PosePluginPlayer.java:42) ~[?:?]
at ru.armagidon.poseplugin.plugin.command.SimpleCommands.execute(SimpleCommands.java:40) ~[?:?]
at ru.armagidon.poseplugin.plugin.command.PosePluginCommand.lambda$new$0(PosePluginCommand.java:27) ~[?:?]
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[patched_1.16.4.jar:git-Paper-259]
... 19 more
Very good complement, but when using the command /swim in the console these errors appear
We are currently using 1.16.4 in paper
SrKyle issued server command: /swim
[13:08:34] [Server thread/ERROR]: null
org.bukkit.command.CommandException: Unhandled exception executing command 'swim' in plugin PosePlugin v2.0-experimental
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[patched_1.16.4.jar:git-Paper-259]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:159) ~[patched_1.16.4.jar:git-Paper-259]
at org.bukkit.craftbukkit.v1_16_R3.CraftServer.dispatchCommand(CraftServer.java:802) ~[patched_1.16.4.jar:git-Paper-259]
at net.minecraft.server.v1_16_R3.PlayerConnection.handleCommand(PlayerConnection.java:2005) ~[patched_1.16.4.jar:git-Paper-259]
at net.minecraft.server.v1_16_R3.PlayerConnection.c(PlayerConnection.java:1816) ~[patched_1.16.4.jar:git-Paper-259]
at net.minecraft.server.v1_16_R3.PlayerConnection.a(PlayerConnection.java:1769) ~[patched_1.16.4.jar:git-Paper-259]
at net.minecraft.server.v1_16_R3.PacketPlayInChat.a(PacketPlayInChat.java:47) ~[patched_1.16.4.jar:git-Paper-259]
at net.minecraft.server.v1_16_R3.PacketPlayInChat.a(PacketPlayInChat.java:5) ~[patched_1.16.4.jar:git-Paper-259]
at net.minecraft.server.v1_16_R3.PlayerConnectionUtils.lambda$ensureMainThread$1(PlayerConnectionUtils.java:23) ~[patched_1.16.4.jar:git-Paper-259]
at net.minecraft.server.v1_16_R3.TickTask.run(SourceFile:18) ~[patched_1.16.4.jar:git-Paper-259]
at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[patched_1.16.4.jar:git-Paper-259]
at net.minecraft.server.v1_16_R3.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[patched_1.16.4.jar:git-Paper-259]
at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[patched_1.16.4.jar:git-Paper-259]
at net.minecraft.server.v1_16_R3.MinecraftServer.bb(MinecraftServer.java:1135) ~[patched_1.16.4.jar:git-Paper-259]
at net.minecraft.server.v1_16_R3.MinecraftServer.executeNext(MinecraftServer.java:1128) ~[patched_1.16.4.jar:git-Paper-259]
at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[patched_1.16.4.jar:git-Paper-259]
at net.minecraft.server.v1_16_R3.MinecraftServer.sleepForTick(MinecraftServer.java:1089) ~[patched_1.16.4.jar:git-Paper-259]
at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1003) ~[patched_1.16.4.jar:git-Paper-259]
at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.4.jar:git-Paper-259]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
Caused by: java.lang.IllegalArgumentException: This pose type is already in use.
at ru.armagidon.poseplugin.api.player.PosePluginPlayer.changePose(PosePluginPlayer.java:42) ~[?:?]
at ru.armagidon.poseplugin.plugin.command.SimpleCommands.execute(SimpleCommands.java:40) ~[?:?]
at ru.armagidon.poseplugin.plugin.command.PosePluginCommand.lambda$new$0(PosePluginCommand.java:27) ~[?:?]
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[patched_1.16.4.jar:git-Paper-259]
... 19 more
مرحبا إخوانه, هذا البرنامج المساعد هو الكمال! أنا استخدم هذا على خادمي العربية. والآن لدي ] 72 لاعبين! ولكن في كثير من الأحيان هذا البرنامج المساعد علة. أنا أصلح هذا وحدي
If you have an issue with plugin, report about it on github. Thanks for good review!)
Version: 1.8.2-experimental
Earlier I used old plugin that only allowed to sit, but now I found your plugin with a lot more cool poses! Thanks for your work. Sadly, experimental poses don't work properly for me - I'm using Minecraft 1.16.2 and my client says that resourcepack is outdated, so items in player's hand are displayed. Also I had a bug when player stood up, but the invisible entity stayed (sorry if it's already fixed, i was using version 1.7.3). I hope that you will keep on updating, so Java servers can have not less cool animations for free use than Bedrock :D
Everything is fine, but there is one problem, when players log in and write / l (password), the character lays down and does not accept authorization. You need to write / login (password) and not / l (password). "Alias /l" should not be "/ l"
/ swim when a player crawls, he can kill another player when he crawls under him. The player takes damage even when they are in the zone without pvp. Please correct / swim
Generally this plugin was made for 1.15.2 and i added 1.14.4 support. Maybe when i got around to move to ProtocolLib , maybe it will support more versions.) P.s. Thx for support guys, i'm sooo thankful. Nobody gave me some much support as you guys.
Version: 1.4
The plugin works great with the /sit command but with the other commands it's like the user said "tiplurka229", in my case I use the git-paper-239 version
I might do it, but i need to rewrite whole code for 1.12.2
Version: 1.3.2 pre2
Here is a video where you can really see that the plugin is buggy. YouTube:
https://vk.cc/asJnSf There is nothing in the console except the player entered the team or any errors or what.
[02:06:27 ERROR]: Could not pass event PlayerTeleportEvent to PosePlugin v1.2
java.lang.NullPointerException: null
at ru.armagidon.sit.Listener.onTeleport(Listener.java:41) ~[?:?]
at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor90.execute(Unknown Source) ~[?:?]
at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69) ~[patched_1.15.2.jar:git-Paper-4df3dad8]
at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[patched_1.15.2.jar:git-Paper-4df3dad8]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.15.2.jar:git-Paper-4df3dad8]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:559) ~[patched_1.15.2.jar:git-Paper-4df3dad8]
at org.bukkit.craftbukkit.v1_15_R1.entity.CraftPlayer.teleport(CraftPlayer.java:765) ~[patched_1.15.2.jar:git-Paper-4df3dad8]
at org.bukkit.craftbukkit.v1_15_R1.entity.CraftEntity.teleport(CraftEntity.java:491) ~[patched_1.15.2.jar:git-Paper-4df3dad8]
at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:262) ~[?:?]
at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:155) ~[?:?]
at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) ~[?:?]
at net.citizensnpcs.Citizens$3.run(Citizens.java:332) ~[?:?]
at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftTask.run(CraftTask.java:84) ~[patched_1.15.2.jar:git-Paper-4df3dad8]
at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:452) ~[patched_1.15.2.jar:git-Paper-4df3dad8]
at net.minecraft.server.v1_15_R1.MinecraftServer.b(MinecraftServer.java:1184) ~[patched_1.15.2.jar:git-Paper-4df3dad8]
at net.minecraft.server.v1_15_R1.DedicatedServer.b(DedicatedServer.java:430) ~[patched_1.15.2.jar:git-Paper-4df3dad8]
at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:1111) ~[patched_1.15.2.jar:git-Paper-4df3dad8]
at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:933) ~[patched_1.15.2.jar:git-Paper-4df3dad8]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_221]
Unbelievable! But there is one minus, let the players sit on any blocks without using the /sit command, but they could use the 2 mouse button it is more convenient!