thebigcrafter / KygekTagsShop

A PocketMine-MP plugin that allows players to use tags
https://poggit.pmmp.io/p/KygekTagsShop
GNU General Public License v3.0
10 stars 9 forks source link

poggit license discord

📖 About

KygekTagsShop allows players to use tags that they can show to other players by using this plugin.

🧩 Features

⬇️ Installation

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.

📜 Commands & Permissions

Command Default Description Permission Default
/tagsshop Allows player to use KygekTagsShop to buy and sell tags kygektagsshop.tags true

💡 Tips:

⚙️ For Developers

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.

✨ Contributing

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!

⚖️ License

Licensed under the GNU General Public License v3.0 license.