SkiesVouchers
作者:rebot | 分类:模组
Minecraft 版本: 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11
平台: bukkit paper spigot
标签: economy
SkiesVouchers
Give players customizable voucher items that run commands when right-clicked. Supports per-player cooldowns, max uses, glowing items, colored names/lore, and placeholder variables in commands.
Features
- Voucher items: configurable material, name, lore, and optional glow.
- Right-click redemption: executes your command list, then consumes one item.
- Per-player limits: optional cooldown (seconds) and max uses.
- Placeholders:
[player],[uuid],[world],[x],[y],[z]. - Admin tools:
/voucher give,/voucher reload,/voucher list, tab completion included. - Persistent data: tracks usage and cooldowns in
playerdata.yml.
Commands
/voucher redeem <id>— Give yourself the voucher item./voucher give <player> <id>— Give a voucher item to a player./voucher list— List loaded vouchers./voucher reload— Reload config and player data.
Permissions
skiesvouchers.redeem(default: op)skiesvouchers.list(default: true)skiesvouchers.give(default: op)skiesvouchers.reload(default: op)
Configuration (excerpt)
vouchers:
diamond_reward:
name: "Diamond Reward"
id: "diamond_reward"
commands:
- "give [player] diamond 10"
- "tellraw [player] {\"text\":\"You received 10 diamonds!\",\"color\":\"aqua\"}"
cooldown: 0 # seconds, 0 = none
max-uses: 0 # per-player limit, 0 = unlimited
item:
material: PAPER
name: "&bDiamond Voucher"
lore:
- "&7Right-click to claim 10 diamonds"
- "&fVoucher ID: &eDIAMOND"
glow: true
Installation
- Drop
skiesvouchers-1.0.jarinto your server’splugins/folder. - Start/restart the server to generate config.
- Edit config.yml to define your vouchers.
/voucher reloadto apply changes.
Requirements
- Spigot/Paper 1.15+ (tested on 1.21)
- Java 8+
Notes
- Vouchers are redeemed by right-clicking the item in hand.
- If a player’s inventory is full when receiving, the item is dropped at their feet.
请登录后举报
暂无评论,抢个沙发吧~