Skip to content

Releases: MineTrax/plugin

7.0.2

09 May 14:06

Choose a tag to compare

  • Bug fixes.

Full Changelog: 7.0.0...7.0.2

7.0.0

08 Feb 10:28

Choose a tag to compare

Changed

  1. Ability to pardon player from web.
  2. Confirm before linking player (on by default). can be turned off using config variable enable-player-link-confirmation: false
  3. Plugin bug fixes and improve stability.

New config.yml variables added (Spigot/Paper only)

# 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!'

Full Changelog: 6.3.0...7.0.0

6.3.0

22 Nov 13:52

Choose a tag to compare

Added

  1. BanWarden feature.

Changed

  1. Fixed bugs which causing increase resource usage.
  2. Consolelogs disabled by default.

Note

Add this in config.yml if not already

enable-banwarden=true

Full Changelog: 6.2.1...6.3.0

6.2.1

24 Jun 02:46

Choose a tag to compare

Changed

  1. Fixed blocking behavior on skinsrestorer api call caused when player join in Proxy.

6.2.0

14 Jun 14:14

Choose a tag to compare

Changed

  1. WebQuery improvements.
  2. Bug fixes.

Full Changelog: 6.0.1...6.2.0

6.0.1

07 Jun 15:50

Choose a tag to compare

Changed

  1. Fixed Velocity plugin not loading when skinsrestorer not present.

Full Changelog: 6.0.0...6.0.1

6.0.0

03 Jun 14:13

Choose a tag to compare

  1. WebQuery 2.0 improved security and performance.
  2. Added Proxy support.
  3. more...

Full Changelog: 4.0.2...6.0.0

4.0.2

06 Apr 18:31

Choose a tag to compare

Namespace change

4.0.1

21 Feb 17:56

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

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