✦ MineTrax Suite ✦ | All-In-One Minecraft Web Software icon

✦ MineTrax Suite ✦ | All-In-One Minecraft Web Software -----

Free WebSuite & Analytics for your minecraft servers.




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.
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.
----------, Nov 22, 2024

  1. Improved webquery
  2. Improved server deletion.
  3. other minor fixes
----------, Jun 14, 2024

  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.
----------, Jun 3, 2024

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.
----------, Apr 15, 2024

What's Changed
  • Feat: Staff Recruitment System v1
  • Add ability to hide player country with .env HIDE_COUNTRY_FOR_PRIVACY
  • Bug fixes in custom forms.
  • More other fixes.
----------, Mar 21, 2024

What's New
  1. Ability to delete a player statistics (intel).
  2. Add more socials.
  3. Minor fixes.
----------, Mar 14, 2024

  • Improved DX for theme development.
----------, Mar 12, 2024

What's New
  • Added support for custom themes.
  • Added docs regarding development of themes.
  • Fix UI of social login.
----------, Mar 10, 2024

What's New
  • Archive Custom Form Submissions.
  • Ability to disable registration using email and password (for those who want only social auth).
  • Bug fixes and improvements in Intel data.

https://github.com/MineTrax/minetrax/releases/tag/4.2.0
----------, Mar 8, 2024

What's Changed
  • Improved UI of News page to look better.
  • Added Language Switcher feature.
  • Added SEO Settings. (you can add title, favicon etc)
  • Other minor fixes.
[​IMG]
[​IMG]
----------, Feb 25, 2024

- Fixes some UX bugs
----------, Feb 16, 2024

What's Changed
  • Add SkinsRestorer support. Avatar will get detected using it if present.
  • Ability to change player skin from website.
  • Link reminder bug fix.
  • Other minor fixes.
[​IMG]
----------, Feb 11, 2024

Added
  1. Custom Form Intel/Analytics (like google form do with charts)
Fixes
  1. Allow special characters in custom form name.
  2. Other fixes related to custom form.
----------, Feb 3, 2024

Added
  1. added Japanese language to local folder by @dusty01534 in #301
  2. Feature: Custom Form by @Xinecraft in #300
Fixes
  1. Improved loading speed of web. Initial load will get better.
  2. Fix other reported bugs.
----------, Jan 12, 2024

Added
  1. Custom Animated Loading Image (GIF or SVG) -> go to Admin -> Settings -> Theme -> Animated Loading Image
  2. Pulse Dashboard for monitoring of website performance. (https://yousite.com/admin/pulse)
Changed
  1. Other minor bug fixes
----------, Dec 6, 2023

  • Translation fixes.
  • Add customizable upload media size.
  • More dashboard bug fixes.
  • Fix the Image cache to file driver to save memory.
----------, Nov 19, 2023

Changelog
Added
  1. Backup module can now use SFTP or S3 Storage.
Changed
  1. Fix Dice avatar URL
Upgrade Guide (optional)
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.
SFTP_DISK_HOST=
SFTP_DISK_USERNAME=
SFTP_DISK_PASSWORD=
SFTP_DISK_PORT=22

AWS_PRIVATE_BUCKET=


  1. Run sh update.sh
  2. Done!
How to use S3 for Backup Storage
If you want to Store your Backups in S3 then configure all AWS related environment variable including AWS_PRIVATE_BUCKET and set BACKUP_DISK to s3-private.

AWS_ACCESS_KEY_ID=key
AWS_SECRET_ACCESS_KEY=sadsadasd+dadas
AWS_DEFAULT_REGION=eu-central-1
AWS_BUCKET=minetrax-public
AWS_PRIVATE_BUCKET=minetrax-private
AWS_USE_PATH_STYLE_ENDPOINT=false

BACKUP_DISK=s3-private

How to use SFTP for Backup Storage
Fill all SFTP related details in .env

SFTP_DISK_HOST=ftp.yoursite.com
SFTP_DISK_USERNAME=yourusername
SFTP_DISK_PASSWORD=yourpassword
SFTP_DISK_PORT=22

BACKUP_DISK=sftp
----------, Oct 20, 2023

Changelog
Added
  1. Downloads Module.
  2. Ability to increase upload limit of profile photo and cover photo using .env variable.
Changed
  1. Bug fixes.
  2. Language improvements.
----------, Sep 22, 2023

Changelog
Added
  1. New Hero section with particles and foreground image and more.
  2. Option to disable top players in homepage.
  3. Ability to set global broadcasts in General setting which will appear in all pages.
Changed
  1. Bug fixes.
New Header:
New header can have foreground now.
You can also set unlimited type of custom particle effect using tsParticles options.
[​IMG]

Full Changelog: 3.1.0...3.2.0
----------, Sep 9, 2023

Added
  1. Dynamic variables per server for custom rating and score algorithm.
  2. Cache config and routes for a faster load of the site.
Changed
  1. Join address . at end fix for SRV like records.
  2. Bug fix remove null from chart with Unknown.
  3. Fix whois /ww command 500 error when wildcard search.
  4. Fix SQL deadlock issue with reties.
  5. Updated GeoIP database.
How to use Dynamic variables.
Most of the static variables are supported dynamic variables and can be used with format {variable}_ server{id}.
Eg:

$total_used__server_1

ID of the server can be found in server list page.
----------, Sep 6, 2023

  1. Player Intel v1.
  2. Option to let u show player intel to anyone (Go to Settings -> Player Setting and change there)
  3. Added steps to help adding servers.
  4. .env variable to let one decide if wanna make ping/query using hostname or ip_address. Can be helpful for server under DDoS protection syystem.
  5. more data in server intel.
  6. support for ViaVersion for tracking player client version.
  7. support for tracking player join address.
----------, Sep 2, 2023

1. Add Automatic File and Database Backup System
2. Other minor fixes.
----------, Aug 20, 2023

1. Fix some statistics bugs in Intel
2. Other minor fixes.
----------, Aug 7, 2023

  • Fixes cookie consent bar issue.
  • UI fixes.
----------, Jul 29, 2023

### Changes
1. UX bug fixes.
2. Fixes some stats in Intel dashboard.
----------, Jul 25, 2023

## Added

* Ask DB Bot for querying your database using GPT3.
* Fixes to Dashboard and Server Intel.
* Other minor fixes.

upload_2023-7-23_2-24-32.png
----------, Jul 22, 2023

Added
  • Revamp the whole Admin Section.
  • Added Server Analytics/Intel
  • Option to open Custom Pages in New Tab.
  • Add Special URL for list of voting sites eg eg: yoursite.com/vote/1 will redirect to voting site 1 which you added.
  • Option to add images to DidYouKnow box.
  • Cookie consent screen for EU law. (enabled by default)
  • Added Dangerzone settings. (can be used to reset data in web, only superadmin can access this settings section)
  • Add Tiktok and LinkedIn URL for Social Boxes.
Changed
  • Changed all tables to data-tables with search and filter.
  • Higher upload size limit for all images.
  • Fix to enable upload of images to S3 instead of local store.
  • Bungeecord not added notification bar can be closed now.
  • Updated to the latest version of all packages.

https://github.com/MineTrax/minetrax/releases/tag/2.0.0
----------, Jul 19, 2023

  • Updated packages (site will feel faster).
  • Add option to delete user.
  • Added placeholder support hook for the plugin.
  • Fix chatbox for light theme.
  • other minor fixes.
----------, May 21, 2023

  • Minor locale & UI fixes
----------, Feb 28, 2023

Release Note: https://github.com/MineTrax/minetrax/releases/tag/1.0.11-alpha
  1. Global loading indicator for better UX
  2. Custom navigation maker
upload_2023-2-19_17-42-28.png
----------, Feb 19, 2023

Release Note: https://github.com/MineTrax/minetrax/releases/tag/1.0.10-alpha

  1. Ability to use HTML/CSS pages at CustomPages section.
  2. Admin can change user's country.
  3. Use polling instead of WebSocket by default for an easier installation.
  4. PHP 8.2 support
----------, Feb 4, 2023

Release Note: https://github.com/MineTrax/minetrax/releases/tag/1.0.9-alpha

1. Bug fixes.
2. CPU and memory fixes.
----------, Jan 28, 2023

Release Note: https://github.com/MineTrax/minetrax/releases/tag/1.0.8-alpha
  1. Hero section for homepage and its configurations from Theme Settings.
  2. Option to enable Sticky Header from General Settings.
  3. Option for FTP connection with SSL.


  4. image.png image2.png
----------, Jan 21, 2023

Release Note: https://github.com/MineTrax/minetrax/releases/tag/1.0.7-alpha
  1. Remove the need to run the npm run prod function which was not working if you have VPS less than 2GB. So now you can host Minetrax in VPS as small as you can get.
  2. Added feature to change the duration of resync using .env variable PLAYER_FETCHER_CRON_INTERVAL. Some available options are hourly everyThirtyMinutes everyFifteenMinutes everyTenMinutes everyFiveMinutes
  3. If your server runs in offline mode you can still fetch player real heads in website using new .env variable USE_USERNAME_FOR_SKINS. Set it to true.
  4. A command to reset any user password from CLI. helpful if you forgot password of your main superadmin user. Eg: php artisan auth:password:reset superadmin
  5. Other minor improvements.
----------, Dec 14, 2022

Release Note: https://github.com/MineTrax/minetrax/releases/tag/1.0.6-alpha

1. Add custom badges option.
2. Add option to automatically mark a person verified when they link account. Can be enabled from .env
3. Fix bug causing role list updation.
4. Other minor bug and lang fixes.
----------, Sep 30, 2022

Release Note: https://github.com/MineTrax/minetrax/releases/tag/1.0.5-alpha

  1. Added option to disable user registration in .env DISABLE_USER_REGISTRATION
  2. Added option to enable email verification system in .env VERIFY_USER_EMAIL
  3. Upgrade the whole package to Vue3 and Vite for faster load and builds.
  4. Upgraded password strength meter.
  5. Better toast notifications using Swal.
  6. Favicon improvements.
  7. Added new translations and fix missing translations.
  8. Changed Mix to Vite. So you need to change .env variables as stated above in Upgrade Guide section.
VERY IMPORTANT: If you upgrade to 1.0.5 make sure to upgrade the plugin too as encryption method has changed.
----------, Jul 30, 2022

  • add localization feature to translate web to any language.
  • fixes unknown server issue in show player section.
  • fix seeder classes so they never run twice even when called with --seed
  • fix broken query system for crack servers
  • upgrade php packages
Release note: https://github.com/MineTrax/minetrax/releases/tag/1.0.4-alpha
----------, Jul 20, 2022

  • Change license to MIT.
  • Documentation fixes.
  • Allow upto MC 1.19 in dropdown.
  • Fixes to create server flow.
  • Statistics fetcher bug fixes.
  • Ability to track player AFK time.
  • Ability to track player world and gamemode time.
  • Added update checker for web.
This is a breaking change. Make sure to read release note.
https://github.com/MineTrax/minetrax/releases/tag/1.0.3-alpha
----------, Jul 2, 2022

  • Fixed UI issue with about me in profile.
  • Fixed username color issue in Dark theme for the comments section.
  • Fixed connection error response when adding a new server.
----------, Jun 10, 2022

- Add player world location tracking for player events.
- Fixes installation doc.
- Add Demo server @ https://minetrax.live
- Fixes web issues.
----------, Jun 5, 2022

Resource Information
Author:
----------
Total Downloads: 5,421
First Release: Jun 2, 2022
Last Update: Nov 22, 2024
Category: ---------------
All-Time Rating:
16 ratings
Find more info at minetrax.github.io...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings