Skip to content
cccm5 edited this page Aug 8, 2018 · 1 revision

Main configuration

config.yml This is where you set server wide information, like what language to display to the users, what piloting tool to use, and how to handle craft sinking. Located under the plugins/Movecraft directory.

Example

# Not Required, defaults as English. 
# This controls what language the engine will use for notifications.
# Current supported languages are en, cz, and nl.
Locale: en

# Not Required, and defaults to 280 (stick). 
# This specifies what tool you use to pilot crafts. 
# For example, if you put "PilotTool: 288" in your config.yml, then instead of using a stick to move crafts, you could use a feather.
PilotTool: 280

# Not Required, and defaults to 100. 
# This specifies how frequently the engine checks to see if a ship has been damaged enough to start sinking. 
# It is also in Minecraft ticks, or 20 per second. 
# For example, if you put "SinkCheckTicks: 200" in your config.yml, then it will only check to see if a ship should be sinking every 10 seconds instead of 5.
SinkCheckTicks: 100