By continuing to use this site, you agree to the Terms of Service of this website, including usage of cookies.
OK, Don't show this again
KygekTagsShop allows players to use tags that they can show to other players by using this plugin.
config.yml){player} to display the player name in all forms& as formatting codes in all forms\n to break new line in all forms{tagname} to display tag name and {tagprice} to display tag price in some formsTagBuyEvent and TagSellEvent)If you want to download the latest development build, which may contain the latest features that are currently in development, head over to Poggit CI and download the latest build. Please note that development builds may be unstable because it may contain untested issues or bugs.
| Command | Default Description | Permission | Default |
|---|---|---|---|
/tagsshop |
Allows player to use KygekTagsShop to buy and sell tags | kygektagsshop.tags |
true |
💡 Tips:
config.yml. You can also add command aliases in config.yml.-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 KygekTagsShopAPI 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!
Licensed under the GNU General Public License v3.0 license.
This update includes API breaking and configuration file changes.
Kygekraqmak\KygekTagsShop\event\TagBuyEventKygekraqmak\KygekTagsShop\event\TagSellEventTagsActions->getAPIVersion() method has been removed in favor of the TagsActions::API_VERSION constantTagsActions->getData()TagsActions->setData()TagsActions->removeData()config.yml (Enabled by default)TagsActions->getAPIVersion() (will be removed in a future version), use TagsActions::API_VERSION instead.TagsActions->getData(), TagsActions->setData() and TagsActions->removeData() (will be changed from public to private in a future version).After updating, your configuration file will be saved as config-old.yml due to changes in the new configuration file.
After updating, your configuration file will be saved as config-old.yml due to changes in the new configuration file.
Reply to review by :
You can leave one review per plugin release, and delete or update your review at any time