Skip to content

Releases: PlaceholderAPI/PluginInfo-Expansion

Expansion-PluginInfo v1.0.1

21 Mar 19:30
Compare
Choose a tag to compare

Expansion-PluginInfo v1.0

04 Mar 05:14
Compare
Choose a tag to compare

Initial Release.

Placeholders

Make sure to replace <plugin> with the name of the plugin you would like information about. At the moment of writing, this is case-sensitive.

  • %plugininfo_enabled_<plugin>% returns true if plugin is enabled, false if not.
  • %plugininfo_disabled_<plugin>% returns false if plugin is enabled, true if not.
  • %plugininfo_exists_<plugin>% returns true if the plugin is on the server, false_ if not.
  • Name: %plugininfo_name_<plugin>%
  • Full Name: %plugininfo_fullname_<plugin>%
  • Description: %plugininfo_description_<plugin>%
  • Version: %plugininfo_version_<plugin>%
  • Website: %plugininfo_website_<plugin>%
  • Authors: %plugininfo_authors_<plugin>%
  • Depends: %plugininfo_depends_<plugin>%
  • Soft Depends: %plugininfo_softdepends_<plugin>%
  • Permissions: %plugininfo_permissions_<plugin>%