Ecosyste.ms: OpenCollective

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

EngineHub

We make open source Minecraft mods, such as WorldEdit, WorldGuard, CraftBook, CommandBook, and more!
Collective - Host: opensource - https://opencollective.com/enginehub - Website: https://enginehub.org/ - Code: https://github.com/EngineHub

Update issue templates to new format

github.com/EngineHub/CraftBook - 6ef2bff662e588e9ef0c41cfe6c99a502ce61d5b authored almost 3 years ago by Madeline Miller <[email protected]>
Add SpawnReason.SPELL

github.com/EngineHub/CommandHelper - 5413bf9219941cb72b3b88fca52b97b8da628deb authored almost 3 years ago by PseudoKnight <[email protected]>
Remove unused deprecated method in player profiles

github.com/EngineHub/CommandHelper - 77c0e221f132f3ab564040c546b2ec93f00e6563 authored almost 3 years ago by PseudoKnight <[email protected]>
Add get_world_autosave, set_world_autosave. (#1302)

Co-authored-by: Lildirt <[email protected]>

github.com/EngineHub/CommandHelper - 3db829087e7df46d8989635074731090b8e2bf64 authored almost 3 years ago by Lildirt <[email protected]>
Add set/get_banner_patterns()

github.com/EngineHub/CommandHelper - c55fe6889427dbfc23b5334e1ed2a29f07256095 authored almost 3 years ago by LadyCailin <[email protected]>
Bump to snapshot.

github.com/EngineHub/WorldGuard - 27dca2b5064ab8fcc8b849e3f2f1fb7ce2f1aff8 authored almost 3 years ago by wizjany <[email protected]>
Release 7.0.7.

github.com/EngineHub/WorldGuard - 79a3b70d8dab1c1b67d3d98c03d26cd6c5f1ba70 authored almost 3 years ago by wizjany <[email protected]>
Don't cancel potion splashes with no targets.

github.com/EngineHub/WorldGuard - cf69425153b4f6f6b9a09add5ab9c85f4c9160ac authored almost 3 years ago by wizjany <[email protected]>
Play dirty because bukkit classloading is bad. (#2043)

* Play dirty because bukkit classloading is bad.

Fixes #2042.

* Make logging more Bukkit-f...

github.com/EngineHub/WorldEdit - eac5b51b0f127590938cc4fd33907a92021963bb authored almost 3 years ago by wizjany <[email protected]>
Disregard that, definitely need to duplicate.

github.com/EngineHub/WorldGuard - e2fe770e6f192f7f555acc7363cf6e8bc64f5c0b authored almost 3 years ago by wizjany <[email protected]>
Change the class source validator to use classloaders for detection. (#2039)

Since each plugin now has a semi-isolated classloader, checking the codesource of our classes wi...

github.com/EngineHub/WorldEdit - e2ab12c375a12c0c4787af8e7a1c462ee1f77c62 authored almost 3 years ago by wizjany <[email protected]>
Switch to WE's ClassSourceValidator.

Since it's (being) fixed there and no need to duplicate any more.

github.com/EngineHub/WorldGuard - 7e06088c1a95cd09edefd5d3ed81b0a08f399bd2 authored almost 3 years ago by wizjany <[email protected]>
Fix some errors in config loading.

Technically removing a nonexistant property should be fixed in WE's yaml utils but eh.

github.com/EngineHub/WorldGuard - f9d1c2d4e0fbb95cb3a14617da84e54a6edc14b0 authored almost 3 years ago by wizjany <[email protected]>
Add deprecation warnings.

Also remove the nodes from config if unused.

github.com/EngineHub/WorldGuard - f883899cfe4267ddf3080e0be9bf8c358874b332 authored almost 3 years ago by wizjany <[email protected]>
Add deprecation notices for chest protection and sql storage.

github.com/EngineHub/WorldGuardDocs - 32d6f75357de2bc2b65f0cbd6e520d630dccf47a authored almost 3 years ago by wizjany <[email protected]>
Provisional changelog for 7.0.7.

github.com/EngineHub/WorldGuard - de386fb4d85be509ddf98973c60ea70f3ddba554 authored almost 3 years ago by wizjany <[email protected]>
Use deny-message for nether portal protection.

Closes #1882.

github.com/EngineHub/WorldGuard - 660f9ffa0d0c6ecd2621774e0d88a6778e04d317 authored almost 3 years ago by wizjany <[email protected]>
Protect modification of candles and cake as building.

Closes #1880.

github.com/EngineHub/WorldGuard - e05d42371fa8b8a2d094537a22d9cdd33fe24a34 authored almost 3 years ago by wizjany <[email protected]>
Update for various command changes.

* Add new options from https://github.com/EngineHub/WorldGuard/commit/dca0515104edb8a000afe572fc...

github.com/EngineHub/WorldGuardDocs - 24c39e66a0769c63e0487857516975d14cce102f authored almost 3 years ago by wizjany <[email protected]>
Fix typo for rg list

This was probably a typo, plus I changed out "his or hers" to "their" because it's just nicer

github.com/EngineHub/WorldGuardDocs - 140c0e687f69cce93762003ec62f4d03f150bd3a authored almost 3 years ago by Aurora <[email protected]>
Fix associable example

github.com/EngineHub/WorldGuardDocs - 76629a98d9531f87959952af19a77902a7d90a20 authored almost 3 years ago by stonar96 <[email protected]>
Add direct alias support for rcon and fix console name

github.com/EngineHub/CommandHelper - ead9e49ab5977c3dec2935e6f2e1fe022dbd01b5 authored almost 3 years ago by PseudoKnight <[email protected]>
Support message sending for rcon user

github.com/EngineHub/CommandHelper - 28e461ab358a7692ad97dbbf7201216d382590fa authored almost 3 years ago by LadyCailin <[email protected]>
Add support in abstraction layer for RCON.

Also snuck in a change that provides better error messages for the
persistence network if it fai...

github.com/EngineHub/CommandHelper - 78e9f3b853eda64f92ff9cfafd8e5139d5702179 authored almost 3 years ago by LadyCailin <[email protected]>
Allow command execution from RCON (#1300)

github.com/EngineHub/CommandHelper - c91577d6290a2d0e91dca562b32f001039b4cb0e authored almost 3 years ago by add5tar <[email protected]>
Remove SELF parameter

Makes generic code harder

github.com/EngineHub/lin-bus - b53a4a06aa51f10180ea3114040c8b60dcac51fd authored almost 3 years ago by Octavia Togami <[email protected]>
Add BOM, add special exception

github.com/EngineHub/lin-bus - b7ef6651dd6879e1e2e10f2570177101cac6fc1e authored almost 3 years ago by Octavia Togami <[email protected]>
Fix javac on windows, use all lints

github.com/EngineHub/lin-bus - bb0f9064f16283883f3772f05b1323f8b37a0745 authored almost 3 years ago by Octavia Togami <[email protected]>
Disable CodeQL until public

github.com/EngineHub/lin-bus - 3d658d0f27c6ff3c8673bd598499770eb3967836 authored almost 3 years ago by Octavia Togami <[email protected]>
Need LFS

github.com/EngineHub/lin-bus - aca8d639318d791e18f99f33c6b929aaf41f1dbe authored almost 3 years ago by Octavia Togami <[email protected]>
Update verification metadata

github.com/EngineHub/lin-bus - 475090d24ad4a54c343bcc2c0d4611d43a241caf authored almost 3 years ago by Octavia Togami <[email protected]>
Add CodeQL and Gradle actions

github.com/EngineHub/lin-bus - ead3fcbce06fd88975a42201aebe9905c6c8dca4 authored almost 3 years ago by Octavia Togami <[email protected]>
Add some javadoc

github.com/EngineHub/lin-bus - 99b98959165f29e6154c77ace293754c249dc522 authored almost 3 years ago by Octavia Togami <[email protected]>
Huge improvement in performance by refactoring

github.com/EngineHub/lin-bus - 75b852995e0fa03565824d51686b9a53ea102927 authored almost 3 years ago by Octavia Togami <[email protected]>
Allow biome commands to be used from non-player actors (#2034)

github.com/EngineHub/WorldEdit - 76ec878eb20677ea5507f96ceacb73487b19026f authored almost 3 years ago by Maddy Miller <[email protected]>
Move tinyurls to ehub.to (#2033)

github.com/EngineHub/WorldEdit - 17b9f00501f1563d75773a220c8c4ddb218b5697 authored almost 3 years ago by Octavia Togami <[email protected]>
Move ban appeal form to ehub.to (#17)

github.com/EngineHub/EngineHub-Bot - 27fab0b3ee07bb1a6e8e6c64ecd404e3fdd91e41 authored almost 3 years ago by Octavia Togami <[email protected]>
chore: switch to eslint (#42)

* chore: switch /builds to ESLint

* chore: switch /paste/ to ESLint

* chore: switch /golf ...

github.com/EngineHub/enginehub-website - e1e6c18680bf6f5da006e49768294bb884b5676b authored almost 3 years ago by Maddy Miller <[email protected]>
chore: bump dependencies

github.com/EngineHub/enginehub-website - 9fda1fe3adc4254f6c9c670b036fafefce61946d authored almost 3 years ago by Madeline Miller <[email protected]>
Fix code mistake in advanced guide

Place `export()` call in a normal `.ms` file since placing it in `auto_include.ms` would run it ...

github.com/EngineHub/CommandHelper - ac3fc5800c6410fbc69c3ea0651796368730805e authored almost 3 years ago by Pieter12345 <[email protected]>
Dependency updates

github.com/EngineHub/remote-glovebox - 3fbdde697843b99abe47d4f280251c25ab68d9de authored almost 3 years ago by Octavia Togami <[email protected]>
Implment DocumentSymbols in langserv (outline view).

This allows for links to procs, binds, and aliases to be added to the
outline view in the IDE. S...

github.com/EngineHub/CommandHelper - 2f7b2dc2b737ecc5728e27b4640c4d0748e9cc73 authored almost 3 years ago by LadyCailin <[email protected]>
Use parent folder, not file as relative root.

github.com/EngineHub/CommandHelper - 02e1e2abc59c6881c7447e6d24af04ea8dc2c5d4 authored almost 3 years ago by LadyCailin <[email protected]>
chore: show error text on paste fail

github.com/EngineHub/enginehub-website - 2f26cbf473c41c743d7336db5aca545bcb909ecb authored almost 3 years ago by Madeline Miller <[email protected]>
chore: bump dependencies (#41)

* chore: bump dependencies

* Apply changes that Next put on files

github.com/EngineHub/enginehub-website - 10106d24b5046b95a0a49eb1ad46ddc9017c0b27 authored almost 3 years ago by Maddy Miller <[email protected]>
chore: bump to gatsby 4 and next 12 (#40)

github.com/EngineHub/enginehub-website - b5298d51b08302c597d177b92e1f9ebcbc88c729 authored almost 3 years ago by Maddy Miller <[email protected]>
Add player arg to flushstates command.

github.com/EngineHub/WorldGuardDocs - 0d40eea520b051fb6c8680288a374c4a81fadf9d authored almost 3 years ago by wizjany <[email protected]>
Finish cleaning up javadoc

github.com/EngineHub/lin-bus - f4e845921bd5c50efee2bf3a146856c1dca1b3e7 authored almost 3 years ago by Octavia Togami <[email protected]>
Lots of coverage improvements

github.com/EngineHub/lin-bus - 66e9939a98a5af21768c6b0f7629dfa1914a673a authored almost 3 years ago by Octavia Togami <[email protected]>
Bump JDA version

github.com/EngineHub/EngineHub-Bot - 7979c22efdc3517497f5244f2ef904b82873bc5c authored almost 3 years ago by Madeline Miller <[email protected]>
Add support for multiple aliases in one grab

github.com/EngineHub/EngineHub-Bot - 46935124d91ad1a7ad32a2fb3138ea59ca8db41d authored almost 3 years ago by Madeline Miller <[email protected]>
pain exists in the form of snbt parsing

github.com/EngineHub/lin-bus - 1619ef5e6ed836dfd49cbb936e8181f17ad86eb5 authored almost 3 years ago by Octavia Togami <[email protected]>
95% covered on tree!

github.com/EngineHub/lin-bus - b4215e3a1796fb81c76fe90755086c04452247c3 authored almost 3 years ago by Octavia Togami <[email protected]>
Fix Forge max height limit (#2028)

* Fix Forge max height limit

Because this method was silently renamed, we've been using the w...

github.com/EngineHub/WorldEdit - 8929ad205b8071ba53d2766cedd8b62812553625 authored almost 3 years ago by Octavia Togami <[email protected]>
common and stream 95% covered!

github.com/EngineHub/lin-bus - c43e89cc6dde80876eb69d9122accbd5f9bb68ca authored almost 3 years ago by Octavia Togami <[email protected]>
Cleanup jacoco stuff

github.com/EngineHub/lin-bus - 48d765500166ee8d8d705ef0b1e22c7f1629bbc6 authored almost 3 years ago by Octavia Togami <[email protected]>
Spruce up the Gradle build

github.com/EngineHub/lin-bus - 8a7cd40ebe67de5c58e2e669bac8d500edd8c54c authored almost 3 years ago by Octavia Togami <[email protected]>
Fixing tests and adding coverage

github.com/EngineHub/lin-bus - 648a093716cceb59543b76161770b3e1af705838 authored almost 3 years ago by Octavia Togami <[email protected]>
Whew, many improvements, even SNBT!

github.com/EngineHub/lin-bus - 606c279c014bf374a651ba6342074d563c64823e authored almost 3 years ago by Octavia Togami <[email protected]>
Back to SNAPSHOT for continued development

github.com/EngineHub/WorldEdit - 86277d1e6200eeaa5910d1d7cde5a5e0e32b5eb2 authored almost 3 years ago by Madeline Miller <[email protected]>
Release 7.2.9

github.com/EngineHub/WorldEdit - e20e013309fa86608f3b44c3f555ecb88fdedc07 authored almost 3 years ago by Madeline Miller <[email protected]>
release: version 1.18.1+01

github.com/EngineHub/WorldEditCUI - 2e9ebbb9e210311628071e219785fbd2b02a8161 authored almost 3 years ago by zml <[email protected]>
build: Add plugin to fix Guava metadata

github.com/EngineHub/WorldEditCUI - 5028786e31df84a70d17b700cf4dccb60717a9b9 authored almost 3 years ago by zml <[email protected]>
Make rendering with optifine work at least a little bit

github.com/EngineHub/WorldEditCUI - 18c444027a4b2474b855a03e56546c2bdd95b19e authored almost 3 years ago by zml <[email protected]>
Use Chunk#getNoiseBiome instead of biome container (#2025)

This is just way easier, and not buggy! Fixes #2012

github.com/EngineHub/WorldEdit - ab31481e58ed370a94151705688bec90db865641 authored almost 3 years ago by Octavia Togami <[email protected]>
Fix regen on newer Forge due to removed method (#2021)

* Fix regen on newer Forge due to removed method

* Use saveWithFullMetadata

github.com/EngineHub/WorldEdit - e118e3dfb2d8bb3e1b8d1db6eded376d3b9338d4 authored almost 3 years ago by Maddy Miller <[email protected]>
Fix legacy error message output for WorldGuard commands (#2023)

github.com/EngineHub/WorldEdit - e4854338051e88938aea58f81cfff9bc53b01931 authored almost 3 years ago by JOO200 <[email protected]>
Update worldedit-sponge to API 8 (#1771)

* Sponge 8 work

Remove text adapter

Debugging the bugs out

* Resolve compiling for late...

github.com/EngineHub/WorldEdit - fb50324767609d184abb9a7581766eefc0965e2c authored almost 3 years ago by Octavia Togami <[email protected]>
fix: pom.xml to reduce vulnerabilities (#1299)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-MYSQL...

github.com/EngineHub/CommandHelper - 5884402e3ef56a497746ff1c6bc1ef1999e22f87 authored almost 3 years ago by Snyk bot <[email protected]>
Fix verification metadata

github.com/EngineHub/EngineHub-Bot - 418298bfb553c00d08b4144ca9c0069b67f0c290 authored almost 3 years ago by Madeline Miller <[email protected]>
Bump JDA

github.com/EngineHub/EngineHub-Bot - 4a9b3c2feab7840ad3c55be68b6ae64804511f13 authored almost 3 years ago by Madeline Miller <[email protected]>
Merge pull request #1750 from EngineHub/feature/sponge-schematic-3

Sponge Schematic Version 3

github.com/EngineHub/WorldEdit - 09c489df21b0baf619f95cb9efab5f7c4083b205 authored almost 3 years ago by Octavia Togami <[email protected]>
Merge branch 'master' into feature/sponge-schematic-3

github.com/EngineHub/WorldEdit - 3e07a992419c3c898c3d33059f7ee81104c4b714 authored almost 3 years ago by Octavia Togami <[email protected]>
Optimize Region List and Region Teleport commands (#1868)

* Optimized command usage for /rg list and /rg teleport:
* added a flag to the teleport command...

github.com/EngineHub/WorldGuard - dca0515104edb8a000afe572fcce5a47b4a32397 authored almost 3 years ago by JOO200 <[email protected]>
Fix Fabric regenerate outside of overworld (#2016)

* Fix Fabric regenerate outside of overworld

* License

github.com/EngineHub/WorldEdit - ab61a849e87a3056677d9ff2583b8321e97ae176 authored almost 3 years ago by Maddy Miller <[email protected]>
Back to 3.10.7-SNAPSHOT for continued development

github.com/EngineHub/CraftBook - 7cdb2abedcf43f74f4cc875c2c6bcd676db89b35 authored almost 3 years ago by Madeline Miller <[email protected]>
Release 3.10.6

github.com/EngineHub/CraftBook - a91298e3d6b7bee823392c9ec4212d90f152b6ec authored almost 3 years ago by Madeline Miller <[email protected]>
Add the ability to teleport to chunk coordinates by using "!"

github.com/EngineHub/CommandBook - 7def372ffbd7eea37317e3f7182d5fcb1fe70a81 authored almost 3 years ago by Wyatt Childers <[email protected]>
Update gradle

github.com/EngineHub/CommandBook - 3494fc122fb341622663e7b7c77958a57598dcc8 authored almost 3 years ago by Wyatt Childers <[email protected]>
Added note in config to disable navigationWand item (#42)

* Added disable value for navigationWand item

* Added note for wandItem as well

github.com/EngineHub/WorldEditDocs - 9bfbb1cb3d1b3d7a6113117ba139eebb611db94b authored almost 3 years ago by Pierre Dedrie <[email protected]>
Remove extra label from bukkit command usage string.

This is never actually shown anywhere since we use our own help factory, but
apparently the bukk...

github.com/EngineHub/WorldEdit - 0ad3ab14d9aba383996e539d23d28b60e4d1e610 authored almost 3 years ago by wizjany <[email protected]>
Add red sand to sand physics.

This option is still at the mercy of bukkit api and might still not work ¯\_(ツ)_/¯

github.com/EngineHub/WorldGuard - 4abf971cf6690f9fdcf8b41e2e3fc52978c243ea authored almost 3 years ago by wizjany <[email protected]>
Add space in an error message.

github.com/EngineHub/WorldGuard - 875a6fc827a526c95740fcbe7b0dcd718e12c142 authored almost 3 years ago by wizjany <[email protected]>
Delete messages containing at-everyone

github.com/EngineHub/EngineHub-Bot - c4a7387a7d41ba576a795e6b2ae095694bfaf6f0 authored almost 3 years ago by Octavia Togami <[email protected]>
Updated amount of modules, Windows command prompt and outdated hints

github.com/EngineHub/WorldGuard - 3cb4abdbf71867cbd8d6c565a4e9d253969e60bb authored about 3 years ago by JOO200 <[email protected]>
Add COMPILING.md and set Java Version to 16

github.com/EngineHub/WorldGuard - 4caf0afb387f6a88f1bbd5762eb84e84d7ed633e authored about 3 years ago by JOO200 <[email protected]>
Switch to flint in the legacy SignCopier mechanic

github.com/EngineHub/CraftBook - 0f575b4ff14428063a092ffc11e1848ecdc37190 authored about 3 years ago by Madeline Miller <[email protected]>
Update Java-Version in README.md to Java 17

github.com/EngineHub/WorldGuard - 054a73416b10755b0943ea37c2a5102709a5bb3c authored about 3 years ago by JOO200 <[email protected]>
Add the UPDATE SideEffect to Forge (#2000)

github.com/EngineHub/WorldEdit - 512a07ea5dcd5342574827f516dd97c3edd12d82 authored about 3 years ago by Maddy Miller <[email protected]>
Rebrand to EngineHub

github.com/EngineHub/WorldEditCUI - ef79e87951919a2ee9341e75e821e6f6a0231651 authored about 3 years ago by zml <[email protected]>
build: Update Actions workflow to use proper Java version

github.com/EngineHub/WorldEditCUI - b357260471379f2446213f962c055a7bba2380f4 authored about 3 years ago by zml <[email protected]>
End up at a different compromise for translucency

still looks a bit weird on fabulous graphics

github.com/EngineHub/WorldEditCUI - 04f2cf5424ed648e91300c0966a937a4111f6b7c authored about 3 years ago by zml <[email protected]>
quick optifine fix attempt

github.com/EngineHub/WorldEditCUI - ed0132d93d46df3243d19f12d023c61903f971ef authored about 3 years ago by zml <[email protected]>
build: Add quiltflower for decomp

github.com/EngineHub/WorldEditCUI - 25ed2cf403e5310fc809e02e0a89622b46a36e93 authored about 3 years ago by zml <[email protected]>
build: Update gitignore for eclipse

github.com/EngineHub/WorldEditCUI - 94edccdfd34eb857c17cc9e4c23f1a77ec10cf67 authored about 3 years ago by zml <[email protected]>
Merge commit 'refs/pull/53/head' of https://github.com/EngineHub/WorldEditCUI into mc/1.18

Closes GH-53

github.com/EngineHub/WorldEditCUI - 8c09b2eafaf62f9a9e46713178877d0495ea06ad authored about 3 years ago by zml <[email protected]>
Merge branch 'master' into mc/1.17

github.com/EngineHub/WorldEditCUI - 7fbc7dc3bc2da7597935703b74ee1f95215cbd58 authored about 3 years ago by zml <[email protected]>
Fix lines showing behind clouds on fabulous

github.com/EngineHub/WorldEditCUI - e055fbf4637e65c4fed398c0f921ea8b8c219bf1 authored about 3 years ago by James Harrison <[email protected]>
Fix flicker thanks to adryd325

github.com/EngineHub/WorldEditCUI - 47d31c123fd54bac7b9752fe4c1037338ffa1401 authored about 3 years ago by James Harrison <[email protected]>