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

Spanish update translation

8d9bd134d38942858437e89f9732acaf311ce92c authored almost 10 years ago
Add arrow shooting objective

Closes #29

Signed-off-by: Jakub Sapalski <[email protected]>

c35f425930f5c196107537c3ab80f1f6bdd7c64f authored almost 10 years ago
Handle tellraw conversation options with unique commands

This fixes a bug where clicking on previously used options would
select active option with the s...

ce0dca02a6ea1b134ec8688520db6e488fdb8baa authored almost 10 years ago
Make some events run after player's logout in delayed folder

This includes: command, objective, delete, tag, point and setblock
Fix few /q command bugs with ...

dd4ecccf96fb149870ca7c53c0d799fab3512887 authored almost 10 years ago
Fix items duplication when other plugins restore inventory after death

Fix quest items dropping on full inventory when given by 'give' event
Fix 'take' event creating ...

a6cafd0ecaa23c8d735c1bb82ba55378cfaeb2d7 authored almost 10 years ago
Add backpacks

Fix updating process not updating languages and nor displaying messages
No longer backups databa...

7e05d0e1211e9b22c41b89ab8c5545b79dd0b85d authored almost 10 years ago
Fix errors on event/condition command while using UUIDs

Also make debugging inverted-aware and add inverted condition checking
to condition command.

Si...

b3833a13ad1e8499f0c9fe328c0dee2e95ad2cc6 authored almost 10 years ago
Events now fire after the objective is completed

This makes possible restarting the objective after
it's completed.

Signed-off-by: Jakub Sapalsk...

6fbf77db1e9e80848897d56f33f95d2c27ad9768 authored almost 10 years ago
Change database format

Signed-off-by: Jakub Sapalski <[email protected]>

a07ceaa909d2ac9a745896fc91873059eb564645 authored almost 10 years ago
Fix and/or conditions not being updated to v3

Signed-off-by: Jakub Sapalski <[email protected]>

8d9559a0c56a57776eeda87a1f23e7ba876a081e authored almost 10 years ago
Fix NPE on SQLite database backing up

Add missing "specify_tag" message and fix /q command to use it

Signed-off-by: Jakub Sapalski <c...

6e04e32250dfdfab30a74a3fa2e58f5cddeb5e0d authored almost 10 years ago
Fix database connection not closing after backup loading

Signed-off-by: Jakub Sapalski <[email protected]>

97279e4a1dbf2baa6e3d917097219e22f059de39 authored almost 10 years ago
Add database backup, (saving and loading)

Signed-off-by: Jakub Sapalski <[email protected]>

0555bd140b3e44acd31c1bd90f824e8a072f67bd authored almost 10 years ago
Merge pull request #60 from Bastikeks/patch-1

Update German locale

ec4ae339cb6322ec094331369ff9dcb451b9bf54 authored almost 10 years ago
fixed Ä > Ae

138aba428c5987f3fd58c2d8c629bb323ea24a11 authored almost 10 years ago
Change give/take events and item condition to accept multiple items

Make items that don't fit into the inventory drop on the ground instead
of deleting them.
Close ...

4c14dd630b55f2b561353471da4a7a98fb802d72 authored almost 10 years ago
Add prefix to talbes in the database

Close #44

Signed-off-by: Co0sh <[email protected]>

677da1235c2e86a88dbe36ff9469670d81f36cb9 authored almost 10 years ago
Update .travis.yml

Signed-off-by: Co0sh <[email protected]>

2c32b934b1ebb6b6e95cfe3a1b887f9f630528a6 authored almost 10 years ago
changed umlauts

ä > ae
ü > ue
ö > oe
ß > ss

ce58bb8ffe786cd359ce72b267615262013a4590 authored almost 10 years ago
Update README.md

Also update changelog.txt with random condition info and format
RandomCondition class with repos...

e4a5dd3ca9378819ea8156d61ccaeddf15044fd6 authored almost 10 years ago
Change condition parser to use ! instead of --inverted

Add converter to config updater

Signed-off-by: Co0sh <[email protected]>

d02b29c631d268174f291d9eba3e20fdc7b4ff58 authored almost 10 years ago
Add new condition(random).

fe955e563c085d49ce7f2071542e5454247bbdb4 authored almost 10 years ago
Fix global locations and journal purging

Global locations were not started at all and the world check was
incorrect. Journals were not up...

8b3d521897f1afd57ba217d435cdcdb76abbcd23 authored almost 10 years ago
Fix .travis.yml

Signed-off-by: Co0sh <[email protected]>

486a552c7c81f18d64a0715ce3e5e7dea5cfe3c0 authored almost 10 years ago
Readd Travis CI support with uploading command

Signed-off-by: Co0sh <[email protected]>

d62b6b9a874c92053db2cef00c5f6b888a2f4716 authored almost 10 years ago
german locale

corrected some spelling and umlauts for the german language

5ffee26f0ec1d8a3c7f6bf3e4e7a7b4479affff0 authored almost 10 years ago
Change TravisCI to CircleCI for deployment

Signed-off-by: Co0sh <[email protected]>

ab3ead485afcbbaa441bde69a13c922e4538ddec authored almost 10 years ago
Major code changes in plugin's core

Change plugin's structure
Rewrite /q command
Add debugging
Improve documentation and comments
Ad...

10d6c3fd70d48297ed5c63df493c35d3f34723a9 authored almost 10 years ago
Fix #46 Wrong descriptions in /q

Signed-off-by: Co0sh <[email protected]>

c0bb8885e5819a2cd2b292cfa7ea38e8936e68b8 authored almost 10 years ago
Remove lag on reloading

Conversations can be started again if ended by plugin's reload
Whole conversations are now sync,...

1e76fa88dd59a066ff8ee487968941247d8689f1 authored almost 10 years ago
Add copyright notice to every file

Signed-off-by: Co0sh <[email protected]>

c12d96e65aa80e4b408841007fa59a9e9504078e authored almost 10 years ago
Add Sneak Condition

Close #40

Signed-off-by: Co0sh <[email protected]>

068f32c6c1223716f8e081b04897c4881f54da76 authored almost 10 years ago
Close #31

Colorcodes in journal

Signed-off-by: Co0sh <[email protected]>

00df0350c545a2ff04efa13047357f7136ef5ae1 authored almost 10 years ago
Close #10

Move backup files to backup folder

Signed-off-by: Co0sh <[email protected]>

9240ece9a00fbe2943e74a5dc92efc4bd8327d9a authored almost 10 years ago
Fix #17

Events from conversations are now run by a sync task

Signed-off-by: Co0sh <[email protected]>

b93e3587fba5094e80758ea14ec13ec734734761 authored almost 10 years ago
Update BetonQuest logo

a8fc1850050250ad4986c6a67018d187191ac861 authored almost 10 years ago
Merge branch 'master' of https://github.com/Co0sh/BetonQuest

4c15315a43e487a93558ad86e213781d52c9a449 authored about 10 years ago
Add Spanish translation, thanks to Chakles

Signed-off-by: Co0sh <[email protected]>

d390686acc2f359abfed88388abc3daa01413e07 authored about 10 years ago
Update README.md

dff0634664a0c8c9b34bcb6c96cfdb31d3fd48ad authored about 10 years ago
Players can now chat while in conversations by prefixing messages with \#

Change version to 1.6 for development

Signed-off-by: Co0sh <[email protected]>

3d3cf4a8c8e33993c30fac92bf0ad48c332650d8 authored about 10 years ago
Fix NPE in purge command

Signed-off-by: Co0sh <[email protected]>

9e148ca3605b63745375c05030721b6e09543b52 authored about 10 years ago
Version 1.5.3

Small fix of /q purge command not working on offline players.

Signed-off-by: Co0sh <coosheck@gm...

e86443d55abfaef3b9fa5067afd1b58b6dd5967d authored about 10 years ago
Version 1.5.2

Fixed errors that were spamming the console when a player with active
Location objective was tel...

f5e6506a298358a4c82896f54b1069b0257ab936 authored about 10 years ago
Updated changelog.txt

Signed-off-by: Co0sh <[email protected]>

fe1ea1d63c3bb5a63bb7fde1a888017d2dcf87d8 authored about 10 years ago
Version 1.5.1

Multiple tags in one event are now possible
Change /q event command to run from console
Add colo...

117097a5826d7cb389ac049c9c4f5edaa38013c8 authored about 10 years ago
Version 1.5

Add color option for text in journal entries

Signed-off-by: Co0sh <[email protected]

71f9d0d410d00b095e48f9e7cb77754e6408536e authored about 10 years ago
Add colors to journal

Signed-off-by: Co0sh <[email protected]>

de6d45e9f15733460df92dd29ff2a45da170c543 authored about 10 years ago
Fix global locations and add converter

Signed-off-by: Co0sh <[email protected]>

f79a6ec55a38ba3f2467fa5aadd9610fee1d6620 authored about 10 years ago
Add book converter and fix book saving format

Fix a bug with new books format in 1.8

Signed-off-by: Co0sh <[email protected]>

b9aae48d58a0e4a5953fe9fd978e6c7b93ce887e authored about 10 years ago
Add MythicSpawnMobEvent for spawning MythicMobs mobs

Move CitizensListener to citizens compatibility package
Rename stupid CubePeopleListener name to...

11cecaaf4580fbb37ccc7579da6c3d5ec9354be1 authored about 10 years ago
Event command now accepts optional <name> argument at the end

Fix NPE when trying to fire nonexisting event
Readd Chinese translation by Macaron, it's working...

de5d9c17535341900ac82d87b99a97098b7ce33f authored about 10 years ago
Change updating process

Updating itself was moved to onDisable (better for servers restarting once a day)
Configuration ...

c722971642fdcdea9eb19d82137a9879c2067b1f authored about 10 years ago
Add support for Vault economy and permissions

Signed-off-by: Co0sh <[email protected]>

a68c4fe5756ed729b8abf939a29f6fe688c9bd87 authored about 10 years ago
Added sounds for various occasions

Signed-off-by: Co0sh <[email protected]>

b948f3b269700a1c9e2baad739a417c670dac2ba authored about 10 years ago
Add permission check to conversation starting

Signed-off-by: Co0sh <[email protected]>

35a9fa79fddaba622edc2648f78a90b107203929 authored about 10 years ago
Add Vault and Denizen do dependencies

Signed-off-by: Co0sh <[email protected]>

a05612531df124f9dae207524f7557ca6932a105 authored about 10 years ago
Add support for clicking on conversation options

This uses /tellraw command, so you need to run compatible server. By default it's disabled.

Sig...

edade15c1227ca62583a13312985a292e69b0c90 authored about 10 years ago
Merge branch '1.4.3_hotfix'

Conflicts:
pom.xml
src/main/java/pl/betoncraft/betonquest/database/ConfigUpdater.java
src/mai...

554a0bbf5f6d6c367428739df42bbbcc08a97dfa authored about 10 years ago
Version 1.4.3

Hotfix removing debug messages from ActionObjective

Signed-off-by: Co0sh <[email protected]>

8bb699bb36acf8ec77f48af75aceeb270908af59 authored about 10 years ago
Add missing MythicMobs compatibility

Signed-off-by: Co0sh <[email protected]>

6f6d35a00eedaaa8014d85fdb910cefaae7ed2a9 authored about 10 years ago
Add MythicMobs support

Add MythicMobs to Maven dependencies
Add MythicMobs kill objective
Add MythicMobs to plugin.yml ...

3109b5788d0f13ce0f157cb20879f34bc3bcff67 authored about 10 years ago
Add Chinese translation, thanks to Macaron

Signed-off-by: Co0sh <[email protected]>

4ddf349dcd1fcbea8d2f3802e70119bee307de6d authored about 10 years ago
Add support for new lines and pages in books

Signed-off-by: Co0sh <[email protected]>

2708e398660e90bd4c98acbd607f842412552c6b authored about 10 years ago
Objectives are now directly defined in events, not in objectives.yml

Add converter for objectives
Change version to 1.5

Signed-off-by: Co0sh <[email protected]>

cb570d8e5cf59e06ff76f45b4e10c4eee83ad245 authored about 10 years ago
Add support for names in MobKill objective

Command event now accepts multiple commands separated by |
Add aliases to commands
Replace beton...

b81083291ab1fec826f76fd3f03ff8ca3f3f5665 authored about 10 years ago
Version 1.4.2

Updater is now working, tested!

Signed-off-by: Co0sh <[email protected]>

248802baaca6d7ae26a3e205ee4c38150dafdba5 authored about 10 years ago
Version 1.4.1

Fixed few bugs in Action objective
Fixed updater, hopefully

Signed-off-by: Co0sh <coosheck@gmai...

d027495fdcad399255cf8725e3daa5190b20e273 authored about 10 years ago
Fixed some bugs with locations in ActionObjective

Added German lines to translation, by Google Translate, sorry :(

Signed-off-by: Co0sh <coosheck...

915abed0ce5ce4d16ecc7560d2f8b9d27cca7cf6 authored about 10 years ago
Added french translation for new messages

Fixed zip backup overwriting previous backups
Fixed a bug where conversations were not working r...

ad75ff25e65ddb617da68dc0f7e5b06033019e69 authored about 10 years ago
Changed version to 1.4

This is not stable release yet, it still needs testing!
Added changelog
Removed debug message fo...

f0e6c533ff6dceea7a5899ee9a04f58502558297 authored about 10 years ago
Added /q item command for saving items to config

Fixed bug with conversion after clean install

Signed-off-by: Co0sh <[email protected]>

13711656f78fb01604785b80f3d3f5d231b1aa35 authored about 10 years ago
Added changelog file

Signed-off-by: Co0sh <[email protected]>

9edffac5550e548642627004c3095573954958e1 authored about 10 years ago
Modified updater so it does not create duplicate items

Signed-off-by: Co0sh <[email protected]>

2964be994b1037b6f300696433382accc0898a83 authored about 10 years ago
Modified Action objective for greater flexibility

It is now possible to detect clicking in air
It is no longer possible to detect clicking on any ...

898615187f4bfbdc7392ddf1c5cf16655cdde697 authored about 10 years ago
Added full support for new items.yml system

Updated TakeEvent, GiveEvent, ItemCondition and HandCondition to use new system
Fixed some bugs ...

164cfee5fbf68b91834119b107340c6f9eb96408 authored about 10 years ago
Created converter for items

Events and confitions still needs modification to understand the new
format

Signed-off-by: Co0s...

fc2a2fdcf23742c5bf77150413b0cc4eb60e0090 authored about 10 years ago
Created separate item handling

Needs a converter for old configs
Needs some changes in events/conditions/objectives code to use...

3a0557fd40114907e924fc1a53f338410bb43f9e authored about 10 years ago
Changed location of conversation started by cube NPCs to be a center of

the block

Reverted back to using Metrics from source code as it was not working

Signed-off-by: ...

e1b5197e41cef6a128647c62f8046152a61b6083 authored about 10 years ago
Added AutoUpdater

It's not tested yet, will test on next DBO update
Modified Metrics to use Maven dependency syste...

689607c8efeeac32f65ca40d006ca3f8efd39b92 authored about 10 years ago
Added optional location to Action objective

Signed-off-by: Co0sh <[email protected]>

cfce0ba6bd9cfc188c832a60cd7a718fdd191fc9 authored about 10 years ago
Changed all Material.valueOf() methods to Material.matchMaterial()

Signed-off-by: Co0sh <[email protected]>

52daf3fff813f35d7dd7c85f9fee52207df77948 authored about 10 years ago
Added NPC kill objective and set block event

Signed-off-by: Co0sh <[email protected]>

8d29944a7c9373910bb8d18262709024acaab57e authored about 10 years ago
Added conversion tool from 1.3 to 1.4

Configuration is now backed up to zip file before each change

Signed-off-by: Co0sh <coosheck@gm...

02dd14307462748717be5e9489302c65f6a8974e authored about 10 years ago
Created working multiple configs for conversations

Still needs a converter
Modified default conversations.yml to new format

Signed-off-by: Co0sh <...

76fa13325edafeb78f0e768765b5d1f4e53595b6 authored about 10 years ago
Modify ConfigInput to handle conversations in multiple files

Still unstable, needs a converter!

Signed-off-by: Co0sh <[email protected]>

cd632d22e7b34bd5836e6aaf200069af96968514 authored about 10 years ago
Initial changes towards spliting conversations.yml into separate files

Not working yet!

Signed-off-by: Co0sh <[email protected]>

ac6118f4f2f6945caf5b8835e3a45397764adc33 authored about 10 years ago
Fixed multiple bugs with conversation starting and ending:

Player could not start conversations until relogging if his last
conversation ended right after ...

2ebde1517b97c0fa6e1d1b1f8084073210cffeac authored about 10 years ago
Added event command

Updated messages.yml with event command lines

Signed-off-by: Co0sh <[email protected]>

66a22f636b70404e7975aa5bea039d6755f7b617 authored about 10 years ago
Updated version to 1.4-dev

eadd801b2c8877839113d9df1b60d6335a71563f authored about 10 years ago
Update README.md

f0daae96f63ef43e01a72920a183ab58efa48412 authored about 10 years ago
Version 1.3

Fixed bug in FolderEvent when player disconnected before events fired

Signed-off-by: Co0sh <coo...

42d5f3bb75f34074640fe0c5aaedf15c4a0927b9 authored about 10 years ago
Bugfixes

Updated config files that were missing new features
Changed hard dependency for Citizens to soft...

ce8883ea88cda9d1aa23fe156380b688cc7373ba authored about 10 years ago
Added permissions to creating NPCs from blocks

Changed NPC's sign syntax a little bit

Signed-off-by: Co0sh <[email protected]>

2f03ac5949176c2ddbf677a291597b1c64160007 authored about 10 years ago
Removed debug messages from CubePeopleListener (stupid name...)

Changed permissions for commands

Signed-off-by: Co0sh <[email protected]>

1af60ce0e48b4664bfbae9edbd9d2c38216f2378 authored about 10 years ago
Reverted change from shooly...

...as it was not working with the rest of the code and changing half of
it is not the priority r...

5ccf0de3a4470bfe5f009c97b2190124fb27b2d3 authored about 10 years ago
Added non-Citizens NPCs made from blocks

Removed debug message from PlayerConverter
Ready for Minecraft 1.8

Signed-off-by: Co0sh <cooshe...

02f1848f7c3932ecfeab4741a8fa35b44522fc63 authored about 10 years ago
Merge pull request #1 from shooly/master

Seriously?

2275f5ba01a969382cb5c2db51b1b77a562cdd7b authored about 10 years ago
Seriously?

1cd3b40dc1a8fb059fc89f128ce2c5aa1dff3a35 authored about 10 years ago
Moved resource files to maven's resources directory

Removed debug messages from config updater
Changed version number to 1.3

Signed-off-by: Co0sh <...

d7185588c5ce1b2ff755fff27331dda1ce72d050 authored about 10 years ago
Added name to UUID conversion to config updater

Updated pom.xml

Signed-off-by: Co0sh <[email protected]>

49a8b1cd06d55bbcb851ccce5b1281b5468a0d2d authored about 10 years ago