Page 1 of 1

Ellipsoid Selector Tool

Posted: June 18th, 2020, 5:56 am
by mcmonkey
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:
Image

Downloads:

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

GitHub: https://github.com/mcmonkeyprojects/Den ... d_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.