John Paul R
John Paul R
Hm. Definitely a bug. Time to learn how java does text encoding...
Added some text parsing enhancements here: 028561b62110c8880b0278d22384d17fa3e10f6c I was unable to reproduce your issue with that `rules.txt`, however, so I'm not 100% sure this will have any effect for your...
Note to self: `NumericPermissionGroup` is the real reason to do any of these changes.
I _think_ this is due to the encoding used for the config (or by Java strings internally?) When I make the config read/writer use UTF-16 instead of UTF-8, things work...
Didn't mean to close, whoops.
Older, wiser JP here. It _should_ be totally possible to encode these chars in UTF8, so I'm not quite sure what is going on here.
need to fix `/essentialcommands config display` and `/essentialcommands config display ` -- nontrivial, since logic needs to be added for 1) displaying sub-objects (config sections) and 2) retrieving config options...
Potentially add config option for this behavior? e.g. exclude_afk_from_sleep_percent = "auto_only", "all", "none"?
This is an interesting idea. I like it. Good explanation of the use case. Will add this in a future version.
A ton of the work needed to enable this feature was done in d3d62bf6f5f6c267b6adda7fde3e005afdb89cbf. Currently, this only allows for translations/alt text that is committed to the repo. Next step is...