Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Analyzes JavaScript/TypeScript script files to identify Minecraft Script API usage. Parses code to extract API references and usage patterns.
Rules Summary
| Rule ID | Rule | Severity | Auto-Fix |
|---|---|---|---|
| SCRIPT101 | APIs Used | ℹ️ Info |
Rule Details
SCRIPT101
ℹ️ APIs Used
Severity: Info
What This Checks
Tracks which Minecraft Script APIs are being used in the project. Identifies imports from @minecraft/ modules and API method calls.
Technical Details
Data contains the API name or method being referenced.