All Scripts (Expression) — Skript

Addon: Skript · Category: Expression · Since: 2.10

Syntax

[all [[of] the]|the] scripts

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

View source