Skip to content

dependabot: bump com.github.SkriptLang:Skript from 2.12.1 to 2.14.0-pre1#230

Open
dependabot[bot] wants to merge 1 commit into
forkfrom
dependabot/maven/com.github.SkriptLang-Skript-2.14.0-pre1
Open

dependabot: bump com.github.SkriptLang:Skript from 2.12.1 to 2.14.0-pre1#230
dependabot[bot] wants to merge 1 commit into
forkfrom
dependabot/maven/com.github.SkriptLang-Skript-2.14.0-pre1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps com.github.SkriptLang:Skript from 2.12.1 to 2.14.0-pre1.

Release notes

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

Pre-Release 2.14.0-pre1

Skript 2.14.0-pre1

We are kicking off the new year with the first pre-release for Skript 2.14.0. This release includes dozens of major contributions to enhance Skript's existing features, along with a handful of exciting new features. Major changes means some breaking changes though, so we hope you all forgive us for doing some early spring cleaning (especially with visual effects). Please remember to look through the Breaking Changes section to see if anything impacts you!

In accordance with supporting the last 18 months of Minecraft updates, Skript 2.14.0 supports Minecraft 1.21.0 to 1.21.11. Newer versions may also work but were not tested at time of release. Paper is required.

Below, you can familiarize yourself with the changes. Additionally, by clicking here, you can view the list of new syntax on our documentation site. As always, report any issues to our issues page!

Per our release model, we plan to release 2.14.0 on January 15th. We may release additional pre-releases before then should the need arise.

Happy Skripting!

Major Changes

Potions Rework

Potion syntax has seen a major rework in order to modernize the syntax and make working with potions a breeze.

Obtaining Potion Effects

Just as before, potion effects can be obtained through syntax like:

set {_potions::*} to the potion effects of the player

However, it is now also possible to obtain specific potion effects:

set {_speed} to the player's speed effect

Potion Creation

Potion creation has been united into a single expression that may optionally be used as a section:

apply an ambient potion effect of speed of tier 5 to the player for 15 seconds:
	hide the particles
	hide the icon

The current effect has been replaced with one for applying potion effects.

Potion Modification

The six primary properties of potion effects are supported: type, duration, amplifier, ambient, particles, and icon. All of these properties may be modified in the builder (see above).

It is also now possible to modify existing potion effects:

set the amplifier of {_potion} to 5
apply {_potion} to {_entity}

... (truncated)

Commits
  • 25dd291 Prepare For Release (2.14.0-pre1)
  • 000b29c Fix Docs JSON Output (#8339)
  • d0b30c3 Function package rework and named function arguments (#8112)
  • cffefae Resolve conflicts from merging dev/patch into dev/feature
  • 8047cd8 Merge branch 'dev/patch' into dev/feature
  • 2eaa6e9 Move type properties to partial release (#8336)
  • 96b8309 Fix non-finite yaw/pitch issue, clean ExprYawPitch, and remove VectorMath (#8...
  • 230071c Adds interaction entity syntaxes (#8291)
  • 76316ea Update Fields and cleanup BukkitClasses (#8300)
  • 0cbcaff Expand the key API to allow for nested keys (#8243)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 2, 2026
@github-actions

github-actions Bot commented Jan 2, 2026

Copy link
Copy Markdown

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 1 package(s) with unknown licenses.
See the Details below.

License Issues

pom.xml

PackageVersionLicenseIssue Type
com.github.SkriptLang:Skript2.14.0-pre1NullUnknown License

OpenSSF Scorecard

PackageVersionScoreDetails
maven/com.github.SkriptLang:Skript 2.14.0-pre1 UnknownUnknown

Scanned Files

  • pom.xml

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 java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants