Allow players to use tags that they can show to other players by using this plugin!
- EconomyAPI support for tags prices
- Shows warning if EconomyAPI plugin is not installed or enabled (Can be disabled in
config.yml
)
- Shows warning if EconomyAPI plugin is not installed or enabled (Can be disabled in
- Compatible with PureChat
- Unlimited tags
- Forms to buy and sell tags
- Highly customizeable forms
- Supports
{player}
to display the player name in all forms - Supports
&
as formatting codes in all forms - Supports
\n
to break new line in all forms - Supports
{tagname}
to display tag name and{tagprice}
to display tag price in some forms
- Supports
- Command descrption can be changed
- Customizeable message prefix
- Supports command aliases
- Enable/disable return to previous form when the (X) button is pressed
- Automatic plugin updates checker
- Missing config file detection
- Empty tags detection
- Multiple languages support (English, Indonesian, Spanish, German, French, Romanian)
- API for developers (see For Developers tab)
- Events (
TagBuyEvent
andTagSellEvent
)
WARNING: This plugin is in beta stage. It may contain bugs including its API. Please report here if you found any bugs.
- Download the latest version (It is recommended to always download the latest version for the best experience, except you're having compatibility issues).
- Place the
KygekTagsShop.phar
file into the plugins folder. - Restart or start your server.
- Done!
Command | Default Description | Permission | Default |
---|---|---|---|
/tagsshop |
Allows player to use KygekTagsShop to buy and sell tags | kygektagsshop.tags |
true |
Command description can be changed in config.yml
. You can also add command aliases in config.yml
.
Use -kygektagsshop.tags
to blacklist the /tagsshop
command permission to groups/users in PurePerms.
We provide API for developers to write addons/plugins that depends with KygekTagsShop.
To access KygekTagsShop API class, you can use Kygekraqmak\KygekTagsShop\TagsShop::getAPI()
.
Example:
$tags = Kygekraqmak\KygekTagsShop\TagsShop::getAPI()->getAllTags(); // Get all tags from KygekTagsShop
API code can be seen here.
Please regularly check the changelogs for any changes in the API in future versions.
Help us by contributing or translating KygekTagsShop plugin. To add translation, fork the KygekTagsShop plugin repo and copy the en.yml
file inside resources/lang
directory to the language code.
Don't forget to create a pull request!
- Commands to buy and sell tags and more
- And much more...
- See For Developers tab for API guide.
- Join our Discord server for latest updates from KygekTeam.
- If you found bugs or want to give suggestions, please create an issue or join our Discord server.
- We accept all contributions! If you want to contribute, please make a pull request.