Skip to content

Releases: MineTrax/plugin

4.0.2

06 Apr 18:31
Compare
Choose a tag to compare
Namespace change

4.0.1

21 Feb 17:56
Compare
Choose a tag to compare

Fix bug which break other plugins when MineTrax fail to load on start.

4.0.0

11 Feb 18:26
Compare
Choose a tag to compare

Changed

  1. Added ability to change skin from website.
  2. Fixed reminder issue when player keep getting link remainder until they leave and join again.

Full Changelog: 3.5.0...4.0.0

3.6.0

14 Jan 10:01
Compare
Choose a tag to compare
  1. Add option to shorten the account link url

In config.yml

shorten-account-link-url: true

3.5.0

12 Jan 15:19
Compare
Choose a tag to compare
  1. Add support for 1.20.4
  2. Bug fixes

Full Changelog: 3.3.1...3.5.0

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