Tags
Creators
Details
Licensed GPL-3.0-only
Published last year
Updated 7 months ago
All versions
1.1.4
Release
1.1.4 - Bug Fixes and Runtime Errors7 months ago 2,725
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.4
Platform
Paper
Required content
Any compatible version
Changes
Important Changes
- skript-worldedit 1.1.4 now requires Skript 2.12.0+! This version of Skript should continue to work on 1.19.4+, for anyone still running this server version.
- skript-worldedit is now on Modrinth! This will be the primary spot to download the addon from going forward.
Download 1.1.4 from Modrinth!
Fixes
- Fixes an error that could be thrown by saving schematics via the section (#15, #20). The addon would throw a stack trace due to an unhandled oversight in the logic. This has now been fixed.
- Fixes
CondSchematicExists's syntax, which was missing a whole word, and differed from what the example showed. Also makes some minor changes to the syntax of other elements, for ease (backwards compabatible, no changes necessary).
Additions
- Runtime errors: added in some basic runtime errors and warnings to better show when certain expressions aren't valid when using skript-worldedit syntax. For anyone wondering, this is why Skript 2.12.0+ is now required.
Other (pretty boring) stuff
- Renamed most ambiguously-named Utils classes to be more direct.
Full Changelog: https://github.com/cheeezburga/SkWE/compare/1.1.3...1.1.4
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:ziNxY6ep:j0Cs57bE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ziNxY6ep:j0Cs57bE"
}

