Skip to content

Commit a25067f

Browse files
authored
cleaned up modal
1 parent 2564320 commit a25067f

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

templates/base.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,17 @@
7272
<!-- Modal content -->
7373
<div class="modal-content">
7474
<span class="close">&times;</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>
7781
- class: org.dynmap.SimpleWebChatComponent
7882
allowchat: false
7983
# If true, web UI users can supply name for chat using 'playername' URL parameter. 'trustclientname' must also be set true.
8084
allowurlname: false
81-
</code>
85+
</pre></code>
8286
</div>
8387
</div>
8488
<script>

0 commit comments

Comments
 (0)