Compare commits

...

5 Commits

Author SHA1 Message Date
ac9972601c PluginCheck - WonderBagShop renamed to LuckyBox 2022-01-13 03:17:41 +01:00
JaTiTV
ad5d7e09ea Merge pull request 'UpdateAPI bug' (#3) from CloseInventory into main
Reviewed-on: #3
2022-01-11 02:59:54 +01:00
JaTiTV
c564cdead1 Merge branch 'main' into CloseInventory 2022-01-11 02:59:43 +01:00
JaTiTV
9f19d2b039 Merge pull request 'CloseInventory' (#2) from CloseInventory into main
Reviewed-on: #2
2022-01-06 01:59:17 +01:00
JaTiTV
68d89e2e9e Merge pull request '9.0' (#1) from CloseInventory into main
Reviewed-on: #1
2021-12-31 17:19:30 +01:00
6 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
<component name="ArtifactManager">
<artifact type="jar" name="T2CodeLib_10.2">
<artifact type="jar" name="T2CodeLib_10.3">
<output-path>$PROJECT_DIR$/../../Plugins/T2CodeLib/.jar</output-path>
<root id="archive" name="T2CodeLib_10.2.jar">
<root id="archive" name="T2CodeLib_10.3.jar">
<element id="module-output" name="T2CodeLib" />
</root>
</artifact>

View File

@@ -6,7 +6,7 @@
<groupId>net.t2code</groupId>
<artifactId>T2CodeLib</artifactId>
<version>10.2</version>
<version>10.3</version>
<packaging>jar</packaging>
<name>T2CodeLib</name>

View File

@@ -40,8 +40,8 @@ public class PluginCheck {
public static Boolean plotSquaredGUI(){
return Bukkit.getPluginManager().getPlugin("PlotSquaredGUI") != null;
}
public static Boolean wbs(){
return Bukkit.getPluginManager().getPlugin("WonderBagShop") != null;
public static Boolean luckyBox(){
return Bukkit.getPluginManager().getPlugin("T2C-LuckyBox") != null;
}
public static Boolean opSec(){
return Bukkit.getPluginManager().getPlugin("OPSecurity") != null;

View File

@@ -1,5 +1,5 @@
name: T2CodeLib
version: 10.2
version: 10.3
main: net.t2code.lib.Bungee.BMain
author: JaTiTV, Jkobs
description: Libarie from T2Code Plugins

View File

@@ -1,5 +1,5 @@
name: T2CodeLib
version: 10.2
version: 10.3
main: net.t2code.lib.Spigot.system.Main
api-version: 1.13
prefix: T2CodeLib