Ecosyste.ms: OpenCollective

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

EssentialsX

Creating open-source software for Minecraft servers
Collective - Host: opensource - https://opencollective.com/essentialsx - Website: https://essentialsx.net - Code: https://github.com/EssentialsX

Merge pull request #333 from GunfighterJ/patch-12

Adds optional argument to clear both inventory and armor with /clear

github.com/EssentialsX/Essentials - 9186ca2c9afccb2e8e4ba7f9b37e8f0e5d7aecb2 authored almost 12 years ago
Adds optional argument to clear inventory and armor with /clear

github.com/EssentialsX/Essentials - f1e4e49779addfd957183441478403195db971d7 authored almost 12 years ago
Catch the error when using an out of date config for

'allow_commandblocks' So it doesn't kill the whole config.

github.com/EssentialsX/Essentials - 3740f200f8dc99c05e42201d8b23ffc279cbd6a6 authored almost 12 years ago
Merge pull request #331 from kukelekuuk00/2.9

Add methods to UserData and IUser for accessing and writing of data from other plugins.

github.com/EssentialsX/Essentials - 5840c02efce3d937cfaaf8dbb7dfdb1fa5f85e28 authored almost 12 years ago
Add a method to write to the userdata to UserData.java and IUser.java.

github.com/EssentialsX/Essentials - f16907412db441c7efe69712ee8f3e109ce1af0f authored about 12 years ago
Merge branch '2.9' of https://github.com/essentials/Essentials.git into 2.9

github.com/EssentialsX/Essentials - 44a6f4d56280d9dd0f07d3147478236455b170b7 authored about 12 years ago
Clean up protect :: transient is not needed :: remove unnecessary returns :: @Override all the things!

github.com/EssentialsX/Essentials - ec8c778f685de92c6cacd92d492009477c0f5768 authored about 12 years ago
Fix /give|/item descriptions for itemmeta.

github.com/EssentialsX/Essentials - 56df6b36a58ee3526cc21fd87009b675139deb13 authored about 12 years ago
Merge branch '2.9' of github.com:essentials/Essentials into patch-41

github.com/EssentialsX/Essentials - 30b65a0bc7f7eb90ffa266d8336446cd2d67de52 authored about 12 years ago
remove color from bedNull

github.com/EssentialsX/Essentials - 0dc8980d329630646631835da865bbf493c835c3 authored about 12 years ago
fix typo in messages

add new messages to messages.properties

add new messages to messages_en.properties

add new mes...

github.com/EssentialsX/Essentials - fa8b8bec5a685cd94f12efce9900b176e2182f59 authored about 12 years ago
change bed spawn set message

github.com/EssentialsX/Essentials - 63c7d4519a067b93569edd9fd2d411bbe6b2da89 authored about 12 years ago
try improve bed spawn handle

dont act as if bed doesnt exist if its missing

github.com/EssentialsX/Essentials - 2a816cef7b289c550a8c80cda53e67bfbd10a2e0 authored about 12 years ago
Fix build :: This is what happens when you don't use an IDE

github.com/EssentialsX/Essentials - c2d904ac7dad474b35874fd6a1cb410179001c75 authored about 12 years ago
add inventoryclearall message

update messages.properties

update messages_en.properties

update messages_da.properties

update...

github.com/EssentialsX/Essentials - 0ad765e1c85703204fd7fa14317a4fcd1b3783ff authored about 12 years ago
Update Essentials/src/config.yml

github.com/EssentialsX/Essentials - 9db040edd44a1992a4334f22dcc9277c4356bc3c authored about 12 years ago
Update Essentials/src/plugin.yml

github.com/EssentialsX/Essentials - c0f3e9073dd7b294b2f217968a2b1c59936cf537 authored about 12 years ago
delete player command messages, bukkit does it

github.com/EssentialsX/Essentials - e4565de717b3255c487c482dd8b943ebb3146f39 authored about 12 years ago
Merge pull request #327 from necrodoom/patch-52

add missing return false in manudelp

github.com/EssentialsX/Essentials - 33382f9940bbb2bca5597557b198279e6d8e5e31 authored about 12 years ago
add missing return false;

github.com/EssentialsX/Essentials - 1d0c2f75dc242ace3f2140c57cb5e9e549e94ea3 authored about 12 years ago
Minor entity optimization.

github.com/EssentialsX/Essentials - c3f0d34293fd634d7cbfc1d63ee1125ad5d5c56b authored about 12 years ago
Attempt to optimize Essentials login event.

github.com/EssentialsX/Essentials - c298fb93329466b4430982a7fd7858ddbb66ae5e authored about 12 years ago
Merge pull request #325 from Skylexia/patch-2

Fixed all "poison" typos; add ppotato alias.

github.com/EssentialsX/Essentials - a1f1319990423f0c098fce5b841af3b1ad125335 authored about 12 years ago
Update Essentials/src/items.csv

github.com/EssentialsX/Essentials - 2316bfbd28857f39b71caef2142aee33a5bf4dd0 authored about 12 years ago
Merge pull request #324 from Skylexia/patch-1

Update Essentials/src/items.csv

github.com/EssentialsX/Essentials - 96348a5e92cdc66b25f14201a129f284c11dc6eb authored about 12 years ago
Update Essentials/src/items.csv

github.com/EssentialsX/Essentials - d9903efcf41d769c4aee23a0f7b5d225e4e1f3e5 authored about 12 years ago
Merge pull request #322 from necrodoom/patch-50

add dye aliases to match bukkit

github.com/EssentialsX/Essentials - bc90deb87da68981b99b894072689089fe86c415 authored about 12 years ago
add dye aliases to match bukkit

github.com/EssentialsX/Essentials - c35e5bf53a8a8423bfa87710ac4bfe8ecf73f591 authored about 12 years ago
Merge pull request #321 from GunfighterJ/patch-10

Fix array index out of bounds on /firework fire

github.com/EssentialsX/Essentials - 8ea0a152d46b8b75a86abd90a98fe3e6a54dbdf5 authored about 12 years ago
Fix array index out of bounds on /firework fire

github.com/EssentialsX/Essentials - 8e205768b3c45991cfb7bd4d1610fd8faea95f32 authored about 12 years ago
Merge pull request #298 from necrodoom/patch-37

Fix typo at groupmanager config.yml

github.com/EssentialsX/Essentials - fcfa3ce31d92ed7a7d1d336f74c1e1b3a81004fd authored about 12 years ago
Merge pull request #317 from necrodoom/patch-47

update AFK documation

github.com/EssentialsX/Essentials - 05aeba521fb18f21634aa185e213979a1bce96c6 authored about 12 years ago
update AFK documation

github.com/EssentialsX/Essentials - 8dff1155bfa14398c13c3db330a502f0f420080e authored about 12 years ago
Fix compilation, unreachable code.

github.com/EssentialsX/Essentials - b6648ad9bd1379af4b0bc95afc14b74049d999dc authored about 12 years ago
Merge pull request #316 from necrodoom/patch-46

throw exception on banexempt

github.com/EssentialsX/Essentials - 40f03295a1c1c1cfd675bd3567d7f3f0be99bd09 authored about 12 years ago
throw exception on banexempt

match rest of moderator commands

github.com/EssentialsX/Essentials - 5fdb10a5bf177d06907956997daec81509cd3c65 authored about 12 years ago
Fix kit messages when giving kit to another player.

github.com/EssentialsX/Essentials - e9bb2df87df98dd4390b37643420ba155c11f8f4 authored about 12 years ago
Merge branch '2.9' of https://github.com/essentials/Essentials into 2.9

github.com/EssentialsX/Essentials - 03b115d4c3864254550cccd6b6a81ba917e5450c authored about 12 years ago
Make /god and /god <player> behave the same.

github.com/EssentialsX/Essentials - d522a4230f45c0cfb2e52e061d9815f45de89040 authored about 12 years ago
Merge remote-tracking branch 'origin/groupmanager' into 2.9

github.com/EssentialsX/Essentials - f17485b11217572da8c974e746b2d039e2918d11 authored about 12 years ago
Fix bad Git Merge

github.com/EssentialsX/Essentials - 1f932434c21ccfc02034fd1c658dd87d1a826c4d authored about 12 years ago
Merge pull request #312 from necrodoom/patch-44

update kit link to the new one

github.com/EssentialsX/Essentials - 92b0178ca76aa758768e7234e133881fb916b36d authored about 12 years ago
update kit link to the new one

github.com/EssentialsX/Essentials - d30c3ca2a6882da4d7f696794269081546ec4813 authored about 12 years ago
Merge pull request #311 from necrodoom/patch-43

fix itemmeta link on kit section

github.com/EssentialsX/Essentials - fb602724391f690eee20683269162e42bba10e1d authored about 12 years ago
fix itemmeta link on kit section

github.com/EssentialsX/Essentials - 80ad075f0232e17208f2e8748fdb85dc6e040ccb authored about 12 years ago
Un-deletes deleted things.

github.com/EssentialsX/Essentials - 37029e6b5dc46db47c225c41123db27d81d9aba4 authored about 12 years ago
Merge branch '2.9' of https://github.com/essentials/Essentials into 2.9

github.com/EssentialsX/Essentials - 631e0bbd0a19baec84c2adbfef2945bffc4df6a8 authored about 12 years ago
Fix /seen command

github.com/EssentialsX/Essentials - 3f31dc179b6817d83e6429d0656b119d98a1f422 authored about 12 years ago
Don't overwrite last location on logout

Logout position is saved as logoutlocation now in users yml

github.com/EssentialsX/Essentials - 5b975672e823e51f95efa2d847064a21ef1e0a29 authored about 12 years ago
Check if player is still online

github.com/EssentialsX/Essentials - 335d8b7f20958858e083bd2d4e7e0793ddfe48b7 authored about 12 years ago
Fix async access to bukkit code

github.com/EssentialsX/Essentials - 379e75f3e605463ebb536318f1bcec95e95b96f8 authored about 12 years ago
Merge pull request #304 from necrodoom/patch-40

pull messages.properties changes to messages_en

github.com/EssentialsX/Essentials - 2ca171a3f48cd7eb455ea506f4f75a13780bc4f3 authored about 12 years ago
pull messages.properties changes to messages_en

github.com/EssentialsX/Essentials - 8036cc9924f38b582078c737820ae7d2378615a1 authored about 12 years ago
Merge pull request #300 from necrodoom/patch-39

add missing puncuation

github.com/EssentialsX/Essentials - 6442e793a9e4195f8d6fce6d48b6d2f5b44afae1 authored about 12 years ago
Don't block food recovery in god mode.

github.com/EssentialsX/Essentials - d745b866c07623beb10f88c65ba2feafbb354fa5 authored about 12 years ago
Merge pull request #302 from GunfighterJ/patch-9

Prevents flying from being disabled on world teleport if player has esse...

github.com/EssentialsX/Essentials - 4493d7d00c4b782fe2a17a8b6c993917b8068e9b authored about 12 years ago
Prevents flying from being disabled on world teleport if player has essentials.fly

github.com/EssentialsX/Essentials - 631692d76347452d454ff07680ba0ea47a17e2b2 authored about 12 years ago
Adds potion meta

Some cleanup as well

github.com/EssentialsX/Essentials - ef341ae539123503058c3e996ecf80943849ce63 authored about 12 years ago
fix a few errors

github.com/EssentialsX/Essentials - d0e3c1d9468a63a6481354820fd8312c9def99e2 authored about 12 years ago
add missing puncuation

probably needs extra reading though before pulling.

github.com/EssentialsX/Essentials - 82137e070309ef27d0f1e4a1079efd4bdf2b7f0b authored about 12 years ago
Merge pull request #297 from necrodoom/patch-36

fix typo at ID 22

github.com/EssentialsX/Essentials - a3b2ffdeef4d96f06db91f95a67cca455f900e30 authored about 12 years ago
Fix typo at groupmanager config.yml

github.com/EssentialsX/Essentials - dd095e15cbfd1d272dc38d6d4d2e35ed2caa9229 authored about 12 years ago
fix typo at ID 22

github.com/EssentialsX/Essentials - 46fc6c192cd00f1b3e1641aeb32b752a5c452699 authored about 12 years ago
Revert Necro's change to mancheckw

github.com/EssentialsX/Essentials - 6506c290c82b8787034559e23230606ac49b49c8 authored about 12 years ago
Fix Necrodooms errors for not using an IDE!!!!!

github.com/EssentialsX/Essentials - b1bc73f93808c7c63e31f2ccb966d6d473ccb1a3 authored about 12 years ago
Merge pull request #291 from necrodoom/patch-32

display name instead of path for /mancheckw

github.com/EssentialsX/Essentials - 09851acd1b91d363c9e5173d8c6c870b15d827ed authored about 12 years ago
Merge pull request #290 from necrodoom/patch-30

Derp - revert incorrect modified line

github.com/EssentialsX/Essentials - df42c9051b9ca263688c6d2a94e27c70df1dfb1d authored about 12 years ago
Stylize 'bed' in /home list

github.com/EssentialsX/Essentials - 24c93c11c020d70214a16bfed170406f426f0ed4 authored about 12 years ago
Merge pull request #294 from necrodoom/patch-35

add common cat type name aliases

github.com/EssentialsX/Essentials - 5a13e9bbe51d3929ff30ea7685f9258c71071156 authored about 12 years ago
add common cat type name aliases

github.com/EssentialsX/Essentials - 05f337c63c78d5bd731bad4f353d63b1ff2f5710 authored about 12 years ago
We don't need move events if afk interact is disabled.

github.com/EssentialsX/Essentials - eea0c9682ca967f69266778bfa11e1c90bca35e0 authored about 12 years ago
Merge pull request #292 from GunfighterJ/2.9

Adds toggle to disable AFK cancel on interactions

github.com/EssentialsX/Essentials - 2f567812d2b931a41812d302dc8a83a2138b6153 authored about 12 years ago
Adds toggle to disable AFK cancel on interactions

github.com/EssentialsX/Essentials - 88c1b785af81cfe213fb771243f1605d394619ab authored about 12 years ago
Minor comment updates.

github.com/EssentialsX/Essentials - 5225fb22f8817e99a41a9201be3970d9821901fb authored about 12 years ago
Update EssentialsGroupManager/src/org/anjocaido/groupmanager/GroupManager.java

github.com/EssentialsX/Essentials - fae5780e095398f5c8c20b1f6073252aa2f4b949 authored about 12 years ago
Update EssentialsGroupManager/src/org/anjocaido/groupmanager/dataholder/UsersDataHolder.java

github.com/EssentialsX/Essentials - 7ec65bf2130de3b8445081dbcf57fae9ed396b88 authored about 12 years ago
Update EssentialsGroupManager/src/org/anjocaido/groupmanager/dataholder/GroupsDataHolder.java

github.com/EssentialsX/Essentials - d40484d016fb810d2200f5d76f51cbcb3efb6a01 authored about 12 years ago
Update EssentialsGroupManager/src/org/anjocaido/groupmanager/dataholder/UsersDataHolder.java

github.com/EssentialsX/Essentials - 971902ae3893c18887ce58f8d291afb6b4888a08 authored about 12 years ago
Derp - revert incorrect modified line

github.com/EssentialsX/Essentials - 844be04d75842ac408ed47e197da0a07254d9738 authored about 12 years ago
Fix missing 'bed' from home list.

github.com/EssentialsX/Essentials - ef01332114ba9eeb6489a609a110741d438a377b authored about 12 years ago
Let Bukkit decide if a bedspawn is valid or not.

Bukkit's bed fix forces minimum bukkit change.

github.com/EssentialsX/Essentials - 705b193450c79f7f3e2ba7753b3416da9eb8fc3a authored about 12 years ago
[GM] Catch all of the null.

github.com/EssentialsX/Essentials - 20b9111495d6df863e8e3eab0a805a91d8537725 authored about 12 years ago
Make gm API lookup respect offlineperms toggle properly.

github.com/EssentialsX/Essentials - 1661eddc0208db7e990ad07118970fae649ec937 authored about 12 years ago
Updating groups example

github.com/EssentialsX/Essentials - 15be319d3ec0a07b760c6f20ca8d5973d4af0cc2 authored about 12 years ago
Merge branch 'groupmanager' of github.com:essentials/Essentials into 2.9

Conflicts:
EssentialsGroupManager/src/Changelog.txt

github.com/EssentialsX/Essentials - fddbd7a52a828a3b34af185492bb4e70c3aabba3 authored about 12 years ago
cleanup :: fix build

github.com/EssentialsX/Essentials - 360e3e8801622cd1d80bae9a6bb766a9d18aaea4 authored about 12 years ago
Refactor name of ScheduleAsyncDelayedTask to RunTaskAsynchronously

github.com/EssentialsX/Essentials - 4edc39360a49649b4ac5f7224d423b53237d39ae authored about 12 years ago
Update to 1.4.7 R1 :: remove calls to ScheduleAsyncDelayedTask, as it is deprecated :: cleanup :: WARNING: This commit may or may not be stable

github.com/EssentialsX/Essentials - cd126264e0a246c914284b460c1e0075d199cba8 authored about 12 years ago
Fix Necrodooms broken code.

github.com/EssentialsX/Essentials - df0ccb58329de6a65c786996fdd70ec173846eaf authored about 12 years ago
Merge pull request #288 from necrodoom/patch-29

config option to allow GM commands in commandblocks

github.com/EssentialsX/Essentials - 8afcd41ab25c54446b782be08dd5e31379b83931 authored about 12 years ago
update changelog

github.com/EssentialsX/Essentials - b8a71761ec9ddbd2c894508581ef78d46b1ba93b authored about 12 years ago
update commandblock usage deny message

github.com/EssentialsX/Essentials - 738ded7ae5ca9d9990ca2298cac3f91b6768665e authored about 12 years ago
update config description of allow_commmandblocks

github.com/EssentialsX/Essentials - 5535435215fc7cd98b7951ba71624ae6f9172734 authored about 12 years ago
add allow commandblock check

github.com/EssentialsX/Essentials - 4167dd25903d6bf75f6f84d919d088532a9c2fe3 authored about 12 years ago
register new config setting

github.com/EssentialsX/Essentials - 623ff0f6290d6cc518a9a7dcb7f301dea7e4364f authored about 12 years ago
update config.yml to include commandblock change

github.com/EssentialsX/Essentials - 6e4ba4302f805ed55f9d92f52bcaf7614b2b0376 authored about 12 years ago
What is less than less than one.

github.com/EssentialsX/Essentials - 3d4d616414cd0182742c38b54de758a7d4ba6d6e authored about 12 years ago