Skip to content

6.3.0

Latest
Compare
Choose a tag to compare
@Xinecraft Xinecraft released this 22 Nov 14:03
b6814dd

What's Changed

Upgrade Guide

To Web

Below are some additional steps required after you complete the upgrade guide.

  1. Add these new .environment variables to your .env file at the end.
ENFORCE_2FA_FOR_STAFF=false

BANWARDEN_ENABLED=true
BANWARDEN_AI_INSIGHTS_ENABLED=true
BANWARDEN_SHOW_PUBLIC=true
BANWARDEN_SHOW_MASKED_IP_PUBLIC=false
BANWARDEN_MODULE_DISK=private
BANWARDEN_EVIDENCE_MAX_COUNT=2
BANWARDEN_EVIDENCE_ALLOWED_MIMETYPES=jpg,png,gif,bmp,webp,mp4,avi,mov,mkv,webm,zip,rar
BANWARDEN_EVIDENCE_MAX_SIZE_KB=51200
BANWARDEN_ALLOW_CONTROL_FROM_WEB=true
  1. Run sh update.sh (Confirm with Y if it ask you to override).
  2. Done!

To Plugin

  1. Open your minetrax plugin config.yml file and add banwarden related config if not already exists.
enable-banwarden=true
  1. Restart server.
  2. Done!

Make sure also upgrade Plugin version to 6.3.0 and above else you will get error.

Full Changelog: 6.2.0...6.3.0