Block Vision - DragonSurvivalTeam/DragonSurvival GitHub Wiki

Description

A block vision is a modifier with a duration which marks the specified blocks. The following display types currently exist:

  • outline: Draws an outline around the block and is visible through other blocks
  • particles: Creates particles around the block

Types

Schema

{
    "base": [Duration Instance Base]   // [Mandatory] || Base data for the duration instance.
    "blocks": [Block]                  // [Mandatory] || The block(s) to search for.
    "range": [Level Based Value]       // [Mandatory] || How far the block vision searches for valid blocks.
    "display_type": [Display Type]     // [Mandatory] || Determines how the mark is displayed.
    "colors": [Text Color]             // [Mandatory] || The color(s) of the outline. More colors means that it will shift between the list of defined colors.
}