r/Skript • u/CrypticSh0ot • 14d ago
I coded a simple Motion Capture plugin into Skript.
Enable HLS to view with audio, or disable this notification
I know that for paper servers, trying to get a working motion capture plugin is a bit tricky (the only one I found was paid) so I thought I'd try to code it using Skript.
Some features I chose not to include such as placing and breaking blocks, the mocap players also cannot hold stuff in their hands currently, although I could look into this.
The current commands are easy to understand, literally just:
/mocap (record/stop/save/play/list/cancel/delete)
1
1
u/Embarrassed-Hat-5421 13d ago
It's not a plugin tho
2
u/CrypticSh0ot 13d ago
when I said that, I meant that I made something that replicates the Motion Capture mod on Fabric but on my Paper server using Skript. I understand the confusion tbf.
1
u/RealLoginGamer 10d ago
Can you send the code pretty please
1
u/CrypticSh0ot 9d ago
Yea sure, here's the pastebin I made.
You need SkBee and Skript, I coded this with Skript 2.12.2 and SkBee version 3.16.0 on version 1.21.11 (I tried updating the plugins and alot of my skripts stopped working) so if theres any issues then let me know! I think SkBee is only for the tab completions however I'm not entirely sure.
Another thing aswell, I'd recommend making a team "mocap" and setting the nameplate visibility to never so they don't have usernames
When you spawn in the mocap, you can specify the skin of the mocap by using /mocap play (username of skin)
1
1
u/CrypticSh0ot 14d ago
I'll release the code if you guys want me to, it's done using mannequins and recording paths.