new %body:EXPR% — Expressions

new %body:EXPR%
Data1.0.0

Description

Creates a new data instance. Use 'with' to set fields: new arena with name "x" x1 5

Examples

set a to new arena
set a to new arena with name "PvP" x1 0 y1 0 z1 0 x2 100 y2 100 z2 100

All Possible Usages (1)

Every distinct way you can write this pattern, with optional groups and choice groups expanded. Placeholders are shown as <name>.

new <body>

Related (Data)