(remove|delete) pdc %key:STRING% from %bl:BLOCK% — Statements

(remove|delete) pdc %key:STRING% from %bl:BLOCK%
Block1.0.0

Description

Removes a key from a block's PersistentDataContainer.

Examples

remove pdc "owner" from block

All Possible Usages (2)

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

remove pdc <key> from <bl>
delete pdc <key> from <bl>

Related (Block)