Skip to content
Robertma27 edited this page Feb 14, 2021 · 3 revisions

World > Xray turns all non-collection blocks translucent, allowing the player easily see blocks of interest. The player can add specific blocks to the collection so when the function is enabled they are easy to see.

.xray enabled <0/1> - enables or disables the function.

.xray fullbright <true/false> - automatically turns on Fullbright when x-ray is enabled (if turned off, many blocks will look black). Default true.

.xray opacity <0-255> - opacity of non-collection blocks. Default 150.

.xray blocks add <block name> - adds the specified block to the x-ray function collection. (.xray blocks add ancient_debris will make it so when x-ray is enabled, ancient debris blocks are not translucent, making it easier for the player to see those blocks)

.xray blocks clear - clears all blocks in the x-ray function collection.

.xray blocks remove <block name> - removes a specific block from the x-ray function collection.

.xray blocks list - lists all the blocks currently in the x-ray function collection. (By default diamond_ore is already in the collection)

Clone this wiki locally