SkriptLang/Skript - Open Source PR Review Scorecard

Skript is a Paper plugin which allows server admins to customize their server easily, but without the hassle of programming a plugin or asking/paying someone to program a plugin for them.

C-Rank Grade: A (Welcoming) - 57/100

External PR Merge Rate: 59%

Response Time: 3d

First Timer Success: 60%

Frequently Asked Questions

Is SkriptLang/Skript welcoming to first-time open-source contributors?

SkriptLang/Skript has a recorded first-timer success rate of 60.0%. Repositories ranked A typically provide actionable feedback during code reviews and actively nurture new community contributors.

How fast can I expect code review feedback on my pull request?

Maintainers in SkriptLang/Skript respond to incoming external pull requests in approximately 76.1 hours on average. Keeping PRs focused on single tasks and ensuring tests pass helps maintainers review faster.

What does the 57.0 C-Rank™ score (A Tier) represent?

The C-Rank™ system evaluates GitHub projects on a 0–100 scale using real data: PR merge rates, review turnaround time, active maintainer presence, and first-time contributor success. A score of 57.0 places SkriptLang/Skript in the A tier.

What is the external contributor pull request merge rate for SkriptLang/Skript?

The external contributor pull request merge rate for SkriptLang/Skript is 58.6%, based on public PR activity from non-core contributors.

Are there Good First Issues available in SkriptLang/Skript?

SkriptLang/Skript currently has 5 active issue(s) tagged with beginner-friendly labels like "good first issue", "beginner", or "up-for-grabs".

SkriptLang
SkriptLang/SkriptAWelcoming1.3k
GitHub
Back to Explorer
SkriptLang

SkriptLang/Skript

1,329
AWelcoming(57/100)Java

Skript is a Paper plugin which allows server admins to customize their server easily, but without the hassle of programming a plugin or asking/paying someone to program a plugin for them.

Compare
Jump to:

AI Maintainer Review Guidelines

Review Persona

Constructive Code Reviewer

Warmth Score
7.4/10
Patience Score
7.8/10
Nitpick Rate
33%

Balanced & professional review environment in SkriptLang/Skript. Maintains strict focus on technical quality and test standards.

Top PR Submission Do's

  • Add unit tests with >80% coverage for modified code paths
  • Run repository linter and code formatters locally before pushing
  • Link relevant GitHub issue ID in PR description pre-flight checklist

Top PR Friction Pitfalls (Don'ts)

  • Do not submit unlinked PRs without referencing an existing issue
  • Do not mix refactoring and feature logic into a single commit
  • Do not ping maintainers repeatedly within 24 hours of opening
Response Velocity
3 days+
Standard maintainer review cycle

Average Response Latency

Tracks hours until a maintainer leaves a review, comment, or PR response.

Merge Efficiency
58.6%
Moderate PR acceptance rate

External Acceptance Rate

Percentage of community pull requests successfully merged into main.

First-Timer Success
60.0%
Strong first-timer PR acceptance rate

First PR Conversion

Rate at which developers submitting their first repository PR succeed.

Active Maintainers
45 core
Highly collaborative maintainer core
Diagnostic Health HUD
58.6%
Merge Gauge
60.0%
1st-Timer
Community Vibe41/100

Embed C-Rank Badge

Show contributors that your repository actively reviews and merges external pull requests.

GetMerged C-Rank badge for SkriptLang/Skript
[![GetMerged C-Rank](https://getmerged.abhishekco.de/api/badge/SkriptLang/Skript)](https://getmerged.abhishekco.de/SkriptLang/Skript?utm_source=github&utm_medium=badge)

Active Good First Issues (5)

View on GitHub

Suggestion https://jd.papermc.io/paper/26.2/org/bukkit/event/block/BlockDamageAbortEvent.html seems useful as at the moment in vanilla skript theres no way to detect when a player e.g. starts mining an oak log is 50% done then stops would be rather a rather simple event with event-values only being event-player & event-item stack Why? explained above Other https://jd.papermc.io/paper/26.2/org/bukkit/event/block/BlockDamageAbortEvent.html Agreement I have read the guidelines above and affirm I am following them with this suggestion.

📅 Opened Jul 5, 2026💬 4 comments
Quality: 50/100Contribute

Skript/Server Version https://imgur.com/a/bM7Sj8c (sk 2.14.3, mc 1.21.11) Bug Description on xp spawn: cancel event it does not remove the XP that was custom spawned (from other plugin) ExperienceOrb orb = block.getWorld().spawn(block.getLocation().add(0.5, 0.5, 0.5), ExperienceOrb.class); Expected Behavior This XP orb should also be deleted Steps to Reproduce on xp spawn: cancel event ExperienceOrb orb = block.getWorld().spawn(block.getLocation().add(0.5, 0.5, 0.5), ExperienceOrb.class); Errors or Screenshots No response Other No response Agreement I have read the guidelines above and affirm I am following them with this report.

📅 Opened Apr 18, 2026💬 1 comment
Quality: 30/100Contribute

Suggestion Add syntax for getting and setting the target location, despawn timer, item, and whether the eye of ender will shatter. All of this functionality already exists in Paper on the EnderSignal interface, Skript just doesn't have syntax to use it. Relevant Javadocs: Target location: EnderSignal#getTargetLocation and EnderSignal#setTargetLocation Despawn timer: EnderSignal#getDespawnTimer and EnderSignal#setDespawnTimer Item: EnderSignal#getItem and EnderSignal#setItem Will shatter: EnderSignal#getDropItem and EnderSignal#getDropItem Why? I am personally making a minigame where I want to make eyes of ender locate enemy bases rather than strongholds, and I suspect there are others who want to do similar things. Other There is already a plugin (see: https://www.spigotmc.org/resources/ender-eye-target-changer.82263/) that allows one to make eyes of ender target waypoints they define rather than strongholds, but this plugin has not been updated in years, is not highly rated, and doe

📅 Opened Apr 7, 2026💬 6 comments
Quality: 45/100Contribute

Suggestion Add a syntax to get/set fuse ticks of a creeper/primed tnt https://jd.papermc.io/paper/1.21.11/org/bukkit/entity/Creeper.html#setFuseTicks(int) https://jd.papermc.io/paper/1.21.11/org/bukkit/entity/TNTPrimed.html#setFuseTicks(int) https://jd.papermc.io/paper/1.21.11/org/bukkit/entity/Creeper.html#getFuseTicks() https://jd.papermc.io/paper/1.21.11/org/bukkit/entity/Creeper.html#getFuseTicks() Why? Would be useful Skript nore Skbee appear to have this Other If this already in skript I would suggest a syntax change as I could not find it under 'tnt' 'primed' 'fuse' 'ticks' etc Agreement I have read the guidelines above and affirm I am following them with this suggestion.

📅 Opened Mar 7, 2026💬 0 comments
Quality: 30/100Contribute

Skript/Server Version [17:26:06 INFO] [Skript] Skript's aliases can be found here: https://github.com/SkriptLang/skript-aliases [17:26:06 INFO] [Skript] Skript's documentation can be found here: https://docs.skriptlang.org/ [17:26:06 INFO] [Skript] Skript's tutorials can be found here: https://docs.skriptlang.org/tutorials [17:26:06 INFO] [Skript] Server Version: 1.21.10-130-8043efd (MC: 1.21.10) [17:26:06 INFO] [Skript] Skript Version: 2.14.0 (skriptlang-github) [17:26:06 INFO] [Skript] Installed Skript Addons: [17:26:06 INFO] [Skript] - skript-particle v1.3.2 (https://github.com/sovdeeth/skript-particle) [17:26:06 INFO] [Skript] - skript-reflect v2.6.2 (https://github.com/SkriptLang/skript-reflect) [17:26:06 INFO] [Skript] - SkBee v3.15.0 (https://github.com/ShaneBeee/SkBee) [17:26:06 INFO] [Skript] - Ersatz v1.0 [17:26:06 INFO] [Skript] - SkNMS v1.3.1-1.21.6 (https://github.com/ShaneBeee/SkNMS) [17:26:06 INFO] [Skript] Installed dependencies: [17:26:06 INFO] [Skript] - Vault

📅 Opened Jan 16, 2026💬 1 comment
Quality: 70/100Contribute
Looking for more Java beginner tasks?Explore Java GFI

Contributor Community Vibe Feedback

Rate what actually matters after opening a pull request here.

Have you contributed to this repo?

Rate your first-hand PR experience (review speed, maintainer responsiveness, and onboarding ease) to help other contributors.

3 ratings required
Maintainer helpfulness
Review speed
Beginner friendliness

Contributor Compatibility & Review Speed Analysis for SkriptLang/Skript

When evaluating whether to contribute to SkriptLang/Skript, response velocity and maintainer engagement are crucial. GetMerged continuously tracks pull request trajectories, first-comment latency, and code review rounds to help developers avoid submitting pull requests to backlogged repositories.

Currently, maintainers of SkriptLang/Skript acknowledge new external contributions in approximately 3 days+. Out of all submitted pull requests from non-core authors in the last 180-day window, 58.6% were successfully merged into the primary branch.

Frequently Asked Questions - Contributing to SkriptLang/Skript

01

Is SkriptLang/Skript welcoming to first-time open-source contributors?

SkriptLang/Skript has a recorded first-timer success rate of 60.0%. Repositories ranked Welcoming typically provide actionable feedback during code reviews and actively nurture new community contributors.

02

How fast can I expect code review feedback on my pull request?

The initial maintainer response time averages ~3 days+. Keeping PRs scoped to single concerns and ensuring CI checks succeed will optimize review turnaround.

03

What does the 57.0 C-Rank™ score represent?

The C-Rank™ index scores repositories on a 0 to 100 scale using an objective formula: external PR merge rates, initial response speed, active maintainer count, and first-time contributor retention. A score of 57.0 places SkriptLang/Skript in the Welcoming tier.

04

What is the external contributor pull request merge rate for SkriptLang/Skript?

The external pull request merge rate is 58.6%. GetMerged isolates non-core community contributions so external developers get an accurate benchmark of PR acceptance probability.

05

Are there beginner Good First Issues open in SkriptLang/Skript?

Yes, SkriptLang/Skript currently has 5 active issue(s) tagged with beginner-friendly labels. You can inspect these directly from the repository issues tab.

GetMerged C-Rank™ Indexing Standard

All metrics displayed for SkriptLang/Skript are automatically retrieved via the public GitHub API and recalculated daily. Insider pull requests submitted by repository owners or organization members are excluded from merge rate calculations to preserve objective external contributor statistics.