Denizen Script Tags


Tags are always written with a <between these marks>, and are critical to scripts, as the primary way to read data.
Learn about how tags work in The Beginner's Guide.


Showing 1 out of 2487 tags...
Name<LocationTag.points_around_y[radius=<#.#>;points=<#>]>
ReturnsListTag(LocationTag)
DescriptionReturns a list of points in a circle around a location's y axis with the specified radius and number of points.
For example: <player.location.points_around_y[radius=10;points=16]>
Groupmath
Sourcehttps://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/LocationTag.java#L2470