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 shout/local chat not sending with certain formats (#5719)

github.com/EssentialsX/Essentials - 993d7ede5664e57a672c6dd7b7062ef31cadafdb authored 11 months ago
Add setting to use usernames over display names for social spy (#5613)

Co-authored-by: Bobcat00 <[email protected]>
Co-authored-by: Josh Roy <10731363...

github.com/EssentialsX/Essentials - 622c8147a9240b7d635d12496c856daa26386f56 authored 11 months ago
Fix jail-online-time with offline players (#5701)

github.com/EssentialsX/Essentials - 6b521e78a6d47c7481a7bd5eadc9a7454953f9b9 authored 11 months ago
Hotfix legacy serializer to include capitalized formatting code chars (#5711)

github.com/EssentialsX/Essentials - 421945070545843e031d36f78d575e4747a11513 authored 11 months ago
Support custom biomes in random teleport excluded biome list (#5703)

github.com/EssentialsX/Essentials - bd8c792fa4cc1a508f8dc9b3c404cab9fed3ca47 authored 11 months ago
Add actions step to log JUnit test reports (#5684)

github.com/EssentialsX/Essentials - 52a638f18fb830ec604af240388648e8472da687 authored 11 months ago
Fix conversion issues between Legacy and MiniMessage (#5702)

Fixes #5652

github.com/EssentialsX/Essentials - 1b1b511b61eb122405711334de9abccbc4742039 authored 11 months ago
Fix Discord /list command showing tags in output (#5698)

github.com/EssentialsX/Essentials - d4b72c8af6ac00b8a25cc2e80f26da0e56e1196a authored 11 months ago
Fix /broadcastworld sending in all but the intended world (#5699)

Fixes #5694

This issue was caused by the passed predicate being excludes rather than
include...

github.com/EssentialsX/Essentials - 185b4e266b8ece312c3c8556e23af2eee8fcdeed authored 11 months ago
Fix /me from console (#5700)

Fixes #5689

github.com/EssentialsX/Essentials - 7a9a0e6f513777dd5f3f1b8a39ae0bfcf74fe965 authored 11 months ago
Fix custom message colors config not working (#5705)

No linked issue; discussed on Discord with @Evidentsinger14

Also @JRoy, I refuse to believe y...

github.com/EssentialsX/Essentials - 9be27ad7ac3d63414e123505d3f1d5177b99c2d6 authored 11 months ago
Update GitHub Actions (#5704)

Bump actions steps to remove deprecation warnings on GitHub

https://github.com/EssentialsX/Es...

github.com/EssentialsX/Essentials - 09fa6463a7ff7788621c4d704ade68f10e9e31dd authored 11 months ago
Fix format parsing in /heal (Fixes #5690)

github.com/EssentialsX/Essentials - 1929d4110af296ee8dbc869b8846b1847ed52403 authored 11 months ago
Fix messages not sending after /ess reload (Fixes #5663)

github.com/EssentialsX/Essentials - 4386713807d14b217c9d47a211caa2096aee03c5 authored 11 months ago
Fix format parsing in /msg from Discord (Fixes #5671)

github.com/EssentialsX/Essentials - 80e6f96c710149bca1f8a520381c4519fd8c9057 authored 11 months ago
Fix format parsing in /spawner (Fixes #5680)

github.com/EssentialsX/Essentials - 14125d9c4caa95e7e7d0158c7675ebe909fe5af0 authored 11 months ago
Fix format parsing in various discord commands

github.com/EssentialsX/Essentials - 139db29782fe83cb629dcd55967af310d2e90f08 authored 11 months ago
Fix format parsing using in-game commands in console (Fixes #5670)

github.com/EssentialsX/Essentials - 77d505bb4ac7982c6ff12b281d6ed2e3af60b189 authored 11 months ago
Fix format parsing in unlinked kick message (Fixes #5667)

github.com/EssentialsX/Essentials - d307279b3b332f33fcfd9ebf3c00677cd0d00c05 authored 11 months ago
Fix /kill and /suicide on latest Spigot/Paper

github.com/EssentialsX/Essentials - 0cd47639c28dfb0b3013c8b4fe7edd7e2a90e25a authored 11 months ago
Fix format parsing in /unlimited

github.com/EssentialsX/Essentials - ac0ba8890f163d3c646812985c7a0c78d82fffb0 authored 11 months ago
Log individual JUnit test results

github.com/EssentialsX/Essentials - dfc5c49f563f39d6a24b97eeedbbbdad0f91c3be authored 11 months ago
Fix format parsing in /time (Fixes #5661)

github.com/EssentialsX/Essentials - 221a6622f38f3e4dad206faaa8844cacfd8bf909 authored 11 months ago
Fix format parsing in /suicide (Fixes #5662)

github.com/EssentialsX/Essentials - 1dccfbfceedce904715802dffe926ced99caab54 authored 11 months ago
Fix format parsing in local spy chat format (Fixes #5665)

github.com/EssentialsX/Essentials - 82606a7cedbd66cac9223501cd6d96ea3dc8e339 authored 11 months ago
Update Gradle and plugins; don't enforce running tests on Java 8 (#5685)

Fixes CI failures when trying to run `testJava8`, now that Spigot API is
compiled for Java 17.

github.com/EssentialsX/Essentials - 63234d6b1d7a49039b2a2eef81bbe10c5a316bbc authored 11 months ago
Fix format parsing for command usage strings

github.com/EssentialsX/Essentials - 4134b5fb997eaf9f0886260db4f93ffbb4c9f652 authored 12 months ago
Fix format parsing in /ptime (Fixes #5655)

github.com/EssentialsX/Essentials - 596ba6e2f5928063fdaa3a039530a38cb511e3fc authored 12 months ago
Fix format parsing in /kit (Fixes #5651)

github.com/EssentialsX/Essentials - 544f69aec807c4f11cdaa8ce3f0389b63440d4b9 authored 12 months ago
Remove CommonPlaceholders#displayName methods

I18n argument mutation already converts legacy color codes
to parsed MiniMessage. This was redun...

github.com/EssentialsX/Essentials - 8a57856c9644bda3e8c19a622e29eba281d14fc2 authored 12 months ago
Fix format parsing in /me (Fixes #5654)

github.com/EssentialsX/Essentials - 1e040fa7b5b716b16589af61602e61471b772112 authored 12 months ago
Fix format parsing in /home (Fixes #5653)

github.com/EssentialsX/Essentials - 3d9d3a325432b1a49895e4330a6141e254b61801 authored 12 months ago
Fix format parsing in /near (Fixes #5641)

github.com/EssentialsX/Essentials - 51075adec6c411e1acee90b79ea3c882c2a70b7f authored 12 months ago
Fix component appending in social spy (#5650)

fixes #5649

this time it wasn't me!

github.com/EssentialsX/Essentials - d4ecfd226368a82f8b2ed8c004679cb01518b81e authored 12 months ago
Fix message display issues from Adventure refactor (#5648)

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

github.com/EssentialsX/Essentials - 0d1462a021c63ffddf9176737ded7e9a5d79d06a authored 12 months ago
Fix several regressions from adventure PR (#5637)

* Fixes /list
* Fixes /baltop
* Fixes Social Spy
* Fixes Essentials Signs

github.com/EssentialsX/Essentials - 16e297269d6771671bb08f89b2be3c60162a3c8a authored 12 months ago
Update adventure-platform-bukkit (Fix 1.20.4) (#5636)

github.com/EssentialsX/Essentials - 3b61b3ed31aeac6165df559cd3b9d799f74539a1 authored 12 months ago
Fix placeholders not parsing inside log messages (#5635)

github.com/EssentialsX/Essentials - 23093b68d7dec11d6d5e1d13dafb467d17ea6bb4 authored 12 months ago
Use sendTl to ensure message format is parsed (#5632)

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

github.com/EssentialsX/Essentials - 746627c4b59d685c67ec361727f35222444f0d87 authored 12 months ago
Fix give command for tipped arrow item (#5627)

github.com/EssentialsX/Essentials - 04c01655f6dea7d939cf364b748c226f34eb7659 authored 12 months ago
Update locale pages for Adventure (#97)

* WIP locale page

* More work

* Update languages list (boy do we have a lot)

* Slightly...

github.com/EssentialsX/Website - f7c6ba6fa8e2bd76c09320d67f70098a684fe7ec authored 12 months ago
We're going on an Adventure! (#4717)

https://user-images.githubusercontent.com/10731363/147530817-f9adc58e-18a5-49ed-84c6-106e51d6948...

github.com/EssentialsX/Essentials - 388d571da96ae09dda63332d216f38c544623c92 authored 12 months ago
New Crowdin updates (#5629)

github.com/EssentialsX/Essentials - 8234dedb220205a0021e3e82464ae00d5e200d97 authored 12 months ago
New Crowdin updates (#5511)

github.com/EssentialsX/Essentials - 81a8731330d08c95e4e0c0bbe0f8b5d139699569 authored 12 months ago
Fix msgToggleCommandUsage1Description (#5614)

github.com/EssentialsX/Essentials - fbfd7e9871442f8898e5bdcff1930bef5dbac6e5 authored about 1 year ago
1.20.4 (#11)

* 1.20.3

* point 4

github.com/EssentialsX/Discord-Embeds - f8858b8e72cab41a98c0d715c4e88344609c239d authored about 1 year ago
Update supported versions (#5600)

Remove 1.19.1
Update 1.19.2 -> 1.19.4

closes: #5599

---------

Co-authored-by: MD <1917...

github.com/EssentialsX/Essentials - 0af4436c2ffd6fe2eb84f6408fbd4fd18858cafc authored about 1 year ago
Update to Minecraft 1.20.4 (#5592)

github.com/EssentialsX/Essentials - 84e9051f46e417575d36dc211de3f18d1b9cae34 authored about 1 year ago
update GeoIP with new screenshots and steps. (#98)

* update GeoIP with new screenshots and steps.

* dark mode images + remove "Will this key be ...

github.com/EssentialsX/Website - 2bfab746c8c38eaa8c08d96d5c92c23903336bec authored about 1 year ago
Use WeakReference to store alternative commands (#5572)

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

github.com/EssentialsX/Essentials - bb7b334ace196fcd8889014c90a0f9f6a9b53ccf authored about 1 year ago
Fix trade signs not updating with full inventories (#5574)

Starting with 1.19, sign block states are no longer persistent causing them to become dead after...

github.com/EssentialsX/Essentials - c68b277782eae642555a9b63e3f1f1ef259dd44a authored about 1 year ago
Prevent possible NPE during legacy file conversion (#5551)

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

github.com/EssentialsX/Essentials - 50c4d04b0242561b3b46a9d93ea653ee04154815 authored about 1 year ago
Fix incorrect online count in custom quit message (#5541)

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

github.com/EssentialsX/Essentials - 3eceec87d318c45114e4a633a8cdaf180b840540 authored about 1 year ago
Fix incorrect permission node in /potion (#5552)

Fixes #5549.

github.com/EssentialsX/Essentials - fdf1875e7fc591673cd7c7e79a8a48a192a9f0e2 authored about 1 year ago
Update to Minecraft 1.20.2 (#5522)

github.com/EssentialsX/Essentials - 79449ef663ae778fc63a1b1597486375c252f598 authored over 1 year ago
New Crowdin updates (#5458)

github.com/EssentialsX/Essentials - b900444ff0b84a35574671e92674d323b86f503e authored over 1 year ago
Add HelpopMessageSentEvent (#5490)

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

github.com/EssentialsX/Essentials - a3a71afcef57f0ba9a3a7e32ac6f454c054ae62a authored over 1 year ago
Prevent /editsign on waxed signs (#5492)

github.com/EssentialsX/Essentials - 72ba87c50964d4b0a4710032654b66a227531bbc authored over 1 year ago
Prevent players from ignoring themselves (#5488)

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

github.com/EssentialsX/Essentials - ee1111f6aac7e48463a3deca2f73c4f4b04b834e authored over 1 year ago
Fix usermap debug message not being debug

github.com/EssentialsX/Essentials - cf43e643edd4bd15c3e042d2961c637e2c777fd8 authored over 1 year ago
Lower non bukkit type creation warns amount

github.com/EssentialsX/Essentials - 42071f4ad4cdaa15e45998400276dd38f241123b authored over 1 year ago
Add whitelist indicator for /seen and /whois (#5486)

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

github.com/EssentialsX/Essentials - bb2df0b0a42a88994b2a153c43aa3ac014e9ab5b authored over 1 year ago
Add discord roles blacklist and aliases for chat format (#5157)

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

github.com/EssentialsX/Essentials - e3e52db10e533e1acc3e655c56b9ffc2f50046de authored over 1 year ago
Add abbreviation support to /pay command (#5457)

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

github.com/EssentialsX/Essentials - ad5f17481c37ffc7ed51d2ea0c5c2942acca31ea authored over 1 year ago
Add ability to use texture url in /skull (#5120)

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

github.com/EssentialsX/Essentials - 0a4cf27342005e839ec66cff71a9b2e6e90e6ec9 authored over 1 year ago
Add default book title and authors (#4920)

Prevents written books from being invalid if no author/title is provided.

Co-authored-by: Jos...

github.com/EssentialsX/Essentials - dfa22969c92298b4b473294f8676609572cb1b09 authored over 1 year ago
Added option to limit amount of lore lines (#4773)

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

github.com/EssentialsX/Essentials - eb76cf0fbb3c0a90a965c1a7798a59b0fc491314 authored over 1 year ago
Add /mail clear <player> and /mail clearall commands (#4878)

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

github.com/EssentialsX/Essentials - 409af5d2aab02a0e6187a841e245158c37490cb7 authored over 1 year ago
Fix null check for I18n error logging

github.com/EssentialsX/Essentials - 6fb500d9fbb218ef1c838ad3579ab67dcda9463e authored over 1 year ago
Add custom model data support for kits (#5433)

github.com/EssentialsX/Essentials - 2b993d58cf365de0e5f0c0f2c3ea00f2dd0d2ed6 authored over 1 year ago
update supported versions (#95)

* update supported versions

* Update SupportInfo.vue

* priority goes to latest ver

* ad...

github.com/EssentialsX/Website - 63500398f2f113db338306445eed6065d855d6cd authored over 1 year ago
Prepare for 2.21.0 dev builds (#5467)

time for an adventure

github.com/EssentialsX/Essentials - 7eed853294170ba67d48f7c981dbefd64ed69e61 authored over 1 year ago
Remove extraneous offline name update code

This exact code exists in ModernUserMap#getUser(String)

github.com/EssentialsX/Essentials - 908b06570f4c5619d9f20c658240aff3c0aad559 authored over 1 year ago
Remove extraneous manual user cache loading

The usermap will already do this on its own,
and we should really avoid doing this outside
the u...

github.com/EssentialsX/Essentials - 7f3b62a180964b500e2fc797cdcdad774bdf643a authored over 1 year ago
Always populate last known name into cache

In theory this should never be an issue but
somehow is?

github.com/EssentialsX/Essentials - 02ced188c82a8ee6221180e7459b65370b0d5783 authored over 1 year ago
Don't cache previously known offline names

This can lead to the potential that a UUID can
be mapped to the improper name. This logic should...

github.com/EssentialsX/Essentials - 19d6db0b4cbce0aed5d94f41b8a8ff8249b96eeb authored over 1 year ago
Add /ess usermap cache sub-command

Allows to view the number of known UUIDs as
well as name to UUID pairs.

github.com/EssentialsX/Essentials - b781c1e924ad1fe555548431234de68032ba3bab authored over 1 year ago
Fix remaining offline visibility checks (#5466)

Purpur added a new self-referencing method that
we don't implement with our stub class. This wi...

github.com/EssentialsX/Essentials - d7e5c10b512ed33dad4451f2ba92052109b2090a authored over 1 year ago
Fix discord module console relay not filtering all color codes (#5454)

github.com/EssentialsX/Essentials - b2ae28b450ac191804e0f62ab99e614f4dd09921 authored over 1 year ago
Fix trade signs not working with currency suffix (#5441)

github.com/EssentialsX/Essentials - e558e7365a8f44b32ae8ebf96bd0f525958a2c20 authored over 1 year ago
Fix enchant not working with offhand

github.com/EssentialsX/Essentials - ae1f1583c28a0be7386c2150db3a5b89b7e0223c authored over 1 year ago
Revert duel hand behavior of /book command

github.com/EssentialsX/Essentials - c32a0f975ed330208d35e0cc863aaf54a9d98d78 authored over 1 year ago
New Crowdin updates (#5424)

github.com/EssentialsX/Essentials - 58eea1724fc4e61033eeab1f278b20c8ac9bf391 authored over 1 year ago
Fix inaccurate online player count for Discord leave message (#5440)

fixes #5256

github.com/EssentialsX/Essentials - 52c9ca8197203cfd5b0b2a15f67616b4b48605cb authored over 1 year ago
Ensure user data deserialization exceptions include file name

More than just a SerializationException can happen I guess

github.com/EssentialsX/Essentials - f84a311c2b1af4651893c83235c02970e57685dd authored over 1 year ago
Fix invalid unlimited items preventing userdata to load

Invalid material names would previously return a null value
when deserializing. This raises an e...

github.com/EssentialsX/Essentials - f26e1b2e2925a53267f64d55226a0688e32229ac authored over 1 year ago
Move fungi hanging roots to fixed alias

Previously it messed with hanging signs and it literally
is just a single item

github.com/EssentialsX/ItemDbGenerator - 1fd31da0078be1684874d9d0e6863d2402aaefa7 authored over 1 year ago
Bump Spigot version to 1.20.1

github.com/EssentialsX/ItemDbGenerator - d237f95326f6b9e04c4800c96886e432e6510d12 authored over 1 year ago
Add 1.20 wood types and new signs

github.com/EssentialsX/ItemDbGenerator - 525771bcdcc511fdcc6fd25a4c6951d4f4ce4597 authored over 1 year ago
Add 1.20 fixed aliases

github.com/EssentialsX/ItemDbGenerator - c84bbbbb8dfeb94802167047c578199c2d1a23f6 authored over 1 year ago
Rename OfflinePlayer to OfflinePlayerStub (#5417)

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

github.com/EssentialsX/Essentials - 60129594a641e0ef4cb6954f0c639d4917e757ee authored over 1 year ago
New Crowdin updates (#5370)

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

github.com/EssentialsX/Essentials - 563d3fab4e4f6350b7c158346badccaf823fa5df authored over 1 year ago
Add KitPreExpandItemsEvent (#5407)

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

github.com/EssentialsX/Essentials - 1022f7a3abce1e26fd27c7453ef969ef32fdfe2e authored over 1 year ago
Fix Discord module webhook closing incorrectly

github.com/EssentialsX/Essentials - 803d800bdd9feb09654702b6dd199b24d3d862f4 authored over 1 year ago
Add link module to /ess dump

github.com/EssentialsX/Essentials - d57094c0bc6e0a246c6f15622fe4a144e209bf71 authored over 1 year ago
Update Discord Module to JDA 5

github.com/EssentialsX/Essentials - 697128bcf27c390a6d0c229474d65c76d3f51e0b authored over 1 year ago