Skip to content

Configs

bzigus edited this page Dec 8, 2020 · 7 revisions

Configs

config.yml

# AllowHopper/AllowChest is currently not working.
# DisplayShopAddon made by bugzigus
# An expansion to DisplayShops by XZot1K
Shops:
  MaxAmount: 5
  AllowHopper: true
  AllowChest: true
Help:
  Enabled: true

lang.yml

Commands:
  LinkShop:
    incorrectID: "&4That is not a proper ID"
    notChest: "&4The block you are looking at is not a chest or hopper"
    incorrectUsage: "&4Incorrect Usage: /dsa link (1-5) (ShopID)"
    success: "&aSuccessfully linked"
  UnlinkShop:
    incorrectUsage: "&4Incorrect Usage: /dsa unlink (1-5) (ShopID)"
    success: "&aSuccessfully unlinked"
  BaseCommand:
    incorrectUsage: "&4Incorrect Usage: Do /dsa help for more help"
    incorrectUsage1: "&3Incorrect Usage: Do /dsa help for more help"`
Clone this wiki locally