A little lyrical introduction
Sometimes it happens that a player buys an item on the site, but when he logs in to the server he doesn't get it, because, as it turns out, he should have been on the server at that time. Not very convenient, especially for servers with Bedrock support, where not all players can play and pay for products at the same time. What about some effects when giving out products?
This plugin is designed to solve this problem!
Description
This plugin adds a shopping cart where products are added after players purchase them on your site, then the player can pick them up with a one command! If the player suddenly forgets (which is unlikely, but also possible), he will see a notification when he logs into the server
Features
- Support for multiple languages (already have Russian and English)
- Support for different types of products with customization of commands to issue:
- donate-group (e.g. LuckPerms)
- money (e.g. Vault)
- tokens (e.g. PlayerPoints)
- custom commands
- Notify the player of uncollected purchases in the cart when logging in to the server.
- Messages to Discord via webhook on purchase
- Hex colors support [ � ]
- Full customization of all messages and commands to be issued
- Placeholder support (optional)
- Open Source
Screenshots
Easy to use command for give
On join non empty cart alert
Get all purchases on one command
Easy but powerful configuration
Discord messages on purchasement
Commands
/betterdonate - the main command of the plugin
Permission:
betterdonate.admin
Usage:
/betterdonate help - show list of commands
/betterdonate reload - reload plugin
/betterdonate give <player> <product type> <argument> - give goods to player
Example of use:
/betterdonate give Player123 donate vip
(more examples are available on GitHub page)
/cart - command for players
Permission:
betterdonate.cart
Usage:
/cart help - show list of commands
/cart get - get purchased items
Placeholder
%betterdonate_purchases_count% - Returns count of player purchases
A little from myself
I am not a professional coder, so there may be bugs in the plugin, so feel free to post them in the discussion.
(also this is my first plugin)