Skip to content

DenizenπŸ”—

Minimal required version: 1.2.5-SNAPSHOT

Depenizen is also integrated with BetonQuest! Discover available features on the meta-documentation.

ActionsπŸ”—

ScriptπŸ”—

Context:
Syntax: script <name> +[...]
Description: With this action you can fire Denizen task scripts.

Don't confuse it with skript action, these are different. The first argument is the name of the script. Additional arguments may be used to pass definitions to the script.

Example
actions:
  runDenizenScript: "script beton"
  defineAndRun: "script beton +location:%location% +source:BetonQuest"