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 creeper player damage being cancelled incorrectly (#3604)

Previously, disabling creeper explosion block damage with the `protect.prevent.creeper-explosion...

github.com/EssentialsX/Essentials - 5fa65b42ae075833a3abffca9e13f043aaf51dcc authored over 4 years ago by xtomyserrax <[email protected]>
Update links in readme (#3596)

This PR updates several links:

- https://essentialsx.cf -> https://essentialsx.net
- Wiki li...

github.com/EssentialsX/Essentials - bdae259a1dc48f4c68cc808ed0a1cb648a03f808 authored over 4 years ago by Andre_601 <[email protected]>
Add config note regarding displayname (#3535)

github.com/EssentialsX/Essentials - fea86ea70e37f965310e57a59c8941d3ca5ef456 authored over 4 years ago by Jason <[email protected]>
Fix changing players' gamemodes from the console (#3590)

Fixes #3587 which was introduced by #3337.

github.com/EssentialsX/Essentials - 1133770aeb8913d31c1ec24e6dbc863d9a5a5625 authored over 4 years ago by Josh Roy <[email protected]>
Fix blacklisted blocks being pulled by pistons (#3610)

Closes #3609.

github.com/EssentialsX/Essentials - 2c462106bccb66e357fa86af52d30beefbf285d8 authored over 4 years ago by MD <[email protected]>
clarify piston blacklist config comment

github.com/EssentialsX/Essentials - bd1e624c916471006f787009aeb27a176edcdead authored over 4 years ago by triagonal <[email protected]>
fix blacklisted blocks being pulled by sticky piston

github.com/EssentialsX/Essentials - 6875fa4c7e0910a6be6515c562056578669bd0f8 authored over 4 years ago by triagonal <[email protected]>
Fix compilation issues on latest Spigot/Paper (#3607)

github.com/EssentialsX/Essentials - def5f2155d6517afd3c5c0c31b11ad933b4547b6 authored over 4 years ago by pop4959 <[email protected]>
Fix regression with teleportation commands where command cost gets charged twice (#3601)

github.com/EssentialsX/Essentials - 73d2457feac4861de214143e5160e2b6795f5e57 authored over 4 years ago by triagonal <[email protected]>
Update to 1.16.2 (#3586)

github.com/EssentialsX/Essentials - bc52ca856ee3666a62ab7995da8df5c40fa7d341 authored over 4 years ago by MD <[email protected]>
Update items.json from generator

Note: this action was performed by a human (@md678685) under the
Flask-Bot account.

github.com/EssentialsX/Essentials - 18ccea320ae0d14350204fa9a9bd8b8606166c38 authored over 4 years ago by Flask Bot <[email protected]>
Improve command codestyle (#3337)

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

Fixes #3579 (async `/skull` co...

github.com/EssentialsX/Essentials - f6cb9ff470e3318968d671d482ee41882e5a01fd authored over 4 years ago by Josh Roy <[email protected]>
Fix spawner delay feature (#3239)

Closes #1332

The spawner delay feature has been broken in Essentials for as long as anyone ca...

github.com/EssentialsX/Essentials - 14c6c2a055e8c123d63e3ee5140a5583f6744fab authored over 4 years ago by pop4959 <[email protected]>
Improve GeoIP errors/warnings (#3568)

Aims to provide a better and less confusing error for users of GeoIP who have not configured pro...

github.com/EssentialsX/Essentials - 68d0aa96889d411f32ea95d51360ac0ed0c35257 authored over 4 years ago by pop4959 <[email protected]>
Fix regression in /tpaccept (#3567)

d9bf099c3d411e5f493180de9c487a93e2fcfda7 introduced a regression where `/tpaccept` no longer unc...

github.com/EssentialsX/Essentials - 1ef4e15a4d22ec52dad42acc954a96176a623488 authored over 4 years ago by MD <[email protected]>
Don't send chat messages if they only contain formatting codes (#3505)

Closes #3442.

When a player with the appropriate permission node to use color formatting code...

github.com/EssentialsX/Essentials - d35b4b9128455d1a81da9923e89905ece6ed0540 authored over 4 years ago by latiku <[email protected]>
Updated website in plugin.yml files (#3528)

Replaced "http://tiny.cc/EssentialsCommands" with "https://essentialsx.net"

github.com/EssentialsX/Essentials - 6995be7dbd1eaee0e2a7f1019f13348feba7cbfa authored over 4 years ago by Zefferis <[email protected]>
Use playerNeverOnServer message where appropriate (#3489)

### Use `playerNeverOnServer` message where it should be used:

### https://github.com/Essenti...

github.com/EssentialsX/Essentials - f9de6763d3d840e01d553e5a69ddd569f076c1f1 authored over 4 years ago by uf0h <[email protected]>
Fix stale tpaccept

github.com/EssentialsX/Essentials - dfce9715659380a1b9b3c4f27046c60bba813603 authored over 4 years ago by pop4959 <[email protected]>
Fix some minor errors in config/docs (#3566)

github.com/EssentialsX/Essentials - 97e3f32d7f14af7378066a3abba953d633aa4afb authored over 4 years ago by Olivia <[email protected]>
Update backup comments in config.yml to be less ambiguous (#3553)

github.com/EssentialsX/Essentials - c86e1a5973445c72c31e68271acd554954b5d6b7 authored over 4 years ago by Cameron Seid <[email protected]>
Fix rare ConcurrentModificationException in quit handler

Copies the list of viewers before iterating over it to fix a rare CME that is *sometimes* thrown...

github.com/EssentialsX/Essentials - ab545dc44c9d6e74cdff49b69a98864cf0a5dda9 authored over 4 years ago by md678685 <[email protected]>
Add sign text tab completion in editsign command (#3497)

github.com/EssentialsX/Essentials - 11cd57e8fbb39e591eb0d22a9aae0b7f896612b8 authored over 4 years ago by Josh Roy <[email protected]>
Add missing getRecipe(NamespacedKey) method to FakeServer (#3530)

github.com/EssentialsX/Essentials - b7c18d07858362125d41ea6cbb0f30631efded84 authored over 4 years ago by pop4959 <[email protected]>
Properly handle jail respawn in togglejail (#3522)

github.com/EssentialsX/Essentials - 9aec89f3815ec72c9db5bfda1b305a88436b3fd3 authored over 4 years ago by Josh Roy <[email protected]>
Add config option to respawn at respawn anchors (#3498)

github.com/EssentialsX/Essentials - e34984513df3215b1ce950b831382a2495a0f78b authored over 4 years ago by Josh Roy <[email protected]>
Fix how random teleport picks a location (#3480)

github.com/EssentialsX/Essentials - cedd42f41155dc282a737fa643afe8fbdf748c62 authored over 4 years ago by Tim S <[email protected]>
include new sign types in definitions (#3487)

github.com/EssentialsX/Essentials - c9b75aabb219a8d7639c7f0b1b6464ef5ab7d17f authored over 4 years ago by untuned <[email protected]>
Disable random tp pre-cache by default (#3496)

github.com/EssentialsX/Essentials - 41ae12ed3de6ccdb759a1726b903f46090ff906d authored over 4 years ago by pop4959 <[email protected]>
Typo, should be "match" not "maths". (#3488)

github.com/EssentialsX/Essentials - dba35f043d4cbce0ca59c3fa5280b40ea30227a4 authored over 4 years ago by JakeTS <[email protected]>
Softdepend on MV, fix queries for MariaDB

github.com/EssentialsX/CMI-Importer - f426ca015865e298e833e7d5fee2ce3fa34d8683 authored over 4 years ago by darbyjack <[email protected]>
This is required

github.com/EssentialsX/CMI-Importer - f9ce884c1b24eaf8a36eee0ec2088ce02aee8c40 authored over 4 years ago by darbyjack <[email protected]>
Compile under 1.16 and bump essx to 2.18.0 dep

github.com/EssentialsX/CMI-Importer - 55a860e2efae4fd20231ebf63e798bab62c3644d authored over 4 years ago by darbyjack <[email protected]>
Release 2.18.0

:tada:

github.com/EssentialsX/Essentials - 8046b8594a092ffa6657d654e4b9dc94327c7e65 authored over 4 years ago by md678685 <[email protected]>
Fix issue with /remove skeletonhorse (#3477)

Fixes a problem where skeleton trapped horses cannot be killed in commands such as `/remove skel...

github.com/EssentialsX/Essentials - 6c64aaefec024261729d92deb097d09e97ab8241 authored over 4 years ago by pop4959 <[email protected]>
Deny tpahere requests to players without permission to accept (#3478)

github.com/EssentialsX/Essentials - 07fa87dc6a35bc241e8533627695c1b828480619 authored over 4 years ago by MD <[email protected]>
Add jail contexts (#3476)

Someone probably wants these. Also, who in the world decided that `IJails::getList` should throw...

github.com/EssentialsX/Essentials - b58c98bea02aef79f1de623f78d68bb536e52bea authored over 4 years ago by pop4959 <[email protected]>
Hide EssX commands from non-core modules in autocomplete (#3473)

quick little thing so people stop complaining

github.com/EssentialsX/Essentials - 08e553bd1a241b0ecd665ff1fa57254871977518 authored over 4 years ago by zml <[email protected]>
Add UserTeleportHomeEvent (#3403)

Adds an event which allows developers to see & cancel when users attempt to teleport home. This ...

github.com/EssentialsX/Essentials - e35fb82bc2e1c128a47316f7a54458c150ab00f1 authored over 4 years ago by Josh Roy <[email protected]>
Replace UserTeleportEvent with more sane events (#3192)

This PR replaces UserTeleportEvent with two new teleport events called at different stages:
- T...

github.com/EssentialsX/Essentials - a92ca63ca9da45641e0e534eb101c0ffaf0e94e2 authored over 4 years ago by MD <[email protected]>
Choose better elevation for random nether teleport (#3466)

github.com/EssentialsX/Essentials - cbfad7b320f7419b12d2d21fb43e18ed19630467 authored over 4 years ago by pop4959 <[email protected]>
Add config option to hide join/quit messages above X players (#3464)

github.com/EssentialsX/Essentials - c16987fb87a8ab9783309d288496c3c5dff920af authored over 4 years ago by MD <[email protected]>
New Crowdin updates (#3462)

github.com/EssentialsX/Essentials - 477f5a78411359ed03dae525b7f20db7b619c743 authored over 4 years ago by Flask Bot <[email protected]>
Move to net.essentialsx namespace

github.com/EssentialsX/CMI-Importer - ac290ee3362043c32c017039e63fca14a703b45d authored over 4 years ago by md678685 <[email protected]>
Fix reporting of economy backend to bStats

github.com/EssentialsX/Essentials - 6f149224d1a37057462a6cd31fd2757306b1f806 authored over 4 years ago by md678685 <[email protected]>
Drop version for alpha to 0.1.0

github.com/EssentialsX/CMI-Importer - 043eb918bfc714b2fe356e439c23b55c77200004 authored over 4 years ago by MD <[email protected]>
Allow for specifying amount to increase itemstack in /more (#3302)

Fixes #2342.

github.com/EssentialsX/Essentials - 1a6ad2fdb0881f284accf4a96e16a727dede7991 authored over 4 years ago by Josh Roy <[email protected]>
Implement random teleport command (#3418)

Adds `/tpr` and `/settpr` commands, which respectively allow you to teleport randomly or set tel...

github.com/EssentialsX/Essentials - 76e511a774bbb013b28bee9ad715e02ff762fb71 authored over 4 years ago by pop4959 <[email protected]>
Add mute expiry time in mute messages (#3329)

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

Closes #1211.

github.com/EssentialsX/Essentials - 9681933ec23db6c62ac785519d1b06d4b8309dfe authored over 4 years ago by Josh Roy <[email protected]>
Add itemlore command (#3331)

Co-authored-by: pop4959 <[email protected]>
Co-authored-by: MD <[email protected]....

github.com/EssentialsX/Essentials - 711bfed5579ac398f336dab00b965c0fc47b6a35 authored over 4 years ago by Josh Roy <[email protected]>
Handle explicitly denied permissions with no perms plugin (#3419)

to finally end the `/hat` saga, hopefully for good

github.com/EssentialsX/Essentials - 016a1b3421344ddb2ac6d936883b4516895e5380 authored over 4 years ago by zml <[email protected]>
Allow preventing bed and respawn anchor explosions in Protect (#3453)

Adds `bed-explosion` and `respawn-anchor-explosion` options to the Protect config.

github.com/EssentialsX/Essentials - 01b9ec4a42007b9b729bc5bd4250e7f70700b266 authored over 4 years ago by MD <[email protected]>
unchange 1.13 naming

github.com/EssentialsX/Essentials - 9b729dd091bb39728875a23a4126fbc84d8430d7 authored over 4 years ago by pop4959 <[email protected]>
Add PrivateMessageSentEvent and fix PrivateMessagePreSendEvent (#3432)

This PR introduces a new private messaging related event `PrivateMessageSentEvent` and fixes a m...

github.com/EssentialsX/Essentials - 0a73be20823cd68637b95291919eb0fd9d89c1b6 authored over 4 years ago by triagonal <[email protected]>
Add slightly more sanity to Vault code

This subtly changes how backend permissions plugins are reported on
bStats. (Previously, somehow...

github.com/EssentialsX/Essentials - c668879070dac11adcda2476b5d2654ebf7fd5cc authored over 4 years ago by md678685 <[email protected]>
Deprecate TimedTeleport

github.com/EssentialsX/Essentials - c4d318b7d097dcb349883af3758a4367e1c890b8 authored over 4 years ago by md678685 <[email protected]>
Allow preventing bed and respawn anchor explosions in EssentialsProtect

github.com/EssentialsX/Essentials - e7d9dbfbcf4aa698b21fc808960861cb236a8c87 authored over 4 years ago by pop4959 <[email protected]>
Update bStats Metrics and add wrapper class for new graphs (#3451)

This PR updates the version of the bStats Metrics class to the latest version, supporting plugin...

github.com/EssentialsX/Essentials - 1be3daf0b505d88e37ed166df5fc04d38a7934ed authored over 4 years ago by MD <[email protected]>
Fix 65f8883 breaking offline home listing (#3446)

github.com/EssentialsX/Essentials - 8f86849aecf1c90584dd77e4a8831ecbf1febe75 authored over 4 years ago by Josh Roy <[email protected]>
Add hidden config to stop throwing errors for passengers (#3445)

github.com/EssentialsX/Essentials - 0b4ee9e73ede405e6424090e764d20958745d1c3 authored over 4 years ago by Josh Roy <[email protected]>
Fix further AME(s) in /home (#3444)

github.com/EssentialsX/Essentials - 65f88834ba9e7c3a164f071c2cc1caa7c99bc5af authored over 4 years ago by Josh Roy <[email protected]>
Fix another wikilink

github.com/EssentialsX/Wiki - 2250ba5cbbdda5bb077ffdbd042f6087ecefa070 authored over 4 years ago by md678685 <[email protected]>
Fix another wikilink

github.com/EssentialsX/Website - 2250ba5cbbdda5bb077ffdbd042f6087ecefa070 authored over 4 years ago by md678685 <[email protected]>
Fix recipe command on Paper (#3404)

github.com/EssentialsX/Essentials - 024c56efdddec48e5c1644e4696fdbd14a67aa7e authored over 4 years ago by pop4959 <[email protected]>
Match kit name in delkit (#3396)

This allows deleting kits ignoring case; fixes #3370.

I don't know if this is the ideal fix, ...

github.com/EssentialsX/Essentials - 9c487b0aace7e60c362b4d2fa6f218ecabef6ba5 authored over 4 years ago by pop4959 <[email protected]>
Ignore NPCs in EntityCombustByEntityEvent (#3389)

github.com/EssentialsX/Essentials - d743f928ad3dfb7c7f288e64c0a0fd50c702a042 authored over 4 years ago by pop4959 <[email protected]>
Improve suicide and kill commands (#3388)

Fixes #3189

This PR makes improvements to the suicide and kill commands, namely:
1) Call `E...

github.com/EssentialsX/Essentials - 07e2fe3af17c4523cf9ddea4932cfbf8c23d3149 authored over 4 years ago by pop4959 <[email protected]>
Confirm home replacement when overwriting existing homes (#3338)

Co-authored-by: Josh Roy <[email protected]>
Co-authored-by: MD <1917406+m...

github.com/EssentialsX/Essentials - 9f384c71f3ffc66e171029fe0b7efd37c66ac4c5 authored over 4 years ago by pop4959 <[email protected]>
EditSign Command (#3415)

bro so epic bro

github.com/EssentialsX/Essentials - 7a5aea0bcfa88f75c1146f58808202bdcf487bd5 authored over 4 years ago by Josh Roy <[email protected]>
Add command + money queues to process after items in kits (#3434)

Fixes #3431

github.com/EssentialsX/Essentials - b6c9bc1439b17e2fb0d824807174a5211e5177e4 authored over 4 years ago by Josh Roy <[email protected]>
Fix some reported bugs regarding teleportation. (#3433)

Fixes #3420
Fixes #3430

github.com/EssentialsX/Essentials - b7f38517efd7fb0b04a7174e3c1bfa17f88390d1 authored over 4 years ago by Josh Roy <[email protected]>
Update ?essx to acknowledge 1.16.1

ARE YOU HAPPY NOW TRIANGLE

github.com/EssentialsX/Discord-Embeds - 3b43c9a397e4a670e1836ccd5ba5f40d5e7ae68b authored over 4 years ago by MD <[email protected]>
Remove broken Discord redirect

github.com/EssentialsX/Website - 4344511b58d065269b8961cccd1fb804d9fc48e2 authored over 4 years ago by md678685 <[email protected]>
Fix reversed wikilinks

github.com/EssentialsX/Website - 71b4534a039b1f56a895b1f02e68c2f5d4e69227 authored over 4 years ago by md678685 <[email protected]>
Fix reversed wikilinks

github.com/EssentialsX/Wiki - 71b4534a039b1f56a895b1f02e68c2f5d4e69227 authored over 4 years ago by md678685 <[email protected]>
Fix critical bugs (not really they're just typos) (#12)

github.com/EssentialsX/Website - 6b1d381ba8d397511dfdd739fd47c2b98fe9fabd authored over 4 years ago by Luck <[email protected]>
Use our own CORS proxy for ci.ender.zone

github.com/EssentialsX/Website - 1ee7b93ead5fc020ef283b37bd15e54f4b693c5c authored over 4 years ago by md678685 <[email protected]>
Fix relocation pattern for EssentialsXSpawn (#3427)

github.com/EssentialsX/Essentials - 60f54ee37d9472848e28d2e64adc2735e10975c1 authored over 4 years ago by Josh Roy <[email protected]>
Update wiki links

github.com/EssentialsX/Wiki - 92f907c10533b9d190e701997b0973ca677c6a0c authored over 4 years ago by md678685 <[email protected]>
Update wiki links

github.com/EssentialsX/Website - 92f907c10533b9d190e701997b0973ca677c6a0c authored over 4 years ago by md678685 <[email protected]>
Fix RGB support in prefixes/suffixes (#3422)

github.com/EssentialsX/Essentials - adf1273bf9df64cb9fb7ca4ae6efd8f8f726a06d authored over 4 years ago by Josh Roy <[email protected]>
Update items.json from generator (#3394)

This PR replaces the current `items.json` file with one generated *solely* by ItemDbGenerator.
...

github.com/EssentialsX/Essentials - 3c79e9e59dae5744c77d8edef0d04ce1d38848e0 authored over 4 years ago by MD <[email protected]>
Fix potion aliases

oh no

github.com/EssentialsX/ItemDbGenerator - 2828e9b966b442409102410263b779ffc71d18d5 authored over 4 years ago by md678685 <[email protected]>
Fix record aliases

github.com/EssentialsX/ItemDbGenerator - 2e9a85d43e5e3f385e31dc5e8916b0378e745e6a authored over 4 years ago by md678685 <[email protected]>
Clean up mineral alias provider

github.com/EssentialsX/ItemDbGenerator - 3ad0a90a11ed111958f0ad4d0ac51fab8410c74f authored over 4 years ago by md678685 <[email protected]>
Add mineral aliases

github.com/EssentialsX/ItemDbGenerator - c4992ba7e586c081a4c4c06156aa417a8957772f authored over 4 years ago by md678685 <[email protected]>
Update to 1.16.1 (#3408)

Co-authored-by: Josh Roy <[email protected]>
Co-authored-by: md678685 <191...

github.com/EssentialsX/Essentials - 1ab1b5713efd01d8bef6ef82fb5ce6b829c32f09 authored over 4 years ago by Josh Roy <[email protected]>
Update Crowdin configuration file

github.com/EssentialsX/Essentials - edf2f295d17f0074727eeea8a260b4b71fb0d3d9 authored over 4 years ago by Flask-Bot <[email protected]>
Add even more fixed aliases

github.com/EssentialsX/ItemDbGenerator - e30bfa78c47350a222d01eae60b082ae065c2784 authored over 4 years ago by md678685 <[email protected]>
Add more fixed aliases

github.com/EssentialsX/ItemDbGenerator - 589f0588206bed06464a88f9252d6b0d58a5eb9e authored over 4 years ago by md678685 <[email protected]>
Add piglin brute aliases (waiting on Mojang/Spigot)

github.com/EssentialsX/ItemDbGenerator - 5f6b0bf8408277468ff3856ff477e8006ef5d813 authored over 4 years ago by md678685 <[email protected]>
Add netherite aliases

github.com/EssentialsX/ItemDbGenerator - b16dd75a2ea652792a2e4fe2c384ad461ec887fc authored over 4 years ago by md678685 <[email protected]>
Add nether gold aliases

github.com/EssentialsX/ItemDbGenerator - a83514deb86352c3fdf2db122f49ec997624a979 authored over 4 years ago by md678685 <[email protected]>
Add 1.16 mob aliases

github.com/EssentialsX/ItemDbGenerator - 4045085a10cbeebc5c2a5af76af8fcd1a628b98b authored over 4 years ago by md678685 <[email protected]>
Add nether fungi aliases

github.com/EssentialsX/ItemDbGenerator - 77b3ee087a1bc1eba2171972df87e1e984a94bff authored over 4 years ago by md678685 <[email protected]>
Revert "Switch sign spawnable test to parameterized individual tests"

This reverts commit c3d5bb2a

github.com/EssentialsX/ItemDbGenerator - 330c0667a2e6e9a17ae66ed01c9bd71a6526c644 authored over 4 years ago by md678685 <[email protected]>