generated from sVoxelDev/spigot-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
okay, all of the API endpoints which accept json input can also take a placeholders field, like {"miniMessage": "...", "placeholders": {...} }
the actually contents of this placeholders object are three fields, stringPlaceholders, componentPlaceholders and miniMessagePlaceholders. All three are just key-value maps.
Note that componentPlaceholders are directly as a json object, while the others are strings ({"componentPlaceholders": {"text": "something", "color": "red"}, "miniMessagePlaceholders": "accepts tags!"})
miniMessagePlaceholders are parsed into components by the server
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request