Language

OfflineClaim

OfflineClaim

Modrinth

Sending item to players who are not online!

76 downloads updated 17mo ago
latest v1.0 Modrinth
Bukkit Paper Purpur Spigot 1.20 – 1.20.6 Utility

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

📖 Usage

Command: /senditem

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);

Versions

Release
1.0
bukkit, paper, purpur · 1.20, 1.20.1, 1.20.2 · 17mo ago
76

Comments 0

No comments yet. Be the first to share your thoughts.

Download OfflineClaim

Files are served directly from the original source. Modgrid does not host or modify them.