Delete YAML (Effect) — skript-yaml

Addon: skript-yaml · Category: Effect · Since: 1.1.5

Syntax

delete y[a]ml %strings% [and keep loaded in memory]

Description

Deletes a YAML file and optionally removes it from memory. - If you want to keep the file loaded in memory, use the 'and keep loaded in memory' option

Examples

delete yaml "config"
delete yaml "config" and keep loaded in memory

View source