Carry icon

Carry -----

Provides Carry



JitPack.io Check Repository
Code (Text):
<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

<dependencies>
    <dependency>
        <groupId>com.github.AchyMake</groupId>
        <artifactId>CarryAPI</artifactId>
        <version>LATEST</version>
        <scope>provided</scope>
    </dependency>
</dependencies>
Code (Text):
public record Carry(YourPlugin plugin) implements Listener {
    @EventHandler(priority = EventPriority.NORMAL)
    public void onCarry(CarryEvent event) {
        Player player = event.getPlayer();
        Entity entity = event.getEntity();
        event.setCancelled(true);
    }
}
Resource Information
Author:
----------
Total Downloads: 4
First Release: Aug 5, 2024
Last Update: Jan 20, 2025
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings