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

Add doc comments to PlayerNameVariable

github.com/BetonQuest/BetonQuest - 781e3c2e5cfdae844b63d4271fe5035f342d237e authored about 1 year ago by Jonas <[email protected]>
Fixe uncaught Exception when parsing %player% for offline player

github.com/BetonQuest/BetonQuest - 434515f7af6189c0cdbcb307048fcd001b75c089 authored about 1 year ago by Jonas <[email protected]>
Merge pull request #2574 from Wolf2323/checkstyle

added checkstyle rule for NotNull annotation order to be before final…

github.com/BetonQuest/BetonQuest - 263cb42661a1168b8a2c0b397d0e478194f0d9ea authored about 1 year ago by Niklas Seyfarth <[email protected]>
added checkstyle rule for NotNull annotation order to be before final modifier

github.com/BetonQuest/BetonQuest - 935219922f3acbaa223ac66bf179f52cc5743184 authored about 1 year ago by Wolf2323 <[email protected]>
Merge pull request #2572 from SaltyAimbOtter/migrationFix

[DOCS] fix migration indentation

github.com/BetonQuest/BetonQuest - f328d484117545cf3d242d77f0e1affbd8aa7443 authored about 1 year ago by Wolf2323 <[email protected]>
[DOCS] fix migration indentation

github.com/BetonQuest/BetonQuest - ec3cf23aba7d089d54a3f3e0c84c5b7e82162414 authored about 1 year ago by CyberOtter <[email protected]>
Merge pull request #2568 from Wolf2323/ProtcolLib1.20

fixed ProtocolLib warning for Minecraft 1.20.2

github.com/BetonQuest/BetonQuest - 3d800f79b2d11f6778b99808c781b97f3a88d369 authored about 1 year ago by Jonas <[email protected]>
fixed ProtocolLib warning for Minecraft 1.20.2

github.com/BetonQuest/BetonQuest - c9ff1bc544fda4c4182b39d864d4069525d4c4f0 authored about 1 year ago by Wolf2323 <[email protected]>
Merge pull request #2565 from J0B10/feature/tutorial-versioning

Add Quest-Tutorials as sumodule for easier versioning of tutorials

github.com/BetonQuest/BetonQuest - 7f1be176795cda634dc64d740325ff802bf1edd0 authored about 1 year ago by Wolf2323 <[email protected]>
Update documentation on submodule

github.com/BetonQuest/BetonQuest - 3244fbc1df83a4bda3a53f4f7f3f56c03e9986b9 authored about 1 year ago by Jonas <[email protected]>
Update documentation to document how to add a submodule

github.com/BetonQuest/BetonQuest - b42bba9759829afc230b523f29d9ceeffbde531e authored about 1 year ago by Jonas <[email protected]>
Update submodule to use relative url

github.com/BetonQuest/BetonQuest - 94369fde9ebda4748d9918ef286acde18c94b767 authored about 1 year ago by Jonas <[email protected]>
Add Quest-Tutorials submodule

github.com/BetonQuest/BetonQuest - 44cb3579f27d718d97269ffac567406fdf977e00 authored about 1 year ago by Jonas <[email protected]>
Merge pull request #2567 from Wolf2323/party

added `party` event new range 0 and -1 to select players in the same …

github.com/BetonQuest/BetonQuest - b5957e3d271ac02919b1a8fd7a14e3c737f8ff14 authored about 1 year ago by Jonas <[email protected]>
added `party` event new range 0 and -1 to select players in the same world or server wide

github.com/BetonQuest/BetonQuest - d56f92b95e61b676e8c713254b80a0d081caa0d7 authored about 1 year ago by Wolf2323 <[email protected]>
Merge pull request #2566 from Wolf2323/menuConvIOScrollFix

fixed `menu` conversation IO did not stopped scrolling at the bottom …

github.com/BetonQuest/BetonQuest - a521a3e00cbc630fa7d88400ce9fd1d2702916ac authored about 1 year ago by Jonas <[email protected]>
fixed `menu` conversation IO did not stopped scrolling at the bottom and began to scroll from the top again

github.com/BetonQuest/BetonQuest - a840a8ec7e7924d328d2167ed1b5c5030cdfa533 authored about 1 year ago by Wolf2323 <[email protected]>
added all necessary files for first POC of QuestPackages tutorial

github.com/BetonQuest/Quest-Tutorials - 30e7b1bd39784dbcef58390321b25837f09ca2d7 authored about 1 year ago by Yuyukey <[email protected]>
move and update packageStructure to be in line with the actual tutorial

github.com/BetonQuest/Quest-Tutorials - 0a587838ea52c57efd07ca3a74e45651b5ff87e9 authored about 1 year ago by saltyaimbotter <[email protected]>
Merge pull request #2564 from J0B10/feature/log-event

Fix log event logging event name

github.com/BetonQuest/BetonQuest - 15d51becd4f2d28b5b256fec51e5696cb57421ed authored about 1 year ago by Wolf2323 <[email protected]>
Fix hotfix stripping of first letter of message

as pointed out in review

github.com/BetonQuest/BetonQuest - 425a9b306a7e4a390afa73d1c94e1fd4cc0a769e authored about 1 year ago by Jonas <[email protected]>
Fix log event logging event name

github.com/BetonQuest/BetonQuest - 3ea976544b359d178975d3d0df4076d650db15f3 authored about 1 year ago by Jonas <[email protected]>
Merge pull request #2563 from J0B10/feature/log-event

Add `log` event

github.com/BetonQuest/BetonQuest - 19cc6b3246a89e05f69bc3ca0cb3be2d347a5422 authored about 1 year ago by Niklas Seyfarth <[email protected]>
Update changelog

github.com/BetonQuest/BetonQuest - 98b8b02c453d9a28b85cf2fcbb7663034f91e466 authored about 1 year ago by Jonas <[email protected]>
Fix suggestions from review

github.com/BetonQuest/BetonQuest - 3f871fca59f29bc41ea6f1715b0071378d0e6d0c authored about 1 year ago by Jonas <[email protected]>
Support level in log event

github.com/BetonQuest/BetonQuest - d22291993cc710a380470cefd2d148e14c2d59fb authored about 1 year ago by Jonas <[email protected]>
Add documentation for log event

github.com/BetonQuest/BetonQuest - 7271c3798722937fcfd5701080abca6007ca8d3b authored about 1 year ago by Jonas <[email protected]>
Merge pull request #2562 from Wolf2323/SlowTellRawChatWidth

changed the line length of `SlowTellRaw` conversation IO from 60 to 5…

github.com/BetonQuest/BetonQuest - 529bfb9d4035825ec756cc0f44b72d4e3a3c5ef1 authored about 1 year ago by Niklas Seyfarth <[email protected]>
changed the line length of `SlowTellRaw` conversation IO from 60 to 50 to fit the actual minecraft chat width

github.com/BetonQuest/BetonQuest - 829e826947f3d710113a405613e44e5e3768e3d6 authored about 1 year ago by Wolf2323 <[email protected]>
Merge pull request #2561 from Wolf2323/hologram_duplication

fixed duplication of holograms when reloading BetonQuest and the holo…

github.com/BetonQuest/BetonQuest - 3e40d68bde062cd9044a0bb4c0e7c0f8f879969c authored about 1 year ago by Jonas <[email protected]>
Merge branch 'main' into hologram_duplication

github.com/BetonQuest/BetonQuest - b42d47e543cd9a925977665149e9049fcce4d005 authored about 1 year ago by Jonas <[email protected]>
Merge pull request #2560 from Wolf2323/flyingMenuConversation

fixed `menu` conversation IO kicked players when conversation started…

github.com/BetonQuest/BetonQuest - b1a899dd3963fa039794d2597f1f6d1d79a71acf authored about 1 year ago by Niklas Seyfarth <[email protected]>
fixed duplication of holograms when reloading BetonQuest and the hologram is hidden

github.com/BetonQuest/BetonQuest - 108b2e983b4d60e82dc3233d9423ec44b8fee809 authored about 1 year ago by Wolf2323 <[email protected]>
fixed issue when player is above void without a block between

github.com/BetonQuest/BetonQuest - 02322049536caeb0141d06cb0ac4b3d5cf6f8938 authored about 1 year ago by Wolf2323 <[email protected]>
new algorithm to teleport the player to the ground in a menu conversation

github.com/BetonQuest/BetonQuest - f8827f0aa0ce6c4773d21bf6e3ee3a2969e61f98 authored about 1 year ago by Wolf2323 <[email protected]>
fixed `menu` conversation IO kicked players when conversation started in the air caused by flying detection

github.com/BetonQuest/BetonQuest - f461696f8afc00596ceb7d5fb00139f92eb9b7ee authored about 1 year ago by Wolf2323 <[email protected]>
Merge pull request #2558 from J0B10/fix/2551

Fix missing space in time formatting of delay objective

github.com/BetonQuest/BetonQuest - 1054f36eee6839a51a36ed4925dea9b2e0d4f076 authored about 1 year ago by Wolf2323 <[email protected]>
Update changelog

github.com/BetonQuest/BetonQuest - 32d9b6889aab52ab5cf4a1942d5987c63569090d authored about 1 year ago by Jonas <[email protected]>
Fix missing space in time formatting of delay objective

github.com/BetonQuest/BetonQuest - d73e9c821b7b8f0272b22327c5fd0befbc480559 authored about 1 year ago by Jonas <[email protected]>
Merge pull request #2557 from Wolf2323/ItemStackAir

fixed giving `air` with the give command or the give event crashes the server

github.com/BetonQuest/BetonQuest - 71eac721844fe43926303c5532ee3d86d30c219f authored about 1 year ago by Jonas <[email protected]>
fixed giving `air` with the give command or the give event crashes the server

github.com/BetonQuest/BetonQuest - 17b6da7435bf7b67aee39304c85ba2a5e407c387 authored about 1 year ago by Wolf2323 <[email protected]>
Merge pull request #2556 from Wolf2323/docs

fixed docs issues

github.com/BetonQuest/BetonQuest - a75f7a61c8e9c17e875462c859fe8a524865df65 authored about 1 year ago by Jonas <[email protected]>
fixed docs issues

github.com/BetonQuest/BetonQuest - 63c1fae290cdf448389ce3fa73a682ebb2f679f6 authored about 1 year ago by Wolf2323 <[email protected]>
Merge pull request #2555 from Ghost-chu/main

Update messages.yml (zh-CN)

github.com/BetonQuest/BetonQuest - 37c03c1b36e9d0426535a132b20bde86e31002a5 authored about 1 year ago by Wolf2323 <[email protected]>
Update messages.yml

github.com/BetonQuest/BetonQuest - a4217cf41027342e503dfcc7236f7a17bfac29aa authored about 1 year ago by Ghost_chu <[email protected]>
Merge pull request #2552 from BetonQuest/dependabot/maven/org.json-json-20231013

Bump org.json:json from 20230227 to 20231013

github.com/BetonQuest/BetonQuest - 0198f7b6111526e9b5619dc53bc565d2c6c5a014 authored about 1 year ago by CyberOtter <[email protected]>
Bump org.json:json from 20230227 to 20231013

Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20230227 to 20231013.
...

github.com/BetonQuest/BetonQuest - a120d53f8da828f7087c54c8474c688b2a328165 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #2548 from seyfahni/localchatpaginator-cleanup

Clean up warnings that are easy to fix for LocalChatPaginator.

github.com/BetonQuest/BetonQuest - 5bea7413c38b5bcd2c9e462a45608ff622cf0713 authored about 1 year ago by Wolf2323 <[email protected]>
Clean up warnings that are easy to fix for LocalChatPaginator.

github.com/BetonQuest/BetonQuest - f8d19047e80320023453a0d383eba30163842ff6 authored about 1 year ago by Niklas Seyfarth <[email protected]>
Merge pull request #2547 from Wolf2323/npcinteractFix

fixed interaction for npcinteract objective

github.com/BetonQuest/BetonQuest - 43a4ba1338ed7d24f811c05fb9072d0abd889f43 authored about 1 year ago by Niklas Seyfarth <[email protected]>
fixed interaction for npcinteract objective

github.com/BetonQuest/BetonQuest - 5381b0b7226804855b1c858c237435e5a10e08a5 authored about 1 year ago by Wolf2323 <[email protected]>
Merge pull request #2546 from Wolf2323/npcinteract

added the argument `leftclick` to enable left click interaction for t…

github.com/BetonQuest/BetonQuest - 92789e7bfa35d43d4d36d9baa16017dea5f081f2 authored about 1 year ago by Niklas Seyfarth <[email protected]>
changed the leftclick argument to interact so support all variants

github.com/BetonQuest/BetonQuest - d313155398120d3a817ea48dffb3fa4c3664caa5 authored about 1 year ago by Wolf2323 <[email protected]>
added the argument `leftclick` to enable left click interaction for the `npcinteract` event

github.com/BetonQuest/BetonQuest - 2dcdc1e46e7155727a2d957c652ce8755c9dda3e authored about 1 year ago by Wolf2323 <[email protected]>
Merge pull request #2545 from seyfahni/furtther-chat-linebreaking-tests-and-fixes

Further chat linebreaking tests and fixes

github.com/BetonQuest/BetonQuest - e61e770702860a0db200d9a6ebb839f18f1b18da authored about 1 year ago by Wolf2323 <[email protected]>
Convert LocalChatPaginator to use a switch statement.

github.com/BetonQuest/BetonQuest - e43462231c0a1ac2060e69c53067b6ef7876cd4f authored about 1 year ago by Niklas Seyfarth <[email protected]>
Fix pagination of RGB (hex-value) color codes.

github.com/BetonQuest/BetonQuest - 1c0c38e0de0ffa6873c3f0454292b4983ef911b2 authored about 1 year ago by Niklas Seyfarth <[email protected]>
Fix off by one error for line length comparison.

github.com/BetonQuest/BetonQuest - da25ddfd2f47de2a5020a67516c710a8eb9a935f authored about 1 year ago by Niklas Seyfarth <[email protected]>
Add LocalChatPaginator test cases to validate behaviour with spaces.

github.com/BetonQuest/BetonQuest - c8d8dc97cbbd44f45236064a2f22c4a855bec8e5 authored about 1 year ago by Niklas Seyfarth <[email protected]>
Merge pull request #2544 from Wolf2323/LocalChatPaginator

Local chat paginator

github.com/BetonQuest/BetonQuest - ebdeceb8610ea4a32c591fc2a218c3ade20334c4 authored about 1 year ago by Niklas Seyfarth <[email protected]>
added changelog entry for fixed pagination

github.com/BetonQuest/BetonQuest - 6dc9947e15ccdea40787c8e9902393e0c74f51f9 authored about 1 year ago by Wolf2323 <[email protected]>
Add more teste for edge cases found during review.

github.com/BetonQuest/BetonQuest - eea66661a199c499a5cf1f38554898ee8508ecf0 authored about 1 year ago by Niklas Seyfarth <[email protected]>
fixed failing tests for LocalChatPaginator

github.com/BetonQuest/BetonQuest - 901949f8f41354fd8e26ccecd7999dd718072eac authored about 1 year ago by Wolf2323 <[email protected]>
added Test for the LocalChatPaginator and refactored the code of it and fixed a bug where leading spaces where deleted

github.com/BetonQuest/BetonQuest - 9266a36f64a6027094f633fe51efbf67ca67d412 authored about 1 year ago by Wolf2323 <[email protected]>
fixed Test case

github.com/BetonQuest/BetonQuest - b1fd68ebad4f3540a71fc44b113ee0d4d2bdaa27 authored about 1 year ago by Wolf2323 <[email protected]>
remove spaces at the end of lines

github.com/BetonQuest/BetonQuest - 6d5778c8f5317a87f2552c560664c8029f498760 authored about 1 year ago by Wolf2323 <[email protected]>
Merge pull request #2543 from Wolf2323/folder_cancelOnLogout

added `cancelOnLogout` argument for `folder` event

github.com/BetonQuest/BetonQuest - aa051721c73d46f23e1ec74093e250778cbf6608 authored about 1 year ago by Niklas Seyfarth <[email protected]>
added debug message if the player quits the game during execution of a folder event

github.com/BetonQuest/BetonQuest - fa78c4b7767297d35bc9beac1cdd2dda358e4431 authored about 1 year ago by Wolf2323 <[email protected]>
refactored listener registration and unregistration for quit listener

github.com/BetonQuest/BetonQuest - 1de71fa30f0d512236e528dea95fb19fb325120b authored about 1 year ago by Wolf2323 <[email protected]>
use Deque for choosen events to prevent null pointer exceptions

github.com/BetonQuest/BetonQuest - 9287e3285285460a28884b2a49d2e52323f1bc99 authored about 1 year ago by Wolf2323 <[email protected]>
only register and unregister listener if cancelOnLogout is enabled

github.com/BetonQuest/BetonQuest - 7d376d871eccaa09621181e9fb8db605c1d37456 authored about 1 year ago by Wolf2323 <[email protected]>
Update src/main/java/org/betonquest/betonquest/events/FolderEvent.java

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

github.com/BetonQuest/BetonQuest - 26800f0f3017794dab7e84fbf0bd5a3335694be4 authored about 1 year ago by Wolf2323 <[email protected]>
Update src/main/java/org/betonquest/betonquest/events/FolderEvent.java

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

github.com/BetonQuest/BetonQuest - 427ae0b38275db7b8ebdfe86663cca36fe9521a1 authored about 1 year ago by Wolf2323 <[email protected]>
Update src/main/java/org/betonquest/betonquest/events/FolderEvent.java

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

github.com/BetonQuest/BetonQuest - e654b5f92c8b0adef23e49b3e280342ff0488f6f authored about 1 year ago by Wolf2323 <[email protected]>
Update src/main/java/org/betonquest/betonquest/events/FolderEvent.java

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

github.com/BetonQuest/BetonQuest - 21ab801215767a039be4e158aeba8f60fb1b910c authored about 1 year ago by Wolf2323 <[email protected]>
Update docs/Documentation/Scripting/Building-Blocks/Events-List.md

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

github.com/BetonQuest/BetonQuest - 4283ae1481f7e82ad0261e65427de3f0878b051d authored about 1 year ago by Wolf2323 <[email protected]>
Update docs/Documentation/Scripting/Building-Blocks/Events-List.md

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

github.com/BetonQuest/BetonQuest - 71c423748eaaca6a7ef68e5e465f1712cdf75fc9 authored about 1 year ago by Wolf2323 <[email protected]>
added `cancelOnLogout` argument for `folder` event

github.com/BetonQuest/BetonQuest - 16b8a97fa59e77c3a85c75d6ab40f4b7c10122d4 authored about 1 year ago by Wolf2323 <[email protected]>
Merge pull request #2541 from seyfahni/correctly-target--release-17

Set target Java release to 17 via javac -release flag.

github.com/BetonQuest/BetonQuest - db427400d46ef23bf37b5d2fb215633d903cdb28 authored about 1 year ago by Wolf2323 <[email protected]>
Store target Java API version in a property.

github.com/BetonQuest/BetonQuest - c64ff81ca4c56aedf4230ba0c584a05054880839 authored about 1 year ago by Niklas Seyfarth <[email protected]>
Set target Java release to 17 via javac -release flag instead of -target and -source flags.

github.com/BetonQuest/BetonQuest - a17b86c9c3a98aceeea58068b99e8453aa92013b authored about 1 year ago by Niklas Seyfarth <[email protected]>
Merge pull request #2540 from seyfahni/update-spotbugs-maven-plugin

Update SpotBugs so the workaroung isn't needed anymore.

github.com/BetonQuest/BetonQuest - 20453ad8de3b3a97b53b7eabb64aea38823c3185 authored about 1 year ago by Wolf2323 <[email protected]>
Update SpotBugs so the workaroung isn't needed anymore.

github.com/BetonQuest/BetonQuest - 28afb3dfcf9fdb7fd6700402717fc37dee1c9eb8 authored about 1 year ago by Niklas Seyfarth <[email protected]>
Merge pull request #2538 from seyfahni/spotbug-on-java-21

Add workaround for SporBugs to work with Java 21 class files.

github.com/BetonQuest/BetonQuest - 646707de84b3411f81deb34b67c97e08d821278c authored about 1 year ago by Wolf2323 <[email protected]>
Add workaround for SporBugs to work with Java 21 class files.

github.com/BetonQuest/BetonQuest - eea84c1d18598db526c5230faeee3828bf4a3f88 authored about 1 year ago by Niklas Seyfarth <[email protected]>
Merge pull request #2537 from Spongecade/main

Update Minecraft wiki links to new domain

github.com/BetonQuest/BetonQuest - 00a4517720c16e9b69d6a0bfc64197f599005cf5 authored about 1 year ago by Wolf2323 <[email protected]>
Update Minecraft wiki links to new domain

github.com/BetonQuest/BetonQuest - c366bafc7c7b9caf77090cd54dc66b00b76de5c9 authored about 1 year ago by Spongecade <[email protected]>
Merge pull request #2530 from Wolf2323/APIDocsRework

basic rework of the API docs and how to get an API part

github.com/BetonQuest/BetonQuest - 127acacd6e11d488b0c61cc0db54d313a755b03f authored over 1 year ago by Wolf2323 <[email protected]>
Update docs/API/ConfigurationFiles.md

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

github.com/BetonQuest/BetonQuest - 733f7526aed4e56de59ff33fa6f539699f55b82f authored over 1 year ago by Wolf2323 <[email protected]>
Update docs/API/Overview.md

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

github.com/BetonQuest/BetonQuest - f887df09bf59673302aa81b6aa885306064c6990 authored over 1 year ago by Wolf2323 <[email protected]>
Update docs/API/Legacy-API.md

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

github.com/BetonQuest/BetonQuest - d3ca95369abba9963163a0ec118f6c3da82f099d authored over 1 year ago by Wolf2323 <[email protected]>
Update docs/API/Legacy-API.md

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

github.com/BetonQuest/BetonQuest - 465946cc67cb5efa9e7271d96b197a8a67c7b8ac authored over 1 year ago by Wolf2323 <[email protected]>
reorganized dependency injection hint and introduced ServicesManager Classes hint

github.com/BetonQuest/BetonQuest - 6cff437f1992ff114d70cb004ffb8f2369339af8 authored over 1 year ago by Wolf2323 <[email protected]>
basic rework of the API docs and how to get an API part

github.com/BetonQuest/BetonQuest - 7e8074281597a494b5a125e5cc0124fd8c918cd5 authored over 1 year ago by Wolf2323 <[email protected]>
improved API Overview.md and Obtaining-API.md

github.com/BetonQuest/BetonQuest - 0915c99d0300502d02b074f2c24a8c00aabede76 authored over 1 year ago by Wolf2323 <[email protected]>
updated a part of the Legacy-API.md

github.com/BetonQuest/BetonQuest - 2efd52c1562f9480058289a89f91bd21df456222 authored over 1 year ago by Wolf2323 <[email protected]>
renamed ConfigurationFile.md to ConfigurationFiles.md

github.com/BetonQuest/BetonQuest - 941fd5deedae5c45f6242400d4d1d97861c6a384 authored over 1 year ago by Wolf2323 <[email protected]>
fixed wrong or bad documentation of ConfigurationFiles.md

github.com/BetonQuest/BetonQuest - 5de68a334a32ca3a3e7a4e383856b0b989492975 authored over 1 year ago by Wolf2323 <[email protected]>
renamed API.md to Legacy-API.md

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