Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
75 commits
Select commit Hold shift + click to select a range
3b2dbd3
Add Quiz Challenge
DomiIRL Feb 10, 2022
3fe98ae
Fix some minor question translation issues
DomiIRL Feb 16, 2022
c44f2d6
Add /guess information
DomiIRL Feb 16, 2022
1a3ea51
implement Delay Damage Challenge
Rollocraft Jan 13, 2025
c01a9b7
Moved Time: Messages out of the Config
Rollocraft Jan 17, 2025
1cc781c
Refactored GENERIC_MAX_HEALT
Rollocraft Jan 17, 2025
be19ea1
Fixed all Errors with the upgrade to 1.21.4
Rollocraft Jan 17, 2025
a64028b
Added dynamic Language changing via Command
Rollocraft Jan 18, 2025
c97920c
Added A Setting to Change Language
Rollocraft Jan 18, 2025
ee06283
Merge branch 'Language-rework' into development
Rollocraft Jan 18, 2025
8930698
Merge remote-tracking branch 'refs/remotes/origin/new-feature/quiz-ch…
Rollocraft Mar 23, 2025
1b6ac70
Merged Quiz Challenge
Rollocraft Mar 28, 2025
708f8bb
Fixed Skulls
Rollocraft Mar 29, 2025
ca05eed
Removed a duped entry
Rollocraft Mar 29, 2025
9e5f884
Added a Message to remind the Player to have Permissions
Rollocraft Apr 10, 2025
4ea12c5
Merge branch 'development'
Rollocraft Apr 10, 2025
8a40cc2
Next Config Version
Rollocraft Apr 10, 2025
31970b6
Next Config Version
Rollocraft Apr 10, 2025
ddb998f
Removed the Hard Coded Messages
Rollocraft Apr 10, 2025
8502fe9
Update maven-build.yml to upload-artifacts@v4
Rollocraft Apr 10, 2025
5334af7
Merge branch 'master' into master
Rollocraft Apr 10, 2025
05cdc3b
Refactor bossbar messages to use getItemDisplayName for improved read…
Rollocraft Apr 11, 2025
5e6643a
Add MinecraftVersion enum and Version interface for version checking
Rollocraft Apr 11, 2025
9fd72be
Update health attribute retrieval for Minecraft version compatibility
Rollocraft Apr 11, 2025
29fed73
Tested
Rollocraft Apr 11, 2025
61808cf
fix: chunk deletion challenges move event
EinfachBeez Apr 12, 2025
d57582a
refactor: use 2-line spacing
EinfachBeez Apr 12, 2025
f100b7a
refactor: use lombok in LanguageLoader, remove deprecated JsonParser …
EinfachBeez Apr 12, 2025
edecdd4
feat: add /language as /setlang alias
EinfachBeez Apr 12, 2025
9d4ae5a
refactor: use https
EinfachBeez Apr 12, 2025
f381eac
Merge pull request #65 from Rollocraft/master
DomiIRL Apr 14, 2025
759214c
chore(deps): update dependency org.apache.maven.plugins:maven-shade-p…
coding-area-renovate[bot] Apr 14, 2025
be2c01f
chore(deps): update dependency org.apache.maven.plugins:maven-resourc…
coding-area-renovate[bot] Apr 14, 2025
742813a
chore(deps): update dependency org.apache.maven.plugins:maven-source-…
coding-area-renovate[bot] Apr 14, 2025
2b2707c
chore(deps): update dependency org.apache.maven.plugins:maven-compile…
coding-area-renovate[bot] Apr 14, 2025
26fb5ad
chore(deps): update jetbrains/qodana-action action to v4.2.5
coding-area-renovate[bot] Apr 14, 2025
63208a0
fix(deps): update dependency org.projectlombok:lombok to v1.18.38
coding-area-renovate[bot] Apr 14, 2025
bf88242
fix(deps): update dependency org.mongodb:mongodb-driver to v3.12.14
coding-area-renovate[bot] Apr 14, 2025
aa593bb
fix(deps): update dependency de.dytanic.cloudnet:cloudnet-driver to v…
coding-area-renovate[bot] Apr 14, 2025
fb36695
fix(deps): update dependency de.dytanic.cloudnet:cloudnet-bridge to v…
coding-area-renovate[bot] Apr 14, 2025
1369019
chore(deps): update actions/checkout action to v4
coding-area-renovate[bot] Apr 14, 2025
1b27d44
chore(deps): update actions/setup-java action to v4
coding-area-renovate[bot] Apr 14, 2025
95eef35
fix: Set Distribution for JDK Action
CronixZero Apr 15, 2025
dd97e18
fix: Use the right distribution name for setup JDK
CronixZero Apr 15, 2025
b18b7ba
chore(deps): update jetbrains/qodana-action action to v2024 (#79)
coding-area-renovate[bot] Apr 15, 2025
d5e671a
chore(deps): update actions/checkout action to v4
coding-area-renovate[bot] Apr 15, 2025
33ded1b
feat: AttributeWrapper
DomiIRL Apr 17, 2025
a210a38
feat: base64 skulls
DomiIRL Apr 18, 2025
c4b313e
style: remove author headers
DomiIRL Apr 18, 2025
b011262
Merge pull request #87 from coding-area-net/style/header
DomiIRL Apr 18, 2025
cd786bc
feat: move language setting to properties file
DomiIRL Apr 18, 2025
5d7ff59
fix: call migration
DomiIRL Apr 18, 2025
5d2b47a
Merge branch 'development' of https://github.com/coding-area-net/Chal…
DomiIRL Apr 18, 2025
51097ae
🤖 Apply quick-fixes by Qodana
qodana-bot Apr 18, 2025
b61db47
fix: remove default config options for language
DomiIRL Apr 18, 2025
75fc929
chore: bump version to 2.4
DomiIRL Apr 18, 2025
37e7871
Merge pull request #90 from coding-area-net/qodana/quick-fixes-5d2b47a
DomiIRL Apr 18, 2025
73c134b
style: reindent with 2 spaces
DomiIRL Apr 18, 2025
b8f2c91
style: reindent with 2 spaces
DomiIRL Apr 18, 2025
bf60b8a
fix: package
DomiIRL Apr 18, 2025
629b43e
fix: useParameter
DomiIRL Apr 18, 2025
e1961ff
feat: team provider
DomiIRL Apr 18, 2025
63e2476
fix: instantiate team provider
DomiIRL Apr 18, 2025
806040d
feat: team getter by id
DomiIRL Apr 18, 2025
881031d
feat: team members getters
DomiIRL Apr 18, 2025
cb52fd9
Update CustomTeam.java
DomiIRL Apr 18, 2025
ee5e253
Change to lowercase
Rollocraft Apr 18, 2025
2b6b1f2
refactor: implement anweisen/utilities
DomiIRL Apr 19, 2025
f0c4d9d
🤖 Apply quick-fixes by Qodana
qodana-bot Apr 19, 2025
aae796d
Merge pull request #102 from coding-area-net/qodana/quick-fixes-2b6b1f2
DomiIRL Apr 19, 2025
09b9655
🤖 Apply quick-fixes by Qodana
qodana-bot Apr 19, 2025
81212e9
Merge pull request #103 from coding-area-net/qodana/quick-fixes-aae796d
DomiIRL Apr 19, 2025
b8f93eb
Revert "🤖 Apply quick-fixes by Qodana"
DomiIRL Apr 21, 2025
b9d4bfb
Revert "🤖 Apply quick-fixes by Qodana"
DomiIRL Apr 21, 2025
b6cc144
Merge pull request #104 from coding-area-net/refactor/utilities
DomiIRL May 2, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
29 changes: 29 additions & 0 deletions .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Qodana
on:
workflow_dispatch:
pull_request:
push:

permissions:
contents: write
pull-requests: write
checks: write

jobs:
qodana:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
checks: write
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
fetch-depth: 0 # a full history is required for pull request analysis
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2024.3
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
with:
push-fixes: pull-request
7 changes: 4 additions & 3 deletions .github/workflows/maven-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,18 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 17
distribution: corretto
- name: Build with Maven
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: mvn -B package --file pom.xml
- name: Capture build artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Artifacts
path: |
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/qodana.yml

This file was deleted.

3,708 changes: 1,864 additions & 1,844 deletions language/files/de.json

Large diffs are not rendered by default.

3,619 changes: 1,819 additions & 1,800 deletions language/files/en.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions language/languages.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[
"en",
"de"
"en",
"de"
]
25 changes: 13 additions & 12 deletions mongo-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>net.codingarea.challenges</groupId>
<artifactId>root</artifactId>
<version>2.3.2</version>
<version>2.4</version>
</parent>

<artifactId>mongo-connector</artifactId>
Expand All @@ -20,6 +20,13 @@

<dependencies>

<!-- Common java logging library -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.32</version>
</dependency>

<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
Expand All @@ -30,7 +37,7 @@
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver</artifactId>
<version>3.12.8</version>
<version>3.12.14</version>
</dependency>

<dependency>
Expand All @@ -45,12 +52,6 @@
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>com.github.anweisen.Utility</groupId>
<artifactId>database-mongodb</artifactId>
<version>${utilities.version}</version>
</dependency>

</dependencies>

<repositories>
Expand Down Expand Up @@ -79,7 +80,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.0</version>
<version>3.14.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
Expand All @@ -90,7 +91,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.1</version>
<version>3.3.1</version>
<executions>
<execution>
<id>attach-sources</id>
Expand All @@ -105,7 +106,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.4</version>
<version>3.6.0</version>
<executions>
<execution>
<phase>package</phase>
Expand All @@ -130,7 +131,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>3.2.0</version>
<version>3.3.1</version>
<executions>
<execution>
<id>copy-license</id>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
package net.codingarea.challenges.mongoconnector;

import net.anweisen.utilities.database.internal.mongodb.MongoDBDatabase;
import net.codingarea.commons.database.mongodb.MongoDBDatabase;
import net.codingarea.challenges.plugin.Challenges;
import org.bukkit.plugin.java.JavaPlugin;

/**
* @author anweisen | https://github.com/anweisen
* @since 2.0
*/

public final class MongoConnector extends JavaPlugin {

@Override
public void onLoad() {
Challenges.getInstance().getDatabaseManager().registerDatabase("mongodb", MongoDBDatabase.class, this);
}
@Override
public void onLoad() {
Challenges.getInstance().getDatabaseManager().registerDatabase("mongodb", MongoDBDatabase.class, this);
}

}
Loading
Loading