You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just to ask for the feature of having a javascript placeholder variant that is compatible with relational placeholders.
I imagine the placeholder being something like this: %rel_javascript_<one/two>_<placeholder>_[args...]
The <one/two> parameter allows us to decide on who's context we should evaluate the [args] to begin with.
Inside of the script we can then use: PlaceholderAPI.static.setPlaceholders(BukkitPlayer/BukkitPlayerOne/BukkitPlayerTwo, "%placeholder%")
To have access to any placeholder in the context of either players. BukkitPlayer being the player selected in the <one/two> parameter
The text was updated successfully, but these errors were encountered:
Just to ask for the feature of having a javascript placeholder variant that is compatible with relational placeholders.
I imagine the placeholder being something like this:
%rel_javascript_<one/two>_<placeholder>_[args...]
The <one/two> parameter allows us to decide on who's context we should evaluate the [args] to begin with.
Inside of the script we can then use:
PlaceholderAPI.static.setPlaceholders(BukkitPlayer/BukkitPlayerOne/BukkitPlayerTwo, "%placeholder%")
To have access to any placeholder in the context of either players. BukkitPlayer being the player selected in the <one/two> parameter
The text was updated successfully, but these errors were encountered: