Sign Configuration

Default configuration file

config-version: 1

sign:
  line: "[RTP]"
  ignore-case: true

Line

This line must be the one necessary for a sign to be classified as a teleportation sign.

Ignore Case

If this option is enabled, the line will be checked regardless of capitalization, if disabled, the line will be checked as is. Example:

  • true: [RTP] equals [rtp]

  • false: [RTP] not equals [rtp]

Last updated