Skip to content

A handy virion for PocketMine-MP plugin developers that checks if a new release for a plugin is available on Poggit. If so then it notifies the user about the new release.

License

Notifications You must be signed in to change notification settings

armly1012/UpdateNotifier

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UpdateNotifier

HitCount License
HitCount GitHub license

A handy virion for PocketMine-MP plugin developers that checks if a new release for a plugin is available on Poggit. If so then it notifies the user about the new release.

Features

  • Super simple virion to be used in your plugins.
  • It checks if a new release for a plugin is available on Poggit. If so then it notifies the user about the new release.

API

JackMD\UpdateNotifier\UpdateNotifier::checkUpdate($pluginName, $pluginVersion);
  • $pluginName is the name of the plugin whose update you want to check.
  • $pluginVersion is the current version of the plugin whose update you want to check.

  • For information regarding how to use a virion in a plugin please refer here.

Disclaimer

This plugin is designed to be used only by PocketMine-MP developers who wish to provide their users with the info of when an update to the plugin is available.

Credits:

  • Sandertv for helping me with the code. I know you said that you didn't want any credits but it only seems fair by doing so.

About

A handy virion for PocketMine-MP plugin developers that checks if a new release for a plugin is available on Poggit. If so then it notifies the user about the new release.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%