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

Fix Forge CUI handler

5c99d4bf59f9e5db7f45881d55dac12099939bf4 authored about 9 years ago
[Forge] Update to 1.8

ba363bce2016a0c0901eb686f84ae55a29a33900 authored about 9 years ago
Add paging to //schematics.

-p <int> can be used to select a page. Defaults to page 1.

First implementation by @BangL.

8cd46977f3fd9b544b6134e186646d33da76cd19 authored about 9 years ago
Add worldedit.calc permission node to //calc command.

23d6fa7579566b0d92697548afc6a1e27c455a2f authored about 9 years ago
Revert to Guava 17's firstNonNull.

Deprecated but Spigot doesn't include guava18 yet.

bed8a808944a67256aaa1598a06d9f541a3363b5 authored about 9 years ago
Replace //set with new command version.

0e200df5be46818f8aa38d1711bf77e712338900 authored about 9 years ago
Add shortcut forest brush.

86c6de710511369febd93393f8d8ca4e9725a35b authored about 9 years ago
Reorganize and further unify the new commands.

fdfc3cdb33a576410ddf4cac4bd404cb50735ba3 authored about 9 years ago
Make ApplyCommand use SimpleCommand rather than ParameterCommand.

25ad916611708b47c0ace58f0c04491dac5dafd1 authored about 9 years ago
Don't call next suggestion provider if there are no args left.

6cfc60b2d627cc7df22e65988c04fb3881a5aa85 authored about 9 years ago
Add /br raise and /br lower as shortcuts for /br deform.

cba32732a3eaad40d6c73e3d8559e298ca5b946b authored about 9 years ago
Add a default suggested Deform expression.

98b61d0fbd966a487e04bc618261bde36b98ecb5 authored about 9 years ago
Make flags command executor-specific.

874408ad10db72928bc1b0fd4980536063ad02ba authored about 9 years ago
Update new commands with suggestion and help support.

f4bb5272e1eac090fb264ecbeb807ac73d9f2832 authored about 9 years ago
Add some experimental brush commands.

/br set <shape> <radius> <pattern>
/br deform <shape> <expression>
/br scatter <shape> <density>...

935de4c93db215d5573916899a5cc8eefe159bab authored over 9 years ago
[Forge] Fixed tree generation but undo is not yet supported.

b19cd9bec415d0b8b0d96c6c93654760c8dbb12c authored over 9 years ago
Align windows and linux directions

7945b5ce25005df91ed9937ff97497c77f0933d5 authored over 9 years ago
Revert "Tell people to use setupDevWorkspace rather than setupDecompWorkspace"

Issue was fixed in commit 173f83235277e262033ba27b3c3978b7b99a0ee2

This reverts commit 121d77cc...

22fc3c6991d78cb2b1f68b9f1d6d0d267a45f80a authored over 9 years ago
Fix cycler tool trying to set negative data values.

Fixes WORLDEDIT-3325.

9a65bdb72d1ec0ddec26146c4829dbc531541e1a authored over 9 years ago
Actually for real fix unit tests.

I promise this time.
Seriously though, who makes unit tests depend on some old,
hardcoded file th...

1dd6faf7862c9461e87731dd5e9134ce33b8372d authored over 9 years ago
Fix BlockData causing unit test to fail

Yes, even though north/south and south/north anvils LOOK the same, they are in fact different da...

2aad68f80ddc54e90fa526fe71ac974388f42e29 authored over 9 years ago
Merge pull request #334 from OvercastNetwork/master

Fix unfortunate typo in AffineTransform

a28acdd6a843d016c707e528533f833ed75d65f0 authored over 9 years ago
Revert changes to skull rotation.

Because it's stored in nbt. This should fix unit tests.
Someone reported rotation to be broken ...

7586c19bb36c30526e03bb167b0e32df63b43976 authored over 9 years ago
Fix unfortunate typo in AffineTransform

49fde59716e481d081593f8b48dca0eda9d21d2d authored over 9 years ago
Add/Fix rotation values for several blocks.

Torches, redstone torches, anvils, iron trapdoors, and skull should all rotate correctly now.
Doo...

1e6e54b85a050309f053d898200f29fcb5569826 authored over 9 years ago
Updated comment to reflect code changes

780b39198790bf5eff9496b152abde9e0508ad73 authored over 9 years ago
Fixes issue 3315 with VirtualPlayers

http://youtrack.sk89q.com/issue/WORLDEDIT-3315

eb43018ae2211b4257e418209fef1b922a03cf91 authored over 9 years ago
Don't double-check for symlinks while loading schematics.

Fixes WORLDEDIT-3310.

025591e6d92cf241e7714b544c06ac39047ceb8e authored over 9 years ago
Add more random tree types.

b4d574273d5d45bc0742a46cfe34873425d95286 authored over 9 years ago
Make some minor corrections in TreeGenerator.

e6662d75194582a89ae7e034a89ca0e95182087b authored over 9 years ago
2015 called: they are called "oak" and "spruce" now.

270e988b606551582245a637056a520c04a5208d authored over 9 years ago
Cleanup unused imports

ec5de0f22f2876ffb2df416bb7e25ad643aa2a6f authored over 9 years ago
Fix entities copying to original location.

Fixes WORLDEDIT-3275.

642f2a1f581ad49544bc7c140bedc8a0f24eacef authored over 9 years ago
Set project version to 6.1.1-SNAPSHOT.

78a8683df346b64c3eec9ad55f8697b6d27861dd authored over 9 years ago
Set project version to 6.1 for release.

e0b160e0f013840770184af6154f2059c600c2ca authored over 9 years ago
Update changelog.

b5072c8d46484ef6af8fb7ea1ae3c0a35a166c0a authored over 9 years ago
Added Bukkit adapter for 1.8 R3 (1.8.4-1.8.6 atm).

a3a40396469a143fa56bf121a05f1498cd927ccf authored over 9 years ago
Merge pull request #323 from flaminscotsman/CommandExceptions

Fix command exceptions.

58aac973af943bc747dc58161d84c34932d6bc1e authored almost 10 years ago
Fix ExceptionHandler compareTo method.

The previous implementation violated the contract that compareTo must be behave the same way whe...

d5914e52e1ab1de54be2afa04aaaa9221e214b81 authored almost 10 years ago
Merge pull request #322 from flaminscotsman/tools_fix

Fix for WORLDEDIT-3270

2db5d8b11aaf876d6cf7c076f4141ed2424225b5 authored almost 10 years ago
Merge pull request #321 from Dumbo52/master

Add stone + banners to usesData HashSet.

b551512f273f15389f5abb723ca0b31bbdca9d39 authored almost 10 years ago
Added Bukkit adapter for 1.8.3.

604b1d8515e2658af1cd0aa6670228dd28b366ed authored almost 10 years ago
Change cycler tool to use EditSession rather than changing the world directly

f71d037a35476d11ff56745cbcea67ceeb940478 authored almost 10 years ago
Fix incorrect instantiation of BlockBag and EditSession in two of the tools.

Used EditSessionFactory rather than getting the EditSession from the local session.

0d347a3837b20b47f46cf8c1051a0a63cc33708c authored almost 10 years ago
Add rotation values to lit redstone torches.

Fixes WORLDEDIT-3273.

2fedcf8019b0bd07ecd0c470a2ec36bd3b53077e authored almost 10 years ago
Add banners to usesDamageValue HashSet.

440cee35393ecc385fefe9732e05a893497f78ee authored almost 10 years ago
Add stone to usesData HashSet.

55f1f42ebf50ca2b4ba9a1348bfb1056163d29ba authored almost 10 years ago
Merge pull request #320 from Dumbo52/master

Fix imprecise rotations bug.

1209e48470f383a7ca2d76a8a10f638f12b5b652 authored almost 10 years ago
Fix imprecise rotations bug.

The bug this fixes is documented here: http://youtrack.sk89q.com/issue/WORLDEDIT-3220

8b2bf84b5e6107310cf9901e209b81168932da9c authored almost 10 years ago
Fix entity rotation.

20093440583af0b3d871be6732fe54fb9629b004 authored almost 10 years ago
Don't transform entity positions if the isIdentity() == true.

7257c7bb2b0cb22c7411ad9abc506454f1d9a044 authored almost 10 years ago
Merge pull request #318 from kenzierocks/use-guava-18

Force Guava 18

173f83235277e262033ba27b3c3978b7b99a0ee2 authored almost 10 years ago
Force Guava 18

06f59c6576e8ca7bd36e6c66a3a935f06935f968 authored almost 10 years ago
Fix button rotation, add support for up/down flipping and restore unit test functionality.

ddc741147e49391a61c1a575de78a755f1592ee8 authored about 10 years ago
Excluded armor stands from //butcher by default.

Someone got lazy and just made armor stands a living entity instead of extracting an ArmorEquippa...

ec9c77c31bd06114197d13ce55452de11bddfbb1 authored about 10 years ago
Fixed /butcher text in the case of only one mob being killed.

dc6ffae500233b2b090714eee00386c9f18f385c authored about 10 years ago
Restore entity counter to //remove and grammatified //butcher similarly.

d1631a9ca4339d982356ab2872784d738e66ad6a authored about 10 years ago
Directly access entity list

This replaces the very slow chunk dance that was being used.

372a520382fabeb2d093ee094be39e7722a4ed5b authored about 10 years ago
Fix a typo in EditSession.java

98a7257c478cb9ee3152de30a3921c831fae10ed authored about 10 years ago
Tell people to use setupDevWorkspace rather than setupDecompWorkspace

121d77ccf6b479922ad2ef0eaba8b93b46a623c5 authored about 10 years ago
Update shadow plugin version to fix Forge issues

139009dfbb796ae6a514147b74a2381a65418b6b authored about 10 years ago
WEPIF: Use UUIDs wherever possible in PermissionsExResolver

6a6c590a07f42d637bef6e44c710d2129785fc68 authored about 10 years ago
Merge pull request #312 from luacs1998/master

Some fixes and tweaks for PR #309

bb2c5ba00340df476dae2ea0905011b74cf748e6 authored about 10 years ago
Some fixes and tweaks for PR #309

Apologies for the inconvenience.

017126d422e8e3651e8573694484740ef0d69930 authored about 10 years ago
Set version to 6.0.2-SNAPSHOT.

fe6717a0e002edf3ee27e44a88d161c0fe6df58b authored about 10 years ago
Version 6.0.1.

0c4e6e2f0a94618eba165b2e4828c49ff53680e7 authored about 10 years ago
Update changelog for 6.0.1.

b86e80357fc6f73ee8dbd6c897f11ff1d4bb0141 authored about 10 years ago
Merge pull request #309 from luacs1998/master

Add temporary permissions API for the Forge mod.

0151f9a0386c4f7feb04d7f9a83cb3ede9aa4209 authored about 10 years ago
Closed a set of quotes in JavaDocs.

0f865623ed6e73d95a6da5912b72e47885c7a900 authored about 10 years ago
Bump to v6.0.1-SNAPSHOT.

34dc26bddc3ef0090bfd32dc14c73c9b1074f0cb authored about 10 years ago
Release 6.0.

78f975b9e216e38e1091b0837d1f8807c3c136d8 authored about 10 years ago
Update changelog to include MC 1.8 updates.

401d98768c811d24dae8db6a476057d1245b268e authored about 10 years ago
Update internal block data for 1.8, without updates to block bag data.

faf0b0691e21e2befb9691e12021e882a3881479 authored about 10 years ago
Merge pull request #310 from kenzierocks/feature/multi-project-ide

Add support for IDEs in the Gradle build files.

375755241d6fc784b2fa63476e8e85c85ac28fde authored about 10 years ago
Update the changelog.

5b540b66b20e712b01930d7a2802ae6c06182ad9 authored about 10 years ago
[Bukkit] Fix missing configuration file.

ad9c1a03cfb153ef139521f2ca69bf5e99b8c0fc authored about 10 years ago
Add Bukkit adapter for Spigot 1.8R1.

ba72585a9815ecfa641e5f19d93dd8f72ac56293 authored about 10 years ago
Remove the requirement of / for files

4eb3d75beed673dc8b7b52d06ee0e8a2ad517b10 authored about 10 years ago
Update build.gradles for ides

ac1379c93287483d95a1a3f9eedf8f6b5e134db5 authored about 10 years ago
Rough draft of WEPIF for WorldEdit-Forge. Mainly for FE compatibility, but other mods can implement this if they so want.

This commit removes ForgeUtil, with its 2 methods relocated. To set a permissions provider, get ...

e9a97eeff620eaad6e50893e1fb29c41569dbd7b authored about 10 years ago
Set version to 6.0-SNAPSHOT.

45856236081374bab7ce9dd7663a499e74773417 authored about 10 years ago
Bump to 6.0-beta-01.

e7a18b2674a8647bc9a3585555ed818f122ca76b authored about 10 years ago
[Forge] Permit org.lwjgl package import.

2a6de3e1ac8269c8f2755af630d946f50490247d authored about 10 years ago
[Forge] Add a crude reference card GUI.

e193aaba7d8b5e8c9960f545e86a1adc241d0ac2 authored about 10 years ago
[Forge] Add creative use mode and cheat mode and fix config overwrite.

052addbc05837dc043c4325545318fd962dce577 authored about 10 years ago
Handle mod:name as a way to specify blocks in the Forge mod.

3bee2d4c021a9c70f274228688cbeaaae6cd389a authored about 10 years ago
Update CraftBukkit adapters for latest NBT library changes.

a41ba326af79de9be0bb022e1bc6727d28622619 authored about 10 years ago
Remove redundant name from Tag instances.

fe5cfced4f4a0250f47e9f9278c273887fa4412b authored about 10 years ago
Switch to Gradle. Use git log --follow for history.

This converts the project into a multi-module Gradle build.

By default, Git does not show histo...

7192780251dc71f5c70f2460d74eaee6a992333f authored about 10 years ago
Merge pull request #308 from luacs1998/patch-1

Forge: acceptableRemoteVersions = "*"

44559cde683e3f9c073b38ce75643efcd0ac1b18 authored about 10 years ago
Update ForgeWorldEdit.java

This fixes clients being required to install Forge WorldEdit when connecting to servers running ...

a2e8119cc740d49f9cd70320fd3e3ee774c1e789 authored about 10 years ago
Merge pull request #306 from kenzierocks/hotfix/taglistchopped

Forge: Fix NBT tag lists being truncated.

a9fe7049b7f58cec360c1011a468790a54c6f90c authored over 10 years ago
Merge pull request #307 from kenzierocks/hotfix/server

Forge: Change getWorld().getLoadedEntityList() -> getWorld().loadedEntityList.

533ad5ef0a7ce011bb513d6fa5f7c3866b338c11 authored over 10 years ago
Use universal field, not client only method

8da2b84b2ea51c2abc14bb50c0aba74527dd0fba authored over 10 years ago
Calculate size at the start, not every time

90e0352a6701f2c21d6a9415a9e9452eb465a1d9 authored over 10 years ago
Merge pull request #305 from kenzierocks/feature/forge-1.7.10

Update Forge version to 1.7.10.

82a352fcc22157b411cce91550f835adcc800a2f authored over 10 years ago
Remove NBTTagEnd, it isn't possible to create it

d86eaa489af912c42c3f880ae8c3bc04212a21b3 authored over 10 years ago
Update to Forge 1.7.10-10.13.1.1225

1c89f4bffa20416768c3f5deb39fbd9dd4c097bd authored over 10 years ago
Merge pull request #302 from DarkArc/hotfix/groupmanager

Made GroupManager a DinnerPerms based resolver

a5647921cae8d5a27bb81a56ea9948c93dcb790f authored over 10 years ago
Merge pull request #304 from roastnewt/patch-1

Add Stained Glass to usesData HashSet

801bb3d67fa654e76ce28b8b690ed5f0ea24867d authored over 10 years ago