Configuration Commands

Configuration Commands

Multiple items should always be separated by only a semicolon!
General format: /xbp config [section] [action] (values)

/xbp config excludedworlds [add/remove/list] (worldnames)
Adds, removes, or lists worlds excluded from searching.
Examples:

  • /xbp config excludedworlds add world_nether;world_the_end
    Result: world_nether and world_the_end added to "excluded-worlds" path of config.
  • /xbp config excludedworlds remove world_nether
    Result: world_nether removed from "excluded-worlds" path of config.
  • /xbp config excludedworlds list
    Result: Values at "excluded-worlds" path of config listed.

/xbp config searchtime [set/list] (timeinhours)
Sets or lists time to search across in hours.
Examples:

  • /xbp config searchtime set 24
    Result: 24 hours is set to the "search-time" path of config.
  • /xbp config searchtime list
    Result: Value at "search-time" path of config outputted.

/xbp config cooldowntime [set/list] (timeinminutes)
Sets or lists cooldown time on warnings in minutes.
Examples:

  • /xbp config cooldowntime set 5
    Result: 5 minutes is set to the "cooldown-time" path of config.
  • /xbp config cooldowntime list
    Result: Value at "cooldown-time" path of config outputted.

/xbp config blockids [add/remove/list] (ids)
Adds, removes, or lists block IDs to search for with /xbp command.
Examples:

  • /xbp config blockids add 34;12;23
    Result: IDs 34,12, and 23 are added to the "block-ids" path of config.
  • /xbp config blockids remove 56
    Result: ID 56 is removed from "block-ids" path of config.
  • /xbp config blockids list
    Result: Values at "block-ids" path of config are listed.

/xbp config warningblockids [add/remove/list] (ids)
Adds, removes, or lists block IDs to warn about.

Order corresponds to order of warningparameters.

Examples:

  • /xbp config warningblockids add 15;14;129
    Result: IDs 15,14, and 129 are added to the "warning-block-ids" path of config.
  • /xbp config warningblockids remove 56
    Result: ID 56 is removed from "warning-block-ids" path of config.
  • /xbp config warningblockids list
    Result: Values at "warning-block-ids" path of config are listed.

/xbp config warningparameters [add/remove/list] (ids)
Adds, removes, or lists parameters to warn against.

Order corresponds to order of warningblockids.

Format of a parameter is: percent,amount
Examples:

  • /xbp config warningparameters add 1.5,8;3,20
    Result: 1.5, 8 and 3, 20 are added to "warning-parameters" path of config.
  • /xbp config warningparameters remove 1.5,8
    Result: 1.5, 8 is removed from "warning-parameters" path of config.
  • /xbp config warningparameters list
    Result: Values at "warning-parameters" path of config are listed.

Comments

Posts Quoted:
Reply
Clear All Quotes