Configuration

Configuring QuickID is very simple!
The default configuration should look like this:

config:
  tool:
    id: 318
  format:
    location: '[%world, %x, %y, %z]'
    caps: 'all'
  items:
    csvFile: 'default'
  ignoreLiquids: false
  • tool:
    Everything related to the ID tool is here
    • id: 318
      This is the ID for the tool you want. It should always be an ITEM. Make this 0 to disable the ID tool.
  • format:
    Anything related to how the plugin displays values is here
    • location: '[%world, %x, %y, %z]'
      How the plugin will display locations.
      • Variables:
        %world - The world
        %x - X position
        %y - Y position
        %z - Z position
      • Examples:
        '[%world, %x, %y, %z]' will display: [world_nether, 122, 49, 1203]
        '[world=%world, x=%x, y=%y, z=%z]' will display: [world=world_nether, x=122, y=49, z=1203]
    • caps: 'all'
      How the plugin will display block names
      • Possible values:
        'all' will display: Black Wool
        'first' will display: Black wool
        'dev' will display: BLACK WOOL(15)
  • items:
    Anything related to the Essentials items.csv file is here
    • csvFile: 'default'
      Location of the items.csv file.
      • Possible values:
        'default' - The plugin will attempt to find the items.csv file in common locations.
        'D:\items.csv' - The plugin will attempt to open D:\items.csv
  • IgnoreLiquids: false
    Set this to true to ignore liquids. This means that if you are aiming at a water block, which has a dirt block below it and ignore liquids, you will see the information of the dirt block.

Comments

Posts Quoted:
Reply
Clear All Quotes