Loaded Plugins (Expression) — Skript

Addon: Skript · Category: Expression · Since: 2.7

Syntax

[(all [[of] the]|the)] [loaded] plugins

Description

An expression to obtain a list of the names of the server's loaded plugins.

Examples

if the loaded plugins contains "Vault":
	broadcast "This server uses Vault plugin!"
send "Plugins (%size of loaded plugins%): %plugins%" to player

View source