.xray | |
---|---|
Type | Hack |
Category | none |
In-game description | “Shortcut for '.blocklist X-Ray Ores'. Syntax: .xray add <block> .xray remove <block> .xray list [<page>] .xray reset Example: .xray add gravel” [Wurst 7 only] |
“Manages X-Ray's block list.” [Wurst 6 only] | |
Default keybind | none |
Source code | net/wurstclient/commands/XrayCmd.java |
.xray is a chat command that can be used to enable, disable, or configure the X-Ray hack.
As of Wurst 7.20, .xray acts as a shortcut to the .blocklist command.
Main article: Command Syntax
.xray add <block>
adds the given block to your X-Ray blocks list..xray remove <block>
removes the given block from your X-Ray blocks list..xray list [<page>]
lists up to eight entries of your X-Ray blocks list. Typing the command without specifying a page will always show the first page..xray reset
resets the X-Ray Ores list to its default values.Examples:
.xray list 2
shows page two of the X-Ray Ores list (if the list is large enough).Version | Changes |
---|---|
Wurst 1.9 Beta | Added .xray . |
Wurst 3.4 | Fixed a crash when using the .xray command. |
Wurst 6.22 | Simplified the syntax of the .xray command. |
Added .xray reset to reset X-Ray's block list. |
|
Wurst 7.0pre1 | Removed .xray . |
Wurst 7.20 | Added a new .xray command that acts as a shortcut for .blocklist. The syntax is the same as the old .xray command. |