PlaceholderAPI / Javascript-Expansion

Adds javascript placeholders
GNU General Public License v3.0
22 stars 24 forks source link

Provide the argument separator in scripts. #69

Open BlitzOffline opened 2 years ago

BlitzOffline commented 2 years ago

I don't think right now this is being done but I'd love to see the argument separator provided inside each script context. The separator is currently configurable from the config. This would be helpful if all people wanted was 1 long argument that could also contain whatever the separator is. This way people can just take the arguments and join them together and they don't have to hard code the separator everywhere.