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 2437 tags...
Name<util.disk_total>
ReturnsElementTag(Number)
DescriptionHow much total disk space is on the drive containing this server, in bytes.
This counts only the drive the server folder is on, not any other drives.
Generated Example
- narrate "the number value is <util.disk_total>"
Sourcehttps://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/tags/core/UtilTagBase.java#L715