Skip to content
Clexus edited this page Jan 21, 2025 · 5 revisions

In most cases, the plugin works out-of-the-box and all configuration about items is done in-game.

  • language

    This config sets the display language that RPGItems uses. Currently zh_CN and en_US are supported.

  • item

    • defaults

      • numeric_bar

        Whether to use numeric durability bar by default.

      • force_bar

        Whether to show numeric durability bar by default.

      • license

        The default license of item config file. The license will be shown when the config is to be imported by others.

      • author

        The default author of item. The author will be shown when /rpgitem print or the item is to be imported by others.

      • note

        The default note of item. The note will be shown when /rpgitem print or the item is to be imported by others.

      • enchant_mode

        The default enchant mode of item. Default to DISALLOW.

        • DISALLOW: Disallow enchant on item.
        • PERMISSION: Requires rpgitem.enchant.[item_name] permission to enchant
        • ALLOW: Allow enchant on item.
  • support

    • world_guard

      • enable

        Enable WorldGuard support.

      • force_refresh

        Force refresh player's WorldGuard region when player use RPGItem. Should not be enabled until you encounters problem relates to WorldGuard.

      • disable_in_no_pvp

        Disable RPGItems in no-pvp region.

      • show_warning

        Show warning to players when they use disabled RPGItem in WorldGuard region.

  • general

  • gist

    • token

      Github personal access token with at lease gist scope for exporting item config file to Gist.

    • publish

      Whether to publish gist by default.

  • command

    • list

      • power_per_page

        How many powers to show in /rpgitem listpower

      • item_per_page

        How many items to show in /rpgitem list

Clone this wiki locally