Changes

Jump to navigation Jump to search
2,630 bytes added ,  05:36, 15 January 2021
→‎Chat: Added missing commands, added command examples, added currently blank section for emotes
Line 134: Line 134:  
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
! command !! description
+
! Command
 +
!colspan="2"| Description
 
|-
 
|-
| <tt>h, help</tt> || Shows a list of available commands.
+
{{Modding:Debug commands/cmd
|-
+
  |command = h, help
| <tt>clear</tt> || Clears the game's chat log.
+
  |desc    = Shows a list of available commands.
|-
+
}}
| <tt>color-list</tt> || Shows a list of colors you can use with <tt>/color</tt> command.
+
{{Modding:Debug commands/cmd
|-
+
  |command = clear
| <tt>color</tt> || Sets your chat to appear in the specified color. To color single lines of chat: [color]text.
+
  |desc    = Clears the game's chat log.
|-
+
}}
| <tt>list, users, players</tt> || Shows a list of names of all players currently connected to your game world.
+
{{Modding:Debug commands/cmd
|-
+
  |command = color-list
| <tt>ping</tt> || Show the current ping time to the host (for farmhands) or to each farmhand (for the host).
+
  |desc    = Displays the list of chat colors:<br /><sup>''White, red, blue, green, jade, yellowgreen, pink, purple, yellow, orange, brown, gray, cream, salmon, peach, aqua, jungle, plum''</sup>
 +
}}
 +
{{Modding:Debug commands/cmd
 +
  |command = color
 +
  |params  = {{t|color}}
 +
  |desc    = Sets your chat to appear in the specified color. To color single lines of chat type <code>['''color''']Your chat message</code>
 +
  |example = <code>/color yellow</code>.
 +
}}
 +
{{Modding:Debug commands/cmd
 +
  |command = dm, message, pm, whisper
 +
  |params  = {{t|player}} {{t|message}}
 +
  |desc    = Send a private message to another player in the same multiplayer session.
 +
}}
 +
{{Modding:Debug commands/cmd
 +
  |command = e, emote
 +
  |params  = {{t|emote}}
 +
  |desc    = Performs an [[#Emotes|emote]].
 +
}}
 +
{{Modding:Debug commands/cmd
 +
  |command = list, users, players
 +
  |desc    = Show a list of names of all players current connected to your game world.
 +
}}
 +
{{Modding:Debug commands/cmd
 +
  |command = mapscreenshot
 +
  |desc    = Take a screenshot of the entire current location, and save it.
 +
}}
 +
{{Modding:Debug commands/cmd
 +
  |command = ping
 +
  |desc    = Show the current ping time to the host (for farmhands) or to each farmhand (for the host).
 +
}}
 +
{{Modding:Debug commands/cmd
 +
  |command = r
 +
  |params  = {{t|message}}
 +
  |desc    = Sends a response message to the last player that sent a direct message to the client.
 +
  |example = <code>/r Hello World!</code> to reply to a DM.
 +
}}
 
|}
 
|}
   Line 152: Line 188:  
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
! command !! description
+
! Command
|-
+
!colspan="2"| Description
| <tt>pause</tt> || Pauses the game for everyone in the session.
   
|-
 
|-
| <tt>resume</tt> || Resumes the game after a <tt>/pause</tt>.
+
{{Modding:Debug commands/cmd
|-
+
  |command = pause
| <tt>kick {{t|player name}}</tt> || Forcibly disconnects a player from the server.
+
  |desc    = Pauses the game at the current time for all players in the session, freezing all characters in place.
|-
+
}}
| <tt>ban {{t|player}}</tt> || Ban a player (not just their character) from the current farm. You can specify a player name, user ID, or IP address.
+
{{Modding:Debug commands/cmd
|-
+
  |command = resume
| <tt>unban {{t|player}}</tt> || Remove a ban so the player can rejoin the server.
+
  |desc    = Resumes the game if it has been paused with <code>/pause</code>
 +
}}
 +
{{Modding:Debug commands/cmd
 +
  |command = kick
 +
  |params  = {{t|player name}}
 +
  |desc    = Forcibly disconnected a player from the multiplayer game.
 +
}}
 +
{{Modding:Debug commands/cmd
 +
  |command = ban
 +
  |params  = {{t|player name}}
 +
  |desc    = Ban a player (not just their character) from the current farm. You can specific a player name, user ID, or IP address.
 +
}}
 +
{{Modding:Debug commands/cmd
 +
  |command = unban
 +
  |params  = {{t|player}}
 +
  |desc    = Remove a ban from a player so that they can rejoin the multiplayer session.
 +
}}
 +
{{Modding:Debug commands/cmd
 +
  |command = unbanAll
 +
  |desc    = Unbans all players that are currently banned, so that they can rejoin the multiplayer session.
 +
}}
 +
{{Modding:Debug commands/cmd
 +
  |command = sleepannouncemode
 +
  |params  = {{t|mode}}
 +
  |desc    = Changes when alerts are sent to chat when a player has gone to sleep in multiplayer.
 +
  |example = <code>/sleepannouncemode off</code> will disable notifications.;<code>/sleepannouncemode first</code> will announce the first time a player sleeps in one day.;<code>/sleepannouncemode all</code> will announce every time a player starts sleeping.
 +
}}
 +
{{Modding:Debug commands/cmd
 +
  |command = mbp, movebuildpermission, movepermissiong
 +
  |params  = {{t|permission}}
 +
  |desc    = Changes farmhands permissions to move buildings from the [[Carpenter's Shop]]
 +
  |example = <code>/mbp off</code> to entirely disable moving buildings.;<code>/mbp owned</code> to allow farmhands to move buildings that they purchased.;<code>/mbp on</code> to allow moving all buildings.
 +
}}
 
|}
 
|}
 +
 +
===Emotes===
 +
{{Stub|Need to add a the table of possible emotes}}
    
===Emojis===
 
===Emojis===
624

edits

Navigation menu