Skip to content

Settings format

enbyware edited this page Jun 10, 2026 · 2 revisions

Storage sray:settings contains the following fields:

{
  "version": 1,
  "disappear_range": 24,
  "detect_range": 12,
  "cooldown": 60,
  "blocks": [
    {
      "block": "minecraft:diamond_ore",
      "item": "minecraft:diamond",
      "color": "3847130"
    }
  ]
}

disappear_range is the distance at which item displays will disappear if there are no players nearby
detect_range is the length of the scan in every axis

Clone this wiki locally