Denizen/0.7/Replaceables: Difference between revisions
From Citizens Wiki
Davidcernat (talk | contribs) (Added example replaceable.) |
Davidcernat (talk | contribs) (Added 3 basic replaceables.) |
||
Line 1: | Line 1: | ||
Replaceable data tags can be used to dynamically put flags and values inside texts and commands. | Replaceable data tags can be used to dynamically put flags and values inside texts and commands. | ||
{{Denizen Requirement Type Color| | {{Denizen Requirement Type Color|honeydew| | ||
<DISPLAYNAME> | |||
| The display name of the Player interacting with the Denizen, i.e. the name including colors. | |||
}} | |||
{{Denizen Requirement Type Color|honeydew| | |||
<NPC> | |||
| The name of the Denizen interacted with. | |||
}} | |||
{{Denizen Requirement Type Color|honeydew| | |||
<NPCID> | |||
| The ID of the Denizen interacted with. | |||
}} | |||
{{Denizen Requirement Type Color|honeydew| | |||
<PLAYER> | <PLAYER> | ||
| The name of the Player interacting with the Denizen. | | The name of the Player interacting with the Denizen. | ||
}} | }} |
Revision as of 19:46, 30 September 2012
Replaceable data tags can be used to dynamically put flags and values inside texts and commands.
<DISPLAYNAME> |
The display name of the Player interacting with the Denizen, i.e. the name including colors.
|
<NPC> |
The name of the Denizen interacted with.
|
<NPCID> |
The ID of the Denizen interacted with.
|
<PLAYER> |
The name of the Player interacting with the Denizen.
|