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

Add a check for an additional number in locations

Things like "location" objective need additional number, in this case
range.

264532c765b5cea877566f88d075155f986fc607 authored over 8 years ago
Close #374 - Add items to mobs spawned with "spawn" event

This includes armor, items in hands and custom drops.
Add entity marking to "spawn" event, which...

0c45f0e1d8f71668097298c9b9ad757b5510f5d6 authored over 8 years ago
Fix error in "party" event

Use Bukkit's dedicated Material matching method in Instruction
Make error messages more consiste...

cd0ed6dfc56130ab3f46bb74b69f725a642a4e7e authored over 8 years ago
Close #382 - Main page can now take a separate page in the journal

Fix #426 - Main page can now exceed a single page
Update changelog with missing features and fix...

dcd740f08f153d6b49d9725f8597839635ff3a30 authored over 8 years ago
Fix incorrect name parsing in MobKillObjective

4e4644b8c56db2d496bb95e948bf3dc12a7a553e authored over 8 years ago
Close #415 - Add objective completing command

Add some aliases for "objective" event actions.

cbad2804adc68970c8b0f09676cdbb42ba7bf1da authored over 8 years ago
Close #370 - Add equality to "point" condition

5c6eb04c00e7b94dd3394df95ff8ca5e07dd5ee8 authored over 8 years ago
Close #368 - Allow durability values of items in InventoryConvIO

6e4b7f81d4c9ee2b04f86c5edcaa40477aaaf966 authored over 8 years ago
Fix #393 - Fix variables

In "point" variable, a package can be specified with '*' instead of '.'
- because of variable de...

1b878276c2a811010aaf715273b0c81db5b90fb3 authored over 8 years ago
Fix #380 - Make "empty" condition skip armor and off-hand slots

88474ce914bea65f45b3573520920162d289c558 authored over 8 years ago
Rewrite some of the quest item restrictions

8823afafde35241c664e9650545908710bc99ae7 authored over 8 years ago
Fix #400 - Disable shift-clicking

Also fix a bug where shift-clicking was still counted like taking the
single stack out of the re...

47f98f5394086892ec6ebb3393153a158933bdc3 authored over 8 years ago
Fix #398 - Prevent null IO from "breaking" the conversation

Also fix a bug caused by changing Conversation constructor

2a279038ca5fba37640a3d3b18c4a82bc3a40ed5 authored over 8 years ago
Fix journal pointers being added without package

a7ad0461da770a30661eaafab3e34d58b9d4f133 authored over 8 years ago
Fix #411 - Fix NPE when using "/q item" with empty hand

fe0b802d17a585780714953ae9a1ba076fddbebe authored over 8 years ago
Fix #382 - Check if the NPC is spawned before moving it

e9a65140bc710426d9ca7246260b95d8569db2e4 authored over 8 years ago
Fix #377 - Make all meta data appear on head items and enchanted books

1d74952926b124b76c7e2a34afa47404abb8ecf6 authored over 8 years ago
Fix #416 - Make location not required in Action objective

903c627fbe0a63d93c6680b6743b9fe85e1dffc8 authored over 8 years ago
Fix #406 - Prevent quest item doubling when dropping is canceled

067ebddc9891a884e1f25bf5c616660e89fd3fb4 authored over 8 years ago
Fix #372 - New sound names

a26cd20acf015160995b64c1579c02553f1012cf authored over 8 years ago
Change internal instruction handling

An instruction is now an object with several methods used for parsing
the data. All quest object...

fff3ac7b33ab0b7994d318fb13ea50219a9b59bd authored over 8 years ago
Merge pull request #420 from DNx5/patch-1

Fix permission for CitizensNPC

1a9a68f6d4021ab60294a543318af3a9cd507418 authored over 8 years ago
Fix permission for CitizensNPC

Fix player without "betonquest.conversation" permission node, still could have conversation with...

726f5842a285fa804241c57775a5d189bfc5f72f authored over 8 years ago
Fix problems with location parsing in some events

e47983d2bb9796d88eb2dd2d280fd0771fb5535f authored over 8 years ago
Fix NPE in "objective" variable.

dd8e678eaca5725d41ea345c3b9d931bd6c22ffa authored over 8 years ago
Fix NPE in "point" variable

021f82b93fb7977402798dc35e277ca5f00f0560 authored over 8 years ago
Fix #365 - Prevent ConcurrentModificationException in "delay" objective

b132b07f3dbd6e5623c1a1abd3870dd350338bd3 authored over 8 years ago
Close #355 - Remove quite a lot of duplicated code

This adds a unified location format, which can generate locations
dynamically, depending on the ...

54e7deb71932ced21af0bba864908629e80b139f authored over 8 years ago
Close #359 - Add WorldEdit integration ("paste" event)

c1a082f5a4e61eb992bdf4cbf1f53fd4e2b483c9 authored over 8 years ago
Fix a bug with "sliding" Citizens NPCs

6862429664c7746f66a1d7b28eb14d199e6f37eb authored over 8 years ago
Fix #363 - Prevent conversation while the NPC is moving

fb23ad7fcf6f9e0d06d9e3c240c1ae643f1167e5 authored over 8 years ago
Close #362 - Add "kill" objective

4bc99b782decf3c0c55bd2e532f9d24318af40d6 authored over 8 years ago
Close #353 - Add LegendQuest integration

c8ec4af5ecf426a3a3a8e77e1266cc927d32dae8 authored over 8 years ago
Fix #342 - Add fire interaction to "action" objective

731f2bebedceafccd7c5e717f96bea71d4e1262c authored over 8 years ago
Close #358 - Add "if" event

cc0739d2ccb92bc818db6473403c7462c599652e authored over 8 years ago
Close #356 - Add "variable" objective and event

19cd230db42c88f815ffc30220f5b2c2eaa030c2 authored over 8 years ago
Close #306 - Pause chat while in conversation and display later

089125dcedd7efd05ffbb8afa3574ec9b6ee3bce authored over 8 years ago
Fix #357 - Make "command" event resolve all variables

272f3cf8bd47d6938891c519b2ed7796255ecf71 authored over 8 years ago
Fix #354 - Make "potion" objective use items.yml

9b60c9b403ee0f37a8e38191cb67e05c447f36c2 authored over 8 years ago
Close #352 - Add RacesAndClasses integration

5c0dc01dfe80cfa15a9f9687f260a47b6fb06dcd authored over 8 years ago
Fix #349 - Call ConversationIO.display() in sync thread

f299290a7c04688f9ae7ee805f74a2fd9d8170b9 authored over 8 years ago
Update potion instructions to a new, data-value-independent format

1a60ccf11ebced2187d5591ee613dd3d7cebd855 authored over 8 years ago
Close #348 - Add "consume" objective

0a9dd1d96476a836b49110a3bd16e6e57aa723d9 authored over 8 years ago
Close #345 - Add HolographicDisplays integration

"/q reload" now correctly reloads compatibility with other plugins

8c509ec214e0911b4af838a190722eff2a22bea1 authored over 8 years ago
Close #336 - Add "achievement" condition

8cfcbeef805f9eaa2316eb78f901fe4708656c25 authored over 8 years ago
Close #338 - Make "chest" the default conversation IO

32cc0bea03018df8b618eeef66aae194c847abe0 authored over 8 years ago
Close #334 - Add "gamemode" condition

be56be7df8aaa8596769fd5a85bd86944f02dce0 authored over 8 years ago
Close #334 - Add "world" condition

Update changelog.txt with missing info

d76a8a4eb38dd0c8bcff5d31e0ec4e1d4077dfdd authored over 8 years ago
Optimize "delay" objective a bit

0a4ab8af4aa4c5d25df744e88457502e434fce14 authored over 8 years ago
Close #324 - Add configurable interval to "delay" objective

24d6cdc8c5dfc7f3617e834185bc7c0d0ce869a7 authored over 8 years ago
Close #304 - Make "craft" objective use items.yml

e309c630f90abfcc3c9e5de6f4700a34e995112a authored over 8 years ago
Update copyright year to 2016

4e68711e17a4639cb5d434bac8fc574af11da847 authored over 8 years ago
Close #293 - Allow spaces between "first" options in conversations

17ce00635b61bbfcd533f02a69dcd2da2ba99cb3 authored over 8 years ago
Close #292 - Add "vehicle" objective and "riding" condition

178c434ed5d2eef032dbb3a6b86070d0f08cfab7 authored over 8 years ago
Make "door" and "lever" events static and persistent

a8036ee65fe63663444cabb2ce9bbfbc0f882d63 authored over 8 years ago
Close #280 - Allow running static events with commands

63c0eca7ae68927762393ce7e436564d158742e7 authored over 8 years ago
Close #278 - Call Bukkit event when a conversation option is selected

aa6533bd80dd8306d3e6974a80fc277d3e0dde71 authored over 8 years ago
Close #277 - Add "lever" and "door" events

9f728858ae67cb48139abb397e584d5009485293 authored over 8 years ago
Close #275 - Add PlaceholderAPI support

dc0b3b86b919a1f2dfd619598ff2720d707a0681 authored over 8 years ago
Close #274 - Add "movenpc" event, which sets targets for Citizens NPCs

72321bcc5fda5f60ce6d28887ea916516f5428c2 authored over 8 years ago
Close #327 - Allow making new lines in conversations with "\n"

95b1f276a4522018d2708e68e6e9fb2d873ff56c authored over 8 years ago
Switch to remote Maven repository

c8b4fe8ffbe88851c5ab86ca1c3c8846630cac93 authored over 8 years ago
Fix #344 - Switch hands in "hand" condition

c603f3f6cb5bda3a4240bc7dbc8b93ce34708b68 authored over 8 years ago
Make SkillAPI and Quests hooking normal, finally

fb0bb69066489cb87f17e19d7e3e2ffa4b9db395 authored over 8 years ago
Add Shopkeepers integration

fec6e8adce3202258ca12380ca9a5cf73b999416 authored over 8 years ago
Fix some bugs that were actually bugs, found with FindBugs

fdce955123b12303bced3fe933d813ad613e2448 authored over 8 years ago
Change Travis JDK to oraclejdk8

4663b8e47416e8c57a8b4b2bac006b737e60b614 authored over 8 years ago
Merge branch 'development'

55f92957995563c45354d5dd0a9046ac9dcaa3a2 authored over 8 years ago
Version 1.8.5

b917881b15ffa5f6beba6098c55071626cfcee21 authored over 8 years ago
Refactor some PlayerData code - journal and objectives

d75ddc218b1fa2bb6b1d2587a19a7e19fdddb276 authored over 8 years ago
Fix #331 - Make "objective" event delete objectives from database

Fix "/q objective delete" not resolving default package name

827888a66415f8cc6b98633fc5b32742a78c3e88 authored over 8 years ago
Fix #330 - Prevent duplicating objectives in the database

341adc986f8b811f6125428d66c74d24d1b058ba authored almost 9 years ago
Rename "DatabaseHandler" to "PlayerData"

3eb21bbfeb8c2db8f17669a9e026fd8051e3d97d authored almost 9 years ago
Update code to handle main/off hand

Add optional "offhand" argument to "hand" condition

b68159422531dad3223299148f62989396fb3f1c authored almost 9 years ago
Change version to 1.9-dev

9b1301faed4b22da8a6dac1e3385ed36db28b3db authored almost 9 years ago
Remove redundant string concatenations (" + ")

d553800087106cc91e5600fff779a39485fd2bd7 authored almost 9 years ago
Replace Bukkit dependency with Spigot API, change Java to 1.8

54f41621a5317ec47a73058f2fcbcf2fe68fe9ea authored almost 9 years ago
Reformat entire source code with Eclipse formatter

a0c0db591f1508039f0d38119cb012babbf63c8d authored almost 9 years ago
Version 1.8.4

Fix #300 - Fix conversations running twice on 1.9 servers

33ffbf0319d118daa268f067b31b6cd233ec6483 authored almost 9 years ago
Version 1.8.3

c27dd7d85462bfd1b612494337f537e6ab328afe authored almost 9 years ago
Rewrite updater to use GitHub Releases

Add '/q update' command
Add information about fixed bugs to changelog

cadaec11eed35ef5ba916f16ffb0fa20d809585a authored almost 9 years ago
Update .travis.yml

6c00e694df92df99f4b401d7fbf06d20c7d51412 authored almost 9 years ago
Make a variable final, so Java 1.7 can compile the code

34a69a16f7f78681e80e0ec596a016bbef4d82eb authored almost 9 years ago
Fix #319 - Run events in sync thread in "password" objective

8b26aa848285e012ea3bcccc98c21ffbeca3b991 authored almost 9 years ago
Fix error when running "objective" event with non-existing objective

347b2df887e544257a62bee66ceecb5cf37e1fae authored almost 9 years ago
Fix #308 - Make color codes work with "one_entry_per_page" setting

154eadf38447bc1e95f2736e426ee8ad4301b097 authored almost 9 years ago
Add console message about cause of "/q give" errors

5a75ef9e35bcf0be2c3ab17d1497b239f34c2491 authored almost 9 years ago
Fix a bug where taken backpack items were not removed from the database

0f47e96f0e91ad14d401a32f0adde9e7977bd1f0 authored almost 9 years ago
Fix #314 - Allow equipping quest items

6fcb9810387d30a284f68b92fd48a3d1705b4701 authored almost 9 years ago
Fix #316 - Use final damage in "die" objective

Change priorities of "die" objective listeners
Prevent handling of canceled damage in "die" obje...

cc8a0677ea49c84de1cb6cc46c09f881e7d90baa authored almost 9 years ago
Fix #307 - prevent NPE when conversation starts without options

If there were no options to choose from at the beginning of the
conversation (because conditions...

6ec7d90a482d03bdbf5b98bf569c5ac6c0b56851 authored almost 9 years ago
Fix #301 - fix NPE when killing NPC with items in their inventory

NPE was thrown because BetonQuest was trying to check if the items are
journals, and to do that ...

2ea6052bd213f0247673d859e64657d25bc42171 authored almost 9 years ago
Fix #294 - fix selecting forced option when resuming conversations

When the conversation is resumed the only option (loaded from
the database) must be selected reg...

07920ce8b572cc6bc97e1c17c783b65d6e4d02c5 authored almost 9 years ago
Remove active conversation from database when purging players

0f4c8b790a9db0106a783f676b7ff249adec80de authored almost 9 years ago
Fix NPE when loading an incorrect backpack item from the database

d5f60277073bab91a1a137bd8195fc905afc4840 authored almost 9 years ago
Version 1.8.2

Close #290 - Fix NPE when killing a mob without any "mobkill" objectives

01b0e720373ee1a3266f81923700f1100a5ceac3 authored almost 9 years ago
Version 1.8.1

cf55db62b19c72a63a1d31e5c9c25cf55efcf392 authored almost 9 years ago
Fix #289 - Fix removing journal from the database

01818bad3358d9d432a9457c5a4e517f827dc67e authored almost 9 years ago
Fix #285 - Create MobKillListener on enable

Also fix problems with handling kills multiple times.

5f55c4d9e058c21107bb26dd442a952e25f72bf4 authored almost 9 years ago
Fix #287 - Fix package names not being correctly handled

Wrong separator was used when creating nested packages and the name
returned by the package itse...

8998ec0eefbc65eeb1e462312e2e7da9f0c83c85 authored almost 9 years ago