Niall7459 / HolographicExtension

Add easy to create animations and placeholders into HolographicDisplays.
GNU General Public License v3.0
6 stars 14 forks source link

Periods in Placeholders #17

Open Blobbyguy opened 4 years ago

Blobbyguy commented 4 years ago

Relevant errors: No errors from what I can tell.

You can't put periods in the placeholder or it will not recognise them. E.g. I'm using /papi parse me %luckperms_check_permission_map.snowy% works perfectly returning the correct thing (notice there is a period here and it works)

However %luckperms_check_permission_map.snowy% is not recognised by holographic extension as something to parse, so it doesn't even attempt to and just displays the raw data. If I remove the period, holographic extensions works flawlessly and returns the correct thing in the hologram. However, this is a problem for permission nodes with periods in them :P.

Essentially, the problem is periods in placeholders when being used in a hologram.

Thanks in advanced!