Skip to content
This repository was archived by the owner on Apr 9, 2024. It is now read-only.

v1.1.0: New placeholder and some improvements

Choose a tag to compare

@Andre601 Andre601 released this 27 Jul 14:31
· 1239 commits to master since this release

This update adds a new placeholder that can be used in conditions and the different text options.

Added

  • ${server host} placeholder. This one is replaced with whatever address the player pinged (i.e. mc.example.com when they added this as the server's address in the Add Sercer dialogue).

Improvements

  • Improved Placeholders class
  • Improved StringReplacer to have a static method instead of constantly making new instances.
  • Update default.yml with better examples and descriptions.