Ecosyste.ms: OpenCollective

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

SkriptLang

SkriptLang is the organization behind the popular Minecraft Bukkit plugin Skript, which allows server admins to easily customize their servers with simple English-based scripts.
Collective - Host: opensource - https://opencollective.com/skriptlang - Website: https://docs.skriptlang.org/ - Code: https://github.com/SkriptLang

Add a script-local statically-resolved import mechanism

github.com/SkriptLang/skript-reflect - a34149f88079ebb5d3ded011fd49343c87a57ab8 authored almost 7 years ago
Fix inventory slot to string conversion and various slot bugs (#362)

github.com/SkriptLang/Skript - 83727d873d49a658b548cea386cffbfbebaf581f authored almost 7 years ago
Fix contains in list variables (#411)

github.com/SkriptLang/Skript - b11c6e8a59f9546f217d0268599842a06c65b6f1 authored almost 7 years ago
Minor chat bugfix

github.com/SkriptLang/Skript - 3d03c12c94d5c04c59cb5dcf6cace07792c8fe91 authored almost 7 years ago
Fix negated comparisons on nonexistent values (#1088)

github.com/SkriptLang/Skript - 6ef8c0eec635cecefdb58467e38c8e41703cf949 authored almost 7 years ago
Fix documentation issues

github.com/SkriptLang/Skript - e20a9bba7a01e680b1402c0b0f7ef0cce11777ae authored almost 7 years ago
Add support for adding new chat codes dynamically

github.com/SkriptLang/Skript - 3a59a2474ff91d3e50873ab61f5a77367a884f9f authored almost 7 years ago
Fix capitalized color chars not working (#1083)

github.com/SkriptLang/Skript - d9e5b9b056a05132b581ecd2f2650a3e72b762c4 authored almost 7 years ago
Improve item frame slot syntax

github.com/SkriptLang/Skript - 388c9023c845ef8b761fc49e2032cc87aa311a9b authored almost 7 years ago
Fix a tiny but serious bug.

github.com/SkriptLang/Skript - ff9df6fb5fb891a2e182db49986992440be24562 authored almost 7 years ago
Allow conditions to be negated (fixes #38)

github.com/SkriptLang/skript-reflect - 1bb5a7d88399e8e2fd9590999cea2eb244f152c6 authored almost 7 years ago
Make property conditions operate on single expressions (#33)

github.com/SkriptLang/skript-reflect - 1947b0926a6102c532647d1822b8c640b5574dfe authored almost 7 years ago
Error if the condition check handler does not exist

github.com/SkriptLang/skript-reflect - 0d70bfb91decbc1846e55369418aa15ee099a666 authored almost 7 years ago
Change "continue" to "return" in error message for consistency

github.com/SkriptLang/skript-reflect - 3d575e766f0d6e3b2bc61a9e762eeda6e8d8bda4 authored almost 7 years ago
Make property expressions operate on single expressions (fixes #33)

github.com/SkriptLang/skript-reflect - 6137ab88d565f33aff626011992eb564bec0a83f authored almost 7 years ago
Wrap arrays to avoid conflicting with Skript internals (fixes #2)

github.com/SkriptLang/skript-reflect - 4329ca75f73696170d292af3f95e0c2f0bbf16ed authored almost 7 years ago
Add license headers

github.com/SkriptLang/Skript - 736afa77fcc16001b7a9fe462a8554a11773198b authored almost 7 years ago
Add item frame slot

github.com/SkriptLang/Skript - 5e70f2cdd969719bb21106a13be8fbbabf34ab3f authored almost 7 years ago
Add a way to get slot index

github.com/SkriptLang/Skript - c4ec2bf968cf73b1c3345df03080d62abf9e5db9 authored almost 7 years ago
Fix list parsing errors (#1148, #946)

github.com/SkriptLang/Skript - 91e59661b3cd0caa506fba856b65a7ee0f007e8e authored almost 7 years ago
Fix custom syntax handlers not logging parse messages

github.com/SkriptLang/skript-reflect - 7a384bfec8cb2914c19e327467ab254630b254ea authored almost 7 years ago
Avoid NPE with dynamic descriptors (fixes #41)

github.com/SkriptLang/skript-reflect - 48de75a67a4862257cf2491f3cd15486c497a1b3 authored almost 7 years ago
Merge pull request #1161 from Pikachu920/noStickyFunctions

Fix sticky function returns

github.com/SkriptLang/Skript - 62621bc5102102f4ad5102b035f6676991dada59 authored almost 7 years ago
Make return value optional for expressions

github.com/SkriptLang/skript-reflect - 1e80948b83b2afad17e195af36a7aef8d0923bea authored almost 7 years ago
Separate return into return and continue effects (fixes #42)

github.com/SkriptLang/skript-reflect - 7a00a3d334629ffe8ae407971778132b8ec10b7d authored almost 7 years ago
Rework custom syntax definitions

github.com/SkriptLang/skript-reflect - 78e1765909ff6aea816cd06b9e25acda69b815c8 authored almost 7 years ago
include original license

github.com/SkriptLang/Skript - c0fbaba6cf0f9417119966d68dada4a4e9f56464 authored almost 7 years ago
add negation support to the on ground condition (and convert it to a property)

github.com/SkriptLang/Skript - 04245bf5f1ef7eba3fc372d80b6b0803d44ac0cd authored almost 7 years ago
Hopefully fix ArrayStoreExceptions with inventory info expression.

github.com/SkriptLang/Skript - bd855e3218c87f3ace94adcc9bde607e223964fe authored almost 7 years ago
revert prop expr class

github.com/SkriptLang/Skript - bd5a84aba40bb2f964e0414da861f72f8c202d92 authored almost 7 years ago
Add support for offline players and changers

github.com/SkriptLang/Skript - 9540310898c06211e464829ee644e3ce8ba7b606 authored almost 7 years ago
remove extra whitespace

github.com/SkriptLang/Skript - c6797359264e7c7412cc40d1d4ad375ffacd153f authored almost 7 years ago
revert import order

github.com/SkriptLang/Skript - f6bcd58dc512294cf7cb7e1428a72cd3e58de768 authored almost 7 years ago
add reference to the loading config in prescriptloadevent

github.com/SkriptLang/Skript - 8f02de98f264dded0f0c46b022af2faca1ffb7ff authored almost 7 years ago
Register custom syntax on init instead of event lifecycles (fixes #25)

github.com/SkriptLang/skript-reflect - f03383bef3bfd8f0a9ea4700f7ea058a237de921 authored almost 7 years ago
Add fishes and golden apples. Skript features: ready

github.com/SkriptLang/skript-aliases - d090475c1b4b466ae9b6360fa5229cc82f07ce04 authored almost 7 years ago
Damage value support and various fixes

github.com/SkriptLang/Skript - 27eb0e48f45e714d41287514982adbca4185e5df authored almost 7 years ago
Clean aliases provider (don't call UnsafeValues directly)

github.com/SkriptLang/Skript - 8976e12f610364d556da31c67bf7f6076177c86d authored almost 7 years ago
Fix merge conflict

github.com/SkriptLang/Skript - 46a9071b3695f23f9e1636fc627d7917be956179 authored almost 7 years ago
Eclipse config -> Java 8, always

github.com/SkriptLang/Skript - 1939225fb47b7488efe5d1ac1347124f9a795647 authored almost 7 years ago
Merge branch 'Pikachu920-jsonFix'

github.com/SkriptLang/Skript - f4c117434622c44ecfd18ac00f47c5dfa7a3405f authored almost 7 years ago
Merge branch 'jsonFix' of https://github.com/Pikachu920/Skript into Pikachu920-jsonFix

github.com/SkriptLang/Skript - 5872f3bc829912bd9fba7754ea1cc7074e727245 authored almost 7 years ago
escape quotes in warning

github.com/SkriptLang/Skript - 2bf29ba6a45a33c74b921bedad542e93c2e96121 authored almost 7 years ago
revert import order

github.com/SkriptLang/Skript - 982855194c225f1e4634235210701628c7bdb6c3 authored almost 7 years ago
convert to tabs

github.com/SkriptLang/Skript - 00a2cf30a916ebdf6a7d2932b479bd0282fb7f9a authored almost 7 years ago
convert to tabs

github.com/SkriptLang/Skript - c92e5396b3a88f4c1584856a3e068c1d0f944715 authored almost 7 years ago
Revert "Probably make local variables be trigger-local (#1095)"

This reverts commit 016bd2b4aadfd2bf3c3ea12be3c0f86d179d8222.

github.com/SkriptLang/Skript - 03f5f47a32ff9a25860a3be43688e460053fb880 authored almost 7 years ago
Sort some license header trouble

github.com/SkriptLang/Skript - 7abc0c7925e7713e1b56b0ebafddb94803e54e43 authored almost 7 years ago
Update ECJ to work with Java 9 (#1166)

github.com/SkriptLang/Skript - c07bb6341faa5f8f2aea688672d32049bbbd47db authored almost 7 years ago
Probably make local variables be trigger-local (#1095)

github.com/SkriptLang/Skript - 016bd2b4aadfd2bf3c3ea12be3c0f86d179d8222 authored almost 7 years ago
Slots to their own package; comparison improvements

github.com/SkriptLang/Skript - 7091daa3a22ff7e90ebcc5027efd9892e3ef2788 authored almost 7 years ago
Correctly preserve null references in collected arrays

github.com/SkriptLang/skript-reflect - d808b055f04b1d88b8ae208986c56e1d3f7e3008 authored almost 7 years ago
Add an instanceof expression (fixes #36)

github.com/SkriptLang/skript-reflect - 9a6316cd23b6dd90814ef10127c1105ef060befc authored almost 7 years ago
Return the most specific array when collecting an array (fixes #39)

github.com/SkriptLang/skript-reflect - 023b50002ce69679d6b62015d210ef3ee77e34ab authored almost 7 years ago
Fix a regression with inventory slot expression

github.com/SkriptLang/Skript - ab99ba249bbdc288b34069c0e529a0a270777638 authored almost 7 years ago
Merge branch 'Pikachu920-enchancedebug'

github.com/SkriptLang/Skript - 4527ebf8810347f2b92a9c13dea3a6dd0e3ff009 authored almost 7 years ago
Merge branch 'enchancedebug' of https://github.com/Pikachu920/Skript into Pikachu920-enchancedebug

github.com/SkriptLang/Skript - 035de70ed2e7ea530cdb61bc79bd0a219d3131d9 authored almost 7 years ago
Merge branch 'TheLimeGlass-master'

github.com/SkriptLang/Skript - 7ebbd643bdd3623ca82e3062a0118e5dee823a40 authored almost 7 years ago
Fix client crashes and server NPE with remaining air changers

github.com/SkriptLang/Skript - 80c6f13e4d43f17e7f668867906806b39cd6e802 authored almost 7 years ago
Clarify docs on offline players

github.com/SkriptLang/Skript - 4d50dcd72582a153e585caba14f0b14bae1a0603 authored almost 7 years ago
Fix more of slot handling

github.com/SkriptLang/Skript - aca02d99499c766c931cef5af6b8d7d646dcd415 authored almost 7 years ago
Change slot handling to work as it is specified in the docs

github.com/SkriptLang/Skript - 1928c0c8c899d261a6921f79d2d663dce315d360 authored almost 7 years ago
Fix some of the mess with inventory events

github.com/SkriptLang/Skript - 8e34edb3f45cfdf46a2f3bf7f530a5b6492ca875 authored almost 7 years ago
Sanitize custom inventory sizes

github.com/SkriptLang/Skript - 1321d009a2c18b440fc82fd087c942e717407d1d authored almost 7 years ago
Rever misguided revert of inventory stuff

github.com/SkriptLang/Skript - 34423c743ba808e20d2ee48257e6d881dc89bf77 authored almost 7 years ago
Fix clearing chat recipients asserting false

github.com/SkriptLang/Skript - 454e8249b95cac01e4e0ce5d394836a9762a0377 authored almost 7 years ago
Improving code style

github.com/SkriptLang/Skript - 6ce9fbd25bd79a9f2526cb8a0bec1347b516d914 authored almost 7 years ago
Rever changes to raw name expression, as they would conflict with aliases-rework

github.com/SkriptLang/Skript - ee6bf0bb5797e8df7d14b00f413707c5969e10fb authored almost 7 years ago
Fix more issues

github.com/SkriptLang/Skript - d3f36c18bacf174b34bf3f82b4a0911ae40e41a6 authored almost 7 years ago
Revert regression in ip expression

github.com/SkriptLang/Skript - 954cace142d41f17029b75db3fc301c340d025c2 authored almost 7 years ago
Improvements to PR

github.com/SkriptLang/Skript - f54e4fa2f94973689cf99dfcf30ea6c5718c1156 authored almost 7 years ago
Merge branch 'master' of https://github.com/TheLimeGlass/Skript into TheLimeGlass-master

github.com/SkriptLang/Skript - fb498e8cc9f35ff2e3d1f8f958a6c01d67be04d5 authored almost 7 years ago
revert more imports

github.com/SkriptLang/Skript - f5e0f04ff811c0d69743d0b02614bf889c44af58 authored almost 7 years ago
revert import order

github.com/SkriptLang/Skript - af559dfe90b75baef83bf8c9685d2a942955a839 authored almost 7 years ago
revert import order

github.com/SkriptLang/Skript - f8f244428ab42b56ae5e8846fb1dd301c30dbaf3 authored almost 7 years ago
Merge pull request #1162 from Pikachu920/seed

Add temperature and humidity expressions

github.com/SkriptLang/Skript - 49e1adb2ffb29cd3ca8f40a91f3c09ed70ca0e5c authored almost 7 years ago
Merge pull request #1159 from Pikachu920/killFix

Implement a more permanent solution to not all entities being damageable

github.com/SkriptLang/Skript - 340d7b6b6faca8bada65e73c2029879003b6ec0a authored almost 7 years ago
remove seed expr

github.com/SkriptLang/Skript - 1ce2bf0c179a29ae00709bf817d9a47d3544a43c authored almost 7 years ago
add temperature and humidity expressions

github.com/SkriptLang/Skript - 91b7ac72ea9c52e99ca9aa6e00213975e73d604e authored almost 7 years ago
add seed expression

github.com/SkriptLang/Skript - dc72ca9ada6109232721b1ad98d92d933f3da04a authored almost 7 years ago
fix sticky function returns

github.com/SkriptLang/Skript - e20c74447ac0f8f4be7ec29efbb59fa8e438c414 authored almost 7 years ago
fix ternary toString

github.com/SkriptLang/Skript - c05ead50ded662c79b5b18cc82233455202b1723 authored almost 7 years ago
fix docs and rename LiteralUtil to LiteralUtils

github.com/SkriptLang/Skript - 239a7fe1ed8a8f3d7a1497b52c93e7cfbf927f41 authored almost 7 years ago
add ternary, default values, improve element expression and add literal utils

github.com/SkriptLang/Skript - 00be40532dd55bcfafbdedb31682a62ba2bca58f authored almost 7 years ago
implement a more permanent solution to not all entities being damageable

github.com/SkriptLang/Skript - dcc828338f85cf11bbd9168d6094bd4e7e8959a1 authored almost 7 years ago
add warning for String expression variablestrings

github.com/SkriptLang/Skript - 34b20e7f6a0edb67c48413635180d244af37c0cf authored almost 7 years ago
fix wonky spacing

github.com/SkriptLang/Skript - d069f6070d362616178eb1444af126a8562e8ab6 authored almost 7 years ago
allow for plural form of message in syntax

github.com/SkriptLang/Skript - 6afd6081e51b9f72be73d527b4e90e078513cc95 authored almost 7 years ago
fix toString

github.com/SkriptLang/Skript - e4073d32db7246386a5d0de456670859dfa26eed authored almost 7 years ago
make the send message effect compatible with a list of strings

github.com/SkriptLang/Skript - 941d51f8124f635d97346e761691a94a451d3102 authored almost 7 years ago
Merge remote-tracking branch 'origin/group' into group

# Conflicts:
# src/main/java/ch/njol/skript/hooks/permission/expressions/ExprGroup.java

github.com/SkriptLang/Skript - 00cf21911b67593b9e64ac59590e2a4a4bd75a89 authored almost 7 years ago
add group expressions

github.com/SkriptLang/Skript - aa4dd2b9759e90a227178e9a556920fafa8860b2 authored almost 7 years ago
Coerce classinfos into classes during reflection

github.com/SkriptLang/skript-reflect - 95ea8473464fc248f79d8ebe4bbd7a12e4d0678f authored almost 7 years ago
Automatically convert classinfos into javatypes

github.com/SkriptLang/skript-reflect - fe1a8849b38b172f7c7ea5c3ea6ea9b3c0318982 authored almost 7 years ago
switch to set for listener storage

github.com/SkriptLang/Skript - 360aa57a8fd8a3a0bff4425daa29872275c0c741 authored almost 7 years ago