Compare commits

...

1 Commits
10.2 ... 10.3

Author SHA1 Message Date
ac9972601c PluginCheck - WonderBagShop renamed to LuckyBox 2022-01-13 03:17:41 +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