Speedgot
Spigot Animation Libary
-----
Easy to use NMS Animation Libary for Players and EntityPlayers (NPCs)
Download Now
10.6 KB .jar
Overview
Updates (
--
)
Reviews (
---
)
Version History
Discussion
ANIMATIONLIBARY
by Intyaa(BackdoorIncorp)
Use:
With this Libary you can send Easy Animation Packets to any Players or NPC.
Supported:
Syncron and Asyncron Animations are Supported.
All Vanilla Animations are Supported.
TODO: Add LabyMod / LunarClient Animation
For Developers:
Spoiler:
Example
Code (Text):
import io.github.animationlib.AnimationLibary;
import io.github.animationlib.enums.Animation;
import org.bukkit.Bukkit;
import org.bukkit.command.Command;
import org.bukkit.command.CommandExecutor;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
public class ExampleCommand implements CommandExecutor {
@Override
public boolean onCommand(CommandSender commandSender, Command command, String s, String[] strings) {
if(commandSender instanceof Player) {
Player player = (Player) commandSender;
if(strings.length == 1) {
Player target = Bukkit.getPlayer(strings[0]);
AnimationLibary.getAnimationLibary().playerAnimations.sendPublicAsyncPlayerAnimation(player, Animation.SWING_ARM);
}
}
return false;
}
}
Discord:
Rene#8373
View on SpigotMC
Resource Information
Author:
----------
Total Downloads:
68
First Release:
Apr 9, 2021
Last Update:
Apr 9, 2021
Category:
---------------
All-Time Rating:
1 ratings
Version
-----
Released:
--------------------
Downloads:
------
Version Rating:
----------------------
--
ratings