Skip to content

Commit

Permalink
version dump
Browse files Browse the repository at this point in the history
  • Loading branch information
Mindgamesnl committed Dec 12, 2024
1 parent c1b8d01 commit 3fc8135
Show file tree
Hide file tree
Showing 15 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
java openjdk-21
java adoptopenjdk-8.0.332+9
8 changes: 4 additions & 4 deletions dev-resources/spawn-test-spigot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ cp dev-resources/ops.json test-server-spigot/

cd test-server-spigot
echo "Cleaning server..."
if [ ! -f ./spigot-1.21.jar ]; then
wget https://download.getbukkit.org/spigot/spigot-1.21.jar
if [ ! -f ./spigot-1.21.4.jar ]; then
wget https://download.getbukkit.org/spigot/spigot-1.21.4.jar
echo "eula=true" > eula.txt
chmod +x spigot-1.21.jar
chmod +x spigot-1.21.4.jar
fi

#export OA_ENVIRONMENT="DEVELOPMENT"
Expand All @@ -28,4 +28,4 @@ echo "Starting server.."
rm world/session.lock
rm world_the_end/session.lock
rm world_nether/session.lock
java -Xms3G -Xmx3G -DIReallyKnowWhatIAmDoingISwear -jar spigot-1.21.jar nogui
java -Xms3G -Xmx3G -DIReallyKnowWhatIAmDoingISwear -jar spigot-1.21.4.jar nogui
2 changes: 1 addition & 1 deletion modules/mapdb-migrator/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
<dependency>
<groupId>com.craftmend.openaudiomc</groupId>
<artifactId>openaudiomc</artifactId>
<version>6.10.5</version>
<version>6.10.6</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion modules/parties-module/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
<dependency>
<groupId>com.craftmend.openaudiomc</groupId>
<artifactId>openaudiomc</artifactId>
<version>6.10.5</version>
<version>6.10.6</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion modules/skywars-module/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
<dependency>
<groupId>com.craftmend.openaudiomc</groupId>
<artifactId>openaudiomc</artifactId>
<version>6.10.5</version>
<version>6.10.6</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion modules/vistas-client/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
<dependency>
<groupId>com.craftmend.openaudiomc</groupId>
<artifactId>openaudiomc</artifactId>
<version>6.10.5</version>
<version>6.10.6</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion modules/voice-join-permission/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<dependency>
<groupId>com.craftmend.openaudiomc</groupId>
<artifactId>openaudiomc</artifactId>
<version>6.10.5</version>
<version>6.10.6</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion plugin/protocol/static-resources/project_status.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"response": {
"versioning": {
"version_tag": "6.10.5",
"version_tag": "6.10.6",
"build_number": 700,
"version_importance": "&e&aHighly Recommended",
"version_update_message": "Migrated to a new platform, free CDN, settings, routing, and much more! Please read the changelog for more information and a guide on how to migrate."
Expand Down
2 changes: 1 addition & 1 deletion plugin/src/main/bash/data.bin
Original file line number Diff line number Diff line change
@@ -1 +1 @@
BUILD_NUM="1498"
BUILD_NUM="1502"
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
@Plugin(
id = "openaudiomc",
name = "OpenAudioMc Bungee Plugin Port for Velocity",
version = "6.10.5",
version = "6.10.6",
authors = {"Mindgamesnl", "fluse1367"},
description = "OpenAudioMc: Proximity voice chat & audio plugin for Minecraft, no mods needed. Supports Bungeecord, Velocity, Spigot & more.",
url = "https://openaudiomc.net/"
Expand Down
2 changes: 1 addition & 1 deletion plugin/src/main/resources/bungee.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: OpenAudioMc
version: 6.10.5
version: 6.10.6
main: com.craftmend.openaudiomc.bungee.OpenAudioMcBungee
author: Mindgamesnl
authors: [Mindgamesnl]
Expand Down
2 changes: 1 addition & 1 deletion plugin/src/main/resources/data.bin
Original file line number Diff line number Diff line change
@@ -1 +1 @@
BUILD_NUM="1498"
BUILD_NUM="1502"
4 changes: 2 additions & 2 deletions plugin/src/main/resources/openaudiomc-build.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
BUILD_VERSION="1498"
BUILD_COMMIT="10292cce203f24881932a1474f6781bdb0448691"
BUILD_VERSION="1502"
BUILD_COMMIT="c1b8d01b0ffb085c03a6af17a91695c43f8a1ce8"
BUILD_AUTHOR="Mats"
2 changes: 1 addition & 1 deletion plugin/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: OpenAudioMc
version: 6.10.5
version: 6.10.6
softdepend: [WorldGuard, Train_Carts, LiteBans, Essentials, PlaceholderAPI]
main: com.craftmend.openaudiomc.spigot.OpenAudioMcSpigot
api-version: 1.13
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<description>The OpenAudioMc Java plugin and Api</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<oa.version>6.10.5</oa.version>
<oa.version>6.10.6</oa.version>

<!-- dev deps -->
<deps.lombok.version>1.18.36</deps.lombok.version>
Expand All @@ -26,7 +26,7 @@
<deps.okhttp.version>4.7.0</deps.okhttp.version>
<deps.velocityapi.version>3.0.1</deps.velocityapi.version>
<deps.storm.version>e1f961b</deps.storm.version>
<deps.nbtapi.version>2.14.0</deps.nbtapi.version>
<deps.nbtapi.version>2.14.1-SNAPSHOT</deps.nbtapi.version>

<!-- Bungeecord uses some special deps from jitpack to work around protocol bugs -->
<deps.bungee.proxy.version>b23a51825e</deps.bungee.proxy.version>
Expand Down

0 comments on commit 3fc8135

Please sign in to comment.