Cuboid Selector Tool

mcmonkey

Administrator
Staff member
Helper
REDIRECTED TO RESOURCE: https://forum.denizenscript.com/resources/cuboid-selector-tool.1/









Cuboid Selector Tool: a handy dandy tool to select and note cuboids from in-game!

Featuring a super simple and clear in-game cuboid viewing thingo:

22a56a.png


Super easy to use:
3742a7.gif


Downloads:

Hastebin: https://paste.denizenscript.com/View/83612 <-- Most users, just click here and click "Download the script"

GitHub: https://github.com/mcmonkeyprojects/DenizenSampleScripts/blob/master/cuboid_tool.dsc


# Installation:
# Just put the script in your scripts folder and reload.
#
# Usage:
# Type command "/ctool" to get a cuboid selector tool.
# While holding the tool, left click to start a selection and right click to expand the selection.
# Requires permission "cuboidtool.ctool"
#
# Use "/cnote [name]" to note your selected cuboid as the name. For example, "/cnote myshop" adds noted cuboid 'myshop'.
# Requires permission "cuboidtool.cnote"
#
# Use "/cshow" to show your current cuboid selection.
# Requirers permission "cuboidtool.cshow"
#
# In a script or "/ex" command, use "<player.has_flag[ctool_selection]>" to check if the player has a selection
# and "<player.flag[ctool_selection].as_cuboid>" to get the selected cuboid.
 
Last edited: