Denizen/Commands
From Citizens Wiki
< Denizen
announce | ["announcement text"] |
---|---|
Displays a message that every player on the server can read.
- announce "The skeleton invasion has ended." - announce "<player.name> has joined the blue team!" |
assignment | [{set}|remove] ("script:name") |
---|---|
Set or remove an assignment for an NPC.
- assignment remove - assignment set "script:Evil Wizard" |
attack | (stop) |
---|---|
Make the NPC attack or stop attacking the player.
- attack - attack stop |