Ellipsoid Selector Tool

mcmonkey

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





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

(Yeah, just the cuboid selector, but for ellipsoids)

Featuring a super simple and clear in-game ellipsoid viewing thingo:
0a1370.gif


Downloads:

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

GitHub: https://github.com/mcmonkeyprojects/DenizenSampleScripts/blob/master/ellipsoid_tool.dsc
# Installation:
# Just put the script in your scripts folder and reload.
#
# Usage:
# Type command "/elliptool" to get an ellipsoid selector tool.
# While holding the tool, left click to start a selection and right click to expand the selection.
# Requires permission "ellipsoidtool.elliptool"
#
# Use "/ellipnote [name]" to note your selected ellipsoid as the name. For example, "/ellipnote myshop" adds noted ellipsoid 'myshop'.
# Requires permission "ellipsoidtool.ellipnote"
#
# Use "/ellipshow" to show your current ellipsoid selection.
# Requirers permission "ellipsoidtool.ellipshow"
#
# In a script or "/ex" command, use "<player.has_flag[elliptool_selection]>" to check if the player has a selection.
# and "<ellipsoid[<player.flag[elliptool_selection]>]>" to get the selected ellipsoid.
 
Last edited: