Fresh project with a decent start. Tests and CI now will set it apart.

The UltimateDonutSMP replica - Premium & Optimized plugin | Folia Paper Spigot support

Documentation

45

License6pt0

No license detected.

Add a LICENSE file. Without one, nobody can legally use, copy, or contribute to your code.

Contributing guide5pt0

No CONTRIBUTING.md found (−47 pts base + up to −53 pts more for content).

Add a CONTRIBUTING.md telling newcomers how to get involved. Include setup, code style, test, and PR instructions.

Install and run instructions9pt45

README documents how to install the project.

README12pt85

README is present.

Engineering

54

Linting and formatting5pt0

No Java/Kotlin linter configured.

Add Checkstyle or Spotless for Java formatting, or ktlint/Detekt for Kotlin. Run it via Maven/Gradle or as a CI step.

Issue and PR templates6pt0

No issue or PR templates found (−100 pts).

Add .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md to guide contributors. It dramatically improves issue quality.

CI/CD14pt57

CI is configured (.github/workflows/build.yml).

Reproducibility6pt70

Lockfile present (discord-bot-example/package-lock.json). Installs are reproducible.

Tests18pt80

Test files detected (src/test).

Project health

84

Housekeeping3pt0

No .gitignore found (−60 pts).

Add a .gitignore to keep build output, node_modules, and secrets out of version control.

Dependency manifest6pt100

Dependency manifest found (pom.xml).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • Commits (30d / 90d)
  • 8
    Forks
  • 12
    Releaseslatest 24d ago

Community

  • Community health
  • authors own >50% of commits
  • 6
    Watchers

Responsiveness

  • 7h
    Median issue response
  • <1h
    Median PR merge time
  • 1
    Open issues
Repository files12 root entries
  • .github
    Good: CI is configured (.github/workflows/build.yml).
  • discord-bot-example
    Good: Lockfile present (discord-bot-example/package-lock.json). Installs are reproducible.
    Issue: Build artifacts or local files may be committed (discord-bot-example/.env) (−40 pts).Fix: Remove them and add to .gitignore.
  • folia
  • images
  • main
  • scripts
  • src
    Good: Test files detected (src/test).
  • build-folia.bat
  • build-paper&spigot.bat
  • dependency-reduced-pom.xml
  • pom.xml
    Good: Dependency manifest found (pom.xml).
  • README.md
    Good: README is present.
    Good: README is well structured with multiple sections.
    Good: README includes screenshots or visuals. Great for first impressions.
    Issue: README has no code examples (−15 pts).Fix: Show a quick-start snippet so contributors can see what using your project looks like.
    Good: README links to a live demo or deployed app.
    Good: README includes status badges.
    Good: README documents how to install the project.
    Issue: No run or usage instructions found (−45 pts).Fix: Add a section showing how to start or use the project.