Skip to content

Bump com.github.SkriptLang:Skript from 2.9.5 to 2.14.1 - #142

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/com.github.SkriptLang-Skript-2.14.1
Closed

Bump com.github.SkriptLang:Skript from 2.9.5 to 2.14.1#142
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/com.github.SkriptLang-Skript-2.14.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 2, 2026

Copy link
Copy Markdown
Contributor

Bumps com.github.SkriptLang:Skript from 2.9.5 to 2.14.1.

Release notes

Sourced from com.github.SkriptLang:Skript's releases.

Patch Release 2.14.1

Skript 2.14.1

Supports: Paper 1.21.0 - 1.21.11

Today, we are releasing Skript 2.14.1 to resolve some of the issues found with Skript 2.14, and a significant number of older bugs too!

As always, you can report any issues on our issue tracker.

Happy Skripting!

Changelog

Additions

  • #8400 Adds the ability to suppress the warning when using a single ':' in a variable name.
  • #8407 Allows setting the item of an arrow projectile, which can change the item picked up when retrieving the arrow and can change the applied potion effects if the arrow is not a spectral arrow.

Bug Fixes

  • #8375 Fixes the function argument error displaying a 'null' value for the parameter name.
  • #8381 Fixes an issue where display name of <entity> returned the incorrect value.
  • #8382 Fixes an issue where apostrophes (') could not be used in literal specification (e.g. dragon's breath (damage cause)).
  • #8384 Refactors the open inventory effect to use Paper's Menu API, which fixes issues with anvils and smithing tables not functioning correctly.
  • #8390 Fixes an issue where the documentation for the 'any of' expression is missing version information.
  • #8395 Fixes issues where some expression sections would be erroneously parsed as sections when they clearly should not be.
  • #8401 Fixes an issue where using past/future world of x expressions wasn't returning the correct world in some scenarios.
  • #8403 Fixes an issue where parsing a region in a world where region data isn't loaded yet/is disabled would cause an exception.
  • #8404 Fixes incorrect example for the particle with speed expression.
  • #8405 Prevents the 'variables cannot be used here' warning from being used when it is not relevant.
  • #8408 Fixes an issue where function calls would not call the most recent version of a function.
  • #8416 Fixes an unintentional block on using x of y when both inputs were literal: 5 of flame particles.

API Fixes

  • #8392 Fixes an issues where the Expression and Structure syntax infos would incorrectly produce warnings about being internal.
  • #8394 Fixes an issue where test servers on GitHub Actions would randomly crash during shutdown.
  • #8399 Fixes an issue with comparing version strings that include postfixes like 'nightly' or 'pre1'.

Click here to view the full list of commits made since 2.14.1

Notices

Experimental Features

Experimental features can be used to enable syntax and other behavior on a per-script basis. Some of these features are new proposals that we are testing while others may have unsafe or complex elements that regular users may not need.

While we have tested the available experiments to the best of our ability, they are they are still in development. As a result, they are subject to change and may contain bugs. Experiments should be used at your own discretion.

Additionally, example scripts demonstrating usage of the available experiments can be found here.

Queue

... (truncated)

Commits
  • 719fe7d Prepare for 2.14.1 (#8423)
  • b8d5d4a Don't throw an exception when Skript has weird load behaviour (#8422)
  • 1c5687a Fix missing name for invalid arguments (#8375)
  • 53fa128 Cleanup ExprWorld and fix time state values (#8401)
  • e77ea62 Refactor EffOpenInventory to support the newer MenuType api by paper (#8384)
  • 9df1b91 Update ExprXOf.java (#8416)
  • 687d23e Fix function implementations not updating on reload (#8408)
  • 81a0a16 Item of arrow support (#8407)
  • daa773f Avoid 'can't use variables here' errors by using regex match for ExprSecPotio...
  • 5ac4dbc Fix example in ExprParticleWithSpeed (#8404)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [com.github.SkriptLang:Skript](https://github.com/SkriptLang/Skript) from 2.9.5 to 2.14.1.
- [Release notes](https://github.com/SkriptLang/Skript/releases)
- [Commits](SkriptLang/Skript@2.9.5...2.14.1)

---
updated-dependencies:
- dependency-name: com.github.SkriptLang:Skript
  dependency-version: 2.14.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Feb 2, 2026
@dependabot @github

dependabot Bot commented on behalf of github Mar 9, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #145.

@dependabot dependabot Bot closed this Mar 9, 2026
@dependabot
dependabot Bot deleted the dependabot/gradle/com.github.SkriptLang-Skript-2.14.1 branch March 9, 2026 02:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants