Skip to content

2.2.1

Choose a tag to compare

@ez-plugins ez-plugins released this 08 Feb 15:39
· 32 commits to main since this release
026f273
  • Added item-type option to make it easier to prevent normal shop execution
    • ITEM — Default. The player receives the configured ItemStack when they buy the item.
    • COMMAND — The player is charged and pricing/dynamic effects are applied, but no ItemStack is given. Any configured on-buy commands (or buy-commands) will be executed.
    • NONE — The player is charged and pricing/dynamic effects are applied, but no ItemStack is given and no commands are executed. Useful for non-physical purchases (tokens, permissions, etc.).