Skip to content

Commit

Permalink
cleaned up modal
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcbax authored Nov 26, 2024
1 parent 2564320 commit a25067f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,17 @@
<!-- Modal content -->
<div class="modal-content">
<span class="close">&times;</span>
<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>
<code>
<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>
<code><pre>
- class: org.dynmap.SimpleWebChatComponent
allowchat: false
# If true, web UI users can supply name for chat using 'playername' URL parameter. 'trustclientname' must also be set true.
allowurlname: false
</code>
</pre></code>
</div>
</div>
<script>
Expand Down

0 comments on commit a25067f

Please sign in to comment.