ServerListPlus icon indicating copy to clipboard operation
ServerListPlus copied to clipboard

Custom Placeholders from API/EssentialsX variables

Open caramelpony opened this issue 6 years ago • 0 comments

I'd love to see the addition of a %user_mail_count% placeholder, to allow frequenting users to see pending mail. Small variables like that, and also the ability to add custom placeholders from an API, so like

//Pre-requisite values for the below mentioned APIs.
"token" = "SomeTokenToAllowAPIAcess"
"userUUID" = player.UUID


//Placeholders and such
"%example1%" = "https://example.com/apiv2/{token}/user/{userUUID}/serverVar"

So, %example1% would be referring to the about URL, and allow the server owner to define some pre-requisite info that might need to be provided for the API

caramelpony avatar Aug 29 '19 00:08 caramelpony