The config file

You can edit the configuration file (Plugins\SwapChest\config.yml) to your likings.

The standard config.yml looks like this:


# Configuration file for Swapchest
#
# When "console-output" is set to true, a message will be shown when a player
# uses the /swapchests command.
# Ex. "[SwapChest] Grappigegovert swapped chests in the world: 'awesomeworld'"
#
# When "trapped-separate" is set to true, trapped chests will only swap
# with other trapped chests, and normal chests only with other normal chests.
# So, trapped chests will not swap with normal chests (and vice-versa).
#
# When "swap-on-startup" is set to true, chests in the worlds
# specified in "worlds-to-swap" will be swapped on startup.
# Ex.: worlds-to-swap:
#        - world1
#        - world2
console-output: true
trapped-separate: false
swap-on-startup: false
worlds-to-swap:
  - world

If your configuration file does not have all the options listed above, you can delete the file and it will regenerate on plugin load.


Comments

Posts Quoted:
Reply
Clear All Quotes