Skip to content

Releases: MineTrax/plugin

3.3.3

28 Dec 17:55
Compare
Choose a tag to compare
  1. Bug Fixes

Full Changelog: 3.3.0...3.3.3

3.3.1

23 Sep 08:19
Compare
Choose a tag to compare

Changed

  1. Support 1.20.2

Full Changelog: 3.3.0...3.3.1

3.3.0

22 Sep 18:28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.0...3.3.0

3.0.0

02 Sep 14:07
d6bc752
Compare
Choose a tag to compare

What's Changed

  1. Fix encryption.
  2. Add all missing event tracker for player intel.
  3. Add customization of more messages.
  4. Option to report Inventory data in Player Intel. (disabled by default)

New config.yml variables:

# Sends player inventory to Intel for better analysis.
send-inventory-data-to-player-intel: false
# Message when player initialize account link process by typing /account-link
player-link-init-message:
  - "&7Please wait.. Account verification is instantiating."
# Message when player getting linked is not found in website database
player-link-not-found-message:
  - "&c404! Player not in website database yet."
  - "&ePlease try again later."
# Message when player is already linked to an account.
player-link-already-linked-message:
  - "&eHey! This player is already linked. Plz visit {WEB_URL} to know more"
# Message when player linking fails due to unknown error
player-link-unknown-error-message:
  - "&cUnknown error occurred while linking your account."
  - "&ePlease try again later."
# Message when player linking /account-link is successful and LINK_URL is returned for final step.
player-link-final-action-message:
  - "&a&lPlease click or open the link below to complete linking process."
  - "{LINK_URL}"

Full Changelog: 2.0.0...3.0.0

2.0.0

19 Jul 01:15
Compare
Choose a tag to compare

What's Changed

  1. Add support for EpicCore
  2. Add Option to whitelist commands which can be run thru web.
    Eg:
# If enabled only whitelisted commands (whitelisted-commands-from-web) can be sent from web. other custom command will be discarded.
allow-only-whitelisted-commands-from-web: true
whitelisted-commands-from-web:
  - kill
  - kick
  - mute
  - emute
  - ban
  - broadcast

Full Changelog: 1.0.8-alpha...2.0.0

1.0.8-alpha

21 May 12:01
Compare
Choose a tag to compare

What's Changed

  1. Add support for PlaceholderAPI.

Supported variables for online player:

%minetrax_player_id%
%minetrax_player_session_uuid%
%minetrax_player_is_verified%
%minetrax_player_country_id%
%minetrax_player_country_name%
%minetrax_player_country_iso_code%
%minetrax_player_rank_id%
%minetrax_player_rank_shortname%
%minetrax_player_rank_name%
%minetrax_player_rating%
%minetrax_player_total_score%
%minetrax_player_position%
%minetrax_player_first_seen_at%
%minetrax_player_last_seen_at%
%minetrax_player_profile_link%

Fixes:

  1. Bug fix of TPS issue causing not reporting of server intel.
  2. Other minor fixes.

Full Changelog: 1.0.7-alpha...1.0.8-alpha

1.0.7-alpha

19 Feb 12:09
Compare
Choose a tag to compare

What's Changed

  1. Remove the logging in console when not in debug mode (logging disabled by default).

Can enable by changing debug-mode in config.yml

debug-mode: true

Full Changelog: 1.0.6-alpha...1.0.7-alpha

1.0.6-alpha

28 Jan 00:31
Compare
Choose a tag to compare

What's Changed

  • fix: Bug fixes

Full Changelog: 1.0.5-alpha...1.0.6-alpha

1.0.5-alpha

30 Jul 12:44
6390e8a
Compare
Choose a tag to compare
1.0.5-alpha Pre-release
Pre-release

Added

  1. Player join Fireworks.

Changed

  1. Fixes undefined bugs.
  2. Improved encryption method.

VERY IMPORTANT: If you upgrade to 1.0.5 please make sure to also upgrade Web to 1.0.5 at least because of Encryption method changes.

Full Changelog: 1.0.4-alpha...1.0.5-alpha

1.0.4-alpha

20 Jul 11:09
Compare
Choose a tag to compare
1.0.4-alpha Pre-release
Pre-release

Added

Changed

  • Fix server crash issue for some special char.

Full Changelog: 1.0.3-alpha...1.0.4-alpha