Skip to content

Commit

Permalink
Push TheAPI-Shared version
Browse files Browse the repository at this point in the history
  • Loading branch information
Straikerinos committed Nov 6, 2024
1 parent 6a650c0 commit d493ec0
Show file tree
Hide file tree
Showing 39 changed files with 255 additions and 253 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>13.2</version>
<version>13.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>AdventureAPI</artifactId>
<name>AdventureAPI</name>
<version>13.2</version>
<version>13.3</version>
<dependencies>
<dependency>
<groupId>net.kyori</groupId>
Expand Down
2 changes: 1 addition & 1 deletion 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>13.2</version>
<version>13.3</version>
</parent>

<artifactId>AdventureAPI</artifactId>
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>13.2</version>
<version>13.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>BungeeAPI</artifactId>
<packaging>pom</packaging>
<name>BungeeAPI</name>
<version>13.2</version>
<version>13.3</version>
<dependencies>
<dependency>
<groupId>net.md-5</groupId>
Expand Down
2 changes: 1 addition & 1 deletion 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>13.2</version>
<version>13.3</version>
</parent>

<artifactId>BungeeAPI</artifactId>
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>13.2</version>
<version>13.3</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>13.2</version>
<version>13.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>Loader-Bukkit</artifactId>
<version>13.2</version>
<version>13.3</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>13.2</version>
<version>13.3</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>13.2</version>
<version>13.3</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>13.2</version>
<version>13.3</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ public enum XMaterial {
SCULK_CATALYST(-1), SCULK_SENSOR(-1), SCULK_SHRIEKER(-1), SCULK_VEIN(-1), SCUTE(-1), SEAGRASS(-1), SEA_LANTERN(169), SEA_PICKLE(-1), SENTRY_ARMOR_TRIM_SMITHING_TEMPLATE(-1),
SHAPER_ARMOR_TRIM_SMITHING_TEMPLATE(-1), SHEAF_POTTERY_SHERD(-1), SHEARS(359), SHELTER_POTTERY_SHERD(-1), SHEEP_SPAWN_EGG(383, 91, "MONSTER_EGG"), SHIELD(442),
/**
* 1.13.2: LONG_GRASS:1 1.20.4: GRASS -> SHORT_GRASS
* 1.13.3: LONG_GRASS:1 1.20.4: GRASS -> SHORT_GRASS
*/
SHORT_GRASS(31, 1, "GRASS", "LONG_GRASS"), SHROOMLIGHT(-1), SHULKER_BOX(229, "PURPLE_SHULKER_BOX"), SHULKER_SHELL(450), SHULKER_SPAWN_EGG(383, 69, "MONSTER_EGG"),
SILENCE_ARMOR_TRIM_SMITHING_TEMPLATE(-1), SILVERFISH_SPAWN_EGG(383, 60, "MONSTER_EGG"), SKELETON_HORSE_SPAWN_EGG(383, 28, "MONSTER_EGG"), SKELETON_SKULL(397, "SKULL", "SKULL_ITEM"),
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: 13.2
version: 13.3
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>13.2</version>
<version>13.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>Loader-Bungee</artifactId>
<version>13.2</version>
<version>13.3</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>13.2</version>
<version>13.3</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>13.2</version>
<version>13.3</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>13.2</version>
<version>13.3</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: 13.2
version: 13.3
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>13.2</version>
<version>13.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>Loader-Velocity</artifactId>
<name>Loader-Velocity</name>
<version>13.2</version>
<version>13.3</version>
<dependencies>
<dependency>
<groupId>com.velocitypowered</groupId>
Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>me.devtec.theapi.loaders</groupId>
<artifactId>AdventureAPI</artifactId>
<version>13.2</version>
<version>13.3</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>13.2</version>
<version>13.3</version>
</parent>

<artifactId>Loader-Velocity</artifactId>
Expand All @@ -32,7 +32,7 @@
<dependency>
<groupId>me.devtec.theapi.loaders</groupId>
<artifactId>AdventureAPI</artifactId>
<version>13.2</version>
<version>13.3</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
Loading

0 comments on commit d493ec0

Please sign in to comment.