All Scripts (Expression) — Skript
Addon: Skript · Category: Expression · Since: 2.5
Syntax
[all [of the]|the] scripts [without ([subdirectory] paths|parents)]Description
Returns all of the scripts, or just the enabled or disabled ones.
Examples
command /scripts:
trigger:
send "All Scripts: %scripts%" to player
send "Loaded Scripts: %enabled scripts%" to player
send "Unloaded Scripts: %disabled scripts%" to player