Skip to content

Commit

Permalink
v13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Straikerinos committed Oct 7, 2024
1 parent 7ec9ed7 commit 624f157
Show file tree
Hide file tree
Showing 36 changed files with 86 additions and 86 deletions.
4 changes: 2 additions & 2 deletions AdventureAPI/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<parent>
<artifactId>TheAPI</artifactId>
<groupId>me.devtec.theapi.loaders</groupId>
<version>12.9.9</version>
<version>13.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>AdventureAPI</artifactId>
<name>AdventureAPI</name>
<version>12.9.9</version>
<version>13.0</version>
<dependencies>
<dependency>
<groupId>net.kyori</groupId>
Expand Down
4 changes: 2 additions & 2 deletions AdventureAPI/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>me.devtec.theapi.loaders</groupId>
<artifactId>TheAPI</artifactId>
<version>12.9.9</version>
<version>13.0</version>
</parent>

<artifactId>AdventureAPI</artifactId>
Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>com.github.TheDevTec</groupId>
<artifactId>TheAPI-Shared</artifactId>
<version>12.9.9</version>
<version>13.0</version>
</dependency>
<dependency>
<groupId>net.kyori</groupId>
Expand Down
4 changes: 2 additions & 2 deletions BungeeAPI/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>TheAPI</artifactId>
<groupId>me.devtec.theapi.loaders</groupId>
<version>12.9.9</version>
<version>13.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>BungeeAPI</artifactId>
<packaging>pom</packaging>
<name>BungeeAPI</name>
<version>12.9.9</version>
<version>13.0</version>
<dependencies>
<dependency>
<groupId>net.md-5</groupId>
Expand Down
4 changes: 2 additions & 2 deletions BungeeAPI/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>me.devtec.theapi.loaders</groupId>
<artifactId>TheAPI</artifactId>
<version>12.9.9</version>
<version>13.0</version>
</parent>

<artifactId>BungeeAPI</artifactId>
Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>com.github.TheDevTec</groupId>
<artifactId>TheAPI-Shared</artifactId>
<version>12.9.9</version>
<version>13.0</version>
</dependency>
<dependency>
<groupId>net.md-5</groupId>
Expand Down
2 changes: 1 addition & 1 deletion Loader - Bukkit Legacy Fallback/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>me.devtec.theapi.loaders</groupId>
<artifactId>TheAPI</artifactId>
<version>12.9.9</version>
<version>13.0</version>
</parent>

<artifactId>Loader-Bukkit-Legacy-Fallback</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions Loader - Bukkit/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<parent>
<artifactId>TheAPI</artifactId>
<groupId>me.devtec.theapi.loaders</groupId>
<version>12.9.9</version>
<version>13.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>Loader-Bukkit</artifactId>
<version>12.9.9</version>
<version>13.0</version>
<dependencies>
<dependency>
<groupId>com.arcaniax</groupId>
Expand Down Expand Up @@ -42,7 +42,7 @@
<dependency>
<groupId>me.devtec.theapi.loaders</groupId>
<artifactId>Loader-Bukkit-Old-Fallback</artifactId>
<version>12.9.9</version>
<version>13.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions Loader - Bukkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>me.devtec.theapi.loaders</groupId>
<artifactId>TheAPI</artifactId>
<version>12.9.9</version>
<version>13.0</version>
</parent>
<artifactId>Loader-Bukkit</artifactId>
<properties>
Expand Down Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>me.devtec.theapi.loaders</groupId>
<artifactId>Loader-Bukkit-Legacy-Fallback</artifactId>
<version>12.9.9</version>
<version>13.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion Loader - Bukkit/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: TheAPI
main: me.devtec.theapi.bukkit.BukkitLoader
version: 12.9.9
version: 13.0
author: DevTec, Straikerinos
website: https://www.spigotmc.org/resources/72679/
api-version: 1.13
Expand Down
6 changes: 3 additions & 3 deletions Loader - Bungee/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<parent>
<artifactId>TheAPI</artifactId>
<groupId>me.devtec.theapi.loaders</groupId>
<version>12.9.9</version>
<version>13.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>Loader-Bungee</artifactId>
<version>12.9.9</version>
<version>13.0</version>
<dependencies>
<dependency>
<groupId>net.md-5</groupId>
Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>me.devtec.theapi.loaders</groupId>
<artifactId>BungeeAPI</artifactId>
<version>12.9.9</version>
<version>13.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions Loader - Bungee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>me.devtec.theapi.loaders</groupId>
<artifactId>TheAPI</artifactId>
<version>12.9.9</version>
<version>13.0</version>
</parent>

<artifactId>Loader-Bungee</artifactId>
Expand Down Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>me.devtec.theapi.loaders</groupId>
<artifactId>BungeeAPI</artifactId>
<version>12.9.9</version>
<version>13.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion Loader - Bungee/src/main/resources/bungee.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: TheAPI
main: me.devtec.theapi.bungee.BungeeLoader
version: 12.9.9
version: 13.0
authors: [DevTec,Straikerinos]
website: https://www.spigotmc.org/resources/72679/
spigot-id: 72679
6 changes: 3 additions & 3 deletions Loader - Velocity/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<parent>
<artifactId>TheAPI</artifactId>
<groupId>me.devtec.theapi.loaders</groupId>
<version>12.9.9</version>
<version>13.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>Loader-Velocity</artifactId>
<name>Loader-Velocity</name>
<version>12.9.9</version>
<version>13.0</version>
<dependencies>
<dependency>
<groupId>com.velocitypowered</groupId>
Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>me.devtec.theapi.loaders</groupId>
<artifactId>AdventureAPI</artifactId>
<version>12.9.9</version>
<version>13.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions Loader - Velocity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>me.devtec.theapi.loaders</groupId>
<artifactId>TheAPI</artifactId>
<version>12.9.9</version>
<version>13.0</version>
</parent>

<artifactId>Loader-Velocity</artifactId>
Expand All @@ -32,7 +32,7 @@
<dependency>
<groupId>me.devtec.theapi.loaders</groupId>
<artifactId>AdventureAPI</artifactId>
<version>12.9.9</version>
<version>13.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
import java.util.function.BiConsumer;
import java.util.function.Consumer;

@Plugin(id = "theapi", name = "TheAPI", version = "12.9.9", authors = {"DevTec", "Straikerinos"}, url = "https://www.spigotmc.org/resources/72679/")
@Plugin(id = "theapi", name = "TheAPI", version = "13.0", authors = {"DevTec", "Straikerinos"}, url = "https://www.spigotmc.org/resources/72679/")
public class VelocityLoader {

// Init static APIs
Expand Down
2 changes: 1 addition & 1 deletion Loader - Velocity/src/main/resources/velocity-plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id":"theapi",
"name":"TheAPI",
"version":"12.9.9",
"version":"13.0",
"authors":["DevTec","Straikerinos"],
"main":"me.devtec.theapi.velocity.VelocityLoader",
"url":"https://www.spigotmc.org/resources/72679/",
Expand Down
6 changes: 3 additions & 3 deletions NmsProvider - 1.12.R1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>me.devtec.theapi.loaders</groupId>
<artifactId>TheAPI</artifactId>
<version>12.9.9</version>
<version>13.0</version>
</parent>

<artifactId>NmsProvider-1.12.R1</artifactId>
<version>12.9.9</version>
<version>13.0</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down Expand Up @@ -63,7 +63,7 @@
<dependency>
<groupId>com.github.TheDevTec.TheAPI</groupId>
<artifactId>Loader-Bukkit</artifactId>
<version>12.9.9</version>
<version>13.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions NmsProvider - 1.14.R1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>me.devtec.theapi.loaders</groupId>
<artifactId>TheAPI</artifactId>
<version>12.9.9</version>
<version>13.0</version>
</parent>

<artifactId>NmsProvider-1.14.R1</artifactId>
<version>12.9.9</version>
<version>13.0</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -64,7 +64,7 @@
<dependency>
<groupId>com.github.TheDevTec.TheAPI</groupId>
<artifactId>Loader-Bukkit</artifactId>
<version>12.9.9</version>
<version>13.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions NmsProvider - 1.16.R3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>me.devtec.theapi.loaders</groupId>
<artifactId>TheAPI</artifactId>
<version>12.9.9</version>
<version>13.0</version>
</parent>

<artifactId>NmsProvider-1.16.R3</artifactId>
<version>12.9.9</version>
<version>13.0</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -64,7 +64,7 @@
<dependency>
<groupId>com.github.TheDevTec.TheAPI</groupId>
<artifactId>Loader-Bukkit</artifactId>
<version>12.9.9</version>
<version>13.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions NmsProvider - 1.17.R1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>me.devtec.theapi.loaders</groupId>
<artifactId>TheAPI</artifactId>
<version>12.9.9</version>
<version>13.0</version>
</parent>

<artifactId>NmsProvider-1.17.R1</artifactId>
<version>12.9.9</version>
<version>13.0</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -64,7 +64,7 @@
<dependency>
<groupId>com.github.TheDevTec.TheAPI</groupId>
<artifactId>Loader-Bukkit</artifactId>
<version>12.9.9</version>
<version>13.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions NmsProvider - 1.18.R1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>me.devtec.theapi.loaders</groupId>
<artifactId>TheAPI</artifactId>
<version>12.9.9</version>
<version>13.0</version>
</parent>

<artifactId>NmsProvider-1.18.R1</artifactId>
<version>12.9.9</version>
<version>13.0</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -64,7 +64,7 @@
<dependency>
<groupId>com.github.TheDevTec.TheAPI</groupId>
<artifactId>Loader-Bukkit</artifactId>
<version>12.9.9</version>
<version>13.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions NmsProvider - 1.18.R2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>me.devtec.theapi.loaders</groupId>
<artifactId>TheAPI</artifactId>
<version>12.9.9</version>
<version>13.0</version>
</parent>

<artifactId>NmsProvider-1.18.R2</artifactId>
<version>12.9.9</version>
<version>13.0</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -64,7 +64,7 @@
<dependency>
<groupId>com.github.TheDevTec.TheAPI</groupId>
<artifactId>Loader-Bukkit</artifactId>
<version>12.9.9</version>
<version>13.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions NmsProvider - 1.19.R1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>me.devtec.theapi.loaders</groupId>
<artifactId>TheAPI</artifactId>
<version>12.9.9</version>
<version>13.0</version>
</parent>

<artifactId>NmsProvider-1.19.R1</artifactId>
<version>12.9.9</version>
<version>13.0</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -64,7 +64,7 @@
<dependency>
<groupId>com.github.TheDevTec.TheAPI</groupId>
<artifactId>Loader-Bukkit</artifactId>
<version>12.9.9</version>
<version>13.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
Loading

0 comments on commit 624f157

Please sign in to comment.