For the complete documentation index, see llms.txt. This page is also available as Markdown.

Plugin FAQ

Here are the features of the plugin, along with answers to frequently asked questions

How can I change the plugin command?

  • The Answer Is: Edit the commands section and restart the server. The plugin commands (restart the server to change) commands: - "mycommand" - "mycmd"

How can I edit the discounts?

  • The Answer Is: Find the discounts.yml file in the plugin's folder, edit the desired section, and save the file. Options:

    • type: all (all products in the shops), category (only the specified category), item (only the specified item)

    • id: The name of the category or the ID of the item (category/product). If you apply an "all" type discount, this option is not required.

    • discount_type: percentage (e.g., -25% off the product price), absolute (e.g., -200 credits off the product price

    • amount: The value of the discount (e.g., 25, 200)

Last updated