Configuration

Configuration

Config

  • useResidence: true
  • usePermissions: true
  • useRegios: true
  • useLogBock: false
  • useSpout: true
  • useLWC: false
  • useChestShop: true
  • useWorldGuard: true # These seven properties allow you to override plugin support.
  • maxReach: 100 # Maximum reach when selecting signs from afar. Max 100 blocks.
  • noReachLimit: true # Activate sign selection from afar.
  • selectionMethod: left_click # left_click or right_click only. Else defaults to right_click.
  • colorOnPlacement: true
  • colorWithDyes: true
  • chatSigns: true # These three allow you do enable or disable the extra functions.

Permissions config

This config can be found in the QuickSign folder, it's called perms_config, and is generated on plugin startup. For most applications, you may not need to change it, but if you do not use any permission plugin, you will need to edit it.

PermissionsSystem: SuperPerms #This config is case sensitive!!# PlayerPerms: - quicksign.use "PermissionsSystem" is the permission checking system to use. If you use any up-to-date permissions plugin that support SuperPerms, leave the config as is.

If you do not use a permissions plugin, set the field to "PlayerAndOP". This will set all permissions at op only, unless you add them to the "PlayerPerms" field. This basically creates a simple group system: players, the default group with no permissions, except the ones added to the "PlayerPerms" field, and ops, who have all the permissions.

Black List

This is the black_list.yml file which can be found under /plugins/QuickSign/black_list.yml

This config is case sensitive, but the expressions in the list aren't.

BlackList: - '[qsccmd]' - '[sell]'

Any text found in this list cannot be edited onto signs, and signs containing it can't be selected either. The black list can be overridden with the "quicksign.ignoreblacklist" permission. If you want to black list all ICs for FalseBook/CraftBook, it's done by default, just use the "quicksign.allowics" permission to allow them back.