
The command "Say" is used to communicate with the players on the server. For example: "/ me is now making a coffee" ingame heist it then "XYZ is now making a coffee" The command "Me" is used ingame to write a kind of headline about itself. The "Players" command is used to display a list of all players currently on the server. The "Reload" command is used via the Web Interface Console to reload all plugins. The exit command is the only way your server should be downgraded. After you use this command, the server will be saved and shut down. The "off" command is used to safely shut down the server. Learning how to become an Admin you will need this wiki Becoming Admin In Terraria Command Please note, all commands can only be run as in game as admin. Players can press Enter to open the chat box, type a message, and also to enter commands. Received chat messages are displayed near the lower left corner of the screen. Make sure to do so after the world is created!Īfter a world has been generated, you may want to load directly into it.This tutorial is only for Terraria tShock (not Vanilla!)Ĭhat is the system by which players can communicate. If the terminal window is shut down, that will exit the process.The config file can be found in the directory specified by the -v volume.latest is the most recently published container The tag, which defaults to latest if not specified. This could be your image if you build from source Anything left of the : is host machine directory This does not have to be $HOME/terraria/world.

Maps a folder on the host machine into the container for saving the. v $HOME/terraria/world:/root/.local/share/Terraria/Worlds Remove docker container when the container stops or fails

Run interactively and output the text to terminal Let's break down this command: Command Part Docker run -it -rm -p 7777:7777 -v $HOME/terraria/world:/root/.local/share/Terraria/Worlds ryshe/terraria:latest
