RaVariables provides access to variables defined using plugin ReActions from any plugin that supports PlaceholderAPI.
You must copy RaVariables jar file in expansions
folder of PlaceholderAPI plugin directory.
You can get access to variables defined in ReActions using placeholders:
%reactions_var:GlobalVariableId%
- get value of global variable%reactions_varp:PlayerVariableId%
- get value of variable related to current player%reactions_varp:PlayerName.PlayerVariableId%
- get value of variable related to specified player
- Define variable using reactions (for example variable id is
test
). - Type
/papi parse %reactions_var:test%
and you'll get value oftest
variable.