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

Fix home tab completions (#3206)

Fixes #1337 😎

This PR fixes tab completions for all of the home commands in Essentials. Prio...

github.com/EssentialsX/Essentials - d5ffed09b480f825b5a2e7c435ff0b34fdb62500 authored over 4 years ago by pop4959 <[email protected]>
Add config option to make currency symbol as a suffix (#3066)

Adds `currency-symbol-suffix` config option to move the currency symbol as a suffix rather than ...

github.com/EssentialsX/Essentials - b7eec09307d8d65d0cbbe54180d5c77138cf65a1 authored over 4 years ago by Josh Roy <[email protected]>
Cleanup code (#3067)

Co-Authored-By: md678685 <[email protected]>

Basically cleans up a bu...

github.com/EssentialsX/Essentials - 23f0f98af30a896642cceed33213b5062e538c4f authored over 4 years ago by Josh Roy <[email protected]>
Improve MuteStatusChangeEvent (#3068)

Co-Authored-By: md678685 <[email protected]>

Adds getTimestamp and ge...

github.com/EssentialsX/Essentials - 6bbdbc89a672c3cab909ac3ac8a13502985ebf47 authored over 4 years ago by Josh Roy <[email protected]>
Add permissions defaults to plugin.yml for op-affecting commands (#3029)

This aims to reduce the unintended consequences of granting all Essentials permissions or giving...

github.com/EssentialsX/Essentials - 12c8623666c65611edb531b3f187aecde3f026ef authored over 4 years ago by zml <[email protected]>
Config option to toggle disabling flight / speed on world change (#2546)

Closes #2141.

This PR adds the option to toggle whether or not EssentialsX should handle disa...

github.com/EssentialsX/Essentials - 2bd6ebd2b18e957369b9164208a4f8a99745d464 authored over 4 years ago by mink <[email protected]>
OfflinePlayer getAttackCooldown (#3190)

Fix compile

github.com/EssentialsX/Essentials - 40fb49605204930bf98e46f0f951d11819b74b11 authored over 4 years ago by pop4959 <[email protected]>
Re-add missing GeoIP license message key (#3186)

This PR re-adds the geoIpLicenseMissing key which was inadvertently removed during the recent ma...

github.com/EssentialsX/Essentials - b72d822f9453e368a5fab60af01b8e86beb22185 authored over 4 years ago by triagonal <[email protected]>
Fix book formatting (#3173)

github.com/EssentialsX/Essentials - 6d92ac9af6a634b44471d97fa55522c48e439b87 authored over 4 years ago by FourDown <[email protected]>
Fix method signature breakage in versions lower than 1.14 (#3175)

github.com/EssentialsX/Essentials - 47f27a8016c1ed41878690e5c34defb2b6bbc132 authored over 4 years ago by Josh Roy <[email protected]>
Add /ecreative alias to /gamemode (#3101)

* Proper command alias

* Update Essentials/src/plugin.yml

Co-authored-by: md678685 <191740...

github.com/EssentialsX/Essentials - 849d095e9abdfb0ae6770a83d3baf329f3f76974 authored over 4 years ago by Noah <[email protected]>
New Crowdin translations (#3165)

* New translations messages.properties (Russian)

* New translations messages.properties (Port...

github.com/EssentialsX/Essentials - 923f240aa19c252783356599ac343ab9cbd4ebc8 authored over 4 years ago by Trent Hensler <[email protected]>
Add displayname placeholders to self-AFK messages (#3164)

As a result of #2780 (oops) the self-AFK messages can no longer exactly match the regular AFK me...

github.com/EssentialsX/Essentials - 8655ff2de307ae26032cf90b6dd346ff4ed9d6b3 authored over 4 years ago by triagonal <[email protected]>
Allow toggling public broadcast of AFK messages (#2780)

(description from #2608)

So... I've implemented a system for toggling whether or not AFK mess...

github.com/EssentialsX/Essentials - 6f61010cf9a95df62460dec4f6188e5f88364390 authored over 4 years ago by triagonal <[email protected]>
Improve config.yml comments and structure (#3151)

This PR fixes some issues with the config.yml:
* Adds links to the EssentialsX docs where appro...

github.com/EssentialsX/Essentials - 5082badca4ce6dcf8e81b908f41e431defb59a7a authored over 4 years ago by md678685 <[email protected]>
Prevent tridents from being picked up (#3149)

github.com/EssentialsX/Essentials - 307bd2a35f5cad212244234c2989f3ea24f33e12 authored almost 5 years ago by Josh Roy <[email protected]>
Document and clean up API events

github.com/EssentialsX/Essentials - a11552f49781b5638074e37ede8ff7fd82008bc0 authored almost 5 years ago by md678685 <[email protected]>
Update kits.yml example to be more consistent (#3148)

Follows the note using {USERNAME} instead of {player} to prevent confusion

github.com/EssentialsX/Essentials - 8556caaeb4799a21fbeb46fadf03803b386921f6 authored almost 5 years ago by Jason <[email protected]>
Update dependency instructions

Closes #7.

github.com/EssentialsX/Wiki - 492f31bc5221cf47bbdcfd1b0e94935ac8feff3b authored almost 5 years ago by md678685 <[email protected]>
Update dependency instructions

Closes #7.

github.com/EssentialsX/Website - 492f31bc5221cf47bbdcfd1b0e94935ac8feff3b authored almost 5 years ago by md678685 <[email protected]>
Update /fireball usage and description

github.com/EssentialsX/Essentials - 7c09012b3d53732739ad4181efe16c82fce6b394 authored almost 5 years ago by md678685 <[email protected]>
Change {PLAYER} to {USERNAME} in kits.yml comment (#3057)

Avoids confusion between `{PLAYER}` (KeywordReplacer placeholder) and `{player}` (kit-specific p...

github.com/EssentialsX/Essentials - eb596caa00c2a3ced10eb48421e4b0d0cfa45aa6 authored almost 5 years ago by Jason <[email protected]>
Add check for NPCs to /back listeners (#2833)

Add a check for NPCs to the PlayerTeleportEvent and PlayerDeathEvent to avoid unnecessarily trac...

github.com/EssentialsX/Essentials - ab4501aa4cc6f6a0b2f3b0305486eaa38b71b0e0 authored almost 5 years ago by HexedHero <[email protected]>
Fix kit command example

Shhhhh, #2980 isn't real, it can't hurt you

github.com/EssentialsX/Essentials - 4b766d373d7b8ca735aed8090dde2979bc945e25 authored almost 5 years ago by md678685 <[email protected]>
scripts: fix buildtools script under windows git bash (#3145)

wget is nonfunctional in git bash for windows, so we should use curl instead
(no matter what yo...

github.com/EssentialsX/Essentials - e3574edc5da2edf762faf243889ca7bfef7a6760 authored almost 5 years ago by ThatGamerBlue <[email protected]>
Set sleepingingored default to false (#3141)

github.com/EssentialsX/Essentials - dcb69ddc7333675d012f0a7ec719bf9f9e8ed3df authored almost 5 years ago by Dieter Nuytemans <[email protected]>
Add new interface methods to FakeServer (#3140)

github.com/EssentialsX/Essentials - 1d6ad297a4bf61f738fbc5e8449bd1c8e5e8b66d authored almost 5 years ago by pop4959 <[email protected]>
Update wiki content

github.com/EssentialsX/Website - b6011cb49fea89e230ff272ac36e17586c2ed8cc authored almost 5 years ago by md678685 <[email protected]>
Use Luck's CI as fallback for Jenkins API

github.com/EssentialsX/Website - f516cc4ec77ce8bf7c496883dadf9f4c52fd7ea3 authored almost 5 years ago by md678685 <[email protected]>
Add additional redirects

github.com/EssentialsX/Website - e109b9d37e657a2fd4a3771592bacc0c7349f8c6 authored almost 5 years ago by md678685 <[email protected]>
Fix passenger check not working on versions below 1.11.2 (#3132)

github.com/EssentialsX/Essentials - 85a5e517c9afa41c3127cdd8accf0453ad2bd9ad authored almost 5 years ago by Josh Roy <[email protected]>
Added real name boolean option for the /list command (#3117)

github.com/EssentialsX/Essentials - b08d380643d9826a8c2cb8bdd86245b1a4e5f2b7 authored almost 5 years ago by Radoje17 <[email protected]>
Implemented uptime placeholder (#3120)

github.com/EssentialsX/Essentials - ad98fc41213bb790bcec2efd6da4a06d26569090 authored almost 5 years ago by Glare <[email protected]>
Add passenger dismounting for teleports (#3069)

Add passenger dismounting for teleports

github.com/EssentialsX/Essentials - 810689c03727bf44fe8d9e3db840c62c37d91bb8 authored almost 5 years ago by Josh Roy <[email protected]>
Merge pull request #3106 from Markyroson/2.x

Make MockBukkit compatible #3105

github.com/EssentialsX/Essentials - c007700c590c8a96a40f4e7222a74f917e966d36 authored almost 5 years ago by Joe Hirschfeld <[email protected]>
Merge pull request #3113 from darbyjack/200-IQ-Protect-Improvements

Fixed my PR pt2

github.com/EssentialsX/Essentials - 8cc3f6626bb7d2996cb0e5290b8eb8f1dfade702 authored almost 5 years ago by Joe Hirschfeld <[email protected]>
Version to 1.14

github.com/EssentialsX/Essentials - a3b8a4adc9d0418e18026325dbb0b86148afe287 authored almost 5 years ago by darbyjack <[email protected]>
Merge pull request #3111 from darbyjack/200-IQ-Protect-Improvements

200 IQ Essentials Protect Improvements

github.com/EssentialsX/Essentials - 8f817c089bf5f9afd6c5b36872a3cbec46c28a56 authored almost 5 years ago by Joe Hirschfeld <[email protected]>
Merge pull request #3063 from schlatt-co/feature/3034

Implement better AfkStatusChangeEvent

github.com/EssentialsX/Essentials - ed4e7794c3e95c44dac4860a35843da061efa9c7 authored almost 5 years ago by Joe Hirschfeld <[email protected]>
Fixed my stupid PR

github.com/EssentialsX/Essentials - 6f732d410ef0037cde904b67999cd78de620f118 authored almost 5 years ago by darbyjack <[email protected]>
Merge pull request #3052 from pop4959/fix-zh-CN-geoip-issue

Fix zh-CN GeoIP locale issue

github.com/EssentialsX/Essentials - 6c8da208835be1de058e02e3b675f5fa5edb4acb authored almost 5 years ago by Joe Hirschfeld <[email protected]>
Merge pull request #3051 from pop4959/xp-tab-complete-fix

Fix tab completion for Exp command

github.com/EssentialsX/Essentials - c7d9ce7f7fbed6078e534f20710cd4a26a839b6d authored almost 5 years ago by Joe Hirschfeld <[email protected]>
Merge pull request #3049 from pop4959/near-exempt

Near exclude permission

github.com/EssentialsX/Essentials - 4e7f639076d0eae93bc4f80a528ca7d91d73144d authored almost 5 years ago by Joe Hirschfeld <[email protected]>
Merge pull request #2914 from montlikadani/patch-5

Fix NPE when the user is null in the hidden players

github.com/EssentialsX/Essentials - b2c3b3a99f1150cf0663467c24b072b89c15f6a4 authored almost 5 years ago by Joe Hirschfeld <[email protected]>
Make drop-items-if-full work on Essentials kits (#2820)

github.com/EssentialsX/Essentials - 77338d66dccb581d34fd109e92a91ac432ae891a authored almost 5 years ago by Joe Hirschfeld <[email protected]>
Add different translation keys for the "me" message (#2805)

* Add different translation keys for the "me" message

* Add proper German "me" translation

github.com/EssentialsX/Essentials - e2130df5964923d59d79dc1ab86bcd2593c23268 authored almost 5 years ago by Xeyame <[email protected]>
Implement message for #2640 (#2721)

* Update Essentials.java

* Update messages.properties

* Update messages.properties

github.com/EssentialsX/Essentials - 2bbe6d60697c556d6356ad1f1528163326997401 authored almost 5 years ago by montlikadani <[email protected]>
Add teleport warmup event to API (#2590)

* Update Teleport.java

* Create UserTeleportEvent.java

* Update Teleport.java

* Add loc...

github.com/EssentialsX/Essentials - c8b8e505f32d610889a08bfe0da4cd7d7b39e82b authored almost 5 years ago by montlikadani <[email protected]>
implement command teleporting to a player's last known logout location (#2505)

* implement /offlinetp command, teleports to a player's last known logout location

* send a m...

github.com/EssentialsX/Essentials - 89743f9900c637c684ebe11fbadc27b10e31b545 authored almost 5 years ago by latiku <[email protected]>
permission-based jailed player interactions (#2503)

github.com/EssentialsX/Essentials - dbc0562fb0bf45157589685031e7a35eac3ff3f7 authored almost 5 years ago by latiku <[email protected]>
Fix bed message on some older versions of MC (#3048)

Fixes #3045. Some older versions of MC use "BED_BLOCK" to represent beds.

github.com/EssentialsX/Essentials - 76f4dff14c5e6a43f035a7333c9136262cd19cca authored almost 5 years ago by pop4959 <[email protected]>
Use isAuthorized for permission check

github.com/EssentialsX/Essentials - baa2a2f24f0e98d5d7537bce97df333f1d5c50df authored almost 5 years ago by pop4959 <[email protected]>
Mention 1.15.2 in the README (#3107)

github.com/EssentialsX/Essentials - 2ca02911b3ecb55c615882df7bb3d5f8925c3a40 authored almost 5 years ago by Pokechu22 <[email protected]>
Make MockBukkit compatible #3105

github.com/EssentialsX/Essentials - cf482370492f1d29d5516a1b0410ee4c1b563c4c authored almost 5 years ago by Markyroson <[email protected]>
Update FakeWorld (#3095)

github.com/EssentialsX/Essentials - adfe2c1975825deafd6b1e5424843029b5144bf7 authored almost 5 years ago by pop4959 <[email protected]>
Revert "Add {PLAYER} placeholder with uppercase in kits (#2929)" (#3072)

This reverts commit 90c4a2f53cc6f05f14c65c45310b191ad3acd53f.

github.com/EssentialsX/Essentials - a782043798ffb61f2f3c0cbd4698d10f6a939554 authored almost 5 years ago by triagonal <[email protected]>
Add {PLAYER} placeholder with uppercase in kits (#2929)

github.com/EssentialsX/Essentials - 90c4a2f53cc6f05f14c65c45310b191ad3acd53f authored almost 5 years ago by montlikadani <[email protected]>
Implement max mute time feature (#2807)

github.com/EssentialsX/Essentials - 338b371e4c8f8e5f656f440431f5fdc39040c258 authored almost 5 years ago by pop4959 <[email protected]>
Fixed double local logging (#2755)

github.com/EssentialsX/Essentials - 347179373d20b8a591a9856b198d998c8ea2a82e authored almost 5 years ago by Glare <[email protected]>
Add tab-completer for /spawnmob command (#2661)

github.com/EssentialsX/Essentials - 3bb45b80b10c753e74273d3d2b651efe67725898 authored almost 5 years ago by montlikadani <[email protected]>
Added in option to remove effects on heal (#2754)

github.com/EssentialsX/Essentials - e3ec0f3b9b04a1cf648270303b818dc30209b5ea authored almost 5 years ago by Glare <[email protected]>
Add speed info to whois (#2952)

github.com/EssentialsX/Essentials - f20572b30cad727d90d5b0fc7c6322550830f9cf authored almost 5 years ago by Joel Otero <[email protected]>
Fix User::payUser(User, BigDecimal, Cause) not properly utilizing Cause (#3064)

github.com/EssentialsX/Essentials - 2124cce6030a2558868a392aaaa15b5760bada13 authored almost 5 years ago by Josh Roy <[email protected]>
Implement better AfkStatusChangeEvent

github.com/EssentialsX/Essentials - ebf60c1e70c6cd8fb92f9d0f83a3c812ee074cf5 authored almost 5 years ago by JRoy <[email protected]>
Update FakeWorld + FakeServer (#3061)

github.com/EssentialsX/Essentials - c31b6c36830f3abc2de5d3cf7409c329488a093b authored almost 5 years ago by pop4959 <[email protected]>
Fix zh-CN GeoIP locale issue

github.com/EssentialsX/Essentials - ffc83343fec0f2d13a2fd5bf5436162612dadb86 authored almost 5 years ago by pop4959 <[email protected]>
Fix tab completion for Exp command

github.com/EssentialsX/Essentials - 2554acd3043fba87403d92e85ffb36b90b0b2551 authored almost 5 years ago by pop4959 <[email protected]>
Near exclude permission

github.com/EssentialsX/Essentials - 98239114adf2e4c6d16c02f5d8550f7ffd98ed73 authored almost 5 years ago by pop4959 <[email protected]>
Fix bee spawn egg aliases

github.com/EssentialsX/Essentials - c10b39c1c76ed48bca47acc14312b8eb5fee6e92 authored almost 5 years ago by md678685 <[email protected]>
Properly fix error with fireball command (#3040)

Closes #3016.

* Update Commandfireball.java

* Update Commandfireball.java

Co-authored-b...

github.com/EssentialsX/Essentials - 20e11465e4fd4f92e9ec1002099b64fd18770f2b authored almost 5 years ago by montlikadani <[email protected]>
Add missing OfflinePlayer methods (#3033)

github.com/EssentialsX/Essentials - 46e1b95b33d172abb3cc125fcfd0580e41f9d817 authored almost 5 years ago by pop4959 <[email protected]>
Bump version to 2.17.2

\o/

github.com/EssentialsX/Essentials - 279d6f16e133092ec9c0f2e2992e41902298f65f authored almost 5 years ago by md678685 <[email protected]>
Fix /fireball on 1.8.8 (#3027)

Dragon fireballs were added in 1.9 and so this previously caused an
error. This PR fixes that (...

github.com/EssentialsX/Essentials - a747eccaa373e674732f330e2032e36242db910b authored almost 5 years ago by md678685 <[email protected]>
Reduce permission check calls in PlayerCommandSendEvent (#3026)

This reduces permissions checks by only checking each command once, not checking each command fo...

github.com/EssentialsX/Essentials - 0bafbc318478440eec0d05f623c985f2f626268f authored almost 5 years ago by md678685 <[email protected]>
Clarify easter egg config description (#3028)

github.com/EssentialsX/Essentials - 8069370b8c7ae51473f7ca84a57f69425d349f5a authored almost 5 years ago by Edward Wang <[email protected]>
Update config.yml group-formats (#3025)

Since most (if not all) modern permission plugins only use lowercase group names, the examples s...

github.com/EssentialsX/Essentials - 46f4b92ff703af6fab9e1b351daeaa20992edc08 authored almost 5 years ago by Jason <[email protected]>
Add 1.14/1.15 item aliases and fallbacks

Short term replacement for #2897 until ItemDbGenerator is complete:

* Closes #2934 by adding ...

github.com/EssentialsX/Essentials - d92f5ce71c96e1f0a7fb93eeab28ed97eb13e7a0 authored almost 5 years ago by md678685 <[email protected]>
Fix CustomItemResolver causing a StackOverflowError (#3022)

CustomItemResolver was fetching the custom item from the item database instead of the resolved c...

github.com/EssentialsX/Essentials - 2314bf8bd437294823a7469d64a236d5e23998b7 authored almost 5 years ago by Josh Roy <[email protected]>
Explain how to add commands to kits (#2980)

* Explain how to add commands to kits

* Update Essentials/src/kits.yml

Co-Authored-By: md6...

github.com/EssentialsX/Essentials - 7808b21496e80d3454f14e26bbb0e42b52ed806d authored almost 5 years ago by Jason <[email protected]>
Add beezooka command (#3003)

This PR introduces the `/beezooka` command as suggested in #2975. The command acts similarly to ...

github.com/EssentialsX/Essentials - 18ef41221123821320d87405769a7e2269c9db48 authored almost 5 years ago by triagonal <[email protected]>
Update funding to include Ko-fi link

github.com/EssentialsX/Essentials - 0678328253a782e56ec08c6978387e41aedd2d9f authored almost 5 years ago by md678685 <[email protected]>
Revert "Split plugin compatibility report into own class"

Revert 6fa5b80c0a16bf02d474ddf383e8d4709caf72e1, which broke `/ess version`, until this can be f...

github.com/EssentialsX/Essentials - 5503e1e14c4848199ba1f4f1c8dcf16f56ae49ee authored almost 5 years ago by md678685 <[email protected]>
Implement missing FakeWorld methods (#3002)

github.com/EssentialsX/Essentials - 9e89cfa4ed8bd0f50cf89560a7356e280e19c1cb authored almost 5 years ago by triagonal <[email protected]>
Properly escape pipe character on item lore (#2994)

Using negative lookbehind instead of negated characters set.

Fixes #2962, fixes #2984

github.com/EssentialsX/Essentials - 13f454a022df63a0b3c24798bd509232522511ee authored almost 5 years ago by imDaniX <[email protected]>
Update FakeServer (#2997)

github.com/EssentialsX/Essentials - 129650dade1a90b684111fb1ddfbfb4154c1838e authored almost 5 years ago by pop4959 <[email protected]>
Split plugin compatibility report into own class

github.com/EssentialsX/Essentials - 6fa5b80c0a16bf02d474ddf383e8d4709caf72e1 authored almost 5 years ago by md678685 <[email protected]>
Bump supported version to 1.15.2

github.com/EssentialsX/Essentials - 04dfcd0965bcd110507586aa3bbd57c2aed4a5bd authored almost 5 years ago by pop4959 <[email protected]>
Merge branch 'master' of https://github.com/EssentialsX/wiki into HEAD

github.com/EssentialsX/Wiki - ce602d0f34795f1fa2b3e7d3f7444d88646118d0 authored almost 5 years ago by md678685 <[email protected]>
Merge branch 'master' of https://github.com/EssentialsX/wiki into HEAD

github.com/EssentialsX/Website - ce602d0f34795f1fa2b3e7d3f7444d88646118d0 authored almost 5 years ago by md678685 <[email protected]>
Add help article and fix FAQ links

github.com/EssentialsX/Wiki - 04089be800bcf9e463bfdf5c0895525735d42af3 authored almost 5 years ago by md678685 <[email protected]>
Add help article and fix FAQ links

github.com/EssentialsX/Website - 04089be800bcf9e463bfdf5c0895525735d42af3 authored almost 5 years ago by md678685 <[email protected]>
Merge pull request #8 from Andre601/patch-1

Fix invalid xeya links.

github.com/EssentialsX/Website - 70fc6db5309494ead157aafff83ba2344852fc9b authored almost 5 years ago by md678685 <[email protected]>
Fix invalid xeya links.

github.com/EssentialsX/Website - 8b291ae90df634a32f882b722c425404ed704474 authored almost 5 years ago by Andre_601 <[email protected]>
Assume not assert to allow build to succeed

github.com/EssentialsX/ItemDbGenerator - bced760c448e30d7ab234962e93efbb4779fbfcb authored almost 5 years ago by md678685 <[email protected]>
Add test for items are spawnable on signs

github.com/EssentialsX/ItemDbGenerator - 7359afd43b24c2e243f0d76da713fdf98e698a62 authored almost 5 years ago by md678685 <[email protected]>
Add prismarine aliases

github.com/EssentialsX/ItemDbGenerator - 59fb0fd9e8a0a64dd881be0b2c7f5aa23a0dcecf authored almost 5 years ago by md678685 <[email protected]>
Update wiki content

github.com/EssentialsX/Website - 8a3e61b1b0d320e60a89726459c0152b63d768d4 authored almost 5 years ago by md678685 <[email protected]>
Merge pull request #6 from Xeyame/master

Update essinfo links

github.com/EssentialsX/Wiki - c9b4d2f53e5b23a0f961c4463184574faf37a54e authored almost 5 years ago by md678685 <[email protected]>
Merge pull request #6 from Xeyame/master

Update essinfo links

github.com/EssentialsX/Website - c9b4d2f53e5b23a0f961c4463184574faf37a54e authored almost 5 years ago by md678685 <[email protected]>
Properly register entity transform event depending on version (#2942)

Fixes the problem mentioned in #2931 which was introduced in #2836. This is caused as a result o...

github.com/EssentialsX/Essentials - 2e818ac7090626a6682b19f2b8ce6fe385dbc170 authored almost 5 years ago by pop4959 <[email protected]>