3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2025-01-11 18:10:52 +01:00
IronApollo 6807ccd960 Reimplement Masks + Fixes
Masks Reimplemented:
    - Adjacent (~): Adjacent to a specific number of other blocks.
        - Example: ~[oak_log][1][4]
    - Extrema (#extrema): Restrict to near specific terrain extrema. The "-o" flag will only overlay existing terrain.
        - Example: #extrema[0d][45d][-o]
    - ROC Angle (#roc): Restrict to near specific terrain slope rate of change. The "-o" flag will only overlay existing terrain.
        - Example: #roc[0d][45d][-o]
    - Surface (#surface): Restrict to surfaces (any solid block touching air).
        - Example: #surface
    - Wall (#wall): Restrict to walls (any block n,e,s,w of air).
        - Example: #wall

Other Changes:
    - Minor logic change to angle mask's overlay.
    - Fixed negating air mask.
    - Added overlay flag to angle (/) mask.
2020-09-06 18:42:43 -04:00
2020-09-03 17:48:13 -04:00
2020-03-22 15:46:02 -04:00
2020-08-24 22:53:29 -04:00
2020-09-06 18:42:43 -04:00
2020-08-24 22:53:29 -04:00
2019-11-19 15:10:36 +00:00
2020-02-01 20:11:02 -05:00
2020-01-29 17:10:00 -05:00
2020-01-29 16:13:28 -05:00
2020-01-20 11:30:00 +01:00
2020-07-01 20:06:59 -04:00
2020-07-01 20:06:59 -04:00
2020-08-14 15:29:15 -04:00
2020-07-13 13:13:43 +02:00
2020-01-13 16:34:55 -05:00


FAWE is a fork of WorldEdit that has huge speed and memory improvements and considerably more features

Downloads

1.14+

Building

FAWE uses gradle to build
You can safely ignore gradlew setupDecompWorkspace if you are not planning to work on the forge side of FAWE.

$ gradlew setupDecompWorkspace
$ gradlew clean build -x test

The jar is located in worldedit-bukkit/build/libs/FastAsyncWorldEdit-1.16-###.jar

Contributing

Have an idea for an optimization, or a cool feature?

  • We will accept most PR's
  • Let us know what you've tested / what may need further testing
  • If you need any help, create a ticket or discuss on Discord

YourKit


Thank you to YourKit for supporting our product by providing us with their innovative and intelligent tools for monitoring and profiling Java and .NET applications. YourKit is the creator of YourKit Java Profiler, YourKit .NET Profiler, and YourKit YouMonitor
Beschreibung
No description provided
Readme 72 MiB
Languages
Java 99.3%
Kotlin 0.4%
JavaScript 0.3%