Ellipsoid Selector Tool

Verified High Quality Ellipsoid Selector Tool 1.1

This script was verified by the Denizen team to be a particularly high quality example of how scripts are written.
Denizen Version
REL-1747
OUTDATED: This is now wrapped into the Area Selector Tool script: https://forum.denizenscript.com/resources/area-selector-tool.1/


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



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 "<player.flag[elliptool_selection]>" to get the selected ellipsoid.
Author
mcmonkey
Downloads
692
Views
2,985
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from mcmonkey

Share this resource