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

Merge remote-tracking branch 'origin/groupmanager'

github.com/EssentialsX/Essentials - f1a7be09c2b6ae5a7a48f489cdabad3ac2a89b3a authored over 12 years ago
Update Czech translation.

github.com/EssentialsX/Essentials - 0742ca23c1096babf1634123e2f4d65f192ec66f authored over 12 years ago
change some default values

github.com/EssentialsX/Essentials - 8823ce070e5db3637ab05956682574aa8a018f5c authored over 12 years ago
Add Finnish translation

github.com/EssentialsX/Essentials - 909c8b3cb5cfe5a324110e00d5f88f196ac5671e authored over 12 years ago
Merge branch 'master' of https://github.com/essentials/Essentials

github.com/EssentialsX/Essentials - 5b7d29fa554d58e55f881bd85eceead6dfbdf8ad authored over 12 years ago
*borrows snowleo's strainer*

github.com/EssentialsX/Essentials - 8dfb3c03c74e16b41d2bf1768108225895adc1d4 authored over 12 years ago
Merge branch 'master' of https://github.com/essentials/Essentials

github.com/EssentialsX/Essentials - 6e8031f477fad7c7bd0164ff59cee42345b99d68 authored over 12 years ago
Merge pull request #86 from necrodoom/patch-4

adding beef and steak to items.csv - thanks @necrodoom

github.com/EssentialsX/Essentials - 81c545f45b5f428793e027083a424a7d739a0c21 authored over 12 years ago
Little safety check for bad plugins.

github.com/EssentialsX/Essentials - 65025d47c53597586c7596c4dcaeeb58102406b8 authored over 12 years ago
Patch to allow plugins to use ignore lookup, without updating their own code.

github.com/EssentialsX/Essentials - 4f23e8aaebf77e6d4503b1f5ee18e632da7d4d42 authored over 12 years ago
Add optional 2n'd param to temp ban reason TL key.

github.com/EssentialsX/Essentials - aea2c00a9593ed02c8142a9d65bc87114d97d301 authored over 12 years ago
hotfix before 2.9.2 release

github.com/EssentialsX/Essentials - eafe0380e1e027bc16e97d2f2bc7960f03ed2fb1 authored over 12 years ago
Fixing vanish on off arguments

github.com/EssentialsX/Essentials - 3975ceb2a02dddd5bba43cd4d7148bfd4d7125ab authored over 12 years ago
Use the assigned variable when looking at durability in itemdb

github.com/EssentialsX/Essentials - 0a3ecbcd0effb8c2f047c8bf6c0d80d78ca910c1 authored over 12 years ago
Add sign throttle config option.

Allows you to limit how often an Essentials sign can be spammed per player.

github.com/EssentialsX/Essentials - 9679a90d88b240c1f29670389406e12301b64a9a authored over 12 years ago
The French are weird : they use colons like this.

github.com/EssentialsX/Essentials - c4a704b1a28124d28921b7e04d96f2baacf78521 authored over 12 years ago
fix spacing issue in messages.properties

github.com/EssentialsX/Essentials - 776900bd7b3b523e7deaae1dffdb1875a58a6989 authored over 12 years ago
Better update for the User object player reference.

github.com/EssentialsX/Essentials - 5683ea35fc60eafe70753fb9b2261b8537ed0b0f authored over 12 years ago
Clear the player reference on logout so it's refreshed upon a reconnect.

github.com/EssentialsX/Essentials - 78d4987d5d86e13b5fa36f20adb658e8459b043b authored over 12 years ago
Using /exp, show can't find player message, if no matching player is found.

github.com/EssentialsX/Essentials - 9f852b3a41151ad797c494deecd5caec54b182aa authored over 12 years ago
Added missing syntax to plugin.yml

github.com/EssentialsX/Essentials - edca2cbdffec32d74b427b69df61709dfd6ddaea authored over 12 years ago
Fix playerlistname update when prefix/suffix option is disabled.

Fixes #2216

github.com/EssentialsX/Essentials - c578302d7c55f5dd3fae1658da237dfba26c9812 authored over 12 years ago
Adjust kit delay description.

Fixes #1580

github.com/EssentialsX/Essentials - dfce4b31f3f3c124bd758c163804da6b581650c7 authored over 12 years ago
Prevent joinbots from triggering join code, unless they are actually connected to the server and online.

github.com/EssentialsX/Essentials - 669edfc0482b21d80114d7e7cd1e2b74d1aa498f authored over 12 years ago
Added TL key for ban syntax,

Default message: "Banned: <reason>"
Default reason: The Ban Hammer has spoken!
Optional 2nd param...

github.com/EssentialsX/Essentials - 0a9c88a990c5b66e3beab3de80b2287e8875d772 authored over 12 years ago
Fix teleport cooldowns - thanks @basicsensei

Fixes #2260

github.com/EssentialsX/Essentials - 4e5e5a9684394209c27cb2fec60cb72bf1541c4c authored over 12 years ago
Players should not be able to ignore Console

Also implement chat exempt permission in other commands.

github.com/EssentialsX/Essentials - 97eada7dd6ee2bb80babf25834101baa5bbc9a7b authored over 12 years ago
Fix chat showing [spy] prefix when social spy was not required to see the message.

Fixes #2263

github.com/EssentialsX/Essentials - a764f8c929a8bf58c5a8d0fac6659b5ddbc554af authored over 12 years ago
Replace op ignore exempt with ignore exempt chat permission:

essentials.chat.ignoreexempt
This permission won't prevent a player from ignoring the player, but...

github.com/EssentialsX/Essentials - 5da886593b34b0fe69a4c23f68678d491d44a930 authored over 12 years ago
Fix /exp so it can be used in the console

github.com/EssentialsX/Essentials - 4c5a88929c45ab770ba21d9656d99aa8d5a7861a authored over 12 years ago
Avoid silent command failures on /hat (ie typing /hat fish will no longer silently return as if broken)

github.com/EssentialsX/Essentials - af7e427545ed5b173e8fc6b0490f8917d68c5e4c authored over 12 years ago
Added missing TL key 'hatRemoved'

github.com/EssentialsX/Essentials - 4638c5ab5585adaa344f5d92bd9e77f31c76172a authored over 12 years ago
Make /vanish follow the same rules as /fly, /god and /gamemode

github.com/EssentialsX/Essentials - 0c2e63baaddfa207ace2cfa20f4663d847692482 authored over 12 years ago
Merge pull request #85 from kukelekuuk00/master

Updated dutch translation and fixed many grammar and spelling mistakes.

github.com/EssentialsX/Essentials - ee61ce35c8016bc174ae8dd21ccbb5b3f60c7e13 authored over 12 years ago
Updated dutch translation and fixed many grammar and spelling mistakes.

github.com/EssentialsX/Essentials - 6ec5b4a5daca479dd3f80e4057397a4ff66d77de authored over 12 years ago
Merge pull request #82 from kukelekuuk00/master

Allow your hat to be removed with /hat remove

github.com/EssentialsX/Essentials - d63ad6fc0c73513b44478ba014337b22d5cfb45f authored over 12 years ago
Allow your hat to be removed with /hat remove

github.com/EssentialsX/Essentials - 641a4b9dffbf86f64c6aaf1518bd14e0a342d622 authored over 12 years ago
Merge pull request #81 from kukelekuuk00/master

/vanish [on|off] - thanks kukelekuuk00

github.com/EssentialsX/Essentials - 31001d6b1a2989131ff90e5a04da6238b97cf215 authored over 12 years ago
args[0] instead of args[1]

derp

github.com/EssentialsX/Essentials - d1a1559dca611a0ebe155364a6091d155ce58505 authored over 12 years ago
/vanish [on|off]

github.com/EssentialsX/Essentials - 0d56b700bf4b996b0c70797624ef09f0c126539d authored over 12 years ago
Merge branch 'master' of https://github.com/essentials/Essentials

github.com/EssentialsX/Essentials - cafdb919e49ab397286e7b45a1f7170348e30066 authored over 12 years ago
add /e<command> aliases to essentials spawn

github.com/EssentialsX/Essentials - 808f44839956b23beec64424f70d9b7245a80d75 authored over 12 years ago
Revert "Invert teleport timer."

This reverts commit 0436962ee74f8769bbd42910cc0f4b07a03e6b91.

github.com/EssentialsX/Essentials - 10d902e730581e579c4da5d4f2d0e2c2a5da07c4 authored over 12 years ago
Invert teleport timer.

github.com/EssentialsX/Essentials - 0436962ee74f8769bbd42910cc0f4b07a03e6b91 authored over 12 years ago
3 char min length on /pay and /msg

github.com/EssentialsX/Essentials - 2bebb0bd61df65a30de210d57d4e46e1334a65d0 authored over 12 years ago
This is broken for some reason. Removing until fixed.

github.com/EssentialsX/Essentials - 1e04e3f80ddac0524ab4aee12b8dedc3e5544ebd authored over 12 years ago
oops. forgot this.

github.com/EssentialsX/Essentials - c32e10caac5ccdeccc20f57a093692020da14f0f authored over 12 years ago
Merge pull request #79 from Iaccidentally/master

update messages_pt.properties

github.com/EssentialsX/Essentials - 61b85901a308b467c537ecb6ebb29c6a488ab836 authored over 12 years ago
fix Portuguese translation with new messages

github.com/EssentialsX/Essentials - f0b3acf491517d8eb8dd9efb8607076fbaf8ca78 authored over 12 years ago
Merge pull request #78 from Iaccidentally/master

fix some tl keys

github.com/EssentialsX/Essentials - f2d624a795cc2d557bcaaf84e7d045b39705e777 authored over 12 years ago
fix some tl keys

github.com/EssentialsX/Essentials - 9e1d7aca928649c4667200d56ca4c00b7a0421dc authored over 12 years ago
Messing around with whois syntax

(TL's probably need some love)

github.com/EssentialsX/Essentials - 3b43f7bf03208c19da0d809f8ae42c614598a666 authored over 12 years ago
Fix spacing issue in /list

github.com/EssentialsX/Essentials - 2f18c6edf1d198239a08a90c6bb2d1791e9cae73 authored over 12 years ago
Fixing messed enchantment.

github.com/EssentialsX/Essentials - 79f8699174a3582667036409689b7ed903d620e6 authored over 12 years ago
Merge pull request #76 from necrodoom/patch-2

pull request for expanding enchant database

github.com/EssentialsX/Essentials - 602681dcc266e56c9a21146dc9bb0ee200ad8f17 authored over 12 years ago
Merge pull request #77 from necrodoom/patch-3

woodenslab fix, pointed out by branicyeti

github.com/EssentialsX/Essentials - 3e63047c3809859fab23d15dcdd3f5b8e55aad13 authored over 12 years ago
Adding mute status to /whois

github.com/EssentialsX/Essentials - 4f2f166824db8162ee18ca3ab2d1b789324f10b1 authored over 12 years ago
woodenslab fix, pointed out by branicyeti

github.com/EssentialsX/Essentials - fc782f286dd04333518cda60ce80d6e4a6ea505e authored over 12 years ago
pull request for expanding enchant database

github.com/EssentialsX/Essentials - 425c548611aa30ab3a78e0ef40393724239f4800 authored over 12 years ago
Update Bukkit to 1.2.5-R4

Bukkit: #1473 CB: #2222

github.com/EssentialsX/Essentials - 593f1dd67fc53824f40fcfa4a438d84dbb929e4d authored over 12 years ago
Fix the vanish command for good.

github.com/EssentialsX/Essentials - 8cff4348a638c18207527f4d6c007480320a5541 authored over 12 years ago
I spied some more big Booleans.

github.com/EssentialsX/Essentials - 40271f2ddf959ef41e96be03b494f760255d743e authored over 12 years ago
i should prefer boolean to Boolean.

github.com/EssentialsX/Essentials - aa1205f42d81082fb6657f23975030d20d87b752 authored over 12 years ago
Make /whois throw an error if no matching players are found.

github.com/EssentialsX/Essentials - 2e15de483d5afd8a1de0ccaaac0abd643677c93a authored over 12 years ago
Pass the actual player object to Bukkit.

github.com/EssentialsX/Essentials - 77b0415c1bbb68144201f1ed5de5aa51fb0afcd7 authored over 12 years ago
/vanish command sets players invisible to essentials commands.

github.com/EssentialsX/Essentials - 43b3a9df2331632a52b5a301e6961c9b6f534915 authored over 12 years ago
Broadcast command allows colour formatting.

github.com/EssentialsX/Essentials - 8b47b80b0b32c122722958d91422219c1008cb5c authored over 12 years ago
Fix /lightning <player> <damage> to actually deal the proper set damage (5 or 25% by default).

github.com/EssentialsX/Essentials - 13da8c3adcfa399c757d8a6170d9d0201f418efc authored over 12 years ago
Fix /essentials command to not show command debugging if there were no conflicts.

github.com/EssentialsX/Essentials - a10190df51951960932e8f89e53e3688e47d414b authored over 12 years ago
Try to be a little more sensible with stored cooldowns.

github.com/EssentialsX/Essentials - ecfa7454843cb9f4af61127c1a59838c83bf94fd authored over 12 years ago
Fix /mute to follow same convention as /tjail

Fixed #2056

github.com/EssentialsX/Essentials - 20d439578beb8776290565c493fbd7985fbf959e authored over 12 years ago
Missing event aborts in sign code.

github.com/EssentialsX/Essentials - dd7f1bcf253c77d95567f20361102a12b2353bfe authored over 12 years ago
Fix bug with /remove and minecarts

github.com/EssentialsX/Essentials - 3b855255cfa3fb919929c2d6de0041fcf9e5fd72 authored over 12 years ago
Allow syntax: /god <player> <on/off>

github.com/EssentialsX/Essentials - 23283426e07aa70a47dcacff3a2c4aefb0aa9efd authored over 12 years ago
Allow syntax: /fly <player> <on/off>

github.com/EssentialsX/Essentials - c958bc78dd937da1229cb8f2bcda1c3373e32ff4 authored over 12 years ago
Fixing up some TL mistakes

github.com/EssentialsX/Essentials - 24ec242ecf8cce3a4f418b2645ceb09af86d0ba4 authored over 12 years ago
Play a bit less greedy with events

github.com/EssentialsX/Essentials - 9068c13e39ab64506af4cc1b2b04553dcd317f4e authored over 12 years ago
Remove dura command and merge into itemdb.

github.com/EssentialsX/Essentials - 024aff0af5a7b24dd540b0a3601d9d92a44c2687 authored over 12 years ago
Fix kits to only show to people who can use them.

github.com/EssentialsX/Essentials - 57c1d75779c41fa49ca71b0ffae1facd23804ce0 authored over 12 years ago
Merge pull request #72 from kukelekuuk00/master

Durability command

github.com/EssentialsX/Essentials - 8c434783a2c4173148e24ff142b8a617c0eb2cbd authored over 12 years ago
Merge pull request #75 from necrodoom/patch-1

updating items.csv with newest pastebin, fixes duplicates and wrong alia...

github.com/EssentialsX/Essentials - 85ae839211a0eba303ce9eaa5f2020ef103ba69e authored over 12 years ago
file indented for unknown reason

github.com/EssentialsX/Essentials - b218d33a24b14ee0485478fb2362f0e442eb28b4 authored over 12 years ago
updating items.csv with newest pastebin, fixes duplicates and wrong aliases.

github.com/EssentialsX/Essentials - 6e0f4674d501a8b7d90fd3adbdf2e65d8edf73a8 authored over 12 years ago
Fix xmpp format stripping

github.com/EssentialsX/Essentials - 071254ed8d61b8f0c42809c1bc1363752d16bb0a authored over 12 years ago
Merge branch 'master' of github.com:essentials/Essentials

github.com/EssentialsX/Essentials - 93980629d31b9a0d378fad8ef70455444aff1634 authored over 12 years ago
Fix broken preventmodify permissions check in invsee (*scowls at ementalo*)

Also added check to prevent duping items

github.com/EssentialsX/Essentials - f299771044b102a46e54ac9e3f4e56618d76ee5e authored over 12 years ago
Merge pull request #74 from Rutr/master

Edit the polish translation, thanks Rutr.

github.com/EssentialsX/Essentials - 8c013b7680334a6f722bbd69d662d261dad1816c authored over 12 years ago
translation some new messages and edit some existing

github.com/EssentialsX/Essentials - 78fe659677c8d3da966139365e9fb2f199ea3775 authored over 12 years ago
some more aliases for /durability

github.com/EssentialsX/Essentials - 98de950ae2b7f218c3991414e3ba96e7b60e7d13 authored over 12 years ago
added /dura a durability check

github.com/EssentialsX/Essentials - 96eb9c5db70a94fba572b12026939d18ffa4c21d authored over 12 years ago
Don't allow armor to be used as a hat.

github.com/EssentialsX/Essentials - 45c1e347b0698318ebd3772c540a9a52b6509daf authored over 12 years ago
Add new command /hat and update translate keys as well as fix colour codes.

github.com/EssentialsX/Essentials - 0559b935e94fd8cc3305fa48f98244136aed7377 authored over 12 years ago
Client side note blocks don't play it seems (reverse-merged from commit 0b60d4efe2fed324131e083f6d4168256d943588)

github.com/EssentialsX/Essentials - 409f33797338c6c18f0f2949bbbf40314e1527b4 authored over 12 years ago
Tidy up PVP attack delay.

github.com/EssentialsX/Essentials - 7f5f6b6ac9a8b6c9ba6986d61a8c502e85f8c8ee authored over 12 years ago
Merge branch 'master' of github.com:essentials/Essentials

github.com/EssentialsX/Essentials - dc36a50d8510b6f4757434a5577f97691e0b129b authored over 12 years ago
Separate toggle for world teleports using homes.

github.com/EssentialsX/Essentials - 74f0babc7d364809132a01f73e59eba46a0899a4 authored over 12 years ago