Skip to content

DeprecatedChecker - Releases

Latest
Compare
Choose a tag to compare
@ImmoDevs ImmoDevs released this 20 Jun 07:13
· 1 commit to main since this release
9a5cb7c

DeprecatedChecker

DeprecatedChecker is a PocketMine-MP plugin designed to detect and log deprecated warnings from other plugins. This tool is essential for developers to ensure they are not using outdated functions or methods, which can lead to compatibility issues in the future.

Features

  • Detects deprecated warnings.
  • Logs these warnings to a YAML file for review.
  • Helps maintain compatibility by identifying outdated code.