Ecosyste.ms: OpenCollective

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

github.com/EssentialsX/Essentials

The modern Essentials suite for Spigot and Paper.
https://github.com/EssentialsX/Essentials

Set item meta in setSkullOwner before returning

*Should* address #2765.

219012bc3579565ebe4b313031f13dd12b542e61 authored over 5 years ago
Fix player head meta on versions below 1.13

5f9eb22d23d76dfb5726d25f9caf0a09b6fa54fa authored over 5 years ago
Correctly return null for invalid IDs when doing legacy conversion

2c33fb683439fd4353fab9d660c62f26150dd068 authored over 5 years ago
Add max-projectile-speed option

Projectils can load chunks pretty intensively if too fast.

8bcef6022b285492495f2343973185c2ea1d5bf1 authored over 5 years ago
Implement regex-based nickname blacklist

Adds `nick-blacklist` list to config which takes phrases or regexes. Users with essentials.nick....

93d36779f0fb49e58dfd8770ff1322998926d51d authored over 5 years ago
Check if user has a permission to block putting X item on their head. (#2574)

Closes #2550.

* Check if user has a permission to block putting X item on their head.
* For...

2502f5e6f216d3b6f0bd1cdb98e971e7847e408b authored over 5 years ago
Implement toggle for command block logging (#2599)

Just a simple config toggle for whether or not command block commands should be logged.

close...

95f2852cf38da16f37971e3aa88b08887666efaf authored over 5 years ago
Add per-projectile permissions and speed argument to /fireball

ff9f712d65db94d87d905175dedfceaee5b4cb39 authored over 5 years ago
Add Dragon Fireballs to "/fireball".

60c4e75a1c5bde447b0eb0a4da61612b9f2c44ff authored over 5 years ago
Add aliases to /delkit

ccf7c48bf1bc34314d27e59d4f0c7afaf761ba53 authored over 5 years ago
Clean up /essentials

65d81eb31eb662f4771fce0e3fc7ffee3b98e1e2 authored over 5 years ago
Implement /delkit command

Closes #2709, closes #2719.

b97eb12dfcc9558db7f792868955ac0fb0b2c49b authored over 5 years ago
URGENT: critical bug fix

d2724d77dfb5d0e78900bd9064f6d1d22a7bd6c2 authored over 5 years ago
Check plugin equals rather than name equals in autocomplete listener

119b21ac678ff9f1e02e11519e1dd68cb0c38b80 authored over 5 years ago
Bump version to 2.17.1

1ff73b383749ff8548c579039cce8bd6d9d8e35e authored over 5 years ago
Fixed dupe on new builds. (#2696)

Fixes #2695.

d98f8b3467e8684a7754f99237417d5fabb9d712 authored over 5 years ago
Merge remote-tracking branch 'origin/2.x' into 2.x

ac8b8861cb80b218e801cfb11ecea2769c46ea02 authored over 5 years ago
Fix /r not showing in 1.13+ tab complete

Fixes #2659.

22dc5dcebdd7ca64c464d24c913b005b3a15bc55 authored over 5 years ago
Bump supported 1.14.x version to 1.14.4 (#2681)

3c09e72ce43a0b2b972c746667b98a30a6f9ed76 authored over 5 years ago
Implement missing methods in FakeWorld (#2679)

fffc3fcac7d458be3480adce7da3e2def6ed6d7a authored over 5 years ago
Fix wall sign protection on 1.12.2 and below

Fixes #2635.

bcdbbe954619f9f1df25710e4919644327b7f4a8 authored over 5 years ago
Add missing /tpauto messages

Add messages from #2310 to the `messages.properties` file. Fixes #2634.

19f03cd70e06464613f709d409029c89b2301c5c authored over 5 years ago
Update README.md

9b7858b8304e221299b80ad1a146515c3b6622b5 authored over 5 years ago
Bump version to 2.17.0

8bc55387ddff970cfc86fbbbd87d17a01cfe4716 authored over 5 years ago
Bump version to 2.17-pre1

0584353bfab3d635591d5d7174b2e3631971c476 authored over 5 years ago
Load and save kit use timestamps consistently

Fixes #2301.

The kit's name was previously sanitised/lowercased when accessed but not when save...

2938330222a72c84b74171e269e9b1f8fd865b2f authored over 5 years ago
Update to 1.14.3

ef7393036e31a7cf72c37e8c4ef6a886f987a71e authored over 5 years ago
Update 1.14.3 version string (#2624)

Closes #2624.

0409f5bc4ac2f676e904fe09e6916b0274ddbff9 authored over 5 years ago
Fix version regex on 1.14.3 (#2622) @JRoy

8ff1ebd7c2792bf5d7f67629063fa78d223a837e authored over 5 years ago
Attempt to fall back to Material.getMaterial(int) below 1.13

Fixes #2615.

9089fe8be3c6aee580457abd07d3ebd223de7bd8 authored over 5 years ago
Fixes #2121 - Allow players to teleport into a location with water if configured (#2520)

# Description of #2520
This is a continuation of #2457, accidentally hit rebase and recommitted...

74d96ce6249e0c53d25ec7e03197e999d4dcc938 authored over 5 years ago
Don't update user activity on physical interactions

Fixes #2578.

8b7bcbb8805021c555f1c1528fc1711af5ac52aa authored over 5 years ago
Only accept square recipes in /condense

Fixes #1194.

dbd86155fb0970cb9d06c0cbde47284a9a8e21f2 authored over 5 years ago
Switch Travis to openjdk8

9b77c0802b53b5ed61a7169c245cd88ca09a63bc authored over 5 years ago
Don't warn about CloudNet SLPEs

Fixes #2592.

cd7fa79560ae226e512fe944eb5282eac3819970 authored over 5 years ago
Update to 1.14.x (#2510)

Add support for Spigot/Paper 1.14.2.

10e9879a6434af461e5e801b09e04bdca302d9cc authored over 5 years ago
Specify Java 8 for Travis build

Required due to BuildTools not supporting Java 9 or above for MC 1.8.x.

d1dcc47a27980304127d8e23a9d2a2e3301e31d7 authored over 5 years ago
Add permissions for individual colors (#1441)

* Add tests for existing format behavior

* Replace formatting implementation

* Add permiss...

7a73301a3718867391c552840294be7ff798be73 authored over 5 years ago
Fix items.json merging

e1dec7d9e7c7797bc0e365cfa07faac8e884eb20 authored over 5 years ago
Re-add header to items.json

99fefdb47d7cf46b2c8e6dbc4bc56ca7f3bf8edd authored over 5 years ago
Merge 1.13 and 1.14 items.json together

In 2.17.0, [essx-scripts genItemsFlat](https://github.com/md678685/essx-scripts/blob/master/src/...

5ebce8965e38200fff618872370895b250a1c832 authored over 5 years ago
Add FUNDING.yml Patreon link

5a0b7285d4d608e0d5991d31840e32b5ae070185 authored over 5 years ago
Implement missing OfflinePlayer methods

829110e89a9807bb25146e6029a7065eb3c5492d authored over 5 years ago
Merge branch 'mc/1.14' of https://github.com/EssentialsX/Essentials into mc/1.14

dc1a0b65fa6a413e0761a3619be18c907fa2249f authored over 5 years ago
Remove unused import in MaterialUtil

b140826e6039d3053b9eca5bbf8a0d2930742741 authored over 5 years ago
Remove unused import in AFK event

0d9387458deae8612c2aa660ffb68e8af6f0a4cd authored over 5 years ago
Add fallbacks property to ItemData

Allows items.json to specify fallback names for materials on older versions.

Additionally make ...

f2447a91345bc0ea730f29d9ab824b8f91f92e97 authored over 5 years ago
Update outdated meme

2ea3d8943e20ddcea517a2839934743cd2a7d9a8 authored over 5 years ago
Implement PR #1682 - TPA Event (#1727) @DrewAMitchell

* Attempts to implement #1682 - TPARequestEvent
Awaiting further feedback. I've implemented the...

e4cc78a750082ca5089edac5fd3621a9f2a4d38a authored over 5 years ago
Implement /itemname command (#2573)

Implement /itemname command, across three PRs. Originally implemented by SupaHam, and updated by...

a08832cfc81bee0d0d7394922a3761a2d9497c69 authored over 5 years ago
Add safe-usermap-names option to control usermap key sanitisation

This is necessary to stop players with Chinese characters in their username losing their balances.

c97918df244879e21c1d7a455b982180c2196239 authored over 5 years ago
Implement essentials.balancetop.exclude permission (#2499)

Closes #595.

e9833d1cd2baa2d97e064340ccd5b0657587a577 authored over 5 years ago
Allow clearing item names + add locale messages for /itemname

111a18585d871deeda2c49d1c8731112bcd0ca8e authored over 5 years ago
Update /itemname in plugin.yml

This contains changes from #2555 squashed into one commit.

Closes #2555.

155d3ec938df02fbae6af0ae3d30ab7894f6b8d0 authored over 5 years ago
Create /itemname command that names held items.

This contains changes from #672 minus messages, squashed into one commit.

Closes #672.

8bafacbd517503930a7bdd73df480c5aa39f798b authored over 5 years ago
Improve disposal, /bigtree and /fireball (#2461) @montlikadani

* Allow the Disposal inventory title to be configurable
* Add darkoak to `/bigtree`'s usage mes...

0e3f48ee54c13acde2a236b2ad6cb24e29676ec6 authored over 5 years ago
Update translations from Crowdin (#2571)

* New translations messages.properties (German)
* New translations messages.properties (Romania...

b566b4a0c66a8b22ec6d2aa53dbe2c58b44cc20f authored over 5 years ago
Add essentials.keepinv to plugin.yml

a9ed66d5e05e028179328f9160a6f396dfe46771 authored over 5 years ago
Bump Bukkit to 1.14.2 (#2569)

* Bump to API 1.14.2

* Update v1_14_2_R01 as latest supported 1.14 build

94131edb32d9e5e62db9877cf904fe61aa93f1bb authored over 5 years ago
Fix checking for attached wall signs

e21863956c0472f7a900eabe6f8d9c3c59a246ab authored over 5 years ago
Make all events async when not on primary thread

Fixes #2566, fixes #2556, fixes #2545.

4201e6ef850e08a996008167c4da10a5ad52ac40 authored over 5 years ago
Allow AFK status test to pass.

5deb1de5555208b39ac80bcd506aaa4748add702 authored over 5 years ago
Only make AfkStatusChangeEvent async when off primary thread

c65534ebb13713359e291df69d3a8468e30ef8ef authored over 5 years ago
Use MobCompat entries for other 1.11+ mobs

f22efce3ca7fcd3eb36bd47872e5e6b9ec4defdd authored over 5 years ago
Use MobCompat.CAT throughout MobData

5f0909047d51c6c36b9f4a9bd702e919dee9687b authored over 5 years ago
Make AfkStatusChangeEvent async

7cc4dc2f07e6337ce73340e6758386ca209ca9fa authored over 5 years ago
Add llama colour support; improve support for old game versions

Fixes issues with /spawnmob on older versions of the game.

(Also add llama colours, which were ...

60ebe9e7388544e7bb8391d45bd829fd02ef5b49 authored over 5 years ago
adds a permission node that keeps a player's inventory on death (#2531) @minksuki

Closes #2524.

Adds a permission node, `essentials.keepinv` so on player death their inventory...

a1297feb9dad02eb349589f9cbfb4a5b265e41ed authored over 5 years ago
Update Bukkit to 1.14.1 (#2544)

* Update v1_14_1_R01 as latest supported 1.14 build

* Bump to API 1.14.1

09598d0173573eaa392115460ba5e24e2a25b84b authored over 5 years ago
Fix Metrics plugin name reporting

35fc8450402842abf2f302ade22fe926f4ad5888 authored over 5 years ago
Fix Metrics package name

e59950966f8bac777cf812dfc412d6b135abb104 authored over 5 years ago
Update bStats Metrics to latest version

Now featuring server brand support!

98cc5b33a333681943beaeb99254c373676ecca6 authored over 5 years ago
Fix spawning shields with enchantments (#2515) @Argetan

* Moved comment to newline for style consistency.
* Fixed issue 2507 by checking if an enchantm...

d107d00ac3a442f4330043152b4ae8c760f7a86b authored over 5 years ago
Add Villager variants, pt 2

ccc000a416edcec829fe09d09636f12b8d08f624 authored over 5 years ago
Add Villager variants, pt 1

7790f8818be5b375210ddc7db380c6155226d295 authored over 5 years ago
Add 1.14 Enchantments

72ca629cf17f5751d864bb3d51e5995ce3847e73 authored over 5 years ago
Fix /kittycannon

The most important command of all!

(This hasn't been tested with 1.13 or below yet.)

65017d7f5c65b74b706ec8d4558c88a9ce43e79d authored over 5 years ago
Improve VersionUtil prerelease handling

Actually includes updated regex this time! (I have no idea how I forgot to update it in cfba2039...

6d4f7afc799c86e271ffa498964deafe8616f3e0 authored over 5 years ago
Update FakeServer

4fcb0327919de6e9694d163bd21559797e54f00a authored over 5 years ago
Fix plural suffixes for fish and foxes

0e668fa0f27bcbf90e8a5703df8fee0204cd0675 authored over 5 years ago
Add Ocelot.Type fallbacks for all MobCompat.CatTypes

68b933a50111226d941a4f39dae59a908e56b6b0 authored over 5 years ago
Remove redundant BABY_FOX

5236ad9f64d899c1d1d04d004a4f9b3565ce932d authored over 5 years ago
Update FakeWorld

937c18fe1d278076bca4e819c7ac7052505a43a7 authored over 5 years ago
Initial cross-version mob compatibility

Incorporates part of https://github.com/EssentialsX/Essentials/pull/2523 - thanks @JRoy.

fb48aaba9d0370b865afb874f46869aff41f4955 authored over 5 years ago
Implement missing FakeWorld and OfflinePlayer methods

365efe4f2d803335e781dd7824de1d026bbdbc3b authored over 5 years ago
Bump to API 1.14

78b2dba42a8bd17bf68fa5fcaa8ebcf296f408b5 authored over 5 years ago
OS X compatible buildtools.sh (#2513) @Argetan

* OS X compatible buildtools.sh

* Update buildtools.sh

f793b7607f0dd1c4da71a936a6ab6b8765c6d0c7 authored over 5 years ago
Compile against 1.14-pre5

c567bc22e9d6a3e3cae4e55db47d8c64440e86cd authored almost 6 years ago
Use MaterialUtil to check signs

d2824625472383d08a678768e3e8f181ffbc2e3f authored almost 6 years ago
Update bStats Metrics to use Gson

af4cfd3fe92c2312176096ed6efd23e3c8a17aa5 authored almost 6 years ago
Add prerelease support to VersionUtil

cfba203981adb307a45093d167050eebb2fff3c9 authored almost 6 years ago
Check /tpacancel permissions before sending message (#2498)

Fixes #1354.

d680ed736382a236dc03d86f506027c961810813 authored almost 6 years ago
Fix missing formatting code in geoipCantFind

69232c07177db71cf51b85130a881d876e25adaf authored almost 6 years ago
fix geoip country returning "." if the user is joining from localhost (#2494) @latiku

Implements a check to see if the user's address is `localhost` or `127.0.0.1`, and if so return ...

b4baa28f01a6e40a76a2c24e1b57fad1a97102ad authored almost 6 years ago
Update items.json

Updated to md678685/essx-scripts@e6394a2884f8f71fb18ecc7dd0655f94f0d66fe3

* Fix overlapping arm...

0aa11b58b9e511221f941133a2f23c7faa7010b9 authored almost 6 years ago
Update items.json

Update items.json to md678685/essx-scripts@581db130ef0273af99690bd36a42ba9029122354

Changes:
* ...

7b60b562b991e855f6ae13164365f21a011992aa authored almost 6 years ago
Remove stale messages and add/change formatting in others (#2486)

6377cbfb2b218f65b380a39ff42819b86e05117a authored almost 6 years ago
Fixed when the mail has already cleared (#2063)

3f5f9cc717140b2dd9851361bb8e9813b52bb36f authored almost 6 years ago
Fixes #1928 - Auto-AFK issue: AFK timer not reset on disconnect (#2458)

Update activity regardless of cancel-afk-on-interact setting

eac1e9b574ace3776d7310f949551344a2741b1d authored almost 6 years ago
[Feature] Implemented a message to say teleporting to home. (#2489)

[Feature] Implemented a message to say teleporting to home.

26d63da7aa3e508f2ff876805d6d8e2de924b3a7 authored almost 6 years ago