Skip to content

3.0.0

Compare
Choose a tag to compare
@Xinecraft Xinecraft released this 02 Sep 14:07
· 19 commits to main since this release
d6bc752

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