Modlands Wiki
Advertisement

The Twitch Commands for Modlands.[ | ]

These are the default unmodded commands that can be used in twitch chat.

  • [Required]
  • <Optional>
  • / Or

List of Twitch Player Commands[ | ]

Character Management[ | ]

ilovemodlands/!ilovemodlands[ | ]

spawn avatar for the first time on the map. Unlike other commands, ! is not required.

!name [New Name][ | ]

rename avatar

!face [Face Style Number][ | ]

change facial expression

!hairstyle [Hairstyle Number][ | ]

change hair style

!haircolor [RGB/color Name][ | ]

change hair color

Example[ | ]

!haircolor {"r":255, "g":255, "b":255, "a":255 }
!haircolor {"r":255, "g":0, "b":0, "a":255 }
!haircolor {"r":0, "g":255, "b":0, "a":255 }
!haircolor {"r":0, "g":0, "b":255, "a":255 }
!haircolor magenta

!skincolor [RGB/color Name][ | ]

Example[ | ]

!skincolor {"r":0, "g":0, "b":255, "a":255 }
change skin color

!cheer [Twitch Username][ | ]

cheer for another Twitch user in the game

!fullstatus[ | ]

Get detailed status of avatar.

!look[ | ]

Look around your avatar's location

!attack [Item/Character][ | ]

Attack an object or character

!respawn[ | ]

Respawn (resets character)

!faction [Faction][ | ]

Faction <faction name> (sets the player faction)

!job [Job][ | ]

Set the Twitch user's job.

!toggleai[ | ]

Toggle your character's AI.

!enableai[ | ]

Enable your character's AI.

!disableai[ | ]

Disable your character's AI.

Camera Management[ | ]

!yaw [?][ | ]

Set yaw of camera if current camera target

!camera[ | ]

puts up a global notification that the streamer can click on to warp camera to you

!highlight [Coordinates][ | ]

Highlight the given coords

!rotate [Coordinates][ | ]

Rotate given coordinates. It's also possible to rotate in a given direction
  • !rotatenorth
  • !rotatenortheast
  • !rotateeast
  • !rotatesoutheast
  • !rotatesouth
  • !rotatesouthwest
  • !rotatewest
  • !rotatenorthwest

Items Management[ | ]

!sell [Item][ | ]

Sell item from inventory. (CASE-SENSITIVE!)

!store <Category>[ | ]

List categories in store, or contents of store category.

!inventory[ | ]

List items in inventory

!eat <Item>[ | ]

Eat an object in inventory or nearby

!stop[ | ]

Stop the current action

!throw [Item/Character] <at item/character>[ | ]

Throw item or character

!get [Item][ | ]

pick up an item (CASE-SENSITIVE!)

!pickup [Item][ | ]

Pick up a nearby object (CASE-SENSITIVE!)

!drop [Item][ | ]

drop an item stack (CASE-SENSITIVE!)
Items can be dropped in certain drections
  • !dropnorth [Item]
  • !dropnortheast [Item]
  • !dropeast [Item]
  • !dropsoutheast [Item]
  • !dropsouth [Item]
  • !dropsouthwest [Item]
  • !dropwest [Item]
  • !dropnorthwest [Item]

Directions[ | ]

Without including steps, the colonist will attempt to walk 32 steps in that directions. Will step if colonist hit a block in their path
  • !north <steps>
  • !northeast <steps>
  • !east <steps>
  • !southeast <steps>
  • !south <steps>
  • !southwest <steps>
  • !west <steps>
  • !northwest <steps>
Advertisement