Gift your Pokémon to other players! Works on both fabric and forge
Command | Permission |
---|---|
/pokegift <slot> <player> [--confirm] OR /pgift |
pokegift.command.gift.base |
Bypass pgift cooldown | pokegift.command.gift.bypass |
cooldownEnabled
- Whether to enable cool-downs on the pokegift commandcooldown
- Cool-down in MINUTES. Only used if above value is set totrue
blacklist
- A list of Pokémon properties that can not be gifted, an example entry would be "cobblemon:charmander", but you can even get more complex as we use the Pokémon properties under the hood.
As a preface, this plugin uses MiniMessage to parse these messages. It's a powerful api allowing for various formatting options for you as user. Refer to the default messages to see what placeholders are allowed where.
pokegiftFeedback
- The confirmation question that gets sent to the player when they do /pokegift without confirmation- be sure to leave the
<giftconfirm>
tag in as everything in that allows the player to click it to confirm the gift
- be sure to leave the
cooldownFeedback
- message that gets sent when the player is on cooldownpokemonNotAllowed
- message that gets sent when a player attempts to gift a forbidden PokémonsuccessFeedback
- message that get sent on successful giftreceivedPokemonFeedback
- message sent to player who received the gifterrorCantGiftYourself
- error message that gets displayed when a player attempts to gift to themselveserrorCouldntTakePokemon
- generic error message indicating something went wrong whilst taking the Pokémon away from the giftererrorCouldntGivePokemon
- generic error message indicating something went wrong whilst giving the Pokémon to the target player