skript-worldedit

Addon skript-worldedit 1.1.2

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

cheezburga

Member
Nov 15, 2018
39
6
8
Australia
cheezburga submitted a new resource:

skript-worldedit - Adds support for WorldEdit and FAWE to Skript!

skript-worldedit is here! This new Skript addon brings WorldEdit and FAWE support to Skript, offering numerous effects and expressions for efficient world manipulation. As this is the initial release, and a shockingly small amount of testing was done, it may have some bugs. Please report any issues on the GitHub. Happy scripting!

For more information on the syntax included in this release, see the syntax.md file in the repository. At a later time, the syntax will...

Read more about this resource...
 
cheezburga updated skript-worldedit with a new update entry:

v1.0.1

Changes​

  • How effects are executed - in the initial release, any effect calls would just let Skript continue in the file, without waiting for the effect to be completed. This is no longer the case, and Skript should now finish executing a given effect before moving on. This is how Skript itself handles effects, and should be more familiar, however if you'd like to continue using the effects in a non-blocking way, you can! The patterns for all the effects...

Read the rest of this update entry...
 
cheezburga updated skript-worldedit with a new update entry:

v1.0.2

Additions​

  • A region dimensions expression - can be used to get the height, width, and length of a given region.

Changes​

  • Patterns - updated some of the patterns to be more flexible
  • Pattern prefix - updated the pattern prefix (the use we to bit at the start of some patterns) to now allow for FAWE as well

Other (pretty boring) stuff​

  • Removed the star imports from...

Read the rest of this update entry...
 
cheezburga updated skript-worldedit with a new update entry:

v1.0.3

Additions​

  • An effect to change the biome in a region
  • Spline effect - an effect which takes a set of locations and creates a line (rigid) or spline (curved) between them all using a given pattern. Can take a hollow and thickness parameter

Changes​

  • Updated the dimensions expression to avoid conflicts with Skript's length expression

Other (pretty boring) stuff​

  • Changes and adds...

Read the rest of this update entry...
 
cheezburga updated skript-worldedit with a new update entry:

v1.0.4

Additions​

  • Block count expression - gets the number of blocks in a region that match a certain mask or itemtype
  • Expand/contract effect - expands or contracts a region in a given direction by a given amount. Also optionally can expand in the opposite direction
  • Inset/outset effect - insets or outsets a region by a given amount. Can optionally only perform the operation vertically or horizontally

Other (pretty boring)...​


Read the rest of this update entry...
 
cheezburga updated skript-worldedit with a new update entry:

The Schematic Update

This is the first big update that skript-worldedit has had, and it brings an important feature that's been missing since the initial release: schematics!

Additions
* Schematics - save and paste schematics with ease! There is both an effect and a section for each, the latter of which is recommended, as you can take full advantage of all the configurable options they offer. For more information on this new feature, check out the...

Read the rest of this update entry...
 
cheezburga updated skript-worldedit with a new update entry:

v1.1.1

Fixes
- Fixed an issue where trying to paste a non-Sponge schematic would throw an error in the console. Before, skript-worldedit would assume this format, but it should now be able to accurately identify the format of any given schematic.
- Note that trying to paste schematics created before Minecraft 1.13.2 might not work. If this happens to you, try loading and pasting the schematic using WorldEdit or FAWE...

Read the rest of this update entry...
 
cheezburga updated skript-worldedit with a new update entry:

v1.1.2

Additions
- Delete schematic effect - deletes a schematic
- Forest effect - generates a forest in a region, with a specific tree species and density

Other (pretty boring) stuff
- Internally changes how versioning is done. Now only needs to be changed in the gradle build file, instead of in all three files where the version was included.

Full Changelog: https://github.com/cheeezburga/SkWE/compare/1.1.1...1.1.2

Read the rest of this update entry...