blob: 29056c140610bfe0261b25f4590efd4587b2fc02 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
tick_length: 600
starting_room: 1001
startup_validation:
root_rooms: [1001]
ignore_unreachable: []
tls:
cert_file: ""
key_file: ""
telnet:
enabled: true
port: 4000
http:
enabled: true
port: 8888
telnet_tls:
enabled: false
port: 4001
https:
enabled: false
port: 8443
admin_https:
enabled: true
port: 9090
default_colors:
room_name: "51 bold"
room_number: "F0"
room_desc: "FC"
direction: "4B"
exit_direction: "4B"
exit_name: "72"
protected_mob: "off"
mob: "off"
damage: "C4"
xp: "DE"
level_up: "E2 bold"
item: "DF"
player_name: "BD"
death: "C4 bold"
victory: "53"
miss: "F3"
error: "D1"
say: "E6"
dialog: "75"
broadcast: "D7"
fire: "D0"
eat_food: "9C"
drop_message: "BA"
credits_pickup: "DC"
map_at: "0F"
map_blocked: "C4"
|