Releases: MineTrax/plugin
Releases · MineTrax/plugin
3.3.3
- Bug Fixes
Full Changelog: 3.3.0...3.3.3
3.3.1
3.3.0
3.0.0
What's Changed
- Fix encryption.
- Add all missing event tracker for player intel.
- Add customization of more messages.
- 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
What's Changed
- Add support for EpicCore
- 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
What's Changed
- 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:
- Bug fix of TPS issue causing not reporting of server intel.
- Other minor fixes.
Full Changelog: 1.0.7-alpha...1.0.8-alpha
1.0.7-alpha
What's Changed
- 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
1.0.5-alpha
Added
- Player join Fireworks.
Changed
- Fixes undefined bugs.
- 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
Added
- Add Netty for WebQuery driver by @Xinecraft in #3
Changed
- Fix server crash issue for some special char.
Full Changelog: 1.0.3-alpha...1.0.4-alpha