Skip to content

Expansion for PlaceholderAPI, that shares ReActions' variables

Notifications You must be signed in to change notification settings

Redolith/RaVariables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Expansion for PlaceholderAPI, that shares ReActions' variables

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages