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

comment name change

3fc6bb4e4ff070713b1f48fb70e57c3d97c73490 authored almost 13 years ago by ElgarL <[email protected]>
Depreciate PlayerTeleportEvent, PlayerRespawnEvent and PlayerPortalEvent

as it's all handled in PlayerChangedWorldEvent.
This also means we no longer update permissions b...

59679e04232e59a65655d34b7ac47afd4d1651ac authored almost 13 years ago by ElgarL <[email protected]>
Merge branch 'master' into release

1a2acb43aeb2217b772351dcf8cf829e6dd6d8ac authored almost 13 years ago by KHobbits <[email protected]>
/spawnmob - Only list mobs you have permission to spawn.

f0c0ee1a8dd90de1524032e92c65df5e823a7b1f authored almost 13 years ago by KHobbits <[email protected]>
Don't return null, throw an exception

3c98718387cf8c612e11f00df216c9ffb268568e authored almost 13 years ago by snowleo <[email protected]>
Merge pull request #49 from Iaccidentally/patch-2

fix typo in config.yml (another one)

cfdb2a36c129ad9cf1cfede9ef559a2ae9711b24 authored almost 13 years ago by snowleo <[email protected]>
fix typo in config.yml (another one)

3b7d194902810cd38155766cb6fbfbd8b75a8932 authored almost 13 years ago by Iaccidentally <[email protected]>
Merge pull request #48 from Iaccidentally/patch-1

fix typo in config.yml

72d514d52f6240d67595a7398bb123c50e4a11b4 authored almost 13 years ago by snowleo <[email protected]>
fix typo in config.yml

9fe119e720fa5dc640adc2a6c35992d8f3230eb6 authored almost 13 years ago by Iaccidentally <[email protected]>
Depreciate PlayerTeleportEvent as it's all handled in

PlayerChangedWorldEvent.

4a5c431163098bd64cfe227eeaf2bb12906c6840 authored almost 13 years ago by ElgarL <[email protected]>
Less sanitizing for more performance

a6ac333a7461ce271ee3eb4d85a18a4bbdb610cd authored almost 13 years ago by snowleo <[email protected]>
Caching regex return in user cleanup.

(Pushing this for testing purposes).

bc2578b7887f38e8106a1d4c2ce000618c19bb23 authored almost 13 years ago by KHobbits <[email protected]>
Merge branch 'master' into release

36d07cb539f92ae727934d2286130d687652d8f9 authored almost 13 years ago by KHobbits <[email protected]>
Merge remote branch 'remotes/origin/groupmanager'

effe0d5ec5f6ab4ef877e8d3a417979889c63810 authored almost 13 years ago by KHobbits <[email protected]>
Merge branch 'master' of github.com:essentials/Essentials

0ab2e745cf27502abbe64ab73810ed75b16fb027 authored almost 13 years ago by KHobbits <[email protected]>
Allow charges for different mob types in /spawner

57a2ef08d4b1f80f8794c1fafe0e7f22c88177a6 authored almost 13 years ago by KHobbits <[email protected]>
Add per warp command costs

Make warp other commands charge the commander, not the warped.

2699e02f96e7ab989bf518685eac3408ecfcde8c authored almost 13 years ago by KHobbits <[email protected]>
Clean up the CommandException stack traces so they appear as if Essentials was never there.

62cd219b4ecd48464037dd898ed14ab7de4972b2 authored almost 13 years ago by md_5 <[email protected]>
Update trade signs properly, and visibly handle full signs.

2d56de1483a8dbd75cba146fae4a0dbe4270b1e3 authored almost 13 years ago by KHobbits <[email protected]>
Merge pull request #46 from krinsdeath/master

Added Privileges to known Permissions plugins

bbc6da5106fca66cf26f6574da1586ee1fe8c309 authored almost 13 years ago by KHobbits <[email protected]>
Refactoring tpaccept perm check to include tpaall.

b0d06ce6ed62657e3f6b541aa63079f8fadc1126 authored almost 13 years ago by KHobbits <[email protected]>
Merge pull request #45 from Wolvereness/master

Fix /tpaccept permission check
Refactoring to follow.

de1554cb680b0fc588e505dd296a780681dc3a97 authored almost 13 years ago by KHobbits <[email protected]>
Added PrivilegesHandler.java;

Implemented privileges in PermissionsHandler.java;

Fixed PrivilegesHandler.canBuild();

c890ea8f87b2d798cfe4b1bbefdc8b62fd227592 authored almost 13 years ago by Jeff Wardian <[email protected]>
Change Service registration to register WorldsHolder instead of

AnjoPermissionsHandler. This is the correct entry point for all data.

c0517c120369ac6a1de954c9d049bd0a88ff8ea6 authored almost 13 years ago by ElgarL <[email protected]>
Fix exploit with /tpaccept if sender no longer has permission

9efd0eb6f9f61b7063c469ec69148949c268a007 authored almost 13 years ago by Wolvereness <[email protected]>
Allow colour codes in /ping

f0ee026fb97ac69822cd3f2f74b5e088ba7b3b66 authored almost 13 years ago by KHobbits <[email protected]>
New Permission: essentials.sudo.exempt

If a user has this perm, they cannot be controlled.

b3fc7900009746ad2b5a007b045c0a9d3d015008 authored almost 13 years ago by KHobbits <[email protected]>
Optional argument to /ping [message]- Message to be echo'd.

Possible use in scripts, checking for lag, /sudo, etc.

83f9209bcc3edb20d86975ae33e608005ece555b authored almost 13 years ago by KHobbits <[email protected]>
Fixing silly typo - Fixes shout costs.

691a0ef4ce21b66cd948dc234d8659b8f8a422db authored almost 13 years ago by KHobbits <[email protected]>
Add some commenting

97bd49e598ddb4725a19788098158c7bf9f1a55f authored almost 13 years ago by ElgarL <[email protected]>
Fix world mirroring so it correctly creates data files and data sources

for partially mirrored worlds.
Fixed world mirroring so it returns the correct data for the
reque...

e93e50f6d273b940783e7c313610f4cfa7ed15e2 authored almost 13 years ago by ElgarL <[email protected]>
Prevent getAllPlayersPermissions() processing a group more than once.

Improves performance when using complex inheritance structures.

76ba5caeec462b53eb9bffedec3c67b646eebb1c authored almost 13 years ago by ElgarL <[email protected]>
Merge branch 'master' into release

6ca1cdec4f2b57de8063d955bf8a1058bdf85ca5 authored almost 13 years ago by KHobbits <[email protected]>
Make it so ops can build, even if they don't have the matching permission.

86a1dda46c6b269bb3c95fc0431e15838eeafbca authored almost 13 years ago by KHobbits <[email protected]>
Force minimum CB version to 1846, don't want people on #1840 due to big bugs.

4326ce0d4ab98aec52894358c48bd7504ce51ebe authored almost 13 years ago by KHobbits <[email protected]>
Fixing repair to not repair items with datavalues, unless they actually have a durability.

3ff1f4adbbad83d7987e6f43569eee69d6b1c0ef authored almost 13 years ago by KHobbits <[email protected]>
Craftbukkit #1846 Bukkit #1211

492c4e8521a3c81ab6f6367a86c7d7f2f8802ef3 authored almost 13 years ago by KHobbits <[email protected]>
Recover from broken config files, but keep a backup of the old one for purpose of data recovery.

e3f3fe84ea9a2e665105f0acc334dbd0fd1c9f8e authored almost 13 years ago by KHobbits <[email protected]>
Extend valid characters to be a little less strict.

6e2ac3b56ec504b60c104b4a5856843e34b3eb23 authored almost 13 years ago by KHobbits <[email protected]>
Sanitize mail for untoward characters.

Prevent a user error from terminating essentials timer task.

5c19e71858ad3e4605156bead2e29fdccb512ed0 authored almost 13 years ago by KHobbits <[email protected]>
fix setGroup to only block superperms update if update is false.

a0103afde373e581ce4028b7c57bef7b21bfc780 authored almost 13 years ago by ElgarL <[email protected]>
Fix a bug with getWorldData return the main world data for all mirrors,

instead of the worlds parent data.

dbf30740fb95fdacc2d3f21faa2b1c54e2e28777 authored almost 13 years ago by ElgarL <[email protected]>
More info, and less severe warning on jail error.

92fa415848453fc3e0ca0471729363b358930e18 authored almost 13 years ago by KHobbits <[email protected]>
Update jails to new event system.

2942ef40f3f78a5316885302da2512b0e4d52e27 authored almost 13 years ago by KHobbits <[email protected]>
Catch all errors in badly formatted groups.

3f02bcd702f890d1ccba35e2217b61d730ff9953 authored almost 13 years ago by ElgarL <[email protected]>
Track the 'onPlayerChangeWorld' event as some teleports seem to not be

triggering a world move.

fe050dd72591dc22a370ff4517bd30396fe36956 authored almost 13 years ago by ElgarL <[email protected]>
Auto sort permissions on load to speed up population of superperms.

Negating a parent node after adding all nodes with * will now
correctly remove all child nodes of...

5b4966c8883609b40dced835a0a38935df063f30 authored almost 13 years ago by ElgarL <[email protected]>
Merge branch 'master' into release

e2abf05a27b375fcb961156f5fb3cede8ac47b8f authored almost 13 years ago by KHobbits <[email protected]>
Remove invalid item spawn blacklist warning during startup.

8500542e934ce30f9bff8148340c001973ce46bb authored almost 13 years ago by KHobbits <[email protected]>
Merge branch 'master' into release

d9e6f2975ac750073e488f940ccac3bcc6bfbf26 authored almost 13 years ago by KHobbits <[email protected]>
Prevent /home bed, if the bed was later destroyed.

2f1d9ad82cae64b1012f4f105e98b01bfc0db5ee authored almost 13 years ago by KHobbits <[email protected]>
Merge branch 'master' into release

d8ac3587ac55a920547d2406853339116187ddc1 authored almost 13 years ago by KHobbits <[email protected]>
.project change for Eclipse Build tool

2c8aa20542b6fbb1555c11e9cd6485534beee39d authored almost 13 years ago by ElgarL <[email protected]>
Fixing Kill/suicide in creative mode.

a2418a68d919a959a4b3c4ccfaa66dd8d818bf6a authored almost 13 years ago by KHobbits <[email protected]>
Merge branch 'master' into release

85c4fbdf4f95074e59ae816cd4a6860bc3cf85aa authored almost 13 years ago by KHobbits <[email protected]>
New craftbukkit

CB 1840, B 1208

dff8f541fea1c71bb7816e6c7f6b3ce9cdb773fb authored almost 13 years ago by KHobbits <[email protected]>
Merge remote branch 'remotes/origin/groupmanager'

d0a5656fa48e8cf9df5c96feabb3c4625e192ae0 authored almost 13 years ago by KHobbits <[email protected]>
Fix boolean fail in /r offline checking.

bc76e8736671d61940fd380c0b351cd3303bce97 authored almost 13 years ago by KHobbits <[email protected]>
updating .gitignore

bf9a67a2e4b9906371be3bde294cf9fb78ed93cf authored almost 13 years ago by ElgarL <[email protected]>
Fix players retaining permissions when demoted.

95885e46c9f207a0c06f595fef0dbc56c7f5b59c authored almost 13 years ago by ElgarL <[email protected]>
Merge branch 'master' into release

5a7f38fa2928968873240595a362dded0d282465 authored almost 13 years ago by KHobbits <[email protected]>
Optional second argument to /tpaccept, it will only accept the request if the sender matched that string.

6a5fefb102bde081b3eb2f04f72a256c6f8ed293 authored almost 13 years ago by KHobbits <[email protected]>
Added kit note.

Fixes #1276

c47c00887185f0701cc0926f2644ca3a7578dcf5 authored almost 13 years ago by KHobbits <[email protected]>
Kill people the proper way.

Test #1410

a31f5e219d3a2803bed94c747e74bf59acddf7f1 authored almost 13 years ago by KHobbits <[email protected]>
Switch /near priority to check for int first.

Test #1269

9ee78bdaec91950cb19575f2d87d008c2a5c4434 authored almost 13 years ago by KHobbits <[email protected]>
Make sure player is online when sending a /reply.

735f9ce2122ee9284193f34143619c8bcc951ebb authored almost 13 years ago by KHobbits <[email protected]>
Merge branch 'master' into release

417148f5da6f5927cf3232d3589a9919df81d318 authored almost 13 years ago by KHobbits <[email protected]>
Merge remote branch 'remotes/origin/groupmanager'

8f0350570e331872d399b2846c0a585844a624cc authored almost 13 years ago by KHobbits <[email protected]>
Prevent disabled sign creation (if any of essentials signs are enabled)

27365d1f1bd3f6dfbdcd62b66af182cee2fae0a4 authored almost 13 years ago by KHobbits <[email protected]>
Fix sign list format.

ebb3a774300479fac5cf059a8f1dbb5ae0f947ef authored almost 13 years ago by KHobbits <[email protected]>
Disable all signs by default.

b3252168f62652d5fce51b02c27b3654206dba91 authored almost 13 years ago by KHobbits <[email protected]>
Added options to enable each sign type

e1abdbdd370989c48ea49e54306155750e18b598 authored almost 13 years ago by KHobbits <[email protected]>
silly formatting change to test gitbot

3deff2afe7b225337bd03d23022c4f4e9df8c0c9 authored almost 13 years ago by ElgarL <[email protected]>
Merge branch 'master' into release

a85cbdd5050b7163b80eaa171f3fe635bb1ca9d8 authored almost 13 years ago by KHobbits <[email protected]>
Merge remote branch 'remotes/origin/groupmanager'

c6aa34076aeeab5e63ccee1102826fa9557753e9 authored almost 13 years ago by KHobbits <[email protected]>
fix for an iterator error if there is only one element in the array.

92f83dfe732e6e14d5b5d027b87b15798cd4ee19 authored almost 13 years ago by ElgarL <[email protected]>
Fixed a bug when pushing superperms in the wrong order.

00057eaca40e908bcfd9b706eb4ae51b5d9cf2aa authored almost 13 years ago by ElgarL <[email protected]>
Only list bed home if it is set.

2f96c9763f3d0a80fe0385768fbc814faf4035bb authored almost 13 years ago by KHobbits <[email protected]>
Allow space as well as : in /delhome

137b60c5f2385d7085fec072a7a6c0115274aaa1 authored almost 13 years ago by KHobbits <[email protected]>
Stop users from using /sethome bed

292b7b05466d651bb1f68c6755fd14e1d86f9281 authored almost 13 years ago by KHobbits <[email protected]>
If bed home is set, give priority when spawning.

d1d31e9769291e7c5e6ff93c55e588b88d5eb489 authored almost 13 years ago by KHobbits <[email protected]>
Check bed still exist, for bed homes.

f7c6759433b814d317ffe79d0276d76e0a94a3d8 authored almost 13 years ago by KHobbits <[email protected]>
Switch website URL's to point at wiki.

51375026461495e882e8cf2bddae213f370dd97f authored almost 13 years ago by KHobbits <[email protected]>
Properly fix inherited negated nodes.

9ff8b69282a872dc2504cf3de285198260bb3239 authored almost 13 years ago by ElgarL <[email protected]>
do not allow inherited permissions to negate higher perms.

7f269187c5081c6a2f17baaffa8f2955b9547b99 authored almost 13 years ago by ElgarL <[email protected]>
Merge branch 'master' of github.com:essentials/Essentials

6d34a2aa170f920fd633acbf61292f5af84c228d authored almost 13 years ago by KHobbits <[email protected]>
Revert emergency listener to old style

Stops peoples world world burning down if they throw in 2.8, on a 1.0 server.

9b58b2b9c0d29819db903801a51dac91a46627f1 authored almost 13 years ago by KHobbits <[email protected]>
Merge branch 'refs/heads/master' into release

b4d91978c722fda3cb7996c52806cff7b6f97743 authored almost 13 years ago by snowleo <[email protected]>
Minor fix to french translation

8aa260ee346534189ebe57da215e375c3404d871 authored almost 13 years ago by snowleo <[email protected]>
i18n added to command nuke

25976edc2bf374063f099d0e729ffa940469d524 authored almost 13 years ago by Léa Gris <[email protected]>
Updated translations to Essentials Dev2.7.191

8e9094a3ef946369eec5fbfb9593602b51b80673 authored almost 13 years ago by Léa Gris <[email protected]>
Merge branch 'master' into release

16bde87982f031d649df90422dcdf0d48afe639a authored almost 13 years ago by KHobbits <[email protected]>
Set min bukkit to 1818 - RB

b8944d0b254130aeb50d582b1ab733c1a6d19160 authored almost 13 years ago by KHobbits <[email protected]>
Merge remote branch 'remotes/origin/groupmanager'

69209eeb2fcc2b7fe2cc0a31cb31865c215ca748 authored almost 13 years ago by KHobbits <[email protected]>
Fixed an infinite loop error when using '/manudel' on a logged in

player. It caused setDefaultGroup to trigger a bukkit update when no GM
User existed yet.

746eb353a2f9ef0b75406d8afc0dc7cef2b7766b authored almost 13 years ago by ElgarL <[email protected]>
Trap errors in fetching the mirrors map.

3708f2b3bba8b071ef947b3d05229df48701541d authored almost 13 years ago by ElgarL <[email protected]>
Check for a null player object in the PlayerTeleportEvent.

e563405a7dcd462d6bae00189c89dd789509c8e0 authored almost 13 years ago by ElgarL <[email protected]>
Fixed subgroups (I broke earlier).

ae2cf3d95c752b78408b58af7cce11575d210230 authored almost 13 years ago by ElgarL <[email protected]>
Merge branch 'master' into release

270533652b2013b7a87ec70a0d331c2fb3b0dc02 authored almost 13 years ago by ementalo <[email protected]>
CB #1818

RB #1200

324dd05c97bbdc05f7510c2c5a551c42765ef9bb authored almost 13 years ago by paul.aston <[email protected]>