PluginInfo is an expansion for the plugin PlaceholderAPI that provides information pertaining to plugins on the server.
Simply issue the command /papi ecloud download PluginInfo
.
Alternatively, download and drop the Expansion-PluginInfo.jar
file into plugins/PlaceHolderAPI/expansions
and then reload PlaceholderAPI.
PluginInfo provides the following 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>%
PluginInfo is licensed under the MIT License. For more information please refer to the LICENSE file.