UltimateUIDocs
Archived upstream docs · Features depend on the installed plugin version; not all features have been verified.

UltimateUI guide

How to disable element Hitbox

In this guide, you will learn how to disable element hitbox

Sometimes it is necessary to disable the hitbox for an element so that it does not interfere with the elements underneath it. This can be easily done by adding the disable-hitbox: true line to the .yml file. An example is shown below.

ini
- type: block
  id: block
  name: Block
  layer: 1.0
  disable-hitbox: true
  opacity: 255
  color: ffffff
  unicode: 
  position:
    x: 1920/2
    y: 1080/2
  size:
    width: 250
    height: 250