Description
This is the component provided by the Security Terminal block.
Component name: os_securityterminal
.
This is the component provided by the Security Terminal block.
Component name: os_securityterminal
.
isEnabled():boolean
returns the status of the block
addUser(String:Password, String:Username):boolean
adds the Minecraft User as an allowed user.
delUser(String:Username):boolean
removes the Minecraft User as an allowed user.
setPassword(String:password):boolean
sets the block password, required to enable/disable and other actions
toggleParticle():boolean
switches particles to show the corners of the protected area
setRange(Int:range):boolean
sets the range of the protction area (range * 8 Blocks).increasing range increases energy cost. valid values [1 - 4]
enable(String:password):boolean
enables the block, requires the correct password
disable(String:password):boolean
disables the block, requires the correct password
getAllowedUsers(String:password):boolean
returns a comma delimited string of current allowed users.