Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 948 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 948 Bytes

RaVariables

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.

Placehdolders

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

How to test

  • Define variable using reactions (for example variable id is test).
  • Type /papi parse %reactions_var:test% and you'll get value of test variable.