Skip to content

PlaceholderAPI/Variables-Expansion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Variables-Expansion

Placeholder:

  • %variables_<variable>%

Will parse placeholders before returning value

Example: %variables_1% will return Hello based on the config below

Example setup in PlaceholderAPI config:

expansions:
  variables:
    '1': 'Hello'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages