-
Notifications
You must be signed in to change notification settings - Fork 0
Properties
coolsquid edited this page Jan 25, 2018
·
2 revisions
Properties, or target properties, are dynamic strings that can be inserted into action parameters to provide additional information.
Example:
animal_tame=[
{
action=send_chat
parameters {
message="%%%tamer.name%%% tamed a %%%mob.name%%%!" # e.g. "CoolSquid tamed Wolf!"
}
}
]
- name
- uuid
- position
- type
- x_position
- y_position
- z_position
- health
- helmet
- chestplate
- leggings
- boots
- mainhand_item
- offhand_item
- current_item
- ip
- id
- position
- x_position
- y_position
- z_position
- id
- seed
- time
- x_position
- y_position
- z_position
- name
- name
- list
These properties can be used independently of any target or context, i.e. %%%message%%% instead of %%%mob.name%%%.
- message (chat-related events)