Ecosyste.ms: OpenCollective

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

github.com/BetonQuest/BetonQuest

An advanced and powerful quest scripting plugin for Minecraft. Features built-in RPG style conversations and integration for over 30+ other plugins.
https://github.com/BetonQuest/BetonQuest

Fix #855 - Replace color codes in journal

54eea2910033dbc5f757cda8dfce87c5b01b251a authored over 6 years ago
Fix #577 - Allow colored mob names with `&`

25a2a1ad52b793459b9615859f444a7ce3397b7a authored over 6 years ago
Add %citizen% variable for when hooking into Citizens. (#838)

Add citizen variable

21cbca3abce2a01715b99bcd614ad42a93923f11 authored over 6 years ago
Fix #663 - Fix item duplication bug

3a05a2e0771557089ada5d39ef5aba4455cab9cc authored over 6 years ago
Fix #829 - Format doubles and floats using dot as decimal separator

dbf74f08e3aa80c940100ac218506cf996727bb1 authored over 6 years ago
Close #849 - Add looking and facing conditions

* Update file headers

204de263fd3dddb544bacbc887e40e8c1cd06c18 authored over 6 years ago
Close #850 - Add Remove Potion Effect Event

* Updated Wiki

2b78ba33623254586ca07468fd29104998a90bab authored over 6 years ago
CitizensIntegration Update

* Close #664 - Add NPC distance condition
* Add NPC Range objective
* Add NPC location condition
...

e499f842ba320d847ab9a547b7b94ef595b6ae47 authored over 6 years ago
Close #825 - Allow multiple enchantments in enchant objective

16602a4b4bdccc5da62e1966c959f5ffe7c23856 authored over 6 years ago
Fix #797 - Improve general message formatting

79289d5a0ed97a59f39bdd127825907e25c5dc87 authored over 6 years ago
Fix #821 - Load global points from correct table

e06805a255f9cabc75212ba3821e5505b7e4f8a5 authored over 6 years ago
Change Plugin config to softdepend instead of loadbefore

Changes:
* Update plugin.yml to use softdepend which provides the same functionality. This sho...

51dec7e165fa94c4cc35955e81a916abccb5460b authored over 6 years ago
Fix color resets on NPC Output from ChatConvIO

Changes:
* Filter the npc message through Utils.multiLineColorCodes which will replace resets ...

ed56319647914bf5fd900cb7846e08a1b51d223d authored over 6 years ago
Implement SlowTellrawConvIO

This slows down the npc chat so it doesn't all appear at once. Lines are broken with colours hon...

d73903a0412f7a9c15ccbca19b7666cb5d9f15ed authored over 6 years ago
Close #842 - Allow creation of per player particles with particle event.

00c3286a2b8fd765905ccbce3246d7c5ac636af8 authored over 6 years ago
Fix #807 - Fix tellraw conversation I/O

7c96595f91b1e41e31748813fa036945d3d0a164 authored over 6 years ago
Fix #800 - Small fixes and improvements for the NPCHider

220ce465d93ba73a1b3bf71ca7b154397681cc2b authored over 6 years ago
Fix #780 - Fix movenpc event not working if player is in conversation with the npc

066becce01271cb8b7cf4c8b001513e25fa073c5 authored over 6 years ago
Fix #799 - Fix sound not playing in chest conversation I/O

1a99251ded404850a019e2d995e276c4b91a525e authored over 6 years ago
Updated for Shopkeepers v2.2.0 (#794)

* Updated for Shopkeepers v2.2.0

Added shopkeepers' repository and updated the dependency to ...

1e5cec55b7534865a3a7bd73b1e96c58f1355e7d authored over 6 years ago
Fix #789 - Fix bug with NPCHider not starting

f42d6b82ec5ca262d86c40bd3fd83aaaab9df632 authored over 6 years ago
Close #793 - Add killmob event

f2223ca26cb21fb27b1288763ea4f49338b172ea authored over 6 years ago
Close #424 - chest conversationIO without chat messages

`chest` does not print conversation text to chat anymore.

Added `combined` convIO which behaves...

5bae5a56649056d04f48bba5b80546ad060cfd05 authored over 6 years ago
Fix NullPointerException on conversation start

6e7f79594eeea93d4d138360386585bf9f872aee authored over 6 years ago
Fix issues with global variables caused by commit 4fadb3b

b00eb5273ba412aa927e671074d1ee4f519410d4 authored over 6 years ago
Add two useful buddys (#781)

* Add the getEntries method

* Add check of NPC's name

4c3677035f0265bf4b3d6118f0bed85f37df8d0f authored over 6 years ago
RespawnObjective fixes #593 thx @skyybender (#648)

Close #593 - Add RespawnObjective by @skyybender

The respawn objective as it was suggested by...

55f2b8eead62504958c5bd5bd79c53faee722075 authored over 6 years ago
Fix #759 - Fix compatibility issues with latest Quests versions

ba884ba97f509cd7b95c36458ee07f958cc6d56a authored over 6 years ago
Fix #792 - Now $ or % should display correctly in all texts

4fadb3b89787126780f30be61c244ad675fa7ee7 authored over 6 years ago
Add /q version command

f33bc344932dc0ab27958a2911aa5d87a585fb92 authored over 6 years ago
Fix #650 - Save items durability instead of data value

450baf3f29e197462d96f8965e7f75fdc2d59fe9 authored over 6 years ago
Fix #788 - Make CitizensParticle almost fool proof

b6371fd1d21fbedd80dc9b8e7b5e03aa68eb7254 authored over 6 years ago
Fix #757 - Fix CitizensInventoryConvIO

c862a4d0f71d775e47d5dae56314b631480d0f7d authored over 6 years ago
Fix #708 - Make QuestItem compatible with 1.8 and 1.12.2

34c29f362c4db20b2fc41f1c3c5471eeced3adb5 authored over 6 years ago
Add issue templates

ab2a940dad82b969524d9037ee531b9d86173026 authored over 6 years ago
Merge pull request #670 from joblo2213:DayOfWeekCondition

* Add DayOfWeekCondition

ff7e888f0e83734ec24790aaf6ab68840f978fc3 authored over 6 years ago
Merge pull request #669 from joblo2213:PartialDateCondition

* Add PartialDateCondition

2394e4ff8bcd290af0a27b97220a77f06df35953 authored over 6 years ago
Merge pull request #672 from joblo2213:RealTimeCondition

* Add RealTimeCondition

094ef5cf0ac22ac25d88c78bc1a14d3a8afc0720 authored over 6 years ago
Merge pull request #694 from DrPanic:ShearFixCondition

* Conditions will now be checked before the notify output is triggered

6ae9b3a543a830a2429b11093975f8b3bd0c6326 authored over 6 years ago
Merge pull request #699 from DrPanic:MoneyNotify

* Notify for MoneyEvents

* Fix: Check Notify Argument

1941e0134a4a1df4e9bcbd4675c9bc20f45189d7 authored over 6 years ago
Merge pull request #703 from joblo2213:loadDataEvent

* Add LoadDataEvent

aa5708669c83aa5bbef6679bbdc5edc4de5b6241 authored over 6 years ago
Merge pull request #719 from joblo2213:CalculateVariable

* Add MathVariable

e98685eb02a90cc3c4d6eef63255c7e140dae1c1 authored over 6 years ago
Merge pull request #733 from joblo2213:pickrandom-event

* Close #730 - pickrandom event

* Fix imports ;)

* Fix imports v2 ;)

2fc1b46333768213c3d306501d1a091ac6842452 authored over 6 years ago
Notification-Interval can now be defined per Objective PR #753

bfd701986a4f949789973fbb878ed7d1575b631a authored over 6 years ago
Merge pull request #773 from joblo2213/patch-702

d7dba1f35f32180cbbd835497c6495a5ffa73fd0 authored over 6 years ago
Merge pull request #774 from joblo2213/patch-636

3a52f1b225a3548c88d6e7b6341dc30723ae552a authored over 6 years ago
Merge pull request #775 from joblo2213/fix-752

97cd53da87fb38bc683e880695688caeb32c1a7e authored over 6 years ago
Fix #752 - Don't count color codes for line length

51c9b55580bc63a940360a28994d5c5e60fc0355 authored almost 7 years ago
Close #636 - Global objectives

533f463fb8ac0a5435f04133716e574f56df2fdd authored almost 7 years ago
Close #702 - Add EXPEvent

7239733c2fd80e164da6b2ec51610346711408b7 authored almost 7 years ago
Merge pull request #746 from joblo2213/global-tags-n-points

Add global tags and points

d6839aa05d1d319365678e02b02b6df7e47129f3 authored almost 7 years ago
Slight improvements for global tags and points.

bbc4876d511169cb648a18cce0b9c19a1d8d3e30 authored almost 7 years ago
Add global tags and points

(see Co0sh/BetonQuest#485)

d0528873fb90c786ee1487aa42e314563a5cf17a authored almost 7 years ago
Merge pull request #735 from joblo2213/bugfixes

Important bugfixes

77f988410ceee99a5ea0adc69d2a0237402c135f authored almost 7 years ago
Fix #687 - Add check for questers name

56214f9f15fa5bcb985128cd5583d7ece1eaa866 authored almost 7 years ago
Fix #712 - No more errors with unspecified count optional in party condition.

a0c3d42498b4e6dc08d47c51c8a82bee71e56a34 authored almost 7 years ago
Fix #671 - No more stack traces when using `/q journal`

ecc579d99d49e9c88c9ca4133bb607a84788bb0b authored almost 7 years ago
Fix #682 - Removed possibility to drop and transfer quest items

0af0da593fa8f85357fb6291d51d353f2bdc5616 authored almost 7 years ago
Fix #731 - fix NPE if no level is given for HeroClassCondition

827cce09099ae6550a139a96102c52d60d9033ef authored almost 7 years ago
Fix #729 - Correct link for effect event in docs

19a4fd56999ef8c2dc86e527855cc0f4fd8e3823 authored almost 7 years ago
Update all betoncraft.pl links to betonquest.pl

60e8c6ce87e9fc74311846c8e36048b682636450 authored almost 7 years ago
Close #734 - improve MobKillListener

986bb0cdcbd7565679809c68672ee14e618b50b2 authored almost 7 years ago
Fix dev build downloading (and uploading, a bit)

4fe9f48a26714a53dd55995fdf833ca458177cf8 authored about 7 years ago
Update README.md and add CONTRIBUTING.md

5c19be9ce62c1b7399af3000234051bbe618d6f3 authored about 7 years ago
Add plugin documentation to docs/ directory

This will later be used to automatically generate documentation for development builds

aac0aed92cfe34799ce7b36c317af756cfd6d6c5 authored about 7 years ago
Ignore VS Code directory

7f9d3ec5091c228ba472f1fb9ac5c3a77a1976df authored about 7 years ago
Merge pull request #649 from MWFIAE/patch-2

Close #598 - Add OpSudoEvent

fc4e1ad22cfcd28c0cb36cab9ee46d5c810d6631 authored about 7 years ago
Use HTTPS in Travis builds

8bdcebb2ef927abda614d5f41e387d35aab3bd23 authored about 7 years ago
Update broken image link in README.md

088e2e22dc89a17205f6962d76da1c81eee4e75a authored about 7 years ago
Merge branch 'hotfix/1.9.6'

d0731d62093b7b12f763d12d40d75160eaf5000d authored about 7 years ago
Update version to 1.9.6

d6b93f04a0f2fcddecd24da1994618bc678e5a51 authored about 7 years ago
Merge branch 'hotfix/1.9.5'

728f22fb5dbc380fc3dec9939fe0e4b04fd9c942 authored about 7 years ago
Fix #660 - Add missing "unbreakable" when creating item instructions

a7dff0e419327882181b994a3e3a6273237bac12 authored about 7 years ago
Fix #656 - Fix restarting persistent objectives

7e1124b217cb88e204a2b657209a9924b1ed6a8a authored about 7 years ago
Fix #647 - Load global locations after worlds are loaded

549d46175c8c3f31bdea02772334b6f023fe0b0a authored about 7 years ago
Fix #644 - CitizensParticle loading order

9aedeef5b58160981419ccfe816fa4bc765410ec authored about 7 years ago
Registered the event

8e1180d1fe94eee906b7035f82f20ba2a47257e2 authored over 7 years ago
OpSudoEvent #598

5e7d0cfd7f39a10e8ae16d9d32527d04788ae5d2 authored over 7 years ago
Add Hungarian translation

e0c292c0c4e42d66055a0332757fafa625fef939 authored over 7 years ago
Merge pull request #635 from MWFIAE/patch-1

Multiple MMobs and fixed amount&left being reversed

48a1fa2af46f3e19efb9e2c28366cabcd2ecd1af authored over 7 years ago
Close #565 - Add support for all Spigot versions since 1.8

d01adfa9b46779c4784c8b2b6ddbd80e907f0c4f authored over 7 years ago
Brewery integration (#626)

8eb643c1c99fddc2d2b3fd29f6015ffe57d70ecf authored over 7 years ago
Merge branch 'hotfix/1.9.4'

2370c157698f3bf103c50be480ca27b28e00d009 authored over 7 years ago
Fix #633 - Rewrite integration loading to be more robust

97a4fa5762bdfb39a2a44976456671a2d74f3b33 authored over 7 years ago
Fixed imports, changed to Set<>

8c202dd8cdefba3a3e2fb7c7d1e7e896e8b21be5 authored over 7 years ago
Update MythicMobKillObjective.java

Allows multiple MMobs to be defined in the objective and fixes amount and left being reversed.

d3efbd1b8f82c3db4b1eb17d845bab4421f605fd authored over 7 years ago
Fix #632 - Fail gracefully when trying to hide temporary players

694297963d3643bd7e903b7ae26740c3e557c552 authored over 7 years ago
Fix #627 - Prevent NPEs when default package doesn't exist

2de20dd185631bb055f434e2ff34d683ab50b8c5 authored over 7 years ago
Update changelog

0c9ff94a37dc50686ed4987496db92783ff39290 authored over 7 years ago
Merge branch 'hotfix/1.9.3'

a1b69eb806de9168cfe9185d404e1e00c501fee3 authored over 7 years ago
Version 1.9.3

f2d672883f8d3648fdf43b42f7bab1a6af90f188 authored over 7 years ago
Merge branch 'hotfix/1.9.3'

89a94ab185f946abaab5e08423fc1ddf62236d01 authored over 7 years ago
Fix #618 - Move Denizen script checking to event's run() method

f29b06cdb4d5f18c3b06a965e1c78abb1be44468 authored over 7 years ago
Fix #581 - Allow negative data in items

bd9d048bb32aeb18c13c6ebf11b4e852dd1dbbef authored over 7 years ago
Add tab complete (#629)

94a669cf7bbb946bec401bf9b844fe78ba0713a4 authored over 7 years ago
Merge branch 'patch-1'

db047432d03d17edcbe403a41a1206fd6aa043ba authored over 7 years ago
Clean up the code a little bit

436f6809736026f72efaf24d754ad44d0a2e0b11 authored over 7 years ago
don't cancel every command while player has PasswordObjective if password prefix is set to ''

e4ae53d7877daa6c0612a1088b80d7076714746c authored over 7 years ago
treat commands as chat input in PasswordObjective

3cfce966623b57ccbb7ee8ca68f1d33861fafac4 authored over 7 years ago
Fix EntityHider javadocs

Refactor NPCHider to be a singleton
Add EntityHider closing

c16e179d8bc44616a4711c22f2b55ff3e236a44c authored over 7 years ago