Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/immodevs/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.
https://github.com/immodevs/deprecatedchecker

pmmp pmmp-plugin pmmp-plugins pmmp5 pocketmine pocketmine-mp pocketmine-mp-5 pocketmine-mp-plugin pocketmine-plugins

Last synced: about 21 hours ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 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.