123456789101112131415161718192021222324252627282930313233343536 |
- images:
- image:
- repository: ccr.ccs.tencentyun.com/seembox/ryshe_terraria
- tag: tshock-1.4.4.9-5.2.4
- vanilla_image:
- repository: ryshe/terraria
- tag: vanilla-1.4.4.9
- consts:
- terraria_container_name: terraria
- world_path: /worlds
- config_path: /config
- plugins_path: /plugins
- reserved_args:
- - -port
- - -world
- - -maxplayers
- - -password
- - -secure
- - -forceupdate
- - -worldevil
- - -difficulty
- - -autocreate
- - -seed
- - -additionalplugins
- - -configpath
- - -config
- sizes_map:
- small: 1
- medium: 2
- large: 3
- difficulty_map:
- normal: 0
- expert: 1
- master: 2
- journey: 3
|