We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 081297d commit 5c151fbCopy full SHA for 5c151fb
1 file changed
mcstatus-httpd.py
@@ -91,7 +91,7 @@ def do_mcstatus(self):
91
'list': PLAYER_ONLINE_NAMES
92
},
93
'map': java_server_query.map,
94
- 'motd': java_server_query.motd
+ 'motd': java_server_query.motd.raw
95
}
96
97
if(MINECRAFT_BEDROCK_SERVER and not MINECRAFT_BEDROCK_SERVER.isspace()):
@@ -113,7 +113,7 @@ def do_mcstatus(self):
113
'max': int(bedrock_server_status.players_max)
114
115
'map': bedrock_server_status.map,
116
- 'motd': bedrock_server_status.motd,
+ 'motd': bedrock_server_status.motd.raw,
117
'gamemode': bedrock_server_status.gamemode
118
119
0 commit comments