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

Adjustments to negative eco give/take.

github.com/EssentialsX/Essentials - ad08d275042c9841b48bc3945abd694649fd7529 authored almost 13 years ago
Display users new balance on /eco give/take.

github.com/EssentialsX/Essentials - d24f77dbd5816e018de99a9bf5ab9ed07bdf53d5 authored almost 13 years ago
Add Minimum Balance, to allow people to manage overdrafts.

github.com/EssentialsX/Essentials - a5b38ce1a492edb69c14239d976ff72db84915ef authored almost 13 years ago
Updating Bukkit: CB #1858, B #1334

github.com/EssentialsX/Essentials - 5d048d2c1dbfccf2db5188a7b2e3f9f303d9c273 authored almost 13 years ago
Lowering min bukkit to r4 - 1838, this build should still be compatible.

github.com/EssentialsX/Essentials - 13d3cc33061ff0810efd815efa64338e5eaeb70e authored almost 13 years ago
Merge branch 'master' into release

github.com/EssentialsX/Essentials - 9f02fb4dd4367fcaa8cca03b61e520e76c58030b authored almost 13 years ago
Merge remote branch 'remotes/origin/groupmanager'

github.com/EssentialsX/Essentials - 07baa6e611f153dd75b512127a4aa9996fd04892 authored almost 13 years ago
Prevent promoting players to, and demoting to GlobalGroups.

github.com/EssentialsX/Essentials - 50bd5869bf18421918c6ef9f5ffe0fa46ccfb894 authored almost 13 years ago
Prevent adding inheritances to globalgroups. These are permissions

collections, not player groups.

github.com/EssentialsX/Essentials - fa49fc91d2454b2da193ed2b757356b2496d504c authored almost 13 years ago
Write to user files less, on money update.

github.com/EssentialsX/Essentials - 28f478dd04c16d3deb21625aebf74a25b57665b2 authored almost 13 years ago
Balance top now has server total on first line.

Balance top will update ess balance backup if using register/vault eco.

github.com/EssentialsX/Essentials - 6fb8dad0eca654c0a4a07ae8337419562088b914 authored almost 13 years ago
Fixing upgrade script to allow powertool upgrade.

github.com/EssentialsX/Essentials - 9f605e9a885022144999b1f27bb74627c47b97b6 authored almost 13 years ago
Fixing kits for new config classes.

github.com/EssentialsX/Essentials - e5b91dae73839b4311bf67ea6510ed88a9f4af80 authored almost 13 years ago
Extra command aliases.

github.com/EssentialsX/Essentials - e1749fecd1293759fd899594e275a253646b5890 authored almost 13 years ago
Powertools dispatch commands as delayed tasks (should reduce any conflict issues).

github.com/EssentialsX/Essentials - 358edff798e8388a95b2640edd5735b188025c5c authored almost 13 years ago
Switch powertools to use different event.

Reduce multiple triggering of powertool events.
Abort event when used with powertool.

github.com/EssentialsX/Essentials - 34f13ba89cdb270e42fbc0f0225e0634d80b9676 authored almost 13 years ago
Fix powertools with new config format.

github.com/EssentialsX/Essentials - 945ba6f8ab8a9d3094e61fe6ccd943638eaa792a authored almost 13 years ago
Check to see if home section exists.

github.com/EssentialsX/Essentials - 46f05ee92f1deabe18dde1f527494fb717a079bd authored almost 13 years ago
Fixing home list.

github.com/EssentialsX/Essentials - 6d46fc66ce1f762de998824a13a38811c8364f0c authored almost 13 years ago
Fix /sudo message display.

github.com/EssentialsX/Essentials - ed7fe9213f260147b00dc33088fb4f788cf74078 authored almost 13 years ago
Removed BukkitPermsOverride as this is now the default with bukkit

handling child nodes.

github.com/EssentialsX/Essentials - 9c68cbae727f84a7b4dfb2594c458c3353a739d3 authored almost 13 years ago
Update for Bukkit R5 compatability.

Removed some unused variables.

github.com/EssentialsX/Essentials - c0df77153958bb3cbd3f07c5be305027440a773e authored almost 13 years ago
Never give our user object to other plugins!

github.com/EssentialsX/Essentials - 9bd0c33fef968ecac42054888437de96509a433c authored almost 13 years ago
Merge branch 'refs/heads/groupmanager'

github.com/EssentialsX/Essentials - cf7da7a83fef4d7734ed1ed5b672f2e07749b679 authored almost 13 years ago
Updated Essentials to work with R5

github.com/EssentialsX/Essentials - f46948249e881688ead76add5478716bd410780e authored almost 13 years ago
CB#1952

B#1330

github.com/EssentialsX/Essentials - 3b81593ebba032193b267274ac66d8770223f394 authored almost 13 years ago
Merge branch 'master' into release

github.com/EssentialsX/Essentials - 8042cefd3daca229066578fe83a9b75eac09bb31 authored almost 13 years ago
Add bPerm2 support for chat prefixes.

github.com/EssentialsX/Essentials - 514f07ce57c516eb6e4bc0691b7ce6abbc1d20b4 authored almost 13 years ago
Little bit of extra info in the default /einfo file

github.com/EssentialsX/Essentials - 4f4d9f6209ff68ee3b82081977465d110d37fb23 authored almost 13 years ago
Re-allow colours in newb welcome messages.

github.com/EssentialsX/Essentials - 3077ea4ef189c1006029d47158ecbfea601b3ec6 authored almost 13 years ago
Adding full keyword support for newb join message.

Also adding {ADDRESS} and {USERNAME} as new keywords.

github.com/EssentialsX/Essentials - 945ae71480c1810d3e59e8b8557371be2fb251ba authored almost 13 years ago
A command of '/manload' with no world arguments now performs a full

reload of GM.

github.com/EssentialsX/Essentials - 3d1c0fd1578f0ee72cc7f65500f49f30f379ac54 authored almost 13 years ago
Don't try to use old bPerms API if it is not available.

github.com/EssentialsX/Essentials - fab9688abb8ac18820a6664d22c52931bda7fc70 authored almost 13 years ago
Fixing being charged twice for /back.

github.com/EssentialsX/Essentials - b2dbb3f9e38bdcc05cdb87ce3da4ef10606b6402 authored almost 13 years ago
Merge remote branch 'remotes/origin/master' into release

github.com/EssentialsX/Essentials - 16a0f44b4d8e3f582547a4357b1e6e17b60b7316 authored almost 13 years ago
Its a good idea to actually register the listeners

github.com/EssentialsX/Essentials - 7633b136e3f221d4c3b2cc0ee19ffbed97c1423b authored almost 13 years ago
Make Essentials Update use new Listener system, and fix a few general mistakes, including that of the config

github.com/EssentialsX/Essentials - 0252d756f632f96de6d2a20f3a746e4c5f2c6fe5 authored almost 13 years ago
Fix formatting in the config.yml and plugin.yml files. Add a new author.

github.com/EssentialsX/Essentials - ad05516fd5a7579eeceb2eef2fdc3eed5899fcff authored almost 13 years ago
Add all the new R4 methods

github.com/EssentialsX/Essentials - 6d127012d8588eb9b6e5502e4908f544b35858e4 authored almost 13 years ago
Update to 1.1-R4

github.com/EssentialsX/Essentials - c064da9af83863398db0c129f6d6db25fb975b2c authored almost 13 years ago
Remove dropItems from the inventory work around

github.com/EssentialsX/Essentials - d05f2d7a32058ea0b877786fffb5dff4c00e3879 authored almost 13 years ago
comment name change

github.com/EssentialsX/Essentials - 3fc6bb4e4ff070713b1f48fb70e57c3d97c73490 authored almost 13 years ago
Depreciate PlayerTeleportEvent, PlayerRespawnEvent and PlayerPortalEvent

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

github.com/EssentialsX/Essentials - 59679e04232e59a65655d34b7ac47afd4d1651ac authored almost 13 years ago
Merge branch 'master' into release

github.com/EssentialsX/Essentials - 1a2acb43aeb2217b772351dcf8cf829e6dd6d8ac authored almost 13 years ago
/spawnmob - Only list mobs you have permission to spawn.

github.com/EssentialsX/Essentials - f0c0ee1a8dd90de1524032e92c65df5e823a7b1f authored almost 13 years ago
Don't return null, throw an exception

github.com/EssentialsX/Essentials - 3c98718387cf8c612e11f00df216c9ffb268568e authored almost 13 years ago
Merge pull request #49 from Iaccidentally/patch-2

fix typo in config.yml (another one)

github.com/EssentialsX/Essentials - cfdb2a36c129ad9cf1cfede9ef559a2ae9711b24 authored almost 13 years ago
fix typo in config.yml (another one)

github.com/EssentialsX/Essentials - 3b7d194902810cd38155766cb6fbfbd8b75a8932 authored almost 13 years ago
Merge pull request #48 from Iaccidentally/patch-1

fix typo in config.yml

github.com/EssentialsX/Essentials - 72d514d52f6240d67595a7398bb123c50e4a11b4 authored almost 13 years ago
fix typo in config.yml

github.com/EssentialsX/Essentials - 9fe119e720fa5dc640adc2a6c35992d8f3230eb6 authored almost 13 years ago
Depreciate PlayerTeleportEvent as it's all handled in

PlayerChangedWorldEvent.

github.com/EssentialsX/Essentials - 4a5c431163098bd64cfe227eeaf2bb12906c6840 authored almost 13 years ago
Less sanitizing for more performance

github.com/EssentialsX/Essentials - a6ac333a7461ce271ee3eb4d85a18a4bbdb610cd authored almost 13 years ago
Caching regex return in user cleanup.

(Pushing this for testing purposes).

github.com/EssentialsX/Essentials - bc2578b7887f38e8106a1d4c2ce000618c19bb23 authored almost 13 years ago
Merge branch 'master' into release

github.com/EssentialsX/Essentials - 36d07cb539f92ae727934d2286130d687652d8f9 authored almost 13 years ago
Merge remote branch 'remotes/origin/groupmanager'

github.com/EssentialsX/Essentials - effe0d5ec5f6ab4ef877e8d3a417979889c63810 authored almost 13 years ago
Merge branch 'master' of github.com:essentials/Essentials

github.com/EssentialsX/Essentials - 0ab2e745cf27502abbe64ab73810ed75b16fb027 authored almost 13 years ago
Allow charges for different mob types in /spawner

github.com/EssentialsX/Essentials - 57a2ef08d4b1f80f8794c1fafe0e7f22c88177a6 authored almost 13 years ago
Add per warp command costs

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

github.com/EssentialsX/Essentials - 2699e02f96e7ab989bf518685eac3408ecfcde8c authored almost 13 years ago
Clean up the CommandException stack traces so they appear as if Essentials was never there.

github.com/EssentialsX/Essentials - 62cd219b4ecd48464037dd898ed14ab7de4972b2 authored almost 13 years ago
Update trade signs properly, and visibly handle full signs.

github.com/EssentialsX/Essentials - 2d56de1483a8dbd75cba146fae4a0dbe4270b1e3 authored almost 13 years ago
Merge pull request #46 from krinsdeath/master

Added Privileges to known Permissions plugins

github.com/EssentialsX/Essentials - bbc6da5106fca66cf26f6574da1586ee1fe8c309 authored almost 13 years ago
Refactoring tpaccept perm check to include tpaall.

github.com/EssentialsX/Essentials - b0d06ce6ed62657e3f6b541aa63079f8fadc1126 authored almost 13 years ago
Merge pull request #45 from Wolvereness/master

Fix /tpaccept permission check
Refactoring to follow.

github.com/EssentialsX/Essentials - de1554cb680b0fc588e505dd296a780681dc3a97 authored almost 13 years ago
Added PrivilegesHandler.java;

Implemented privileges in PermissionsHandler.java;

Fixed PrivilegesHandler.canBuild();

github.com/EssentialsX/Essentials - c890ea8f87b2d798cfe4b1bbefdc8b62fd227592 authored almost 13 years ago
Change Service registration to register WorldsHolder instead of

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

github.com/EssentialsX/Essentials - c0517c120369ac6a1de954c9d049bd0a88ff8ea6 authored almost 13 years ago
Fix exploit with /tpaccept if sender no longer has permission

github.com/EssentialsX/Essentials - 9efd0eb6f9f61b7063c469ec69148949c268a007 authored almost 13 years ago
Allow colour codes in /ping

github.com/EssentialsX/Essentials - f0ee026fb97ac69822cd3f2f74b5e088ba7b3b66 authored almost 13 years ago
New Permission: essentials.sudo.exempt

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

github.com/EssentialsX/Essentials - b3fc7900009746ad2b5a007b045c0a9d3d015008 authored almost 13 years ago
Optional argument to /ping [message]- Message to be echo'd.

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

github.com/EssentialsX/Essentials - 83f9209bcc3edb20d86975ae33e608005ece555b authored almost 13 years ago
Fixing silly typo - Fixes shout costs.

github.com/EssentialsX/Essentials - 691a0ef4ce21b66cd948dc234d8659b8f8a422db authored almost 13 years ago
Add some commenting

github.com/EssentialsX/Essentials - 97bd49e598ddb4725a19788098158c7bf9f1a55f authored almost 13 years ago
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...

github.com/EssentialsX/Essentials - e93e50f6d273b940783e7c313610f4cfa7ed15e2 authored almost 13 years ago
Prevent getAllPlayersPermissions() processing a group more than once.

Improves performance when using complex inheritance structures.

github.com/EssentialsX/Essentials - 76ba5caeec462b53eb9bffedec3c67b646eebb1c authored almost 13 years ago
Merge branch 'master' into release

github.com/EssentialsX/Essentials - 6ca1cdec4f2b57de8063d955bf8a1058bdf85ca5 authored almost 13 years ago
Make it so ops can build, even if they don't have the matching permission.

github.com/EssentialsX/Essentials - 86a1dda46c6b269bb3c95fc0431e15838eeafbca authored almost 13 years ago
Force minimum CB version to 1846, don't want people on #1840 due to big bugs.

github.com/EssentialsX/Essentials - 4326ce0d4ab98aec52894358c48bd7504ce51ebe authored almost 13 years ago
Fixing repair to not repair items with datavalues, unless they actually have a durability.

github.com/EssentialsX/Essentials - 3ff1f4adbbad83d7987e6f43569eee69d6b1c0ef authored almost 13 years ago
Craftbukkit #1846 Bukkit #1211

github.com/EssentialsX/Essentials - 492c4e8521a3c81ab6f6367a86c7d7f2f8802ef3 authored almost 13 years ago
Recover from broken config files, but keep a backup of the old one for purpose of data recovery.

github.com/EssentialsX/Essentials - e3f3fe84ea9a2e665105f0acc334dbd0fd1c9f8e authored almost 13 years ago
Extend valid characters to be a little less strict.

github.com/EssentialsX/Essentials - 6e2ac3b56ec504b60c104b4a5856843e34b3eb23 authored almost 13 years ago
Sanitize mail for untoward characters.

Prevent a user error from terminating essentials timer task.

github.com/EssentialsX/Essentials - 5c19e71858ad3e4605156bead2e29fdccb512ed0 authored almost 13 years ago
fix setGroup to only block superperms update if update is false.

github.com/EssentialsX/Essentials - a0103afde373e581ce4028b7c57bef7b21bfc780 authored almost 13 years ago
Fix a bug with getWorldData return the main world data for all mirrors,

instead of the worlds parent data.

github.com/EssentialsX/Essentials - dbf30740fb95fdacc2d3f21faa2b1c54e2e28777 authored almost 13 years ago
More info, and less severe warning on jail error.

github.com/EssentialsX/Essentials - 92fa415848453fc3e0ca0471729363b358930e18 authored almost 13 years ago
Update jails to new event system.

github.com/EssentialsX/Essentials - 2942ef40f3f78a5316885302da2512b0e4d52e27 authored almost 13 years ago
Catch all errors in badly formatted groups.

github.com/EssentialsX/Essentials - 3f02bcd702f890d1ccba35e2217b61d730ff9953 authored almost 13 years ago
Track the 'onPlayerChangeWorld' event as some teleports seem to not be

triggering a world move.

github.com/EssentialsX/Essentials - fe050dd72591dc22a370ff4517bd30396fe36956 authored almost 13 years ago
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...

github.com/EssentialsX/Essentials - 5b4966c8883609b40dced835a0a38935df063f30 authored almost 13 years ago
Merge branch 'master' into release

github.com/EssentialsX/Essentials - e2abf05a27b375fcb961156f5fb3cede8ac47b8f authored almost 13 years ago
Remove invalid item spawn blacklist warning during startup.

github.com/EssentialsX/Essentials - 8500542e934ce30f9bff8148340c001973ce46bb authored almost 13 years ago
Merge branch 'master' into release

github.com/EssentialsX/Essentials - d9e6f2975ac750073e488f940ccac3bcc6bfbf26 authored almost 13 years ago
Prevent /home bed, if the bed was later destroyed.

github.com/EssentialsX/Essentials - 2f1d9ad82cae64b1012f4f105e98b01bfc0db5ee authored almost 13 years ago
Merge branch 'master' into release

github.com/EssentialsX/Essentials - d8ac3587ac55a920547d2406853339116187ddc1 authored almost 13 years ago
.project change for Eclipse Build tool

github.com/EssentialsX/Essentials - 2c8aa20542b6fbb1555c11e9cd6485534beee39d authored almost 13 years ago
Fixing Kill/suicide in creative mode.

github.com/EssentialsX/Essentials - a2418a68d919a959a4b3c4ccfaa66dd8d818bf6a authored almost 13 years ago
Merge branch 'master' into release

github.com/EssentialsX/Essentials - 85c4fbdf4f95074e59ae816cd4a6860bc3cf85aa authored almost 13 years ago
New craftbukkit

CB 1840, B 1208

github.com/EssentialsX/Essentials - dff8f541fea1c71bb7816e6c7f6b3ce9cdb773fb authored almost 13 years ago
Merge remote branch 'remotes/origin/groupmanager'

github.com/EssentialsX/Essentials - d0a5656fa48e8cf9df5c96feabb3c4625e192ae0 authored almost 13 years ago
Fix boolean fail in /r offline checking.

github.com/EssentialsX/Essentials - bc76e8736671d61940fd380c0b351cd3303bce97 authored almost 13 years ago
updating .gitignore

github.com/EssentialsX/Essentials - bf9a67a2e4b9906371be3bde294cf9fb78ed93cf authored almost 13 years ago