Advertisement
MrEminent42

PluginInfo

Apr 20th, 2015
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. \\
  2. === **Description** ===
  3. PluginInfo is a plugin that simply gets information from other plugins, like the name, author, version, etc.
  4.  
  5. === **Commands & Permissions** ===
  6. ||**Command**||**Description**||**Permission**||
  7. ||/info <plugin>||Get information about the plugin.||plugininfo.info||
  8. ||/pinfo <plugin>||Alias for /info.||plugininfo.info||
  9. ||/plugininfo <plugin>||Alias for /info.||plugininfo.info||
  10.  
  11. === **Configuration** ===
  12. <<code yaml>>
  13. Command-format:
  14. Format: ## Specify the format you want your message to be in.
  15. - '&7-===-&c[&aPlugin Info&c]&7-===-'
  16. - '&cPlugin name: &a%plugin%'
  17. - '&cPlugin description: &a%description%'
  18. - '&cPlugin version: &a%version%'
  19. - '&cPlugin author(s): &a%author%'
  20. - '&cPlugin website: &a%website%'
  21.  
  22. auto-update: true ## Specify if you would like this plugin to auto update.
  23. <</code>>
  24. ==== Variables ====
  25. ||**Variable**||**Description**||
  26. ||%plugin%||Displays the plugin name.||
  27. ||%description%||Displays the plugin description.||
  28. ||%version%||Displays the plugin version.||
  29. ||%author%||Displays the plugin author.||
  30. ||%website%||Displays the plugin website.||
  31.  
  32. === **Auto-Updater and Metrics** ===
  33. My plugin is using an Auto-Updater to make sure, you're always using the latest and hopefully most bug free version of my Plugin. If you don't want this Plugin to be auto-updated, you can turn it off in the config file at **"auto-update: true/false"**
  34. They also use a Metrics-System which collects the following Informations:
  35. * A unique identifier
  36. * The server's version of Java
  37. * Whether the server is in offline or online mode
  38. * The plugin's version
  39. * The server's version
  40. * The OS version/name and architecture
  41. * The core count for the CPU
  42. * The number of players online
  43. * The Metrics version Opting out of this service can be done by editing plugins/Plugin Metrics/config.yml and changing opt-out to true.
  44.  
  45. === **Donate** ==
  46. If you would like to donate to me you can click the donate button at the top!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement