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

Updated for 4.0-beta3.

github.com/EngineHub/WorldEdit - 92571d96f327ee200779b501dabcbfd8278e8622 authored almost 14 years ago
Fixed an error the command parser that resulted it in handling commands it did not really handle. Closes #153.

github.com/EngineHub/WorldEdit - ccd586ec81e1c220f3d5722a5757de7d6de27989 authored almost 14 years ago
Updated reflowing of water on sponge removal/deactivation

github.com/EngineHub/WorldGuard - edd2f460a072ad42a2b72c5805fcf3b788fdc248 authored almost 14 years ago
Added reflowing of water on sponge removal/deactivation and

Updated water clearing on sponge creation/activation

github.com/EngineHub/WorldGuard - 8810647bb8291913256ddeb8c8706854fd1227cb authored almost 14 years ago
Fixed the water damage block Bug

github.com/EngineHub/WorldGuard - 2204bd67a7858ebe41488e36ee02cb83fb186e79 authored almost 14 years ago
Added ability to change default values of region's flags in config.yml for: FLAG_LIGHTER, FLAG_TNT, FLAG_CREEPER_EXPLOSION, FLAG_MOB_DAMAGE

github.com/EngineHub/WorldGuard - c9c747693d47d0f0f784f4c091bb3d7891988996 authored almost 14 years ago
more fixed for cake protection, protected cake now is semi-proteced, only the first slice is not protected

github.com/EngineHub/WorldGuard - 135d92303d07a7cc85e63f690185f3169a073c43 authored almost 14 years ago
fixed cake protection in regions

github.com/EngineHub/WorldGuard - c70743415594ab3aa6c00fbb3f2f0e02c385fb30 authored almost 14 years ago
55: ProtectedPolygonalRegion should now handle edges better.

github.com/EngineHub/WorldGuard - 4b72805a6917494779ee9777869df492dfb55f28 authored almost 14 years ago
really fixed setUpCourtyardRegion()..

github.com/EngineHub/WorldGuard - d5a9b0c65f9c2572bc2cc61625c9f8f0906f3337 authored almost 14 years ago
fixed ProtectedPolygonalRegion construction in setUpCourtyardRegion

github.com/EngineHub/WorldGuard - 2015604fe2b887a4bf4fbaf84c3123dbaf04aaef authored almost 14 years ago
added ItemAcquireBlacklistEvent for onPlayerPickupItem, not implemented in craftbukkit. yet

github.com/EngineHub/WorldGuard - 96a290b153fd48819d3d60685d563e315ceda876 authored almost 14 years ago
added tests to netbeans project

github.com/EngineHub/WorldGuard - 912fcfe88a8685bb307193ab3484d7a7b93290d2 authored almost 14 years ago
added NetBeans project files

github.com/EngineHub/WorldGuard - 4dcf7489fa984ad1342a7a3ce33796176dafe886 authored almost 14 years ago
updated onPlayerDropItem for latest bukkit, updated WorldEdit API calls for latest WorldEdit

github.com/EngineHub/WorldGuard - 7f1552dff84de8b2d286f82739376bfff7c5d22b authored almost 14 years ago
Updated for 4.0-beta2.

github.com/EngineHub/WorldEdit - b725ade5cf68ba29e248ae13eb8f3c91dcbbc90e authored almost 14 years ago
Added /search alias to plugin.yml.

github.com/EngineHub/WorldEdit - eeb82e29f5956e9271519d733d7684d9a1502fd5 authored almost 14 years ago
Added /search as an alias for /searchitem.

github.com/EngineHub/WorldEdit - 017b76278019dde2b8cc9726c3c2599a851228bc authored almost 14 years ago
Improved command detection algorithm, fixed //size.

github.com/EngineHub/WorldEdit - ce544da46dfe1fc2039926fe5efcf379bf514bb3 authored almost 14 years ago
Improved the permissions list printer to handle nested commands.

github.com/EngineHub/WorldEdit - 35ae72e8b773714027de1a1f1eb9f820304e0023 authored almost 14 years ago
Fixed issue with too many commands being put into plugin.yml.

github.com/EngineHub/WorldEdit - b2547b215638308cf261d2d2f726a7424f441401 authored almost 14 years ago
Cleaned up code.

github.com/EngineHub/WorldEdit - 19deb404eed946b77cbec7b6fd0e114338d3c2d9 authored almost 14 years ago
Cleaned up some unused imports.

github.com/EngineHub/WorldEdit - dffd3682b2e9f50508b832b36780053ad0c30043 authored almost 14 years ago
Updated plugins to load the configuration file.

github.com/EngineHub/CraftBook - 6a9150cc98de671f2a835c495c928469dda739b3 authored almost 14 years ago
Updated plugins to create the default data files.

github.com/EngineHub/CraftBook - de20050bb7026f1f750f2532f8d56621bbc8fb74 authored almost 14 years ago
Changed the bookcase reading code to use the file from the plugin's data folder.

github.com/EngineHub/CraftBook - 2e4f2767c7942a7c92d3879913d0ba8d07ef3255 authored almost 14 years ago
Import cleanup.

github.com/EngineHub/CraftBook - 99d9f57736e38d652fc16f3949976d97079ada54 authored almost 14 years ago
Fixed another typo.

github.com/EngineHub/CraftBook - 830908a4012711e371317ba9aafaac3aca324b7f authored almost 14 years ago
Fixed a typo in the bookcase reading code.

github.com/EngineHub/CraftBook - e9b7637b6ce94ee9dcaed29fc1c1e37b3c613b94 authored almost 14 years ago
Moved resources to inner resource folders, updated build file to bundle them.

github.com/EngineHub/CraftBook - cafcf991327207f8d874837f0ba72e350ae99b2e authored almost 14 years ago
Removed hMod's craftbook.properties.

github.com/EngineHub/CraftBook - 98e7439aa33b3e295fb2e361e01bb009bbb8736c authored almost 14 years ago
Filled in CraftBook's used commands into plugin.ymls.

github.com/EngineHub/CraftBook - 0de00b8f783cf92173d08900c2dcf21377e54dc8 authored almost 14 years ago
Added building for the circuits and vehicle portions of CraftBook. Some files were moved around and some unused files were removed.

github.com/EngineHub/CraftBook - 59f4db1a708480093f3c3100cd9db846696ee30c authored almost 14 years ago
Setup the Bukkit plugin. The only feature ported at the moment is book reading, but more is coming!

github.com/EngineHub/CraftBook - 28d5fc0ed0df2cae0bec7d1d3b4f31e83d3c0e7e authored almost 14 years ago
we are now ignoring canceled events

github.com/EngineHub/WorldGuard - d2ca8bffc42109023e8a0aa3581536b1904e5ed8 authored almost 14 years ago
added blacklist on-drop event

github.com/EngineHub/WorldGuard - e15b01bac50e6e485aec89f918b82733910cdaa3 authored almost 14 years ago
switched to parameterless constructor (i guess this is that the bukkit devs intended with their fancy warning)

github.com/EngineHub/WorldGuard - dcd3cb80b8a6c8d4807619f629dee2e9ad49948b authored almost 14 years ago
- added .gitignore to ignore eclipse/etc build files

- events are now registered in onEnable()

github.com/EngineHub/WorldGuard - d0ddc7c2713df5b610b956f1fe42a33aea4b1aef authored almost 14 years ago
Fixed the Skeleton damage bug in protected regions

github.com/EngineHub/WorldGuard - e84afb4808ebed4f83f2680b8b65dae9c78764d3 authored almost 14 years ago
Fixed the skeleton damage bug in protected areas

github.com/EngineHub/WorldGuard - 2b55f3407c475623021dd0d4ed2e8820d41a4c49 authored almost 14 years ago
fixed entity damage events for latest bukkit

github.com/EngineHub/WorldGuard - 10c47eff7e90970dd1ef6fbbc0aaf9bd8784e0d5 authored almost 14 years ago
Added polygonal regions. They don't save/load yet, nor can you make them in-game yet. They were tested to work a week ago though.

github.com/EngineHub/WorldGuard - aee81f918ee385bf660d14d482dd9b62a51973f5 authored almost 14 years ago
Updated for 4.0-beta1.

github.com/EngineHub/WorldEdit - d4338dda171a247cd28d78fce5b2167b4c9e7398 authored almost 14 years ago
Updated WorldEdit for command preprocessor event, changed initialization.

github.com/EngineHub/WorldEdit - a273a86a7d1169ddff64c0eed672df65fab0389d authored almost 14 years ago
Fixed permission for outset.

github.com/EngineHub/WorldEdit - a0d5e0229232fb8fa12a5140520ea8f84e95d084 authored almost 14 years ago
Added polygonal regions.

github.com/EngineHub/WorldEdit - 97529abacae4764e853f150de3bc3ae0a2cd4f6f authored almost 14 years ago
Added 'no-op-permissions' setting for Bukkit.

github.com/EngineHub/WorldEdit - 9667e92d66848bd64450390c25bf745870cd3dff authored almost 14 years ago
Added /we version and /we reload.

github.com/EngineHub/WorldEdit - 824e4c9381fd6ebeb2b6bc22a2afade7867283b9 authored almost 14 years ago
Added simple smoothing brush.

github.com/EngineHub/WorldEdit - d5e8f037c9d8ac7cf2a36eedc5bf4a881607ad45 authored almost 14 years ago
Renamed Brush to BrushTool, and BrushShape to Brush.

github.com/EngineHub/WorldEdit - 7f25262572ec632b913d4dac406f07501821889a authored almost 14 years ago
Added negated block type support.

github.com/EngineHub/WorldEdit - 498f3d9ef15aae694cbdd424c304cc90f33e1d27 authored almost 14 years ago
Added /size and /mat commands for the brush.

github.com/EngineHub/WorldEdit - 8680a9e6bdc27b350cd38d35757d6805b9425a8c authored almost 14 years ago
Added history size configuration option.

github.com/EngineHub/WorldEdit - 0f46fb957fe49c0b3839baa5b368ff6409b41f36 authored almost 14 years ago
Snapshot commands put under /snap and /snapshot commands.

github.com/EngineHub/WorldEdit - 5254986da25d7de9d203794c6def8f29726baa1d authored almost 14 years ago
Added //outset and //inset commands.

github.com/EngineHub/WorldEdit - bc6ef48935acb79ba1591d0ae76269d3b42399ec authored almost 14 years ago
Added -c flag to //distr to print to console.

github.com/EngineHub/WorldEdit - fd4b167ac7a5b2da1b2e0b564157693b24578208 authored almost 14 years ago
Added /undo and /redo as aliases.

github.com/EngineHub/WorldEdit - 5642f959629c33dce8440167a379794040a18e06 authored almost 14 years ago
Added multiple undo/redo, fixed compile error.

github.com/EngineHub/WorldEdit - 7088fadab8ad28497f62334671436b828e8f28d2 authored almost 14 years ago
Added some API methods.

github.com/EngineHub/WorldEdit - abaeaa99acc5c579d023351924a8334e0798eab7 authored almost 14 years ago
Added navigation wand to the tool bind item blacklist.

github.com/EngineHub/WorldEdit - fed8960045f45221ac4a33208c7fd13143641c96 authored almost 14 years ago
//wand now gives the wand item directly.

github.com/EngineHub/WorldEdit - 7afe38180c357e141ebebe0a227e856890917094 authored almost 14 years ago
Fixed issue with CommandContext breaking arguments with negative numbers.

github.com/EngineHub/WorldEdit - eff7dac690b34980b8ca4561646604be7c2eac71 authored almost 14 years ago
Improved messages for tools.

github.com/EngineHub/WorldEdit - 7d661844ad06c10c7340c5dc7c85ab42f5c4740a authored almost 14 years ago
Added /remove command to remove entities (paintings, items, minecarts, boats, arrows, and primed TNT).

github.com/EngineHub/WorldEdit - 1fe6f0906635dbd3f98e48743ee46183be30098e authored almost 14 years ago
Expanded block/item list.

github.com/EngineHub/WorldEdit - a6042e76f965ad589539b5b1347b8cc7d2152950 authored almost 14 years ago
Improved parsing of block pattern/data syntax.

github.com/EngineHub/WorldEdit - 21ca317d2c01b7fcae058ce5a748a07b29231093 authored almost 14 years ago
Cleaned up documentation, added lacking Java annotations.

github.com/EngineHub/WorldEdit - e94c1d4874f5d959ccdad4ebe979c8b1e38ac4bc authored almost 14 years ago
Fixed warnings and deprecation warnings.

github.com/EngineHub/WorldEdit - e5a25496b279d4ca71c2551735a5c05d533988c9 authored almost 14 years ago
Changed super pickaxe mode command to /sp.

github.com/EngineHub/WorldEdit - 28941b86bad540a636b8f91b8ea663a4cbcea13b authored almost 14 years ago
Overhauled the tool system. All tools can now be bound to any held item so you can have multiple tools out a time. New masks framework allows making a filter of blocks to change. Brushes are now powerful as well.

github.com/EngineHub/WorldEdit - b311b0b88a18d34ca1d33b9a3cfa14250bad178c authored almost 14 years ago
Fixed incorrect help messages for nested commands.

github.com/EngineHub/WorldEdit - dfc7d074bd7e8871b5f5d1b996c0cbfc6c37bef8 authored almost 14 years ago
Removed obsolete files.

github.com/EngineHub/WorldEdit - ee4c1141c5144cb121bb53c7e39a842cb1119c57 authored almost 14 years ago
Generalized commands handler so that other plugins (WorldGuard, CraftBook, etc.) can use it too.

github.com/EngineHub/WorldEdit - e91c8379490ee43c6667799de4a2d627bc8abeca authored almost 14 years ago
Updated for 2.0 and Bukkit.

github.com/EngineHub/CommandHelper - 9d0dd59e128f2dd3d1c22d82637bc64faa3afc05 authored almost 14 years ago
Fixed redstone listener for newer versions of Bukkit.

github.com/EngineHub/WorldGuard - 95b2d9419f9dc3e6a688b2ed133af2bc675b431c authored almost 14 years ago
Re-added priority tree region manager implementation. Add and removal operations are not yet optimized.

github.com/EngineHub/WorldGuard - feb9ce6633f85047ce8dd4c8a4d50b8d2e350083 authored almost 14 years ago
Changed how ApplicableRegionSet iterated over the region set, allowing it to be reused.

github.com/EngineHub/WorldGuard - 43489ca0871239aedbf51f8d1ad24adfd4b55923 authored almost 14 years ago
Add javadoc.

github.com/EngineHub/PRTree - 6b0390b6b4595c0eaf08fee2352cd6b5b8e4447e authored almost 14 years ago
Improved tick sync message suppression.

github.com/EngineHub/WorldGuard - ce1a15e6eae26b3faf3717b64d0c31f9d7a9192e authored almost 14 years ago
Added suppress-tick-sync-warnings option.

github.com/EngineHub/WorldGuard - cc72d370ea5fa9dd8ff7de35f0e72075971fefe1 authored almost 14 years ago
Added WorldGuardPlugin.canBuild(player, x, y, z)

github.com/EngineHub/WorldGuard - d042185660888997c001934627294fa039cb701c authored almost 14 years ago
Updated CHANGELOG.txt.

github.com/EngineHub/WorldGuard - e78b6390182f5b539a6fdd21200f524379273ca5 authored about 14 years ago
Fixed some bugs in the refactor.

github.com/EngineHub/CraftBook - e8611927e66fb3d50e038b9b84c6cfda8d10f2c6 authored about 14 years ago
Changed 'release' target to also 'clean'.

github.com/EngineHub/WorldGuard - e8ea562b099f49d17f50b7b91b2734fad25b8888 authored about 14 years ago
Updated command handling for Bukkit.

github.com/EngineHub/WorldGuard - 3b5a729ef3d552588b083d7a8da88099e5b4e611 authored about 14 years ago
Updated burn event handling.

github.com/EngineHub/WorldGuard - ef7d487ec59cd20169ecfe760f73d138a143e3ba authored about 14 years ago
Fixed suffocation disable option.

github.com/EngineHub/WorldGuard - b379b8f0227efc5589a8eb9253cdc99c8651c5cc authored about 14 years ago
Changed disable-water-damage to disable-drowning-damage.

github.com/EngineHub/WorldGuard - a31378c2c83202c605a43defc524c4f006abb046 authored about 14 years ago
Added nested command support.

github.com/EngineHub/WorldEdit - 01f7be3ba3e6f173b074f5c8667c6a10a86513d2 authored about 14 years ago
Improved profiling messages.

github.com/EngineHub/WorldEdit - 78c78fee1f2d1c59a7b94efbb80a70c071b7b02c authored about 14 years ago
3.2.1 CHANGELOG.txt.

github.com/EngineHub/WorldGuard - 0d2c2121bba80785f602a4765265b702d0ed1b67 authored about 14 years ago
Updated for ItemStack change in Bukkit.

github.com/EngineHub/WorldGuard - 21040b306ac8a34360102da926371bd6fd431c3d authored about 14 years ago
Updated for 3.2.2.

github.com/EngineHub/WorldEdit - 66b4735d62dd7c3f2ed1504934d43a2fe993c957 authored about 14 years ago
Updated for Bukkit commit 8ccfad945663cd0ea60531b085748c81fc6fefb8.

github.com/EngineHub/WorldEdit - 297fbd8bb9f105bfaa41fb5f0c317fba785757f3 authored about 14 years ago
Updated CHANGELOG.txt.

github.com/EngineHub/WorldEdit - 190bdc4f8f265376125a07799fa1720d931b1d33 authored about 14 years ago
Improved Bukkit performance drastically.

github.com/EngineHub/WorldEdit - faf03079d63478dcc77e3a7a50fd8f071236f17b authored about 14 years ago
Added version information for SP.

github.com/EngineHub/WorldEdit - f69184f9ab753606c92a362594663ff09d076884 authored about 14 years ago
Updated CHANGELOG.txt.

github.com/EngineHub/WorldEdit - 46229c6790dca534e29f1b281c16235b8283d88e authored about 14 years ago
Changed BukkitWorld in hopes that it will fix the error regarding ItemStack.getDamage().

github.com/EngineHub/WorldEdit - 8a35c3230c359661df77f7e6064542171061e489 authored about 14 years ago
Improved overall performance by using EditSession.getBlockType() instead of EditSession.getBlock().getType().

github.com/EngineHub/WorldEdit - 26302260521c50ab5b933cd7f22d76954723e9e9 authored about 14 years ago