You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/base.html
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -72,13 +72,17 @@
72
72
<!-- Modal content -->
73
73
<divclass="modal-content">
74
74
<spanclass="close">×</span>
75
-
<p>If you are here because of a message in your minecraft server console, this wasn't us and is a harassment campaign from a griefing group Your server is not hacked they are just sending messages in your chat from the dynmap plugin/mod To fix this open the dynmap config and change the allowchat setting to false like this:</p>
76
-
<code>
75
+
<p>
76
+
If you are here because of a message in your minecraft server console, this wasn't us and is a harassment campaign from a griefing group.
77
+
Your server is not hacked they are just sending messages in your chat from the dynmap plugin/mod.
78
+
To fix this open the dynmap config and change the allowchat setting to false like this:
79
+
</p>
80
+
<code><pre>
77
81
- class: org.dynmap.SimpleWebChatComponent
78
82
allowchat: false
79
83
# If true, web UI users can supply name for chat using 'playername' URL parameter. 'trustclientname' must also be set true.
0 commit comments