Ecosyste.ms: OpenCollective

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

github.com/SkriptLang/Skript

Skript is a Spigot plugin which allows server admins to customize their server easily, but without the hassle of programming a plugin or asking/paying someone to program a plugin for them.
https://github.com/SkriptLang/Skript

Fix function reloading (#2802)

* Add script reload API. Centralize function clearing to unloadScript_()

* Use new reload API...

738799314f3579c454864018a741c6fd08861a0b authored almost 5 years ago
Fix skriptTest and similar tasks not working on Windows (#2797)

17ef8480cc0314523ba8eaaf7293bf8e876fcaf1 authored almost 5 years ago
Call acceptChange() to prepare SimpleExpression for change() (#2836)

cc4760cede371f89d0794b2014c37a7958aee66f authored almost 5 years ago
Update old scripts examples (#2559)

* Ref #2252: update old scripts examples
* Fix english grammar in vanilla gui example script
*...

f5fef2c39e6eb056b7df8baf3bbb15fc32c87c0a authored almost 5 years ago
actions - fix an issue with some builds failing (#2851)

Co-authored-by: bensku <[email protected]>

be9121e94078fbacdfc9718f57cd9029f6724e57 authored almost 5 years ago
Fix missing tags in lang file (#2852)

* VisualEffect - fix a typo in HURT_EXPLOSION
* english.lang - add missing spawn reasons

704d7b8324b7d84ef5566d2a749bc00eb96e1fc5 authored almost 5 years ago
Fix missing cat types in the lang file (PR #2842)

* VisualEffect - fix a type in HURT_EXPLOSION effect

* fix english.lang - add missing cat typ...

467c2b1eedf50772047e4fdfdf0b2b2e7dc9dd09 authored almost 5 years ago
Merge pull request #2844 from ShaneBeee/fix/doc-types-issues

BukkitClasses - fix some misplaced patterns for some classes

efa9cc60b0bbc42f36f8a0c7a4755c8753ec078a authored almost 5 years ago
Merge branch 'master' into fix/doc-types-issues

7c51dc8cefbef955252a54669026d8c9297b89e5 authored almost 5 years ago
Merge pull request #2843 from ShaneBeee/feature/removeVanillaGUI

SkriptTests - remove vanilla Minecraft GUI console

ab835e5bbb155dc302fbf9b8d7f1129fa0c003d8 authored almost 5 years ago
BukkitClasses - fix some misplaced patterns for some classes

45ac8305b1110a28800f1a853a560b821393ba6f authored almost 5 years ago
SkriptTests - remove vanilla Minecraft GUI console

a00fa9c102f037e8215cae7cadfb6ee5713ad303 authored almost 5 years ago
Prepare for release

f8e7da9b0e90972b572eedcb7159160e1ad926b0 authored almost 5 years ago
Fix some item comparison issues (#2834) (issue #2714)

* Fix accidental removal of items without ItemMeta
* Mark all ItemDatas created from stacks wit...

4563dcd5ba0ae2c84dbec3f0277c37a3082709ee authored almost 5 years ago
Charge Creeper Effect and Condition (#2785)

ff1e79297d92825eb346aa921e4ae62b8d5e995e authored almost 5 years ago
Fix EvtExperienceSpawn firing more than once (#2751)

* EvtExperienceSpawn - fix event firing more than once

* EvtExperienceSpawn - fix line ending...

f0100a75ffacbe27ce7218ec5a86738642ecaeda authored almost 5 years ago
Resolve issue #1825: add info command (#2560)

c454b464cb5226d3c8193d9ae51b20729e3f649b authored almost 5 years ago
Add newline literal (#2505)

* Add newline literal

Co-authored-by: Nicofisi <[email protected]>

4c37bc93768db3d0d303c865ca4fd20d29976d44 authored almost 5 years ago
Merge pull request #2828 from APickledWalrus/APickledWalrus-fix-trees

Fix #2580

758d5018ab53039765f932bf253da1925c6bc030 authored almost 5 years ago
Merge branch 'master' into APickledWalrus-fix-trees

37bead99284ed97dc83bc84974e4dda9841bb0a0 authored almost 5 years ago
Merge pull request #2824 from noftaly/patch-1

Update Minecraft's versions that Skript supports in the README

374f656c0018584f59f9fb0c7df1d7ba3f821ea7 authored almost 5 years ago
Fix #2580

85487dc7ca0424717f879cc461b078987aa02d49 authored almost 5 years ago
Update Minecraft's versions that Skript supports

0b124c155ba842a0fe351858e5575f1ab40868db authored almost 5 years ago
Potentially fix skriptTest on Windows (#2797)

52189ce701440af7ced51b64e555ba546c82f9c0 authored about 5 years ago
Merge branch 'master' of github.com:SkriptLang/Skript

9497f90e32c50de036d21a9fcd82b4d3debafd8e authored about 5 years ago
Update 1.15 test env to 1.15.2

49acd6f4d58cc100d58d98989897f1475eaeb32c authored about 5 years ago
Use GH actions to make poor man's nightly builds

3739bbcb0794883fa7126b91f875ceb489092be9 authored about 5 years ago
Creeper max fuse ticks (#1385)

* Create ExprCreeperMaxFuseTicks.java

* methodExists

* Missing Import

* Fix RESET

2fc2e85ccc6886eb4a6094ac18e7efea65ab49f9 authored about 5 years ago
Expression to get entities in chunks (PR #2660)

* ExprEntities - changes
- Add chunks to expression (enables a user to get entities from chunks...

c49224f50a943a75811d550c03644529c039c9cd authored about 5 years ago
Apply potion effects without adding onto current duration (#2598)

* Update EffPotion.java

Add replace existing effect

* Make Changes

* Fix issue with app...

fa237c833f1c7ea92a496a4af7f6cbd4ed2ed942 authored about 5 years ago
Add support for creating fiery explosions (PR #2783)

ddf86e53a95e1ee19c0dd992093ade845d63455b authored about 5 years ago
Add no damage ticks expression (PR #2772)

* Create ExprNoDamageTicks.java

* Create ExprNoDamageTicks.sk

* Remove ChangeMode

* Han...

cf5573df1cf28cac1eedcd0c869af940a03a20fe authored about 5 years ago
Merge pull request #2759 from ShaneBeee/feature/equip-llama

EffEquip - Add llama to entity equip effect

c2c93e341100624cabe68e2fab4b7ef767e32dd4 authored about 5 years ago
Arrows stuck in entities expression (#1655)

* Create ExprArrowsStuck.java

* Improved Expression Pattern

* Create ExprArrowsStuck.sk

...

937c388680e5b334f4637c64439b68f1d4803ab0 authored about 5 years ago
Fix damage effect not showing damage (#2760)

* HealthUtils - fix an issue with entity not taking damage when using damage effect

* HealthU...

cd2abe20f06cededd4a197eec030bb6cb25b3317 authored about 5 years ago
Fix EffReplace of items (#2763)

6cfefb1ff555f8e4fd25e6222f231917dd3df788 authored about 5 years ago
Remove air is block test (PR #2767)

* Remove Air is Solid Test

* Revert Changes... Oops

* Delete 2510-block condition.sk

* ...

387106524c3c91c3e7a1e2b20457aedf0f782bc8 authored about 5 years ago
EffEquip - Add llama to entity equip effect

- Also update description to say entity not just player

1cefc2ccfce6ae9da62b7a1cdd7beffcd05b8e04 authored about 5 years ago
Prepare for release

45eaaae5c7049575cef72069b6cbf5d0d210f126 authored about 5 years ago
Clarify tempban description

4eb3e55796692057ee8eb599bd3ca8e165252647 authored about 5 years ago
Add support for temp bans (#2667)

* EffBan - add an optional time span to temp ban a player

* EffBan - Prevent null from timesp...

433aeabfc33689c22aed77c2684415f494b5538c authored about 5 years ago
Clarify event description

d48960edb33d082180cf6dbeb120a1b2790a1554 authored about 5 years ago
Player damage item event (PR #2712)

* SimpleEvents - add an event for player damaging their tool

* item damage event - changed to...

44a9326f6c906381d05e80c815179a5d9f940045 authored about 5 years ago
Improve sponge absorb event value description

6daf0c0baa04dac5ff766832188edcbf50495bf8 authored about 5 years ago
Merge branch 'master' of github.com:SkriptLang/Skript

30337a8f17fcdfbea10c50c1180892e5d2477972 authored about 5 years ago
Add sponge absorb event (#1655)

ed8a593b2ca365d5122a2d9c7c25c04a6ebf705e authored about 5 years ago
Unix data expression (#2675)

* Create ExprUnixDate.java

* Create ExprUnixDate.sk

84f928da0625d81164a9d58c37bbf180cade2db3 authored about 5 years ago
Re-add missing test case

1726477656bce56ace06acf351b4e34279bae14b authored about 5 years ago
Improve CI usability by splitting build and test steps

1ec25479c432b206a4de8eed83c95896ab8a0c6f authored about 5 years ago
Move syntax tests placed wrong

29afa3831dd02966684f9426be4d1a1ca7b44b2c authored about 5 years ago
Replace most usages of ItemStacks with ItemTypes. Some test scripts included.

Co-authored-by: bensku <[email protected]>

38d4a82ab07b086e1230bf6d6ece6ec20bc8f34b authored about 5 years ago
Merge branch 'feature/fix-compare'

8f1981dbd31df2f9c7ed8954d44c5c5c24d314e3 authored about 5 years ago
Merge remote-tracking branch 'origin/2.4'

5008e2e544723ae34966840a9d16f1b89dbd8145 authored about 5 years ago
Fix raw name always being a single value

d92264d7eb0ddedcf61e978df60170fd36fa8534 authored about 5 years ago
Add number of characters expression (PR #2666)

* Add ExprNumberOfCharacters

* Unicode Support

2eb6e5f7ed86dd0339f09cc8bde0375f103cd3a6 authored about 5 years ago
Entity taming syntaxes (PR #2633)

* Entity Tameable - NEW

* EffColorItems - change
- Changed suggested by WealthyTurtle

* E...

0eac244b784377c86c435bd172b054cf59528249 authored about 5 years ago
Merge branch 'Wealthyturtle-feature/ArmorChangeEvent'

96b9955f08736fcc02355d0a93f4a650346ce6f0 authored about 5 years ago
Change armor change syntax

a33aa42770b11e132aaf1b5c6004f38b4ac0ec49 authored about 5 years ago
ArmorChangeEvent Register

c95e4d4f50cac2d56c3e5ae3d4016f183e77d13a authored about 5 years ago
remove this because we dont need it (added it originally as a test)

82acffa0f37217de87833056a355e7f3c9d16ee0 authored about 5 years ago
Compile against Paper 1.15 API

57c3445e5330cb6860cf7957bd5912ac92dfd076 authored about 5 years ago
build gradle - remove bukkit api, update paper api to 1.15

7425a7fc24dd86067740aa967d34d4f1a60785d3 authored about 5 years ago
BeeData - new Minecraft 1.15 bees

- Add data for Minecraft 1.15's new bees

3fed460353b095b3f6d8267cf13571c535dcd7dc authored about 5 years ago
Revert "BlockStateBlock - add new methods required for extending these classes"

This reverts commit 5e0188be

06b1ce71a6d57788f81bc4188a65119fed51268a authored about 5 years ago
BlockStateBlock - add new methods required for extending these classes

4399b91ba6f5e2d0f5d2a647ad78cdbea0150335 authored about 5 years ago
lang - fix a spelling error in campfire cosy smoke

- added an option to allow both cozy and cosy (not sure why Mojang uses cosy but they do)

885b1f60b492b0130f35267a5179b155418941eb authored about 5 years ago
CommandReloader - change method to support all 1.13+ versions (including 1.15)

8a437de7610f0d7235603e3b90bf345c2ccd4eb5 authored about 5 years ago
lang - fixed a spacing issue

f10515def0520c709b5d2e1d2438fe9fb5f6a9f8 authored about 5 years ago
build.gradle - make compile for 1.15

cbfdbc191ca3268ab550fbd894ffcbb9d2f14433 authored about 5 years ago
VisualEffect - changes

- Add 1.15 visual effects

9012009195b061593f980c243cfc496e1205091a authored about 5 years ago
lang - add 1.15's bees and particles

8a21d63adc31c22044c105ec745ea02ae8fe67b8 authored about 5 years ago
Add 1.15.1 test env

caeb058c0fee8e3bca5f045c65146550672b5ae9 authored about 5 years ago
Testing adding both apis to make this build

dd430cd387a3a7d236ded79716655b526f5daf34 authored about 5 years ago
Use context-sensitive parsing in CondCompare (#2184)

d803f0437a9d5a79f43ef777478838a621655835 authored about 5 years ago
Fix projectile comparisons (#2213, #2286)

c656546b9512eb27bd202c001a1badea05fab5eb authored about 5 years ago
Make spawn reason and teleport cause parseable (#2186, #1832)

b10d1adffd173046765c6bec9b4b498d2e39f57e authored about 5 years ago
Prepare for release

5fa1fbdd01c0ee0b74dd05512ad6165f482e6504 authored about 5 years ago
Update aliases

b277ee360a655a91125e8422a477207868d61ba4 authored about 5 years ago
Add 1.15.1 test env

cccd71c2f69bcc11d2350944db303f9b98c18478 authored about 5 years ago
Merge remote-tracking branch 'origin/2.4'

f0b5df1dbc38cb5b9e8def4a76d52a5bedfd782f authored about 5 years ago
Compile against Paper 1.15 API

7b783fa795219640b837f4b66d5f61297e5d8333 authored about 5 years ago
Merge branch 'feature/bee-update' of https://github.com/ShaneBeee/Skript into 2.4

0df6a6f26d41fb47c6214a6539c05ac5387c16fc authored about 5 years ago
build gradle - remove bukkit api, update paper api to 1.15

1c8753cafa8c3974fc9bbabb9ae4b5a07ce8e5de authored about 5 years ago
remove this because we dont need it (added it originally as a test)

963712ffb6820ccc5ede36d784813bc1d7b030d3 authored about 5 years ago
Testing adding both apis to make this build

66afd1d2fb91bb28da3ddbae47c450e73f37a8fe authored about 5 years ago
Revert "BlockStateBlock - add new methods required for extending these classes"

This reverts commit 5e0188be

3820fabf45e8525f8d23379ecbb45824ff4047b3 authored about 5 years ago
InventoryClickEvent Hotbar Button (PR #2648, issue #2643)

* InventoryClickEvent#getHotbarButton()

* Revert Changes

* Create ExprHotbarButton.java

...

f732a88962ad28b33c6bcd9b259b59e3288b3f47 authored about 5 years ago
Improve replace effect (PR #2622, issue #2531)

* Replace Effect Updates

- Add in "replace first..."
- Option for case sensitivity (without ...

1b5da36a6474e8672f81084be45437b2a94187af authored about 5 years ago
Merge branch 'master' of github.com:SkriptLang/Skript

eb1ee1a9ba2265f8f199b8edf8271d3e927bb9cf authored about 5 years ago
Merge branch 'ShaneBeee-feature/entity-pickup-item-event'

e5f7b3d4113b138d1832225b39ebcec191a79e71 authored about 5 years ago
Use CollectionUtils for generic array creation

2fbc1fa4d163c2640aefe75b4f3fd75501235095 authored about 5 years ago
Merge branch 'feature/entity-pickup-item-event' of https://github.com/ShaneBeee/Skript into ShaneBeee-feature/entity-pickup-item-event

a55ba72fea98bdd5fba1c74496a3306a1c19d9d5 authored about 5 years ago
Merge pull request #2589 from Wealthyturtle/master

Max Durability Expression

1c41ad7c836317278e897e01ed76838a25414ada authored about 5 years ago
Merge branch 'Wealthyturtle-feature/caseEquals'

ebb142fe671f4e832e5d08aa20e43dbfc7ded6ae authored about 5 years ago
Update authors based on Github insights, remove unnecessary soft dependency on EffectLib

d66a7d8e24a77cd18075480a1cb26225bc4ac007 authored about 5 years ago
Revert a styling change on desktop

6638bda94a09cc816976d4e493fe05ead89e4b4f authored about 5 years ago
Prepare for release

9a8da33c73a1ab867eab3d222323996525755be7 authored about 5 years ago
EffCancelDrops - fix

- Fix an issue with console throwing errors when doing actions like picking up water.

eaf7eb58251135583ad6005ff6d4de3cea4d668e authored about 5 years ago
Update aliases

daedcb18478845177871162db9b6ae07320cb607 authored about 5 years ago
Update aliases

39efe66c28d72b0dcced31cca9c702e0d97ddb5e authored about 5 years ago