Skip to content

Releases: MineTrax/minetrax

8.0.0

11 Apr 16:43
da85fbc

Choose a tag to compare

Changed

  1. Total revamp of most of frontend part of site.
  2. Lot of UI/UX improvements.
  3. Multiple color schemes, can be selected from Theme setting.
  4. Lot of new things. Figure it out. :)

Upgrade Guide

Web

  1. Run sh update.sh (Confirm with Y if it ask you to override).

Plugin

  1. Plugin also have latest 8.0.0 with lot of bug fixes, we recommend you upgrade that too.

What's Changed

Full Changelog: 7.0.0...8.0.0

7.0.0

08 Feb 11:04
1092355

Choose a tag to compare

Changed

Upgrade Guide

Note: Make sure you have PHP 8.3+ before upgrading. If not, update to PHP 8.3 before updating minetrax web

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.
APP_MAINTENANCE_DRIVER=file
PHP_CLI_SERVER_WORKERS=4
BCRYPT_ROUNDS=12

CACHE_STORE=redis

# AI API Keys (Required for AI related features)
AI_ENABLED=false
OPENAI_API_KEY=
ANTHROPIC_API_KEY=
OLLAMA_URL=
MISTRAL_API_KEY=
GROQ_API_KEY=
XAI_API_KEY=
GEMINI_API_KEY=
DEEPSEEK_API_KEY=

DISCORD_FORCE_JOIN_SERVER=false

BANWARDEN_AI_INSIGHTS_TYPES=ban,mute,kick,warn
  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 these banwarden related config if not already exists. (only on non-proxy servers, paper, spigot etc):
# Enable player link confirmation to prevent accidental linking
enable-player-link-confirmation: true
# Message when player linking need confirmation
player-link-confirmation-message:
  - "&6&lAre you sure you want to link your account?"
  - "&lClick -> [&a&lConfirm](run_command=/link confirm)  [&c&lDeny](run_command=/link deny)"
  - ""
  - "&6or manually type &a/link confirm&r &6or &c/link deny&r"
# Title to show when player linking need confirmation
player-link-confirmation-title: "&6Confirmation Required"
# Subtitle to show when player linking need confirmation
player-link-confirmation-subtitle: "Please check chat to &aconfirm&f or &cdeny&f linking."
# Processing text
processing-message: '&7Processing...'
# Cancelled text
cancelled-message: '&7Cancelled!'
  1. Restart server.
  2. Done!

Make sure also upgrade Plugin version to 7.0.0 and above else you might get error.

Full Changelog: 6.3.0...7.0.0

6.3.0

22 Nov 14:03
b6814dd

Choose a tag to compare

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

6.2.0

14 Jun 14:12
d2ceea3

Choose a tag to compare

Changed

  1. WebQuery improvements.
  2. Server deletion improvements.
  3. Other minor fixes.

What's Changed

Full Changelog: 6.0.0...6.2.0

6.0.0

03 Jun 14:16
053dcfe

Choose a tag to compare

What's Changed

  1. proxy webquery & intel support.
  2. skinsrestorer support for proxy.
  3. new otp based account linking system.
  4. new command runner module.
  5. listing of failed jobs in admin panel (debug section) and clearing and retry or it.
  6. new after success link command and unlink commands in plugin settings.
  7. player and server intel data bug fixes.
  8. webquery 2.0. new improved and more secure protocol update.
  9. rename recruitment module to applications module.
  10. disable player unlinking. (DISABLE_PLAYER_UNLINKING)
  11. hide next rank from player profile. (HIDE_PLAYER_NEXT_RANK)
  12. add filtering feature in tables.
  13. minor ui fixes.

Upgrade Guide

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.
PULSE_ENABLED=false
HIDE_PLAYER_NEXT_RANK=false
DISABLE_PLAYER_UNLINKING=false
  1. Run sh update.sh (Confirm with Y if it ask you to override).
  2. Done!

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

New Contributors

Full Changelog: 5.1.0...6.0.0

5.1.0

15 Apr 14:00

Choose a tag to compare

What's Changed

  1. Revamp Social Authentication Feature. (View linked accounts in Edit Profile -> Linked Social)
  2. Add Discord Notifications (You will need to add Bot on ur server for it), Check for setup https://minetrax.github.io/docs/web/discord-integration (if u already have 0Auth done you should only follow the Bot part).
  3. Revamp notifications for better management. Check (Edit Profile -> Notification Preferences). Also all notification are now enabled by default.
  4. Added ability to run MineTrax in Docker container with compose, check https://minetrax.github.io/docs/installation/setup-web-docker
  5. Other Bug fixes.

Upgrade Guide

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.
DISCORD_BOT_TOKEN=
  1. Run sh update.sh (Confirm with Y if it ask you to override).
  2. Done!

New Contributors

Full Changelog: 5.0.0...5.1.0

5.0.0

21 Mar 21:38
f94b5e6

Choose a tag to compare

What's Changed

  • Feat: Staff Recruitment System v1 by @Xinecraft in #341
  • Add ability to hide player country with .env HIDE_COUNTRY_FOR_PRIVACY
  • Bug fixes in custom forms.
  • More other fixes.

Upgrade Guide

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.
HIDE_COUNTRY_FOR_PRIVACY=false
  1. Run sh update.sh (Confirm with Y if it ask you to override).
  2. Done!

Full Changelog: 4.5.0...5.0.0

4.5.0

14 Mar 17:24

Choose a tag to compare

What's New

  1. Ability to delete a player statistics (intel).
  2. Add more socials.
  3. Minor fixes.

For Theme Dev:

Minor changes to these frontend file:

  1. resources/default/js/Components/Icon.vue
  2. resources/default/js/Pages/Admin/PlayerIntel/PlayersList.vue
  3. resources/default/js/Pages/Admin/Setting/GeneralSetting.vue
  4. resources/default/js/Pages/Dashboard.vue
  5. resources/default/js/Shared/SocialChannelBox.vue

Full Changelog: 4.4.0...4.5.0

4.4.0

11 Mar 01:43

Choose a tag to compare

What's Changed

  • Feat: Little better way to develop theme for less conflict by @Xinecraft in #333

Full Changelog: 4.3.0...4.4.0

4.3.0

10 Mar 10:10

Choose a tag to compare

What's New

  • Added support for custom themes.
  • Added docs regarding development of themes.
  • Fix UI of social login.

Upgrade Guide

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.
APP_THEME=default
  1. Run sh update.sh (Confirm with Y if it ask you to override).
  2. Done!

📢 Docs:

📢 Developer Docs:

Full Changelog: 4.2.0...4.3.0