Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 14 days 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.
- Host: GitHub
- URL: https://github.com/immodevs/deprecatedchecker
- Owner: ImmoDevs
- License: gpl-3.0
- Created: 2024-06-20T06:58:32.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-21T07:59:18.000Z (5 months ago)
- Last Synced: 2024-10-17T03:30:48.496Z (29 days ago)
- Topics: pmmp, pmmp-plugin, pmmp-plugins, pmmp5, pocketmine, pocketmine-mp, pocketmine-mp-5, pocketmine-mp-plugin, pocketmine-plugins
- Language: PHP
- Homepage: https://github.com/ImmoDevs/DeprecatedChecker/releases/download/v1.0.0/DeprecatedChecker.phar
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.