Skip to content
Liqueur Librazy edited this page May 14, 2019 · 4 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

    • spu_endpoint

      See https://github.com/NyaaCat/RPGItems-reloaded/wiki/RPGItems-3.6-for-1.13.2-Upgrade-Guide#item-auto-update-from-112-to-113

    • pid_compat

      Do not edit it. Whether to preserve 3.5 item id in 3.6. Not used in 3.7 or later.

    • item_compat

      Whether to try to parse 3.5-3.6 itemstack (e.g. item identified by color code in lore) in 3.7 or later.

    • give_perms

      Whether to require special permission when using /rpgitem give

    • item

      • fs_lock

        Do not edit it. Protect item config file integrity when running this plugin. Locks files when using a Windows server.

      • show_loaded

        Whether to show loaded file when server startup.

  • 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