Patbox / TextPlaceholderAPI

Placeholder API for Fabric
GNU Lesser General Public License v3.0
39 stars 16 forks source link

Improve argument system for placeholders and text tags #12

Open Patbox opened 2 years ago

Patbox commented 2 years ago

Currently arguments for both are stored as string separated by first / for placeholders (which does work well with spec of Identifiers) and : for text tags. Going with xml/html like system for these should improve usability of them (and remove few of current limitations)