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
Allow 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
)WARNING: This plugin is in beta stage. It may contain bugs including its API. Please report here if you found any bugs.
KygekTagsShop.phar
file into the plugins folder.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!
This update includes API breaking and configuration file changes.
Kygekraqmak\KygekTagsShop\event\TagBuyEvent
Kygekraqmak\KygekTagsShop\event\TagSellEvent
TagsActions->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