Player poses

Published by OVONSAME on
Supported MCreator versions
2023.4
2024.1
2024.2
2024.3
2024.4
Tags / plugin type
Procedures
Player poses logo
Downloads:
3279
Upvotes: 44
About the plugin

This plugin add procedure for set player body and arms pose and rotate player model parts!

With this plugin you can call vanila Animations without external API's!

If you like this plugin or want to support me you can vote for it!

If you would like to be part of this project as a member of the team you may message me on Discord!

More procedures and triggers for poses with CAS

Procedures

Procedure example

Procedures:

  • set player pose.
  • get player pose.
  • set arm pose
  • copy model
  • get rotation
  • set rotation

Supports versions:

All versions that Mcreator supports, including plugins

Procedure result

License
All Rights Reserved

Plugin downloads
Player poses - Player poses.zip Uploaded on: 01/03/2025 - 15:18   File size: 76.45 KB

Comments

Hey uhh any update on the multiplayer incompatibility? Is it unfixable or is a solution being worked on?

I installed the plugin in MCreator 2024.4, but in the workspace settings, I don't see it. How can I make it appear?

How can i make a custom Pose on blockbench and then import it to mcreator for the plugin

So i tried to host the server with the mod with plugin, but it gave out an error, here it is, it may help with the problem:
§7java.lang.RuntimeException: Attempted to load class net/minecraft/client/model/HumanoidModel for invalid dist DEDICATED_SERVER

Will the dev update this plugin for 2024.4? I love this plugin and adding support for a newer version would be nice.

Will be support for Spectrall_ 1.16.5 generator from this developer? He is active update on each MCreator version.
Generator: https://mcreator.net/plugin/96320/minecraft-forge-1165-mods-generator

Great plugin!, though it seems to crash servers when using it for Forge 1.20.1.
I tested loading a new workspace with nothing in it while the plugin is installed (Version 1.9), still crashes the server.
Here's a crash report taken directly from my server: https://pastebin.com/kymk871D

I can’t get the body’s rotation, nothing shows up when I click on [No Entry selected]

Also the discord server link aint working

Does this work on servers aka does it syn the actions between servers and clients and also is it fully stand alone adding this to a mod will it work without a 3rd party mod.

Hello, I apologize in advance, I don't speak English well, so I will be using Google Translate, which may lead to errors. Is there a way to render only a specific player in the SPYGLASS pose?

the lines
"public static HumanoidModel {variablename} = new HumanoidModel();" and

"@SubscribeEvent
public static void onEventTriggered(RenderPlayerEvent.Pre event) {
execute(event, (Player) event.getEntityPlayer());
}"

return missing symbol errors when compiled on 2023.1 for forge 1.18.2, the error for the model variable says

"constructor HumanoidModel.HumanoidModel(ModelPart) is not applicable
(actual and formal argument lists differ in length)
constructor HumanoidModel.HumanoidModel(ModelPart,Function) is not applicable
(actual and formal argument lists differ in length)"

and the error for the onRenderPlayer function says

"symbol: method getEntityPlayer()
location: variable event of type Pre"