OfflineClaim

OfflineClaim

Plugin

Sending item to players who are not online!

Server ManagementUtility

27 downloads
0 followers
Follow Save

OfflineClaim

Sending item to players who are not online!

📖 What's this plugin?

A player creating a ticket, asking if you can refund their item, then you need to wait them to join the server, throwing that item at their face! Nope, use OfflineClaim instead, sending the item straight to their inventory when they go online!

✅ Features:

Sending item on hand to player using /senditem <player>

📖 Usage

Command: /senditem <player name>

If they are online, the item should be given to them immediately If they are offline, they could do /claim to get the item when joining the player

📖 Is there an API? How to use it as a developer?

UUID playerUuid = player.getUniqueId();
ItemStack[] items = new ItemStack[]{ new ItemStack(Material.DIAMOND, 5) };

// Access API through OfflineClaimPlugin and call the method
OfflineClaimPlugin.api.addClaimItemsToInventory(playerUuid, items);

Project members

typicalsmc

Member

Details

Licensed ARR
Published 7 months ago
Updated 7 months ago