- Builds
- WorldEdit (
forge-archive/1.12.2
) - Build #4342
WorldEdit Build #4342
Be aware that this branch (
forge-archive/1.12.2
) is not the main branch (master
)!Branches other than the main one may be experimental. In addition, you should be using stable releases rather than these test builds.
Go to main branch View stable downloadsProject | WorldEdit |
---|---|
Status | SUCCESS |
Branch | forge-archive/1.12.2 |
Number | #4342-79a963b |
Date | 2 years ago |
Artifacts
No artifacts (files) are available for this build!
Changes
ID | Summary | Committer | Date |
---|---|---|---|
79a963b3 | Use ItemInteract for item right clicks in Sponge. They don't fire for InteractBlock. | wizjany | 2 years ago |
586bb31c | Updated Sponge to API release version 7.1.0 moved some maven links to https updated the sponge adapters to include https://github.com/EngineHub/WorldEdit-Sponge-Adapters/commit/53719bf894cdc5fe19c72978a46f215d430a2f40 | phit | 2 years ago |
83f57e03 | Fix building above bounds. | wizjany | 2 years ago |
820ccea6 | Implement getMaxY for ForgeWorld. Should play nicer with things like CubicChunks. Note that there is no way to get the min point in Minecraft itself, so this only supports going up, not down. | wizjany | 2 years ago |
593224f6 | Report success if the blockstate is already correct This allows the NBT data to be copied if the block is already correct. | kenzie togami | 2 years ago |
1e3af45a | ==> KT: Remember that ATs exist. | kenzie togami | 2 years ago |
9b996ed2 | Fix accessing biomeName on server | kenzie togami | 2 years ago |
7eafde0c | Bump to SNAPSHOT for any further development needed | kenzie togami | 2 years ago |
58651de7 | [forge] Update Forge to 1.12.2 | kenzie togami | 2 years ago |
08fc855c | Release 6.1.9 for Bukkit 1.12.x | wizjany | 2 years ago |
caf0ad94 | Merge pull request #419 from Cebtenzzre/patch-1 Fix ascent and descent commands. | matthew miller | 3 years ago |
030a07b1 | Fix ascent and descent commands. For seven years and two days, the algorithm for ascent and descent has had an off-by-one error, and started at the wrong level. Also, the message for failed descent has apparently never been right. I figured I'd follow Java's conventions (as I see them) and have a body for the loop, so instead of incrementing the counter within the loop condition, I refactored the loop and put in a break statement. I prefer the shorter version, but POLA wins in a foreign code base. | cebtenzzre | 3 years ago |
a820665d | Merge pull request #417 from Qveshn/fix/customlog-extra-output Unnecessary debug output removed. I'm very sorry =( | matthew miller | 3 years ago |
ebd2a5b7 | Unnecessary debug output removed It was my mistake, I'm very sorry =( | qveshn | 3 years ago |
9f86e71d | Merge pull request #415 from Qveshn/feature/customlog Customizable command log format (Date+Time are now available) | matthew miller | 3 years ago |
f680635d | Added customizable command log format (Date+Time are now available) Added the option format to config files (config.yml + worldedit.properties). By default, current date and time are displayed. The formatting function is implemented by analogy with the class java.util.logging.SimpleFormatter | qveshn | 3 years ago |
6e22a8a4 | Merge pull request #416 from Qveshn/fix/paste-double-transformation Fix entities double transformation copy-rotate-paste and stack | matthew miller | 3 years ago |
6a8ff1f4 | Fix entities double transformation tested with commands stack,copy,rotate,paste 1. //stack 3 up (checked field "repetitions") 2. //copy -e //rotate 45 //rotate 45 //paste (checked transformation) | qveshn | 3 years ago |
f67f2ed9 | Merge pull request #408 from Brokkonaut/fix-old-sign-converting Fix loading and converting signs in old schematics | matthew miller | 3 years ago |
4d2fe62d | Fix loading and converting signs in old schematics * Sign texts not starting with { are never valid json objects, so don't try to parse * Else try to parse as json, but fall back to read sign text as string if not parseable | brokkonaut | 3 years ago |
ca660f12 | Merge pull request #409 from Brokkonaut/fix-wrong-block-for-snow-check LEAVES2 should have snow on it too | matthew miller | 3 years ago |
701d80c7 | LEAVES2 should have snow on it too | brokkonaut | 3 years ago |
17f9b2c7 | Merge pull request #410 from Brokkonaut/add-missing-translucent-blocks some translucent blocks were missing | matthew miller | 3 years ago |
165fdac6 | some translucent blocks were missing | brokkonaut | 3 years ago |
52263ac3 | Ignore CUI connections with more than 3 failed attempts. | matthew miller | 3 years ago |
df1a1d51 | Merge pull request #407 from Legoman99573/patch-3 Made configuration file comments easier to read | matthew miller | 3 years ago |
9d61ecfb | Fixed Grammar Mistakes Thanks to @kenzierocks for showing me some mistakes i forgot to fix | legoman99573 | 3 years ago |
63da23a8 | Made configuration file comments easier to read This should make it a little more clearer to read when someone configures WorldEdit config.yml file | legoman99573 | 3 years ago |
b17f2b55 | Merge pull request #379 from boy0001/vector-fix Vector and BlockVector should use the same hashCode | matthew miller | 3 years ago |
58094c72 | * | jesse boyd | 4 years ago |
ad7fdd19 | Vector and BlockVector should use the same hashCode For example, the getChunks method returns a Set<Vector2D> which is actually comprised of BlockVector2D, so using set.contains(some vector) will always return false. There's unlikely to be multiple entities on the same block, or above y=256, so using the int coords is better. | jesse boyd | 4 years ago |
2a3318b8 | Added signing plugin | matthew miller | 3 years ago |