forked from ModDamage/ModDamage
-
Notifications
You must be signed in to change notification settings - Fork 0
Routine: Player Chat
1cec0ld edited this page Oct 27, 2012
·
4 revisions
Makes the entity say the given string into their chat bar. If 'command.{player}' isn't working, it probably means that the plugin that provides the command is not doing it right. Try this instead.
- '{player}.chat': "String Here"Damage: #PvP logger's dream
- 'if damage >= 7':
- '0'
- 'command.target': 'spawn'
- 'target.chat': "Hah, sucker, you won't get me."Command:
- 'as &player *message':
- 'if sender.type.none or sender.haspermission.admin':
- 'player.chat': '%{message}'