Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/EngineHub/WorldEdit

πŸ—ΊοΈ Minecraft map editor and mod
https://github.com/EngineHub/WorldEdit

Re-load internal state IDs when WORLD_EDITING cap is re-loaded

f848d3114fbf8d2b05dedc3ec0b1a7da66c29906 authored over 5 years ago by Kenzie Togami <[email protected]>
Merge pull request #510 from EngineHub/feature/blocks-are-patterns

Make BlockStateHolder extend Pattern.

9a133c05d1c27c01492070db1e2f6b9eb007f7c8 authored over 5 years ago by wizjany <[email protected]>
Update to Forge 28.0.34 for PlayerInteract fix

7d31ac6dea40e027776f2afb2e76c9f920d11819 authored over 5 years ago by Kenzie Togami <[email protected]>
Fix travis.

50341acab2df4af23017483747f07decf588fac1 authored over 5 years ago by wizjany <[email protected]>
Make TE tag optional for MCEdit schems too.

And name our threads here too.

afae2b0784c10c3c4e47f89b9fa6e07733470cd0 authored over 5 years ago by wizjany <[email protected]>
Switch build badge to TC.

Also remove dead wiki link.

c5f46d15e1a35792366c04ef10b0d1bc82a081f1 authored over 5 years ago by wizjany <[email protected]>
Remove overrides.

9d9e3ea065fd3c45eaf6f3886a4951c3bb17587a authored over 5 years ago by wizjany <[email protected]>
Make BlockStateHolder extend Pattern.

Removes the need for wrapping them in BlockPattern.

6631b6bdf0638b674b0f0dabad4eb77c0510e5df authored over 5 years ago by wizjany <[email protected]>
Load chunks when setting biomes too.

f4c238c3daa49aab455f3786e3f7427d82ec449f authored over 5 years ago by wizjany <[email protected]>
Merge pull request #499 from EngineHub/fix/quoted

Fixes using suggestions with quoted args, as well as a few other minor issues with suggestions.

6855f221522de167222966849ffa2594cca57c62 authored over 5 years ago by wizjany <[email protected]>
Don't suggest ##* for masks.

c93e5ccfdfd100c20836c66ce7f280beaf5d0e6f authored over 5 years ago by wizjany <[email protected]>
Fix other minor suggestion bugs

50cea37439ed048f0a28e14535fb855987aef027 authored over 5 years ago by Kenzie Togami <[email protected]>
Fix suggestions on Bukkit for good

76b608f90b2afd4e4cf6c0497ef86731f6bfc0e4 authored over 5 years ago by Kenzie Togami <[email protected]>
Potenially fix quoted string completion

3a5170a0e80736bf7d966b3c142509195dabe3b4 authored over 5 years ago by Kenzie Togami <[email protected]>
Merge branch 'master' into fix/quoted

d134820bcbcc87d44d0d94a53b3c30b53003124a authored over 5 years ago by Kenzie Togami <[email protected]>
Fix some load-order issues probably.

Edge cases might still exist around plugins which use WE for initial
world-gen, or in general pl...

0f420f02ff112b5a4d05a4a22d8358b079acfc8c authored over 5 years ago by wizjany <[email protected]>
Make a bunch of paginations internal, generify command boxes. (#509)

8f33e0d550fa63365b4cf1f94ebeec677acb4f43 authored over 5 years ago by wizjany <[email protected]>
[Forge] Update to 1.14.4, pending Forge bugfixes

c8cf0d8ba64ced99dbe18063caa7ba80b6cbbd03 authored over 5 years ago by Kenzie Togami <[email protected]>
Output to debug only if we have a valid DFU for schematics.

Warn for backwards (since we can't DFU) and info for missing DFU
(since it might still be compat...

415cdc0ab2a8f2dd5d1439cf46e8e7a15a53a3ae authored over 5 years ago by wizjany <[email protected]>
Merge pull request #495 from EngineHub/hotfix/nav

Pass through wall improvements

78488d9b76bb22dfa09fe5e1d6108c1a8108c47f authored over 5 years ago by wizjany <[email protected]>
Move floatAt logic to AbstractPlayer, add isAllowedToFly and setFlying.

2cc6a367c623183200ee59b3e6e337315ce67290 authored over 5 years ago by wizjany <[email protected]>
Fix error in /up when used out of bounds.

Also reduce calls to Entity#getLocation() all over since it's
more expensive than it needs to be...

8545417b3a4c926d204a8972493ff1a3c83a0ec9 authored over 5 years ago by wizjany <[email protected]>
Move isAllowedToFly and setFlying to AbstractPlayer, protect them.

4ee2d3b47cef5b17898702f7bc6a031b6b206523 authored over 5 years ago by wizjany <[email protected]>
Fix potential race condition.

I guess.

e504c29df672c32f2baf851def5647492b2e2297 authored over 5 years ago by wizjany <[email protected]>
Pass through wall improvements

This change simplifies the algorithm greatly.

Additionally, this fixes a bug where if standing ...

917f8a18420e30da17e6784a1b20316a6aae35f4 authored over 5 years ago by Wyatt Childers <[email protected]>
Fixed tile entity interaction with Fabric

a9b3fb14298f6c73073385c7ff87d08da175f590 authored over 5 years ago by Matthew Miller <[email protected]>
Bump to Piston 0.4.3

449b0991f33e794a90f13cb7b0bfe57cd193ac82 authored over 5 years ago by Matthew Miller <[email protected]>
Back to snapshots

c3e3ae49566708911673a7b1056ebe7e2350ae84 authored over 5 years ago by Matthew Miller <[email protected]>
7.0.1 RC1

5c2b9e4157b322247607b2e175ab30d6c83a02e7 authored over 5 years ago by Matthew Miller <[email protected]>
Add more id conversions.

Bukkit apparently lower cases these for us, but not Forge.
(And invalid block entities are fine ...

edb2e919e793470b22631157ec4e8bdda8f034de authored over 5 years ago by wizjany <[email protected]>
Don't load old adapters.

a65351e43e3f41540f17d42201e9c983fbe90962 authored over 5 years ago by wizjany <[email protected]>
Update bukkit adapters for 1.14.4.

7c41949f40ce686c834b7a39c7b25fa8dc7c859a authored over 5 years ago by wizjany <[email protected]>
Update Fabric to 1.14.4 and fix physics updates

7b9075c0bfabaf8b9a36efb97cbcb334c0b203ef authored over 5 years ago by Matthew Miller <[email protected]>
Fix Forge regen, by retaining the world reference. Also close the world.

89753477039e8bec08765c96951c7a81e1d352f2 authored over 5 years ago by Kenzie Togami <[email protected]>
BrushTool typo

1d413cde76e01482409d5dea1d3bb4dc5161bcb2 authored over 5 years ago by Jesse Boyd <[email protected]>
Don't overwrite history during changes.

Fixes issues with some changes not being undone.

I mean, the sphere algorithm needs to not set ...

05cee0a30b305e1bb2a003c71183992a2296e46f authored over 5 years ago by wizjany <[email protected]>
Actually use fixed IDs in MCEdit reader.

Fixes WORLDEDIT-3947.

f75104f2accf733987379d45effb17a63537188d authored over 5 years ago by wizjany <[email protected]>
Merge pull request #504 from EngineHub/feature/junit-5

Switch to JUnit 5

6e90c591361770cd2dacf2dbdffbaff822078f28 authored over 5 years ago by Kenzie Togami <[email protected]>
Narrow timeout test exception type

c1f4eecd774c5fd13f69a8364e473d948986dd9b authored over 5 years ago by Kenzie Togami <[email protected]>
Replace try-fail-catch-assert with assertThrows

5c5c822f4b8fc1ba771a85ed868d49632241a861 authored over 5 years ago by Kenzie Togami <[email protected]>
Move Bukkit to JUnit 5

3b157b67c3fb56d26ad800fe3da38386c88db276 authored over 5 years ago by Kenzie Togami <[email protected]>
Move Core to JUnit 5

429d022752af0951bb53990907c2130a901cfab1 authored over 5 years ago by Kenzie Togami <[email protected]>
Properly acquire JUnit 4, drop json-simple

e98b99edcd523e6690a9b5b963fd52b2f310eb9b authored over 5 years ago by Kenzie Togami <[email protected]>
Merge pull request #503 from EngineHub/feature/kotlin-dsl-gradle-scripts

Kotlin DSL Gradle Scripts

bcea78c701c012948d486e88ec9661f12e0eb60e authored over 5 years ago by Kenzie Togami <[email protected]>
Account for IntelliJ bug

5fa311be48e18f24a67f1bc8a12fd36d3133b8c2 authored over 5 years ago by Kenzie Togami <[email protected]>
Attempt to fix ASM conflict

ad5dcbea5864f4fbc21ae4e66b378e0341a7a9e5 authored over 5 years ago by Kenzie Togami <[email protected]>
Fix fabric output jar

98e29f634fc0cf57181b9147ccc1cc59b3d5976c authored over 5 years ago by Kenzie Togami <[email protected]>
Try downgrading fabric

58863c22e8d79602f50dc9b667866bdc1e2c1316 authored over 5 years ago by Kenzie Togami <[email protected]>
Improve logging, update to 5.5.1

52a62b984ba5ce29c14bd0a90e9fb78ef4db553b authored over 5 years ago by Kenzie Togami <[email protected]>
Minor fixes for craftscripts in Forge

5277f99bf28d57ada505dedfb1c425948bcc1c84 authored over 5 years ago by Kenzie Togami <[email protected]>
Migrate Sponge, Libs to Kotlin DSL

5a14693aa95f24026a68e69350032f59f73008fd authored over 5 years ago by Kenzie Togami <[email protected]>
Fixup after shade rhino merge

3bdc1c1cf2e838b9d8d074970d715c052a6f2699 authored over 5 years ago by Kenzie Togami <[email protected]>
Further minor cleanup from Gradle 5 change

59c2a15cdae831c90aa311050705f0d377727a22 authored over 5 years ago by Kenzie Togami <[email protected]>
Migrate Forge to Kotlin DSL

3d4025c75738731c7ac1b8c51f0e1dd9be38f663 authored over 5 years ago by Kenzie Togami <[email protected]>
Re-write root and libs to Kotlin DSL

19802e478ce3e9c08c500076041f4c75d5820825 authored over 5 years ago by Kenzie Togami <[email protected]>
Migrate Bukkit to Kotlin DSL

ab8397e517eeab1e34f37b38772cc5b50a5ad871 authored over 5 years ago by Kenzie Togami <[email protected]>
Migrate Core to Kotlin DSL

55100761a33c5c0086e06078ed641ed86bf56a78 authored over 5 years ago by Kenzie Togami <[email protected]>
Migrate Fabric to Kotlin DSL

47b9716bdcae6754c44f42702ce4871e45a4f90d authored over 5 years ago by Kenzie Togami <[email protected]>
Move away from deprecation, move dependencies towards buildSrc

eccbad92e8b2312b02023f28dc5f00f2ac97c066 authored over 5 years ago by Kenzie Togami <[email protected]>
Merge pull request #501 from EngineHub/feature/gradle-5

Update to Gradle 5

4874c314d0655bc99cefd12d055d50cb9a9b9b3b authored over 5 years ago by Kenzie Togami <[email protected]>
Merge pull request #498 from EngineHub/feature/improved-chunk-batching

Buffered extent improvements

9e7d46662c51e7f6417420265e7c8afd1b88a31a authored over 5 years ago by Kenzie Togami <[email protected]>
Merge pull request #500 from EngineHub/bugfix/libraries-in-forge-jar

Shade Rhino and truezip into Forge dist

b5ed1973d3b65a4fd3e25d3ae2ff91a5b3f356c3 authored over 5 years ago by Kenzie Togami <[email protected]>
Ensure blocks are not moved below world boundary

e87a5559d68c8ba75712a99e304755af8203ae2d authored over 5 years ago by Kenzie Togami <[email protected]>
Update to Gradle 5.5

c5c6a091fdf4a9662eba928f8081a7ee07208b9c authored over 5 years ago by Kenzie Togami <[email protected]>
Prepare worldedit-libs for shadow upgrade

05bf211d7301de62b2c7de01189de73a6597adcd authored over 5 years ago by Kenzie Togami <[email protected]>
Shade Rhino and truezip into Forge dist

5a464142ae96ead54068f32fc21048f0f48713ec authored over 5 years ago by Kenzie Togami <[email protected]>
Grav brush: move to bottom, not down one

2ee71cc72f3465b4bfe551884d98f53179f306f0 authored over 5 years ago by Kenzie Togami <[email protected]>
Play nicer with naughty plugins.

a18f26f8afc9693ff5ace7ad80dd1bdc715cc456 authored over 5 years ago by wizjany <[email protected]>
Fix gravity brush itself, not EditSession

3ad80665d8163f336caa805c0c27255ddc65922e authored over 5 years ago by Kenzie Togami <[email protected]>
Fix handling CUI on Forge server.

Probably.

f0c0eedde7c65403f3274dc3e0d51830de27c155 authored over 5 years ago by wizjany <[email protected]>
First attempt at fixing quoted string oddities.

96e2b6c5af6861f0d57c2dc0bee799bb7a981c17 authored over 5 years ago by wizjany <[email protected]>
Use pagination for //distr and store results. (#496)

508ece9e0f590624aa245bcf166a2fca04e33c66 authored over 5 years ago by wizjany <[email protected]>
Typo fixes and command clarifications/cleanup.

Also re-disable the gradle daemon. It doesn't always play nice with
ForgeGradle and hogs ram.

a2b3aabbbf00cf111f034501e51de45500aaddf6 authored over 5 years ago by wizjany <[email protected]>
License for new class

f2c47f375992c239a1e297664eb2b7e7079b6434 authored over 5 years ago by Kenzie Togami <[email protected]>
Many fixes for buffered extents

99ee32fe8e318d9d3714cfcf283fe86386ffa773 authored over 5 years ago by Kenzie Togami <[email protected]>
Implement getBlock for chunk batching extent

Also improve speed of comparators, by using ::comparingX and bitwise
ops.

d27daefd3e896aba95beb8454c73659998a7fd19 authored over 5 years ago by Kenzie Togami <[email protected]>
Make //count take a mask. Also doc updates, perm fixes.

625cbe5e3d7210956111eabd9a7b1f8d3d6067a1 authored over 5 years ago by wizjany <[email protected]>
Added `worldedit.setwand` permission required to change wand/navwand.

Players without this perm will be stuck with the configuration-defined
default wand/navwand items.

1d1c38887ff0da51ab4d9927e811c9a8c28e4cc4 authored over 5 years ago by wizjany <[email protected]>
Correct perms for nav wand binding.

6be77451b659c121bc2c99fac58ccd4b9c5c1c04 authored over 5 years ago by wizjany <[email protected]>
Fix setting player heads with owner name.

9cbf8178eab0a329ae40bae3d47084ea814d4754 authored over 5 years ago by wizjany <[email protected]>
[Docs] Add a more visible tip about //help on the commands page.

abbca2ea1890d705b3d3ee6ee5a0cbaab0285694 authored over 5 years ago by wizjany <[email protected]>
Re-send type id for cuboid CUI.

Works like poly CUI now.

CUI in general needs to cleanup :\

fae44ffaf2e1b8ad919c2ec17f03f6758087a263 authored over 5 years ago by wizjany <[email protected]>
Update info tool to components.

b5e895c37ef0985fa9d272cf919b9040dd8e4e32 authored over 5 years ago by wizjany <[email protected]>
Fix pasting leashed entities. (#494)

9136139cfdc81d0f53f20d1d08b1a421bd3a422f authored over 5 years ago by wizjany <[email protected]>
Allow block replacer to copy TEs.

927ae6d0762acc91ded7876c4015f1e650006c68 authored over 5 years ago by wizjany <[email protected]>
Change unknown selector to list to enable suggestions.

2b0a4bab27c1d11493e17e52b007f48711a2b37b authored over 5 years ago by wizjany <[email protected]>
Paintings are very special (#492)

Fixes WORLDEDIT-3429

096a9e4f9f91e0797af90887559d4b219f16f699 authored over 5 years ago by Brokkonaut <[email protected]>
Make the selection wand and navigation wand normal tools. (#493)

This means users can bind and unbind them to any item, like other tools.
By default, the items ...

c0f2557f15268fcd2fa6ab46050990d11a76f2eb authored over 5 years ago by wizjany <[email protected]>
Fix infinite loop re-sizing block state internal ID array.

542f87b8f7b991e36710c13b7edca0f6b290e39c authored over 5 years ago by wizjany <[email protected]>
[Fabric] Update fabric/yarn versions to 1.14.3.

efc4d7cba1fdf8af126392db71d9d1122ec1179c authored over 5 years ago by wizjany <[email protected]>
feature(fabric): added fabric support (#491)

* Initial work towards Fabric compat. This does not compile yet

* Further updates - should co...

aa8d34c913405242119ca46a7b611388eb62e070 authored over 5 years ago by Matthew Miller <[email protected]>
Update Piston for to 0.4.2 for bugfix.

7d558ccffab83618842d7ca57e0267e3aa83a94e authored over 5 years ago by wizjany <[email protected]>
[Forge] Update to 1.14.3

255f016df35bbbc75240d65ad6080a31a9d88554 authored over 5 years ago by Kenzie Togami <[email protected]>
Add 1.14 blocks, items, entities, and tags. (#490)

Should remain backwards compatible with 1.13. Removed blocks/items will
be forwarded to the "re...

79910c57d78e27ae945910af13b9ac1d40fbf8ce authored over 5 years ago by wizjany <[email protected]>
[Forge] Use IClearable to clear containers.

2347fdff62c34af40859fb2ed1d59710e01987dc authored over 5 years ago by wizjany <[email protected]>
[Forge] Update to newer 1.14.2 forge, mappings

7879be157eeb1dfa17ad4ca17e0c9812abbd52f4 authored over 5 years ago by Kenzie Togami <[email protected]>
Cleanup multiple batch usage for chunk deletion.

8fcc22c21d58397c2ae6dcd9ade2c10238cb9c76 authored over 5 years ago by wizjany <[email protected]>
Re-add delchunks command (#481)

The new command now writes a json file to WorldEdit's working directory with instructions on whi...

d763ab374caa102b15c07681bdb3f43277f825e8 authored over 5 years ago by wizjany <[email protected]>
Bit more cleanup for schematic handling.

902754ce8abdf092a6c45f06bfe6800c6c024547 authored over 5 years ago by wizjany <[email protected]>
Fix requirements of sponge schematic spec.

Fixes WORLDEDIT-3929.

a3d23fdcea1f199dc20368f0a021c70e02606162 authored over 5 years ago by wizjany <[email protected]>