Skip to content

Releases: MrKronick/CustomTPA

Release list

v2.3.0

Choose a tag to compare

@MrKronick MrKronick released this 11 Jul 09:01
cde14c8

💰 CustomTPA v2.3.0 — Vault Economy & 70 Languages

🆕 New Features

Vault Integration

  • Teleport requests now cost money!
  • Configurable prices for /tpa and /tpahere in config.yml.
  • Permission customtpa.bypass.cost to ignore payment.
  • Vault download: https://www.spigotmc.org/resources/vault.34315/
  • ⚠️ Note: Vault is not supported on Folia. On Folia, economy features are automatically disabled, and the plugin works without any errors.

🌍 5 New Languages

  • Added Khmer, Lao, Mongolian, Somali, and Zulu.
  • CustomTPA now supports 70 languages with automatic per-player detection.

🔧 Improvements

  • Built upon the stable v2.2.0 foundation.
  • All 70 languages follow the same familiar MiniMessage style.
  • Minor internal optimisations.

📁 Configuration Changes

New config keys:

tpa-cost: 10       # cost for /tpa
tpahere-cost: 5    # cost for /tpahere

v2.2.0

Choose a tag to compare

@MrKronick MrKronick released this 08 Jul 19:26
d7bd389

CustomTPA v2.2.0 — World Whitelist & 65 Languages

🆕 New Features

🌍 World Whitelist

  • Added world whitelist mode alongside the existing blacklist.
  • Now you can choose between:
    • blacklist — block only specific worlds
    • whitelist — allow only specific worlds (everything else blocked)
  • Perfect for servers with many worlds (e.g., EliteMobs, mini-games).
  • Configured in config.yml via world-filter-mode and world-filter-list.

💡 Special thanks to Melacraft for suggesting this feature!

🌐 5 New Languages

  • Added Kazakh, Uzbek, Azerbaijani, Georgian, and Armenian.
  • Total languages now: 65.
  • All new languages include full localization for all messages (warm welcome, statistics, TPA Back, Force TPA, etc.).

🔧 Improvements

  • Updated world filtering logic for better flexibility.
  • All 65 languages follow the same familiar MiniMessage style.
  • Minor code optimisations and cleanups.

📁 Configuration Changes

  • New config keys:
    world-filter-mode: "blacklist"  # blacklist | whitelist
    world-filter-list:
      - "arena"
      - "event_world"