Ecosyste.ms: OpenCollective

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

BetonQuest

We develop an advanced and powerful quest scripting plugin for Minecraft. Features built-in RPG style conversations and integration for over 30 other plugins.
Collective - Host: opensource - https://opencollective.com/betonquest - Website: https://betonquest.org/ - Code: https://github.com/BetonQuest

Merge pull request #2486 from seyfahni/fix-variable-objective-data-storage

Fix variable objective data storage (+ improvements)

github.com/BetonQuest/BetonQuest - 125d9f95a3c1b473bb2f02c768defd6b7587473b authored over 1 year ago by Wolf2323 <[email protected]>
Improve variable objective storage to allow more exotic keys and values.

github.com/BetonQuest/BetonQuest - 8f07143d8d53730839628b6ab881b72d19736ca6 authored over 1 year ago by Niklas Seyfarth <[email protected]>
Adjust test method names to fit the new naming convention.

github.com/BetonQuest/BetonQuest - 938bcca30a7886752965427674e5361fc3477c63 authored over 1 year ago by Niklas Seyfarth <[email protected]>
Fix variable objective deserialization that works with multiline data.

github.com/BetonQuest/BetonQuest - b5ca89092f6e5b17043ab09c4c5c31925f297704 authored over 1 year ago by Niklas Seyfarth <[email protected]>
Merge pull request #2478 from seyfahni/redis-chat

Add RedisChat integration (fixed)

github.com/BetonQuest/BetonQuest - 08d1ddcf5f3183f5ee3a86612ae8a9bcb5a4ecc3 authored over 1 year ago by Wolf2323 <[email protected]>
Fix usages of the identifier of the RedisChat interceptor to use the correct name.

github.com/BetonQuest/BetonQuest - ebf0989877325a364e4d76144501d3df94bc05f5 authored over 1 year ago by Niklas Seyfarth <[email protected]>
Fix integration plugin dependencies where the optional was forgotten.

github.com/BetonQuest/BetonQuest - 2357c0c9c9b5f7a7a1ef546972d1c2baa68068e9 authored over 1 year ago by Niklas Seyfarth <[email protected]>
Don't throw raw RuntimeException when RedisChat API was not initialized.

github.com/BetonQuest/BetonQuest - f06feb0b29bfb3ded5be621cb00b4270fd67ae73 authored over 1 year ago by Niklas Seyfarth <[email protected]>
Fix style violations.

github.com/BetonQuest/BetonQuest - 2f0f274e21ab35b2502f4fe01f89cedc8b7f061f authored over 1 year ago by Niklas Seyfarth <[email protected]>
Fix PMD warnings.

github.com/BetonQuest/BetonQuest - d57fa3b9ded65ddb78d035915e26e06653fae6b4 authored over 1 year ago by Niklas Seyfarth <[email protected]>
Suppress false positive SpotBugs violation.

github.com/BetonQuest/BetonQuest - 4b3ac61f1478fd06fff34a6e3397613385837b9f authored over 1 year ago by Niklas Seyfarth <[email protected]>
Alphabetical order respected

github.com/BetonQuest/BetonQuest - 528152f5f55add1bbb7055b82028cb5d93134967 authored over 1 year ago by Emibergo02 <[email protected]>
Add redis interceptor as default if available.

github.com/BetonQuest/BetonQuest - d3ac153c2fb2db7456a9da520096e25fde040976 authored over 1 year ago by Niklas Seyfarth <[email protected]>
Improve plugin integration documentation about chat interceptors.

github.com/BetonQuest/BetonQuest - 2e350d1bd53345c9e1bcf56595a25c97558c8555 authored over 1 year ago by Niklas Seyfarth <[email protected]>
Hopefully the last commit

github.com/BetonQuest/BetonQuest - bac95c7f2ec277fadd990b93b1368c11c585a059 authored over 1 year ago by Emibergo02 <[email protected]>
New Interceptor

github.com/BetonQuest/BetonQuest - f279f08c953cba14a01e7be8c1db4c8597a9667b authored over 1 year ago by Emibergo02 <[email protected]>
Updated config.yml and config.patch.yml

Added RedisChat

github.com/BetonQuest/BetonQuest - 003dc0f5cf5293fda8d0ea3882a10763a7b84b7f authored over 1 year ago by Emibergo02 <[email protected]>
Fix JavaDoc errors for new RedisChat integration.

github.com/BetonQuest/BetonQuest - 9511b1c8014d58afbfb2c92a7244c797c3ef7c3c authored over 1 year ago by Niklas Seyfarth <[email protected]>
Fix all remaining review feedback topics.

github.com/BetonQuest/BetonQuest - 747f6bb9de141bf76a21d203a83c99a55ac304a9 authored over 1 year ago by Niklas Seyfarth <[email protected]>
Don't unnecessarily exclude dependencies, instead add the required repositories.

github.com/BetonQuest/BetonQuest - cb158832f686d7719798dc0deeb8c7f57a20c956 authored over 1 year ago by Niklas Seyfarth <[email protected]>
Documentation updated

github.com/BetonQuest/BetonQuest - 26d79dfc53e1654f8bd237986ffe7753da8814c4 authored over 1 year ago by Emibergo02 <[email protected]>
Add RedisChat integration

github.com/BetonQuest/BetonQuest - 20aef78d89bc091fd54ec765d548f7eb06f6f5d3 authored over 1 year ago by Emibergo02 <[email protected]>
Documentation updated

github.com/BetonQuest/BetonQuest - 5e61310b97261a33678d22dc6efd6e4ead586a66 authored over 1 year ago by Emibergo02 <[email protected]>
Merge pull request #2487 from seyfahni/fix-java-20-build

Fix build on Java 20

github.com/BetonQuest/BetonQuest - 56bdceb36701127852143ebe01539dfcd11d06a3 authored over 1 year ago by Wolf2323 <[email protected]>
Supress warnings about AutoClosable that happen in Java 20 due to API changes.

The AutoClosable can't be used correctly as the used interfaces don't extend AutoClosable in Jav...

github.com/BetonQuest/BetonQuest - 9813b6c072b4b7d2d43fcd797721fc028d3be55a authored over 1 year ago by Niklas Seyfarth <[email protected]>
Merge pull request #2489 from Wolf2323/IngameNotificationSenderTest

fixed static mock in IngameNotificationSenderTest causing the build t…

github.com/BetonQuest/BetonQuest - 8dbbce33cfad45b966513e508cfd637577381199 authored over 1 year ago by Niklas Seyfarth <[email protected]>
fixed static mock in IngameNotificationSenderTest causing the build to sometimes fail

github.com/BetonQuest/BetonQuest - a8b52ac8cd03272e9d758967daa3f122f05e9e8e authored over 1 year ago by Wolf2323 <[email protected]>
removed config option Tag Unsolved

github.com/BetonQuest/DiscordBot - 2f73bdf9820f9db4d2b4209da18a0f0ec4153586 authored over 1 year ago by Wolf2323 <[email protected]>
dependency updates

github.com/BetonQuest/DiscordBot - 0c39d860833e73a5cb4f39b5ac66ba85ef58c6c4 authored over 1 year ago by Wolf2323 <[email protected]>
Merge pull request #2477 from MrGuitz/ChestGive

Changeover from the ChestGiveEvent to the new API

github.com/BetonQuest/BetonQuest - 86a611922a22a3954d70c9dbbc5709767ca018ac authored over 1 year ago by Niklas Seyfarth <[email protected]>
Fix, that the ChestGiveEvent is static

github.com/BetonQuest/BetonQuest - 7ad3d3bdf945acf61a6c9364aaacca9533f0f3a2 authored over 1 year ago by MrGuitz <[email protected]>
Changeover from the ChestGiveEvent to the new API

github.com/BetonQuest/BetonQuest - cc4ff4a8f59edb60fe9c9b8dbf882b04fc59e1e6 authored over 1 year ago by MrGuitz <[email protected]>
Merge pull request #2476 from MrGuitz/GiveEvent

Give event

github.com/BetonQuest/BetonQuest - 6b5e4b337547e5cd7135b799b7f2c98b1cd108a8 authored over 1 year ago by Niklas Seyfarth <[email protected]>
Apply suggestions from code review

Co-authored-by: Niklas Seyfarth <[email protected]>

github.com/BetonQuest/BetonQuest - 4d408d742d84a350bb850b4993a144b082063c29 authored over 1 year ago by MrGuitz <[email protected]>
Changeover from the GiveEvent to the new API

github.com/BetonQuest/BetonQuest - ce51e53f82e96c43088e9a924575a9014007fe32 authored over 1 year ago by MrGuitz <[email protected]>
Merge pull request #2474 from seyfahni/fix-performance

Fix performance for resolving existing quest primitives.

github.com/BetonQuest/BetonQuest - 2047c58009de727f20b006db1efab1000de1d198 authored over 1 year ago by CyberOtter <[email protected]>
Fix performance for resolving existing quest primitives.

github.com/BetonQuest/BetonQuest - bf0b4100eaaffc532393301cd81db9ba59e31d47 authored over 1 year ago by Niklas Seyfarth <[email protected]>
Merge pull request #2475 from MrGuitz/Notification

Improved NotificationSender API

github.com/BetonQuest/BetonQuest - 8213aba34572b6661832a524e42285653b9b12f1 authored over 1 year ago by Niklas Seyfarth <[email protected]>
Update src/main/java/org/betonquest/betonquest/quest/event/IngameNotificationSender.java

Co-authored-by: Niklas Seyfarth <[email protected]>

github.com/BetonQuest/BetonQuest - 4d50788a9567200a50aeb3c1e5923827d6a5f47b authored over 1 year ago by MrGuitz <[email protected]>
Update src/main/java/org/betonquest/betonquest/quest/event/IngameNotificationSender.java

Co-authored-by: Niklas Seyfarth <[email protected]>

github.com/BetonQuest/BetonQuest - bba4088608ab3e015cdb8bfd4c50553d10337865 authored over 1 year ago by MrGuitz <[email protected]>
Update src/main/java/org/betonquest/betonquest/quest/event/IngameNotificationSender.java

Co-authored-by: Niklas Seyfarth <[email protected]>

github.com/BetonQuest/BetonQuest - 761018c62bf8ff557b28730b6c92945f74f6bb08 authored over 1 year ago by MrGuitz <[email protected]>
Fix bug in recently changed IngameNotificationSender and adjust the tests so that they work again.

github.com/BetonQuest/BetonQuest - c0a48d1ddcbe022e623799f9bcd1ad0045f75d64 authored over 1 year ago by MrGuitz <[email protected]>
Improved NotificationSender API

github.com/BetonQuest/BetonQuest - 6116affcff17b1cd29a02b731346f301ca30d735 authored over 1 year ago by MrGuitz <[email protected]>
Merge pull request #2471 from Wolf2323/ConversationDeadlock

fixed concurrency issue in conversations where it is possible to get …

github.com/BetonQuest/BetonQuest - c8ed8d64a6aa917517955f1a89dfe3ffcbcc3538 authored over 1 year ago by Niklas Seyfarth <[email protected]>
adapted new ConversationState to MenuConvIO

github.com/BetonQuest/BetonQuest - 206834800001cf57eeb5b7b2d5939970e5cb201a authored over 1 year ago by Wolf2323 <[email protected]>
fixed concurrency issue in conversations where it is possible to get in a conversation deadlock

github.com/BetonQuest/BetonQuest - 66aa59a4e73e35314507ba2b53b1022ac0bdfefd authored over 1 year ago by Wolf2323 <[email protected]>
Merge pull request #2464 from Wolf2323/TestsParallelAll

maven-surefire-plugin configuration now use the parallel seting with …

github.com/BetonQuest/BetonQuest - b31f77be9a7934153951b6bdf02452ca6253453c authored over 1 year ago by Wolf2323 <[email protected]>
add pitest configuration to include all test groups

github.com/BetonQuest/BetonQuest - 5750b5c0634bc6744532b310971a7e3dc751f571 authored over 1 year ago by Wolf2323 <[email protected]>
delete checked in run configuration for all tests

github.com/BetonQuest/BetonQuest - e2ffbf04a7e2178241bbf8be9f5b6908803a1cef authored over 1 year ago by Wolf2323 <[email protected]>
removed duplicate code

github.com/BetonQuest/BetonQuest - 8451fad03f1727fb187b064e9e0e3ac0df657a90 authored over 1 year ago by Wolf2323 <[email protected]>
changes from review + fix of MultiSectionConfiguration not respect default section

github.com/BetonQuest/BetonQuest - 810a2e9adeab8cc8157b2361036f23a6ba47ba59 authored over 1 year ago by Wolf2323 <[email protected]>
maven-surefire-plugin configuration now use the parallel seting with all as value

adjusted all configuration test to be able to run the tests parallel

github.com/BetonQuest/BetonQuest - c2342a737d9e770ce2a57cdab117b67c73e23e24 authored over 1 year ago by Wolf2323 <[email protected]>
deleted test that do not have any effects

github.com/BetonQuest/BetonQuest - 8139b9cf1abedcd66438eb8228ab8bf353025efd authored over 1 year ago by Wolf2323 <[email protected]>
Merge pull request #2466 from SaltyAimbOtter/bumpMKDOCS

Bump mkdocs

github.com/BetonQuest/BetonQuest - f8db68f1643497ed52ea253a45ccf0388ae54699 authored over 1 year ago by CyberOtter <[email protected]>
activate instant docs navigation (SPA mode)

github.com/BetonQuest/BetonQuest - 5616e55e0381601967374b3816c01b642946fed7 authored over 1 year ago by CyberOtter <[email protected]>
add missing docs setup step

github.com/BetonQuest/BetonQuest - 22dd3da5df4a7742f4be225d49a348ef88b3cfb3 authored over 1 year ago by CyberOtter <[email protected]>
Merge pull request #2465 from Wolf2323/locationObjective

fixed issue in LocationObjective when a variable gets resolved for a …

github.com/BetonQuest/BetonQuest - 2e6dceffbf6e3bc2f4ec247abed53d248b667987 authored over 1 year ago by CyberOtter <[email protected]>
fixed issue in LocationObjective when a variable gets resolved for a player who does not have the objective, and so maybe also dont have the variable

github.com/BetonQuest/BetonQuest - 441e08df9adc95d5704aafd83c68bce7d8cfdc4d authored over 1 year ago by Wolf2323 <[email protected]>
Merge pull request #2443 from Wolf2323/TransformerTestLogValidator

rewrote Transformer Tests to avoid the usage of the LogValidator

github.com/BetonQuest/BetonQuest - 882d7d18a7fe6fdd5f9fa856cb939a3969e9db31 authored over 1 year ago by CyberOtter <[email protected]>
added TransformerIntegrationTest

github.com/BetonQuest/BetonQuest - 6890fb093f28b1e0a1a186ab93f22b07ff48ca55 authored over 1 year ago by Wolf2323 <[email protected]>
fixed issues from rebase

github.com/BetonQuest/BetonQuest - d04828596e6d493cb46717a9fbfa455fde1fdddd authored over 1 year ago by Wolf2323 <[email protected]>
rewrote Transformer Tests to avoid the usage of the LogValidator

github.com/BetonQuest/BetonQuest - 23bc191954987d99bb5302c04fabb3859da204c4 authored over 1 year ago by Wolf2323 <[email protected]>
removed unnecessary BetonQuestLoggerService

github.com/BetonQuest/BetonQuest - a0469a474ee3c1a827263c307197168845b8c6aa authored over 1 year ago by Wolf2323 <[email protected]>
Merge pull request #2461 from SaltyAimbOtter/removeDeprecatedSpigotAPI

update worldedit api

github.com/BetonQuest/BetonQuest - 85953804a8d89927c1cdd7edba317c687fc48b8f authored over 1 year ago by Wolf2323 <[email protected]>
update worldedit api

github.com/BetonQuest/BetonQuest - f620eee1dbf477ad40671822425c1fb13fd8e6b1 authored over 1 year ago by CyberOtter <[email protected]>
Merge pull request #2463 from seyfahni/fix-docs

Fix missing file ending for inter-documentation link.

github.com/BetonQuest/BetonQuest - 8b6bdc708a67bde610a8989d495cdf08f385514c authored over 1 year ago by Wolf2323 <[email protected]>
Fix missing file ending for inter-documentation link.

github.com/BetonQuest/BetonQuest - 687265200667d57dbd2988dbece93d509dd6d8fd authored over 1 year ago by Niklas Seyfarth <[email protected]>
Merge pull request #2458 from seyfahni/drop-event

Add `drop` event

github.com/BetonQuest/BetonQuest - aba2f7ac8a78b1146db5cfc9120628094a27b7e8 authored over 1 year ago by CyberOtter <[email protected]>
Align even more JavaDocs with the more widely used writing style.

github.com/BetonQuest/BetonQuest - 0649d38e4b43c09247d69f7365a2852d826e9f05 authored over 1 year ago by CyberOtter <[email protected]>
Improve drop event documentation based on review feedback.

github.com/BetonQuest/BetonQuest - 68a6d24525f248915e47dedfeb6e3f5985b5f30b authored over 1 year ago by Niklas Seyfarth <[email protected]>
Align new JavaDocs with the more widely used writing style.

github.com/BetonQuest/BetonQuest - 0e7be94bde212c2a7dfd6faf7338d7ee61ac7257 authored over 1 year ago by Niklas Seyfarth <[email protected]>
Create drop event.

github.com/BetonQuest/BetonQuest - fa7cd72b3c1db9e472d33a9382d2732917c88cc1 authored over 1 year ago by Niklas Seyfarth <[email protected]>
Change WorldSelector to be more general and allow selecting different kinds of data.

github.com/BetonQuest/BetonQuest - 6ffe73207e8652378fa6337d4fc62dfb45640fd2 authored over 1 year ago by Niklas Seyfarth <[email protected]>
Allow VariableNumber to resolve static variables if no player is given.

github.com/BetonQuest/BetonQuest - b7cef3d76aec3839620a7898bd26aca5f7d1c242 authored over 1 year ago by Niklas Seyfarth <[email protected]>
Extend Instruction to include better API for location and item list arguments.

github.com/BetonQuest/BetonQuest - f47abb10f006c4205dbfd119986da4c0be1df7f2 authored over 1 year ago by Niklas Seyfarth <[email protected]>
Merge pull request #2462 from SaltyAimbOtter/phönix-dev-fix

add phönix-dev repo

github.com/BetonQuest/BetonQuest - 4f79dedcf2bc1dca4a7553fd8c19c0726f697d9b authored over 1 year ago by Niklas Seyfarth <[email protected]>
Update pom.xml

Co-authored-by: Niklas Seyfarth <[email protected]>

github.com/BetonQuest/BetonQuest - 759a7b1f6db2d6e738e6a461596d97ea55a48137 authored over 1 year ago by CyberOtter <[email protected]>
add phönix-dev repo

github.com/BetonQuest/BetonQuest - 386698c8d477711d816b34085ce8781c214b1fd5 authored over 1 year ago by CyberOtter <[email protected]>
Merge pull request #2450 from Lorias-Jak/craft_objective

Craft objective not consuming materials

github.com/BetonQuest/BetonQuest - 700b90fc760c57166fce9c57e41d58b2f2419373 authored over 1 year ago by CyberOtter <[email protected]>
add crafting fix to changelog

github.com/BetonQuest/BetonQuest - 435a8bf0830dc201d5a885d8fb9c51ab425c7c16 authored over 1 year ago by CyberOtter <[email protected]>
Craft objective not consuming materials

fixes #2449

github.com/BetonQuest/BetonQuest - 6ddd2eb395144e54ba8f75e6aafeb0e5399bba10 authored over 1 year ago by Lorias-Aegorin <[email protected]>
Merge pull request #2447 from Wolf2323/logging

introduced BetonQuestLoggerFactory to be able to inject a BetonQuestLogger

github.com/BetonQuest/BetonQuest - a3e2888115a05bc2ec41d5306a341cac8c64db8d authored over 1 year ago by Wolf2323 <[email protected]>
fixes from review

github.com/BetonQuest/BetonQuest - 090f577b6b780177f344872fc34d4577bd066658 authored over 1 year ago by Wolf2323 <[email protected]>
final logging docs corrections

github.com/BetonQuest/BetonQuest - d3d557a55253b8e1bead8567acdc5f91ccde04a4 authored over 1 year ago by CyberOtter <[email protected]>
Update docs/API/Logging.md

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

github.com/BetonQuest/BetonQuest - cc928ef7247e5b9cd283300f9613702c53df4bbf authored over 1 year ago by CyberOtter <[email protected]>
Update docs/API/Logging.md

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

github.com/BetonQuest/BetonQuest - e40207fbdaa524c2689e9ad249f82e83db1480c0 authored over 1 year ago by CyberOtter <[email protected]>
moved SingletonLoggerFactory to api.loggign and added tests

github.com/BetonQuest/BetonQuest - 6f754d2d57c133d35cb58593f9771794d3996959 authored over 1 year ago by Wolf2323 <[email protected]>
improved DefaultBetonQuestLoggerTest

github.com/BetonQuest/BetonQuest - 49df554a1fd94b2cb7cdf235e33ea66e8e47b8d4 authored over 1 year ago by Wolf2323 <[email protected]>
improve documentation

github.com/BetonQuest/BetonQuest - 36e54a46df9ca884574d1f41fe0657c80dea936b authored over 1 year ago by CyberOtter <[email protected]>
introduced SingletonLoggerFactory for testing, and use a BetonQuestLogger mock instead of the BetonQuestLoggerService that is now only used for test that involve legacy classes

github.com/BetonQuest/BetonQuest - 0dc021beb20561fec02b48dd5ec0147928fe6505 authored over 1 year ago by Wolf2323 <[email protected]>
fixed wrongly renamed string

github.com/BetonQuest/BetonQuest - 1416354321a45b290c22bb60494c6fa3aa840e63 authored over 1 year ago by Wolf2323 <[email protected]>
avoid using getSilentLogger in AbstractConfigBaseTest

github.com/BetonQuest/BetonQuest - 9b6f36e8fe9ebd57a730fb7b1db16cec18f2e820 authored over 1 year ago by Wolf2323 <[email protected]>
introduced BetonQuestLoggerFactory to be able to inject a BetonQuestLogger

github.com/BetonQuest/BetonQuest - 7fe11ed9b8d93f161d1d1e6215bfd511354ad988 authored over 1 year ago by Wolf2323 <[email protected]>
updated Logging Documentation to match the new implementation

github.com/BetonQuest/BetonQuest - 098a0630f6ba6a30a8a7059f265557f6b3dde1ec authored over 1 year ago by Wolf2323 <[email protected]>
fixed PMD rule conflicting with new test naming convention

github.com/BetonQuest/BetonQuest - d01482a66c1dcca2369889018e2e74d357019e86 authored over 1 year ago by Wolf2323 <[email protected]>
fixing issue with not existing patch config

github.com/BetonQuest/BetonQuest - f15ea69d8da7b65bdcbcf45b4b9a9b6eaf56fba5 authored over 1 year ago by Wolf2323 <[email protected]>
avoid using getSilentLogger in BStatsMetricsTest

github.com/BetonQuest/BetonQuest - 6935bbc3704b3de7ab8b997ad53090af97bd6522 authored over 1 year ago by Wolf2323 <[email protected]>
refactored some tests to the new naming convention

github.com/BetonQuest/BetonQuest - 79e9e525be369d3cf6ad6cff7c34c2b54e973903 authored over 1 year ago by Wolf2323 <[email protected]>