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

fixed that the initial profile name was not set for a new player

96b524af9c7f05f9129e471d9aa6854b053f02cf authored almost 2 years ago
Merge pull request #2411 from TheosRee/partyAmount

added an optional maximum amount to the party event

0d3368529c6a79ac7043edb6feacd2ff5585b9d0 authored almost 2 years ago
added sorting to the amount option, adjusted docs

9001d9cb133a8ecdaaa9f5bd311f668b1a1a0db8 authored almost 2 years ago
added an optional maximum amount to the party event,

added changelog and docs

752fad8e04ce22f154c1752ea5b2f5e77848d605 authored almost 2 years ago
removed unnecessary null check

10876b92430ab4ad11a88d2ad837ac96a8eecbd5 authored almost 2 years ago
removed strayed amount in PartyCondition

9a2f86f0e883f2cb858564f6c8378b1b79a62088 authored almost 2 years ago
changed Utils.getParty now returning a Map with the squared distance, improved docs

7334e3fd5899f24cf1b8f25b3f6f630ba6ed897d authored almost 2 years ago
Merge pull request #2412 from Wolf2323/docs

removed left over docs fragment from refactoring the docs in 01a8a2cb

bc282ca5a38df216f9c7303bdebdadee9d250806 authored almost 2 years ago
removed left over docs fragment from refactoring the docs in 01a8a2cb

2caec1f9e7844c67ba975f964eb580a71771d196 authored almost 2 years ago
Merge pull request #2413 from Wolf2323/postHook

rollback postHook in HologramProvider as it worked before and the int…

2bfd775d29093759815bda995ba0ddf00bd9057d authored almost 2 years ago
rollback postHook in HologramProvider as it worked before and the introduced fix was no fix in ee726a7e

2115f04a13cd1e385396149588bdf70f03f9e430 authored almost 2 years ago
Merge pull request #2393 from Lorias-Jak/effectlib

npc_effects rework

aeac7a0fad038ee886a36555dd3751a8d487f238 authored almost 2 years ago
Migration version

- adapted the build version in the Migration.md file

7bde233f3be036fcd5c743e84a17b88457e1de9b authored almost 2 years ago
postHook

- added postHook method to Integrator interface and Compatibility class
- implemented postHook f...

ee726a7ea328ddfc7d0270ffadb57785eb60e936 authored almost 2 years ago
EffectLib reload

- Deleted EffectLib reload in Compatibility constructor

f8722c3174b91e05fbe57fe6c3ea69b0a77282f4 authored almost 2 years ago
npc_effects rework

- the section changed its naming from `npc_effects` to `effectlib`
- the section `disabled` got ...

c3e01aa4420fc555f80682655855603321f77114 authored almost 2 years ago
Conversation Resolving

- Removed the `PACKAGES` modifier in the `npcs` section
- Moved the new created effectlib classe...

b9354e3087b64a2f9a7e502508b708636b5c63c1 authored almost 2 years ago
Merge pull request #2410 from Wolf2323/mysql

fixed syntax errors for MySQL and improved formatting for better read…

cb3479c9abb9d5b93d28d50259b70712d4ff61bd authored almost 2 years ago
added brackets around profileID for DEFAULT value

3d6945912ecbd5b3cc8181244120454a70dbe491 authored almost 2 years ago
added delete of Orphaned entries preventing the migration

2286c6d49293ca35e330d334aec703b8337c6ed6 authored almost 2 years ago
fixed formatting

fac3eeb5e2ecdb8437c70f0b29511eab182812c6 authored almost 2 years ago
fixed IS NULL check

27e80b2fab1a4196895b94e8a7593ea689e7a679 authored almost 2 years ago
fixed DROP DEFAULT can not be in the same query as ADD FOREIGN KEY

50015e77d15e65cceedc48c9880c24c8252f528b authored almost 2 years ago
modified order of statement for better readability

6d90430b7cc482828fcb7addabf718fc6200eb77 authored almost 2 years ago
added spaces

d6945f458c14d7ec9e92b6f7df0d47e81de73e0f authored almost 2 years ago
removed usage of var

381f21c9d3f93f718c48781cdc9dd3d0b0f5d2e6 authored almost 2 years ago
improved formatting

e66b778bb5616f9cf4d310995698002463cfe2ee authored almost 2 years ago
fixed sub select on same table as modification statement is not allowed

54df520a3edc61fb1eff201b21a18d16bd835d34 authored almost 2 years ago
fixed syntax errors for MySQL and improved formatting for better readability

a91020d51632b638584283e6fa1cea14ceeb0083 authored almost 2 years ago
Merge pull request #2409 from Wolf2323/mysql

improved logging of MySQL exceptions, as it is hard to find issues ot…

6f24d50dfd01ff68a6b4101c5795db951b1c84ca authored almost 2 years ago
improved logging of MySQL exceptions, as it is hard to find issues otherwise

208043478b5e1fc043e77d89354f63f5e7be13a4 authored almost 2 years ago
Merge pull request #2407 from Wolf2323/migrationDB

fixed wrong dev build number in the migration guide

3c59e13e971369f63ec5d4bed33fae191247b50d authored almost 2 years ago
fixed wrong dev build number in the migration guide

8b01e620d27fc27c1b6be4c0337468ad90a7a661 authored almost 2 years ago
Merge pull request #2406 from Wolf2323/DBIssues

fixed DB issues

0127fe88f576336b19eec4836f2dbdf436d0ffa0 authored almost 2 years ago
replaced MySQL IGNORE argument to drop duplicates with explicit delete statement

d42820a9103a5c04a34448b3b1b2c3378987d0aa authored almost 2 years ago
fixed introduced nullability of profile name in the database

7d2a8c451488391b4bee77e6fc2ae9a95dbdc898 authored almost 2 years ago
merged Alter Table statements in MySQL

e83f32459574c853f4ac00c4b9817f876658eec6 authored almost 2 years ago
merged Alter Table statements in MySQL

e6a87f105c706335526b3165f0fb5e8a16af4adf authored almost 2 years ago
Merge pull request #2405 from toddharrison/feature/flag-handler

Added FlagHandler for QuestItem management.

b271e1770c4a75c4438a49dd7d83b8cd5c769d22 authored almost 2 years ago
Merge branch 'main' into feature/flag-handler

d8567c55a954380256789fcb0657920580e984b7 authored almost 2 years ago
Corrected PMD findings.

6bea603460e5b0267e0765d7e63c122710537c41 authored almost 2 years ago
Update docs/Documentation/Features/Items.md

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

a345fd284ef82501adf3595a646b9e080704ef13 authored almost 2 years ago
Merge pull request #2397 from toddharrison/feature/npc-location

Exposed Citizen variable in docs. Added location formatting.

1981ba0abe1630e4c0c5b1411cd85ed2f282ca52 authored almost 2 years ago
Merge branch 'main' into feature/npc-location

070a1b699a41fdf00310ad160041e0134af8e29c authored almost 2 years ago
Added FlagHandler for QuestItem management.

903d7d7c36afa73b7ac48ccbc078e0f6bba9db47 authored almost 2 years ago
small formatting optimisation in javadocs (#6)

ef1ba44f5e7bff2b3304e61fadc526e6f62d679a authored almost 2 years ago
Added error handling and rational messages to CitizensVariable.

8abb22d96619011df114cd4972745dc5600eab85 authored almost 2 years ago
Added docs to LocationVariable. Cleaned up docs for CitizensVariable.

99ad5c4e397f70f266686b77d57a4f04b89adb75 authored almost 2 years ago
Addressed PR comments.

25d4080af11f3b68ca9fb34883920bb97c06cd49 authored almost 2 years ago
Merge pull request #2404 from Wolf2323/caching

replaced maven and pip caching with the build in actions/setup-java@v…

43789d190f8f4f35891108e29997610f3dd92c29 authored almost 2 years ago
Merge branch 'main' into feature/npc-location

95df014179d196201a507f690d93e4514a968fb2 authored almost 2 years ago
deduplicated code for ULF resolving (#5)

4fbafc2791a172f5de5bef560c9d9a44d41cc433 authored almost 2 years ago
replaced maven and pip caching with the build in actions/setup-java@v3 cache and actions/setup-python@v4 cache

4280e4fb7bfe1e922afc9a6f340dc94c9bcd1e71 authored almost 2 years ago
Merge pull request #2373 from toddharrison/feature/menu-item-text

Added multiline support for variable objectives

590383deed18aaf9c9ca114e0fbefdc1626b881c authored almost 2 years ago
removed code comments that we could not get to work at the moment (#4)

ecd1dfb60c5ac2fca9887899687b9f7e56092a5d authored almost 2 years ago
Merge branch 'main' into feature/menu-item-text

071272ddca9645a3215f3a74bd117ed16ffb231e authored almost 2 years ago
Merged from main. Addressed PR comments.

a23ad3d181ce4c42dffd6869b04985388a26c37b authored almost 2 years ago
Merge pull request #2374 from TheosRee/objective_variable

changed to VariableNumber in CountingObjective

4a8ce6f65afe0a71a058e9fc38aad86b2db43863 authored almost 2 years ago
changed to VariableNumber in CountingObjective

63d4ee229e31fffec76587debf0ea65a62cd3aa4 authored almost 2 years ago
renamed VariableNumber.ExplicitLessThanOne to isExplicitLessThanOne

da0f3341a773050561c446364f42eab49f9e01d8 authored almost 2 years ago
changed docs and moved changelog

615d4c10cad60961874e50c9aea28939c415d0f6 authored almost 2 years ago
added warning and explanation in documentation for variables in objectives

79ba5f0358b588dc04657e137c9bfde6330f59c7 authored almost 2 years ago
deleted useless/actually not throwable QuestRuntimeException in signature of VariableNumber.getDouble

50572463fd98a36da86096829bd30d89adeda78f authored almost 2 years ago
improve docs

bb8c2a7d714c16f854c8bba95ccf3b82b05f458d authored almost 2 years ago
removed unnecessary try and catch after changing signature of VariableNumber.getDouble

215d46b2573ac86af72a3ad8f13d03e6cb700250 authored almost 2 years ago
changed spelling, fix getDefaultDataInstruction returned Integer instead of Double, removed private Getter

21d4880b907121d5a80f02e1d2e63d18a9cd3cee authored almost 2 years ago
changed ObjectivePaymentEvent from JobsReborn Integration, breaking change to old Data

e69321c5bc07f0b53c6583e6d86717d3b662ba3c authored almost 2 years ago
changed MMOCoreProfessionObjective to VariableNumber

0dd8a0cf2bbb6d3f68fe6bc0a351fbc5aee9201a authored almost 2 years ago
Merge pull request #2380 from Wolf2323/WebDownloadSource

added WebDownloadSource to make it easier to download files

04a3eea6a76e768bec9e9434b69ba2bdc3491356 authored almost 2 years ago
typo fixes in the docs

d42f9d2e3caa3ac6ebfd8a73e51a1f0ddccc05a8 authored almost 2 years ago
fixes from rebase

aee99060ec742eda13c6de5a0a67adf43593ed8e authored almost 2 years ago
fixed concurrency issue in UnitTest

942a67f7c00f473d26b0d4188cc76b4cb761ea6a authored almost 2 years ago
added WebDownloadSource to make it easier to download files

011c52507a538f9b9cef34a79363db04f8d8fc15 authored almost 2 years ago
Merge pull request #2400 from BetonQuest/dependabot/maven/org.json-json-20230227

Bump json from 20220924 to 20230227

80db435fd1fecdcd4eff43d9b5b585171a629ae0 authored almost 2 years ago
Bump json from 20220924 to 20230227

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

e3c97b9ceb47eb69b7fbd039153fc386081685c0 authored almost 2 years ago
Merge pull request #2402 from BetonQuest/protocollibVersionFormat

update ProtocolLib version format

a0a953b2e17413e64b12173ec475b8566ebaec8f authored almost 2 years ago
update ProtocolLib version format

ProtocolLib changed their version format from `SNAPSHOT-bXXX`
to `SNAPSHOT-XXX`

1f3c078991f501f55470f2638fc9d95af6e8741b authored almost 2 years ago
Merge pull request #2392 from Wolf2323/checkstyle

introduced a bunch of basic checkstyle rules

4a982fa89361df37feaa678b5d62524079f54008 authored almost 2 years ago
Exposed Citizen variable in docs. Added location formatting.

edb8b7d7289ba8ed5b819a1108efdceb3acb4731 authored almost 2 years ago
introduced a bunch of basic checkstyle rules

4509c5a7b7339b0668484b6f5852f565335c78c8 authored almost 2 years ago
Merge pull request #2395 from MrGuitz/PickRandom

migrated PickRandomEvent

28c094bc74d4a09e99ef7d8c01048421b17414dc authored almost 2 years ago
migrated PickRandomEvent

4c40a2180b16c77bfefb850175d0d7a1dc449c36 authored almost 2 years ago
Merge pull request #2394 from MrGuitz/Sudo

migrated SudoEvent

0628ec1f21950987c64e94b166df4713a653879a authored almost 2 years ago
migrated SudoEvent

0926b7dc9600f4d2a2f766b26c808ce8df58da7d authored almost 2 years ago
Added variable objective and item description newline and color handling to text resolution.

f0a34acd41dbeb23561de46e0e2d1257203f8771 authored almost 2 years ago
Merge pull request #2391 from Wolf2323/surefire

updated surefire plugin and removed @Execution(ExecutionMode.SAME_TH…

21025b110f4c43ceab5a2ce2386b99b97ebb7309 authored almost 2 years ago
updated surefire plugin and removed @Execution(ExecutionMode.SAME_THREAD) from code and documentation

1bc3183f6e7ea5ff76aa9a92050e99742913dfe8 authored almost 2 years ago
Merge pull request #2390 from Wolf2323/BetonQuestLogger

new BetonQuestLogger methods to get a logger without providing a spec…

023be8b89dbeabe90ea5e8347a14721eb7c4037c authored almost 2 years ago
improve logging description

2982b7fbd02ba14778ef4b5099a771adcaab6f71 authored almost 2 years ago
removed left over CustomLog mentions

633f4c62d30c9b340e4e166fb2549859707e8918 authored almost 2 years ago
new BetonQuestLogger methods to get a logger without providing a specific class

8978ec8a345982223d08da6e9c34b5b34d896fac authored almost 2 years ago
Merge pull request #2389 from MrGuitz/LightningEvent

LightningEvent migration and added noDamage argument

de0f0e7f7e9894aa55541dc80961107edc30030a authored almost 2 years ago
migrated LightningEvent

97cb1c812e6aff8c293d35be2634b578df601e6a authored almost 2 years ago
added argument to LightningEvent, so it can only be an effect

82d57db22a7552518af3426857565fd1365327a7 authored almost 2 years ago
Merge pull request #2387 from MrGuitz/GiveJournal

migrated GiveJournalEvent

eef7697d58071a3c09c9a6bf1e36a38906e76ef1 authored almost 2 years ago
migrated GiveJournalEvent

b3a6a2a9f5d4291ebb59782e076d5513a2a8830d authored almost 2 years ago
Merge pull request #2388 from Wolf2323/RemoveLombok

removed Lombok from project

36c7d1c4bb6240b4efa2176d2ddccace0e9907b8 authored almost 2 years ago
removed Lombok from project

495e9b918088fd0c0c003fd8cdcc801273644b0b authored almost 2 years ago
Merge pull request #2386 from Wolf2323/formatting

fixed unwanted editorconfig override of Intellij Formatting and fixed…

b5809ff41ca94c453df170b613998131ec810f9e authored almost 2 years ago
fixed unwanted editorconfig override of Intellij Formatting and fixed inspection for possible final

4d8a052adb6dc2e6a5998d36e654278621c6c685 authored almost 2 years ago