diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index dff5f3a..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1 +0,0 @@
-language: java
diff --git a/README.md b/README.md
index 0aaf249..aacfd5c 100644
--- a/README.md
+++ b/README.md
@@ -1,22 +1,19 @@
-# V10Lift2
-![Build status](https://travis-ci.org/stijnb1234/V10Lift2.svg?branch=master)
-
-The recode of the V10Lift plugin!
-
-*Original source: [Click here](https://github.com/shinyquagsire23/V10Lift)*
+# V10Lift
+The official recode of the original [V10Lift](https://github.com/shinyquagsire23/V10Lift) plugin.
## Maven
```xml
- iobyte-repo
- https://nexus.iobyte.nl/repository/maven-public/
+ sbdevelopment-repo-releases
+ SBDevelopment Repository
+ https://repo.sbdevelopment.tech/releases
- nl.SBDeveloper
- V10Lift2
- 0.6
+ tech.sbdevelopment
+ V10Lift
+ 0.7.5
```
-© Stijn Bannink - 2019/2022
+© Stijn Bannink - 2023/2024
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index e8ad07a..c3d4c99 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,54 +3,46 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4.0.0
- nl.SBDeveloper
- V10Lift2
- 0.7.4.1
+ tech.sbdevelopment
+ V10Lift
+ 0.7.5
jar
V10Lift
Realistic lifts in Minecraft!
- sbdplugins.nl
-
-
-
- iobyte-nexus
- https://nexus.iobyte.nl/repository/maven-releases
-
-
+ https://sbdevelopment.tech
UTF-8
+ ${project.build.directory}/javadoc-delombok
+
+
+ sbdevelopment-repo
+ https://repo.sbdevelopment.tech/releases
+
+
+
- clean package
-
-
-
- src/main/resources
- true
-
-
- V10Lift v${project.version}
maven-shade-plugin
- 3.3.0
+ 3.5.0
org.bstats
- nl.SBDeveloper.V10Lift.libs.metrics
+ tech.sbdevelopment.v10lift.libs.metrics
com.zaxxer.hikari
- nl.SBDeveloper.V10Lift.libs.hikari
+ tech.sbdevelopment.v10lift.libs.hikari
com.cryptomorin.xseries
- nl.SBDeveloper.V10Lift.libs.xseries
+ tech.sbdevelopment.v10lift.libs.xseries
@@ -102,7 +94,7 @@
1.18.20.0
${project.basedir}/src/main/java
- ${project.build.directory}/delombok
+ ${maven.lombok.delombok-target}
false
@@ -119,11 +111,10 @@
org.apache.maven.plugins
maven-javadoc-plugin
- 3.4.0
+ 3.5.0
- ${project.build.directory}/delombok
-
-
+ 11
+ ${maven.lombok.delombok-target}
nl/SBDeveloper/V10Lift/*.java
nl/SBDeveloper/V10Lift/commands/*.java
@@ -133,37 +124,13 @@
-
-
-
- maven-deploy-plugin
- 3.1.1
-
- true
-
-
-
-
-
- org.sonatype.plugins
- nexus-staging-maven-plugin
- 1.6.13
-
-
- default-deploy
- deploy
-
- deploy
-
-
-
-
- iobyte-nexus
- https://nexus.iobyte.nl/
- true
-
-
+
+
+ src/main/resources
+ true
+
+
@@ -186,7 +153,7 @@
org.spigotmc
spigot-api
- 1.19-R0.1-SNAPSHOT
+ 1.20.1-R0.1-SNAPSHOT
provided
@@ -202,7 +169,7 @@
org.bstats
bstats-bukkit
- 3.0.0
+ 3.0.2
compile
@@ -218,7 +185,7 @@
com.github.cryptomorin
XSeries
- 8.7.1
+ 9.5.0
compile
diff --git a/src/main/java/nl/SBDeveloper/V10Lift/api/enums/package-info.java b/src/main/java/nl/SBDeveloper/V10Lift/api/enums/package-info.java
deleted file mode 100644
index c09a256..0000000
--- a/src/main/java/nl/SBDeveloper/V10Lift/api/enums/package-info.java
+++ /dev/null
@@ -1,4 +0,0 @@
-/**
- * All the enums used for V10Lift
- */
-package nl.SBDeveloper.V10Lift.api.enums;
\ No newline at end of file
diff --git a/src/main/java/nl/SBDeveloper/V10Lift/api/objects/package-info.java b/src/main/java/nl/SBDeveloper/V10Lift/api/objects/package-info.java
deleted file mode 100644
index 3721083..0000000
--- a/src/main/java/nl/SBDeveloper/V10Lift/api/objects/package-info.java
+++ /dev/null
@@ -1,4 +0,0 @@
-/**
- * All the objects used for V10Lift
- */
-package nl.SBDeveloper.V10Lift.api.objects;
\ No newline at end of file
diff --git a/src/main/java/nl/SBDeveloper/V10Lift/api/package-info.java b/src/main/java/nl/SBDeveloper/V10Lift/api/package-info.java
deleted file mode 100644
index a6b7ffe..0000000
--- a/src/main/java/nl/SBDeveloper/V10Lift/api/package-info.java
+++ /dev/null
@@ -1,4 +0,0 @@
-/**
- * The main API package
- */
-package nl.SBDeveloper.V10Lift.api;
\ No newline at end of file
diff --git a/src/main/java/nl/SBDeveloper/V10Lift/api/runnables/package-info.java b/src/main/java/nl/SBDeveloper/V10Lift/api/runnables/package-info.java
deleted file mode 100644
index 3460bf1..0000000
--- a/src/main/java/nl/SBDeveloper/V10Lift/api/runnables/package-info.java
+++ /dev/null
@@ -1,4 +0,0 @@
-/**
- * All the runnables of V10Lift
- */
-package nl.SBDeveloper.V10Lift.api.runnables;
\ No newline at end of file
diff --git a/src/main/java/nl/SBDeveloper/V10Lift/V10LiftPlugin.java b/src/main/java/tech/sbdevelopment/v10lift/V10LiftPlugin.java
similarity index 87%
rename from src/main/java/nl/SBDeveloper/V10Lift/V10LiftPlugin.java
rename to src/main/java/tech/sbdevelopment/v10lift/V10LiftPlugin.java
index 2c52bbd..c44563a 100644
--- a/src/main/java/nl/SBDeveloper/V10Lift/V10LiftPlugin.java
+++ b/src/main/java/tech/sbdevelopment/v10lift/V10LiftPlugin.java
@@ -1,17 +1,17 @@
-package nl.SBDeveloper.V10Lift;
+package tech.sbdevelopment.v10lift;
-import nl.SBDeveloper.V10Lift.commands.V10LiftCommand;
-import nl.SBDeveloper.V10Lift.commands.V10LiftTabCompleter;
-import nl.SBDeveloper.V10Lift.listeners.BlockBreakListener;
-import nl.SBDeveloper.V10Lift.listeners.EntityDamageListener;
-import nl.SBDeveloper.V10Lift.listeners.PlayerInteractListener;
-import nl.SBDeveloper.V10Lift.listeners.SignChangeListener;
-import nl.SBDeveloper.V10Lift.managers.DBManager;
-import nl.SBDeveloper.V10Lift.managers.DataManager;
-import nl.SBDeveloper.V10Lift.managers.VaultManager;
-import nl.SBDeveloper.V10Lift.sbutils.ConfigUpdater;
-import nl.SBDeveloper.V10Lift.sbutils.UpdateManager;
-import nl.SBDeveloper.V10Lift.sbutils.YamlFile;
+import tech.sbdevelopment.v10lift.commands.V10LiftCommand;
+import tech.sbdevelopment.v10lift.commands.V10LiftTabCompleter;
+import tech.sbdevelopment.v10lift.listeners.BlockBreakListener;
+import tech.sbdevelopment.v10lift.listeners.EntityDamageListener;
+import tech.sbdevelopment.v10lift.listeners.PlayerInteractListener;
+import tech.sbdevelopment.v10lift.listeners.SignChangeListener;
+import tech.sbdevelopment.v10lift.managers.DBManager;
+import tech.sbdevelopment.v10lift.managers.DataManager;
+import tech.sbdevelopment.v10lift.managers.VaultManager;
+import tech.sbdevelopment.v10lift.sbutils.ConfigUpdater;
+import tech.sbdevelopment.v10lift.sbutils.UpdateManager;
+import tech.sbdevelopment.v10lift.sbutils.YamlFile;
import org.bstats.bukkit.Metrics;
import org.bstats.charts.SingleLineChart;
import org.bukkit.Bukkit;
diff --git a/src/main/java/nl/SBDeveloper/V10Lift/api/V10LiftAPI.java b/src/main/java/tech/sbdevelopment/v10lift/api/V10LiftAPI.java
similarity index 97%
rename from src/main/java/nl/SBDeveloper/V10Lift/api/V10LiftAPI.java
rename to src/main/java/tech/sbdevelopment/v10lift/api/V10LiftAPI.java
index 5cb42ba..babbe6c 100644
--- a/src/main/java/nl/SBDeveloper/V10Lift/api/V10LiftAPI.java
+++ b/src/main/java/tech/sbdevelopment/v10lift/api/V10LiftAPI.java
@@ -1,16 +1,16 @@
-package nl.SBDeveloper.V10Lift.api;
+package tech.sbdevelopment.v10lift.api;
import com.cryptomorin.xseries.XMaterial;
-import nl.SBDeveloper.V10Lift.V10LiftPlugin;
+import tech.sbdevelopment.v10lift.V10LiftPlugin;
import nl.SBDeveloper.V10Lift.api.objects.*;
-import nl.SBDeveloper.V10Lift.api.runnables.DoorCloser;
-import nl.SBDeveloper.V10Lift.api.runnables.MoveLift;
-import nl.SBDeveloper.V10Lift.managers.DataManager;
-import nl.SBDeveloper.V10Lift.managers.ForbiddenBlockManager;
-import nl.SBDeveloper.V10Lift.sbutils.LocationSerializer;
-import nl.SBDeveloper.V10Lift.utils.ConfigUtil;
-import nl.SBDeveloper.V10Lift.utils.DirectionUtil;
-import nl.SBDeveloper.V10Lift.utils.DoorUtil;
+import tech.sbdevelopment.v10lift.api.runnables.DoorCloser;
+import tech.sbdevelopment.v10lift.api.runnables.MoveLift;
+import tech.sbdevelopment.v10lift.managers.DataManager;
+import tech.sbdevelopment.v10lift.managers.ForbiddenBlockManager;
+import tech.sbdevelopment.v10lift.sbutils.LocationSerializer;
+import tech.sbdevelopment.v10lift.utils.ConfigUtil;
+import tech.sbdevelopment.v10lift.utils.DirectionUtil;
+import tech.sbdevelopment.v10lift.utils.DoorUtil;
import org.bukkit.*;
import org.bukkit.block.Block;
import org.bukkit.block.BlockFace;
@@ -19,6 +19,7 @@ import org.bukkit.block.Sign;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Entity;
import org.bukkit.entity.Player;
+import tech.sbdevelopment.v10lift.api.objects.*;
import javax.annotation.Nonnull;
import java.util.*;
@@ -156,7 +157,7 @@ public class V10LiftAPI {
/**
* Add a block to a lift
- * Use {@link nl.SBDeveloper.V10Lift.api.V10LiftAPI#sortLiftBlocks(String liftName)} after!
+ * Use {@link V10LiftAPI#sortLiftBlocks(String liftName)} after!
*
* @param liftName The name of the lift
* @param block The block
@@ -170,7 +171,7 @@ public class V10LiftAPI {
/**
* Add a block to a lift
- * Use {@link nl.SBDeveloper.V10Lift.api.V10LiftAPI#sortLiftBlocks(String liftName)} after!
+ * Use {@link V10LiftAPI#sortLiftBlocks(String liftName)} after!
*
* @param blocks The blockset
* @param block The block
@@ -210,7 +211,7 @@ public class V10LiftAPI {
/**
* Add a block to a lift
- * Use {@link nl.SBDeveloper.V10Lift.api.V10LiftAPI#sortLiftBlocks(String liftName)} after!
+ * Use {@link V10LiftAPI#sortLiftBlocks(String liftName)} after!
*
* @param blocks The blockset
* @param block The LiftBlock
@@ -225,7 +226,7 @@ public class V10LiftAPI {
/**
* Remove a block from a lift
- * Use {@link nl.SBDeveloper.V10Lift.api.V10LiftAPI#sortLiftBlocks(String liftName)} after!
+ * Use {@link V10LiftAPI#sortLiftBlocks(String liftName)} after!
*
* @param liftName The name of the lift
* @param block The block
@@ -269,7 +270,7 @@ public class V10LiftAPI {
/**
* Switch a block at a lift
- * Use {@link nl.SBDeveloper.V10Lift.api.V10LiftAPI#sortLiftBlocks(String liftName)} after!
+ * Use {@link V10LiftAPI#sortLiftBlocks(String liftName)} after!
*
* @param liftName The name of the lift
* @param block The block
@@ -282,7 +283,7 @@ public class V10LiftAPI {
/**
* Switch a block at a lift
- * Use {@link nl.SBDeveloper.V10Lift.api.V10LiftAPI#sortLiftBlocks(String liftName)} after!
+ * Use {@link V10LiftAPI#sortLiftBlocks(String liftName)} after!
*
* @param blocks The blockset
* @param block The block
diff --git a/src/main/java/nl/SBDeveloper/V10Lift/api/enums/LiftDirection.java b/src/main/java/tech/sbdevelopment/v10lift/api/enums/LiftDirection.java
similarity index 52%
rename from src/main/java/nl/SBDeveloper/V10Lift/api/enums/LiftDirection.java
rename to src/main/java/tech/sbdevelopment/v10lift/api/enums/LiftDirection.java
index 349ecea..7a612a1 100644
--- a/src/main/java/nl/SBDeveloper/V10Lift/api/enums/LiftDirection.java
+++ b/src/main/java/tech/sbdevelopment/v10lift/api/enums/LiftDirection.java
@@ -1,4 +1,4 @@
-package nl.SBDeveloper.V10Lift.api.enums;
+package tech.sbdevelopment.v10lift.api.enums;
public enum LiftDirection {
UP, DOWN, STOP
diff --git a/src/main/java/tech/sbdevelopment/v10lift/api/enums/package-info.java b/src/main/java/tech/sbdevelopment/v10lift/api/enums/package-info.java
new file mode 100644
index 0000000..32b950c
--- /dev/null
+++ b/src/main/java/tech/sbdevelopment/v10lift/api/enums/package-info.java
@@ -0,0 +1,4 @@
+/**
+ * All the enums used for V10Lift
+ */
+package tech.sbdevelopment.v10lift.api.enums;
\ No newline at end of file
diff --git a/src/main/java/nl/SBDeveloper/V10Lift/api/objects/Floor.java b/src/main/java/tech/sbdevelopment/v10lift/api/objects/Floor.java
similarity index 96%
rename from src/main/java/nl/SBDeveloper/V10Lift/api/objects/Floor.java
rename to src/main/java/tech/sbdevelopment/v10lift/api/objects/Floor.java
index 7fa28d6..d831ac1 100644
--- a/src/main/java/nl/SBDeveloper/V10Lift/api/objects/Floor.java
+++ b/src/main/java/tech/sbdevelopment/v10lift/api/objects/Floor.java
@@ -1,4 +1,4 @@
-package nl.SBDeveloper.V10Lift.api.objects;
+package tech.sbdevelopment.v10lift.api.objects;
import lombok.Getter;
import lombok.NoArgsConstructor;
diff --git a/src/main/java/nl/SBDeveloper/V10Lift/api/objects/Lift.java b/src/main/java/tech/sbdevelopment/v10lift/api/objects/Lift.java
similarity index 95%
rename from src/main/java/nl/SBDeveloper/V10Lift/api/objects/Lift.java
rename to src/main/java/tech/sbdevelopment/v10lift/api/objects/Lift.java
index 7affb77..c30b888 100644
--- a/src/main/java/nl/SBDeveloper/V10Lift/api/objects/Lift.java
+++ b/src/main/java/tech/sbdevelopment/v10lift/api/objects/Lift.java
@@ -1,10 +1,10 @@
-package nl.SBDeveloper.V10Lift.api.objects;
+package tech.sbdevelopment.v10lift.api.objects;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import lombok.ToString;
-import nl.SBDeveloper.V10Lift.api.runnables.DoorCloser;
+import tech.sbdevelopment.v10lift.api.runnables.DoorCloser;
import java.util.*;
diff --git a/src/main/java/nl/SBDeveloper/V10Lift/api/objects/LiftBlock.java b/src/main/java/tech/sbdevelopment/v10lift/api/objects/LiftBlock.java
similarity index 99%
rename from src/main/java/nl/SBDeveloper/V10Lift/api/objects/LiftBlock.java
rename to src/main/java/tech/sbdevelopment/v10lift/api/objects/LiftBlock.java
index fbf5058..b5e0af6 100644
--- a/src/main/java/nl/SBDeveloper/V10Lift/api/objects/LiftBlock.java
+++ b/src/main/java/tech/sbdevelopment/v10lift/api/objects/LiftBlock.java
@@ -1,4 +1,4 @@
-package nl.SBDeveloper.V10Lift.api.objects;
+package tech.sbdevelopment.v10lift.api.objects;
import lombok.Getter;
import lombok.NoArgsConstructor;
diff --git a/src/main/java/nl/SBDeveloper/V10Lift/api/objects/LiftRope.java b/src/main/java/tech/sbdevelopment/v10lift/api/objects/LiftRope.java
similarity index 97%
rename from src/main/java/nl/SBDeveloper/V10Lift/api/objects/LiftRope.java
rename to src/main/java/tech/sbdevelopment/v10lift/api/objects/LiftRope.java
index c89624a..30d8b93 100644
--- a/src/main/java/nl/SBDeveloper/V10Lift/api/objects/LiftRope.java
+++ b/src/main/java/tech/sbdevelopment/v10lift/api/objects/LiftRope.java
@@ -1,4 +1,4 @@
-package nl.SBDeveloper.V10Lift.api.objects;
+package tech.sbdevelopment.v10lift.api.objects;
import lombok.Getter;
import lombok.NoArgsConstructor;
diff --git a/src/main/java/nl/SBDeveloper/V10Lift/api/objects/LiftSign.java b/src/main/java/tech/sbdevelopment/v10lift/api/objects/LiftSign.java
similarity index 97%
rename from src/main/java/nl/SBDeveloper/V10Lift/api/objects/LiftSign.java
rename to src/main/java/tech/sbdevelopment/v10lift/api/objects/LiftSign.java
index f94f201..f7a0212 100644
--- a/src/main/java/nl/SBDeveloper/V10Lift/api/objects/LiftSign.java
+++ b/src/main/java/tech/sbdevelopment/v10lift/api/objects/LiftSign.java
@@ -1,4 +1,4 @@
-package nl.SBDeveloper.V10Lift.api.objects;
+package tech.sbdevelopment.v10lift.api.objects;
import lombok.Getter;
import lombok.NoArgsConstructor;
diff --git a/src/main/java/nl/SBDeveloper/V10Lift/api/objects/V10Entity.java b/src/main/java/tech/sbdevelopment/v10lift/api/objects/V10Entity.java
similarity index 98%
rename from src/main/java/nl/SBDeveloper/V10Lift/api/objects/V10Entity.java
rename to src/main/java/tech/sbdevelopment/v10lift/api/objects/V10Entity.java
index 9938f43..e84d938 100644
--- a/src/main/java/nl/SBDeveloper/V10Lift/api/objects/V10Entity.java
+++ b/src/main/java/tech/sbdevelopment/v10lift/api/objects/V10Entity.java
@@ -1,4 +1,4 @@
-package nl.SBDeveloper.V10Lift.api.objects;
+package tech.sbdevelopment.v10lift.api.objects;
import lombok.Getter;
import lombok.NoArgsConstructor;
diff --git a/src/main/java/tech/sbdevelopment/v10lift/api/objects/package-info.java b/src/main/java/tech/sbdevelopment/v10lift/api/objects/package-info.java
new file mode 100644
index 0000000..b5c639b
--- /dev/null
+++ b/src/main/java/tech/sbdevelopment/v10lift/api/objects/package-info.java
@@ -0,0 +1,4 @@
+/**
+ * All the objects used for V10Lift
+ */
+package tech.sbdevelopment.v10lift.api.objects;
\ No newline at end of file
diff --git a/src/main/java/tech/sbdevelopment/v10lift/api/package-info.java b/src/main/java/tech/sbdevelopment/v10lift/api/package-info.java
new file mode 100644
index 0000000..18fd0a0
--- /dev/null
+++ b/src/main/java/tech/sbdevelopment/v10lift/api/package-info.java
@@ -0,0 +1,4 @@
+/**
+ * The main API package
+ */
+package tech.sbdevelopment.v10lift.api;
\ No newline at end of file
diff --git a/src/main/java/nl/SBDeveloper/V10Lift/api/runnables/DoorCloser.java b/src/main/java/tech/sbdevelopment/v10lift/api/runnables/DoorCloser.java
similarity index 80%
rename from src/main/java/nl/SBDeveloper/V10Lift/api/runnables/DoorCloser.java
rename to src/main/java/tech/sbdevelopment/v10lift/api/runnables/DoorCloser.java
index 301ac7d..818e850 100644
--- a/src/main/java/nl/SBDeveloper/V10Lift/api/runnables/DoorCloser.java
+++ b/src/main/java/tech/sbdevelopment/v10lift/api/runnables/DoorCloser.java
@@ -1,8 +1,8 @@
-package nl.SBDeveloper.V10Lift.api.runnables;
+package tech.sbdevelopment.v10lift.api.runnables;
-import nl.SBDeveloper.V10Lift.V10LiftPlugin;
-import nl.SBDeveloper.V10Lift.api.V10LiftAPI;
-import nl.SBDeveloper.V10Lift.managers.DataManager;
+import tech.sbdevelopment.v10lift.V10LiftPlugin;
+import tech.sbdevelopment.v10lift.api.V10LiftAPI;
+import tech.sbdevelopment.v10lift.managers.DataManager;
import org.bukkit.Bukkit;
/** The DoorCloser runnable, used for checking if the door can be closed. */
diff --git a/src/main/java/nl/SBDeveloper/V10Lift/api/runnables/MoveLift.java b/src/main/java/tech/sbdevelopment/v10lift/api/runnables/MoveLift.java
similarity index 96%
rename from src/main/java/nl/SBDeveloper/V10Lift/api/runnables/MoveLift.java
rename to src/main/java/tech/sbdevelopment/v10lift/api/runnables/MoveLift.java
index c2816ff..706b1f6 100644
--- a/src/main/java/nl/SBDeveloper/V10Lift/api/runnables/MoveLift.java
+++ b/src/main/java/tech/sbdevelopment/v10lift/api/runnables/MoveLift.java
@@ -1,16 +1,16 @@
-package nl.SBDeveloper.V10Lift.api.runnables;
+package tech.sbdevelopment.v10lift.api.runnables;
import com.cryptomorin.xseries.XMaterial;
import com.cryptomorin.xseries.XSound;
-import nl.SBDeveloper.V10Lift.V10LiftPlugin;
-import nl.SBDeveloper.V10Lift.api.V10LiftAPI;
-import nl.SBDeveloper.V10Lift.api.enums.LiftDirection;
+import tech.sbdevelopment.v10lift.V10LiftPlugin;
+import tech.sbdevelopment.v10lift.api.V10LiftAPI;
+import tech.sbdevelopment.v10lift.api.enums.LiftDirection;
import nl.SBDeveloper.V10Lift.api.objects.*;
-import nl.SBDeveloper.V10Lift.managers.AntiCopyBlockManager;
-import nl.SBDeveloper.V10Lift.managers.DataManager;
-import nl.SBDeveloper.V10Lift.sbutils.LocationSerializer;
-import nl.SBDeveloper.V10Lift.utils.ConfigUtil;
-import nl.SBDeveloper.V10Lift.utils.DirectionUtil;
+import tech.sbdevelopment.v10lift.managers.AntiCopyBlockManager;
+import tech.sbdevelopment.v10lift.managers.DataManager;
+import tech.sbdevelopment.v10lift.sbutils.LocationSerializer;
+import tech.sbdevelopment.v10lift.utils.ConfigUtil;
+import tech.sbdevelopment.v10lift.utils.DirectionUtil;
import org.bukkit.*;
import org.bukkit.block.Block;
import org.bukkit.block.BlockState;
@@ -19,6 +19,7 @@ import org.bukkit.block.Sign;
import org.bukkit.entity.Entity;
import org.bukkit.inventory.Inventory;
import org.bukkit.inventory.ItemStack;
+import tech.sbdevelopment.v10lift.api.objects.*;
import java.lang.reflect.Method;
import java.util.*;
diff --git a/src/main/java/tech/sbdevelopment/v10lift/api/runnables/package-info.java b/src/main/java/tech/sbdevelopment/v10lift/api/runnables/package-info.java
new file mode 100644
index 0000000..a1bc2a2
--- /dev/null
+++ b/src/main/java/tech/sbdevelopment/v10lift/api/runnables/package-info.java
@@ -0,0 +1,4 @@
+/**
+ * All the runnables of V10Lift
+ */
+package tech.sbdevelopment.v10lift.api.runnables;
\ No newline at end of file
diff --git a/src/main/java/nl/SBDeveloper/V10Lift/commands/V10LiftCommand.java b/src/main/java/tech/sbdevelopment/v10lift/commands/V10LiftCommand.java
similarity index 98%
rename from src/main/java/nl/SBDeveloper/V10Lift/commands/V10LiftCommand.java
rename to src/main/java/tech/sbdevelopment/v10lift/commands/V10LiftCommand.java
index 2335d8c..851a5a2 100644
--- a/src/main/java/nl/SBDeveloper/V10Lift/commands/V10LiftCommand.java
+++ b/src/main/java/tech/sbdevelopment/v10lift/commands/V10LiftCommand.java
@@ -1,16 +1,16 @@
-package nl.SBDeveloper.V10Lift.commands;
+package tech.sbdevelopment.v10lift.commands;
import com.cryptomorin.xseries.XMaterial;
-import nl.SBDeveloper.V10Lift.V10LiftPlugin;
-import nl.SBDeveloper.V10Lift.api.V10LiftAPI;
-import nl.SBDeveloper.V10Lift.api.objects.Floor;
-import nl.SBDeveloper.V10Lift.api.objects.Lift;
-import nl.SBDeveloper.V10Lift.api.objects.LiftBlock;
-import nl.SBDeveloper.V10Lift.api.objects.LiftSign;
-import nl.SBDeveloper.V10Lift.managers.DataManager;
-import nl.SBDeveloper.V10Lift.managers.VaultManager;
-import nl.SBDeveloper.V10Lift.sbutils.LocationSerializer;
-import nl.SBDeveloper.V10Lift.utils.ConfigUtil;
+import tech.sbdevelopment.v10lift.V10LiftPlugin;
+import tech.sbdevelopment.v10lift.api.V10LiftAPI;
+import tech.sbdevelopment.v10lift.api.objects.Floor;
+import tech.sbdevelopment.v10lift.api.objects.Lift;
+import tech.sbdevelopment.v10lift.api.objects.LiftBlock;
+import tech.sbdevelopment.v10lift.api.objects.LiftSign;
+import tech.sbdevelopment.v10lift.managers.DataManager;
+import tech.sbdevelopment.v10lift.managers.VaultManager;
+import tech.sbdevelopment.v10lift.sbutils.LocationSerializer;
+import tech.sbdevelopment.v10lift.utils.ConfigUtil;
import org.bukkit.*;
import org.bukkit.block.Block;
import org.bukkit.block.BlockState;
diff --git a/src/main/java/nl/SBDeveloper/V10Lift/commands/V10LiftTabCompleter.java b/src/main/java/tech/sbdevelopment/v10lift/commands/V10LiftTabCompleter.java
similarity index 94%
rename from src/main/java/nl/SBDeveloper/V10Lift/commands/V10LiftTabCompleter.java
rename to src/main/java/tech/sbdevelopment/v10lift/commands/V10LiftTabCompleter.java
index db88fcd..9954283 100644
--- a/src/main/java/nl/SBDeveloper/V10Lift/commands/V10LiftTabCompleter.java
+++ b/src/main/java/tech/sbdevelopment/v10lift/commands/V10LiftTabCompleter.java
@@ -1,9 +1,9 @@
-package nl.SBDeveloper.V10Lift.commands;
+package tech.sbdevelopment.v10lift.commands;
-import nl.SBDeveloper.V10Lift.api.objects.Lift;
-import nl.SBDeveloper.V10Lift.managers.DataManager;
-import nl.SBDeveloper.V10Lift.managers.VaultManager;
-import nl.SBDeveloper.V10Lift.V10LiftPlugin;
+import tech.sbdevelopment.v10lift.api.objects.Lift;
+import tech.sbdevelopment.v10lift.managers.DataManager;
+import tech.sbdevelopment.v10lift.managers.VaultManager;
+import tech.sbdevelopment.v10lift.V10LiftPlugin;
import org.bukkit.Bukkit;
import org.bukkit.command.Command;
import org.bukkit.command.CommandSender;
diff --git a/src/main/java/nl/SBDeveloper/V10Lift/commands/package-info.java b/src/main/java/tech/sbdevelopment/v10lift/commands/package-info.java
similarity index 53%
rename from src/main/java/nl/SBDeveloper/V10Lift/commands/package-info.java
rename to src/main/java/tech/sbdevelopment/v10lift/commands/package-info.java
index 5b1c154..c262578 100644
--- a/src/main/java/nl/SBDeveloper/V10Lift/commands/package-info.java
+++ b/src/main/java/tech/sbdevelopment/v10lift/commands/package-info.java
@@ -1,4 +1,4 @@
/**
* The command and tab manager of v10lift
*/
-package nl.SBDeveloper.V10Lift.commands;
\ No newline at end of file
+package tech.sbdevelopment.v10lift.commands;
\ No newline at end of file
diff --git a/src/main/java/nl/SBDeveloper/V10Lift/listeners/BlockBreakListener.java b/src/main/java/tech/sbdevelopment/v10lift/listeners/BlockBreakListener.java
similarity index 85%
rename from src/main/java/nl/SBDeveloper/V10Lift/listeners/BlockBreakListener.java
rename to src/main/java/tech/sbdevelopment/v10lift/listeners/BlockBreakListener.java
index 331b555..a2e3f9e 100644
--- a/src/main/java/nl/SBDeveloper/V10Lift/listeners/BlockBreakListener.java
+++ b/src/main/java/tech/sbdevelopment/v10lift/listeners/BlockBreakListener.java
@@ -1,13 +1,12 @@
-package nl.SBDeveloper.V10Lift.listeners;
+package tech.sbdevelopment.v10lift.listeners;
-import nl.SBDeveloper.V10Lift.api.V10LiftAPI;
-import nl.SBDeveloper.V10Lift.api.objects.Floor;
-import nl.SBDeveloper.V10Lift.api.objects.Lift;
-import nl.SBDeveloper.V10Lift.api.objects.LiftBlock;
-import nl.SBDeveloper.V10Lift.managers.DataManager;
-import nl.SBDeveloper.V10Lift.utils.ConfigUtil;
-import nl.SBDeveloper.V10Lift.utils.DoorUtil;
-import nl.SBDeveloper.V10Lift.V10LiftPlugin;
+import tech.sbdevelopment.v10lift.api.V10LiftAPI;
+import tech.sbdevelopment.v10lift.api.objects.Floor;
+import tech.sbdevelopment.v10lift.api.objects.Lift;
+import tech.sbdevelopment.v10lift.api.objects.LiftBlock;
+import tech.sbdevelopment.v10lift.managers.DataManager;
+import tech.sbdevelopment.v10lift.utils.ConfigUtil;
+import tech.sbdevelopment.v10lift.utils.DoorUtil;
import org.bukkit.Location;
import org.bukkit.block.Block;
import org.bukkit.block.Sign;
diff --git a/src/main/java/nl/SBDeveloper/V10Lift/listeners/EntityDamageListener.java b/src/main/java/tech/sbdevelopment/v10lift/listeners/EntityDamageListener.java
similarity index 85%
rename from src/main/java/nl/SBDeveloper/V10Lift/listeners/EntityDamageListener.java
rename to src/main/java/tech/sbdevelopment/v10lift/listeners/EntityDamageListener.java
index 5bcc22b..69947f6 100644
--- a/src/main/java/nl/SBDeveloper/V10Lift/listeners/EntityDamageListener.java
+++ b/src/main/java/tech/sbdevelopment/v10lift/listeners/EntityDamageListener.java
@@ -1,8 +1,8 @@
-package nl.SBDeveloper.V10Lift.listeners;
+package tech.sbdevelopment.v10lift.listeners;
-import nl.SBDeveloper.V10Lift.api.objects.Lift;
-import nl.SBDeveloper.V10Lift.api.objects.LiftBlock;
-import nl.SBDeveloper.V10Lift.managers.DataManager;
+import tech.sbdevelopment.v10lift.api.objects.Lift;
+import tech.sbdevelopment.v10lift.api.objects.LiftBlock;
+import tech.sbdevelopment.v10lift.managers.DataManager;
import org.bukkit.Location;
import org.bukkit.entity.Entity;
import org.bukkit.entity.LivingEntity;
diff --git a/src/main/java/nl/SBDeveloper/V10Lift/listeners/PlayerInteractListener.java b/src/main/java/tech/sbdevelopment/v10lift/listeners/PlayerInteractListener.java
similarity index 97%
rename from src/main/java/nl/SBDeveloper/V10Lift/listeners/PlayerInteractListener.java
rename to src/main/java/tech/sbdevelopment/v10lift/listeners/PlayerInteractListener.java
index e8d7073..6542f85 100644
--- a/src/main/java/nl/SBDeveloper/V10Lift/listeners/PlayerInteractListener.java
+++ b/src/main/java/tech/sbdevelopment/v10lift/listeners/PlayerInteractListener.java
@@ -1,16 +1,16 @@
-package nl.SBDeveloper.V10Lift.listeners;
+package tech.sbdevelopment.v10lift.listeners;
import com.cryptomorin.xseries.XMaterial;
-import nl.SBDeveloper.V10Lift.V10LiftPlugin;
-import nl.SBDeveloper.V10Lift.api.V10LiftAPI;
-import nl.SBDeveloper.V10Lift.api.objects.Floor;
-import nl.SBDeveloper.V10Lift.api.objects.Lift;
-import nl.SBDeveloper.V10Lift.api.objects.LiftBlock;
-import nl.SBDeveloper.V10Lift.managers.DataManager;
-import nl.SBDeveloper.V10Lift.managers.ForbiddenBlockManager;
-import nl.SBDeveloper.V10Lift.managers.VaultManager;
-import nl.SBDeveloper.V10Lift.utils.ConfigUtil;
-import nl.SBDeveloper.V10Lift.utils.DoorUtil;
+import tech.sbdevelopment.v10lift.V10LiftPlugin;
+import tech.sbdevelopment.v10lift.api.V10LiftAPI;
+import tech.sbdevelopment.v10lift.api.objects.Floor;
+import tech.sbdevelopment.v10lift.api.objects.Lift;
+import tech.sbdevelopment.v10lift.api.objects.LiftBlock;
+import tech.sbdevelopment.v10lift.managers.DataManager;
+import tech.sbdevelopment.v10lift.managers.ForbiddenBlockManager;
+import tech.sbdevelopment.v10lift.managers.VaultManager;
+import tech.sbdevelopment.v10lift.utils.ConfigUtil;
+import tech.sbdevelopment.v10lift.utils.DoorUtil;
import org.bukkit.Bukkit;
import org.bukkit.ChatColor;
import org.bukkit.GameMode;
diff --git a/src/main/java/nl/SBDeveloper/V10Lift/listeners/SignChangeListener.java b/src/main/java/tech/sbdevelopment/v10lift/listeners/SignChangeListener.java
similarity index 86%
rename from src/main/java/nl/SBDeveloper/V10Lift/listeners/SignChangeListener.java
rename to src/main/java/tech/sbdevelopment/v10lift/listeners/SignChangeListener.java
index f2e466e..f0ec43c 100644
--- a/src/main/java/nl/SBDeveloper/V10Lift/listeners/SignChangeListener.java
+++ b/src/main/java/tech/sbdevelopment/v10lift/listeners/SignChangeListener.java
@@ -1,9 +1,9 @@
-package nl.SBDeveloper.V10Lift.listeners;
+package tech.sbdevelopment.v10lift.listeners;
-import nl.SBDeveloper.V10Lift.api.objects.Lift;
-import nl.SBDeveloper.V10Lift.api.objects.LiftSign;
-import nl.SBDeveloper.V10Lift.managers.DataManager;
-import nl.SBDeveloper.V10Lift.utils.ConfigUtil;
+import tech.sbdevelopment.v10lift.api.objects.Lift;
+import tech.sbdevelopment.v10lift.api.objects.LiftSign;
+import tech.sbdevelopment.v10lift.managers.DataManager;
+import tech.sbdevelopment.v10lift.utils.ConfigUtil;
import org.bukkit.ChatColor;
import org.bukkit.block.Block;
import org.bukkit.entity.Player;
diff --git a/src/main/java/nl/SBDeveloper/V10Lift/listeners/package-info.java b/src/main/java/tech/sbdevelopment/v10lift/listeners/package-info.java
similarity index 50%
rename from src/main/java/nl/SBDeveloper/V10Lift/listeners/package-info.java
rename to src/main/java/tech/sbdevelopment/v10lift/listeners/package-info.java
index 29a6d18..fee1304 100644
--- a/src/main/java/nl/SBDeveloper/V10Lift/listeners/package-info.java
+++ b/src/main/java/tech/sbdevelopment/v10lift/listeners/package-info.java
@@ -1,4 +1,4 @@
/**
* All the event listeners of V10Lift
*/
-package nl.SBDeveloper.V10Lift.listeners;
\ No newline at end of file
+package tech.sbdevelopment.v10lift.listeners;
\ No newline at end of file
diff --git a/src/main/java/nl/SBDeveloper/V10Lift/managers/AntiCopyBlockManager.java b/src/main/java/tech/sbdevelopment/v10lift/managers/AntiCopyBlockManager.java
similarity index 98%
rename from src/main/java/nl/SBDeveloper/V10Lift/managers/AntiCopyBlockManager.java
rename to src/main/java/tech/sbdevelopment/v10lift/managers/AntiCopyBlockManager.java
index 08ea76f..d8b27ed 100644
--- a/src/main/java/nl/SBDeveloper/V10Lift/managers/AntiCopyBlockManager.java
+++ b/src/main/java/tech/sbdevelopment/v10lift/managers/AntiCopyBlockManager.java
@@ -1,4 +1,4 @@
-package nl.SBDeveloper.V10Lift.managers;
+package tech.sbdevelopment.v10lift.managers;
import com.cryptomorin.xseries.XMaterial;
import org.bukkit.Material;
diff --git a/src/main/java/nl/SBDeveloper/V10Lift/managers/DBManager.java b/src/main/java/tech/sbdevelopment/v10lift/managers/DBManager.java
similarity index 95%
rename from src/main/java/nl/SBDeveloper/V10Lift/managers/DBManager.java
rename to src/main/java/tech/sbdevelopment/v10lift/managers/DBManager.java
index 2f276a3..34e42f9 100644
--- a/src/main/java/nl/SBDeveloper/V10Lift/managers/DBManager.java
+++ b/src/main/java/tech/sbdevelopment/v10lift/managers/DBManager.java
@@ -1,9 +1,9 @@
-package nl.SBDeveloper.V10Lift.managers;
+package tech.sbdevelopment.v10lift.managers;
import com.google.gson.Gson;
-import nl.SBDeveloper.V10Lift.V10LiftPlugin;
-import nl.SBDeveloper.V10Lift.api.objects.Lift;
-import nl.SBDeveloper.V10Lift.sbutils.SQLiteDB;
+import tech.sbdevelopment.v10lift.V10LiftPlugin;
+import tech.sbdevelopment.v10lift.api.objects.Lift;
+import tech.sbdevelopment.v10lift.sbutils.SQLiteDB;
import org.bukkit.Bukkit;
import java.sql.Connection;
diff --git a/src/main/java/nl/SBDeveloper/V10Lift/managers/DataManager.java b/src/main/java/tech/sbdevelopment/v10lift/managers/DataManager.java
similarity index 97%
rename from src/main/java/nl/SBDeveloper/V10Lift/managers/DataManager.java
rename to src/main/java/tech/sbdevelopment/v10lift/managers/DataManager.java
index 2d42357..46b212d 100644
--- a/src/main/java/nl/SBDeveloper/V10Lift/managers/DataManager.java
+++ b/src/main/java/tech/sbdevelopment/v10lift/managers/DataManager.java
@@ -1,8 +1,8 @@
-package nl.SBDeveloper.V10Lift.managers;
+package tech.sbdevelopment.v10lift.managers;
import lombok.Getter;
-import nl.SBDeveloper.V10Lift.api.objects.Lift;
-import nl.SBDeveloper.V10Lift.api.objects.LiftBlock;
+import tech.sbdevelopment.v10lift.api.objects.Lift;
+import tech.sbdevelopment.v10lift.api.objects.LiftBlock;
import java.util.*;
diff --git a/src/main/java/nl/SBDeveloper/V10Lift/managers/ForbiddenBlockManager.java b/src/main/java/tech/sbdevelopment/v10lift/managers/ForbiddenBlockManager.java
similarity index 97%
rename from src/main/java/nl/SBDeveloper/V10Lift/managers/ForbiddenBlockManager.java
rename to src/main/java/tech/sbdevelopment/v10lift/managers/ForbiddenBlockManager.java
index 602c805..9cac666 100644
--- a/src/main/java/nl/SBDeveloper/V10Lift/managers/ForbiddenBlockManager.java
+++ b/src/main/java/tech/sbdevelopment/v10lift/managers/ForbiddenBlockManager.java
@@ -1,4 +1,4 @@
-package nl.SBDeveloper.V10Lift.managers;
+package tech.sbdevelopment.v10lift.managers;
import com.cryptomorin.xseries.XMaterial;
import org.bukkit.Material;
diff --git a/src/main/java/nl/SBDeveloper/V10Lift/managers/VaultManager.java b/src/main/java/tech/sbdevelopment/v10lift/managers/VaultManager.java
similarity index 94%
rename from src/main/java/nl/SBDeveloper/V10Lift/managers/VaultManager.java
rename to src/main/java/tech/sbdevelopment/v10lift/managers/VaultManager.java
index 7834c9f..d32e39b 100644
--- a/src/main/java/nl/SBDeveloper/V10Lift/managers/VaultManager.java
+++ b/src/main/java/tech/sbdevelopment/v10lift/managers/VaultManager.java
@@ -1,7 +1,7 @@
-package nl.SBDeveloper.V10Lift.managers;
+package tech.sbdevelopment.v10lift.managers;
import net.milkbowl.vault.permission.Permission;
-import nl.SBDeveloper.V10Lift.V10LiftPlugin;
+import tech.sbdevelopment.v10lift.V10LiftPlugin;
import org.bukkit.Bukkit;
import org.bukkit.entity.Player;
import org.bukkit.plugin.RegisteredServiceProvider;
diff --git a/src/main/java/nl/SBDeveloper/V10Lift/managers/package-info.java b/src/main/java/tech/sbdevelopment/v10lift/managers/package-info.java
similarity index 65%
rename from src/main/java/nl/SBDeveloper/V10Lift/managers/package-info.java
rename to src/main/java/tech/sbdevelopment/v10lift/managers/package-info.java
index b9b810f..5257d37 100644
--- a/src/main/java/nl/SBDeveloper/V10Lift/managers/package-info.java
+++ b/src/main/java/tech/sbdevelopment/v10lift/managers/package-info.java
@@ -1,4 +1,4 @@
/**
* The package with all the managers, like forbidden blocks, data and more
*/
-package nl.SBDeveloper.V10Lift.managers;
\ No newline at end of file
+package tech.sbdevelopment.v10lift.managers;
\ No newline at end of file
diff --git a/src/main/java/nl/SBDeveloper/V10Lift/package-info.java b/src/main/java/tech/sbdevelopment/v10lift/package-info.java
similarity index 50%
rename from src/main/java/nl/SBDeveloper/V10Lift/package-info.java
rename to src/main/java/tech/sbdevelopment/v10lift/package-info.java
index 8cdff34..af10d16 100644
--- a/src/main/java/nl/SBDeveloper/V10Lift/package-info.java
+++ b/src/main/java/tech/sbdevelopment/v10lift/package-info.java
@@ -1,4 +1,4 @@
/**
* Main package of V10Lift
*/
-package nl.SBDeveloper.V10Lift;
\ No newline at end of file
+package tech.sbdevelopment.v10lift;
\ No newline at end of file
diff --git a/src/main/java/nl/SBDeveloper/V10Lift/sbutils/ConfigUpdater.java b/src/main/java/tech/sbdevelopment/v10lift/sbutils/ConfigUpdater.java
similarity index 99%
rename from src/main/java/nl/SBDeveloper/V10Lift/sbutils/ConfigUpdater.java
rename to src/main/java/tech/sbdevelopment/v10lift/sbutils/ConfigUpdater.java
index b05b980..363587d 100644
--- a/src/main/java/nl/SBDeveloper/V10Lift/sbutils/ConfigUpdater.java
+++ b/src/main/java/tech/sbdevelopment/v10lift/sbutils/ConfigUpdater.java
@@ -1,4 +1,4 @@
-package nl.SBDeveloper.V10Lift.sbutils;
+package tech.sbdevelopment.v10lift.sbutils;
import org.bukkit.configuration.ConfigurationSection;
import org.bukkit.configuration.file.FileConfiguration;
diff --git a/src/main/java/nl/SBDeveloper/V10Lift/sbutils/LocationSerializer.java b/src/main/java/tech/sbdevelopment/v10lift/sbutils/LocationSerializer.java
similarity index 98%
rename from src/main/java/nl/SBDeveloper/V10Lift/sbutils/LocationSerializer.java
rename to src/main/java/tech/sbdevelopment/v10lift/sbutils/LocationSerializer.java
index 888e84b..2ea8df5 100644
--- a/src/main/java/nl/SBDeveloper/V10Lift/sbutils/LocationSerializer.java
+++ b/src/main/java/tech/sbdevelopment/v10lift/sbutils/LocationSerializer.java
@@ -1,4 +1,4 @@
-package nl.SBDeveloper.V10Lift.sbutils;
+package tech.sbdevelopment.v10lift.sbutils;
import org.bukkit.Bukkit;
import org.bukkit.Location;
diff --git a/src/main/java/nl/SBDeveloper/V10Lift/sbutils/SQLiteDB.java b/src/main/java/tech/sbdevelopment/v10lift/sbutils/SQLiteDB.java
similarity index 96%
rename from src/main/java/nl/SBDeveloper/V10Lift/sbutils/SQLiteDB.java
rename to src/main/java/tech/sbdevelopment/v10lift/sbutils/SQLiteDB.java
index 2bf235f..831e078 100644
--- a/src/main/java/nl/SBDeveloper/V10Lift/sbutils/SQLiteDB.java
+++ b/src/main/java/tech/sbdevelopment/v10lift/sbutils/SQLiteDB.java
@@ -1,8 +1,8 @@
-package nl.SBDeveloper.V10Lift.sbutils;
+package tech.sbdevelopment.v10lift.sbutils;
import com.zaxxer.hikari.HikariConfig;
import com.zaxxer.hikari.HikariDataSource;
-import nl.SBDeveloper.V10Lift.V10LiftPlugin;
+import tech.sbdevelopment.v10lift.V10LiftPlugin;
import org.bukkit.Bukkit;
import java.io.File;
diff --git a/src/main/java/nl/SBDeveloper/V10Lift/sbutils/UpdateManager.java b/src/main/java/tech/sbdevelopment/v10lift/sbutils/UpdateManager.java
similarity index 99%
rename from src/main/java/nl/SBDeveloper/V10Lift/sbutils/UpdateManager.java
rename to src/main/java/tech/sbdevelopment/v10lift/sbutils/UpdateManager.java
index dbb17d1..04da6fa 100644
--- a/src/main/java/nl/SBDeveloper/V10Lift/sbutils/UpdateManager.java
+++ b/src/main/java/tech/sbdevelopment/v10lift/sbutils/UpdateManager.java
@@ -1,4 +1,4 @@
-package nl.SBDeveloper.V10Lift.sbutils;
+package tech.sbdevelopment.v10lift.sbutils;
import com.google.gson.JsonParser;
import org.bukkit.Bukkit;
diff --git a/src/main/java/nl/SBDeveloper/V10Lift/sbutils/YamlFile.java b/src/main/java/tech/sbdevelopment/v10lift/sbutils/YamlFile.java
similarity index 96%
rename from src/main/java/nl/SBDeveloper/V10Lift/sbutils/YamlFile.java
rename to src/main/java/tech/sbdevelopment/v10lift/sbutils/YamlFile.java
index 927b880..7ddec2a 100644
--- a/src/main/java/nl/SBDeveloper/V10Lift/sbutils/YamlFile.java
+++ b/src/main/java/tech/sbdevelopment/v10lift/sbutils/YamlFile.java
@@ -1,6 +1,6 @@
-package nl.SBDeveloper.V10Lift.sbutils;
+package tech.sbdevelopment.v10lift.sbutils;
-import nl.SBDeveloper.V10Lift.V10LiftPlugin;
+import tech.sbdevelopment.v10lift.V10LiftPlugin;
import org.bukkit.Bukkit;
import org.bukkit.configuration.file.FileConfiguration;
import org.bukkit.configuration.file.YamlConfiguration;
diff --git a/src/main/java/nl/SBDeveloper/V10Lift/sbutils/package-info.java b/src/main/java/tech/sbdevelopment/v10lift/sbutils/package-info.java
similarity index 56%
rename from src/main/java/nl/SBDeveloper/V10Lift/sbutils/package-info.java
rename to src/main/java/tech/sbdevelopment/v10lift/sbutils/package-info.java
index 9da825b..b0203e8 100644
--- a/src/main/java/nl/SBDeveloper/V10Lift/sbutils/package-info.java
+++ b/src/main/java/tech/sbdevelopment/v10lift/sbutils/package-info.java
@@ -1,4 +1,4 @@
/**
* The package with all the SBDevelopment utils
*/
-package nl.SBDeveloper.V10Lift.sbutils;
\ No newline at end of file
+package tech.sbdevelopment.v10lift.sbutils;
\ No newline at end of file
diff --git a/src/main/java/nl/SBDeveloper/V10Lift/utils/ConfigUtil.java b/src/main/java/tech/sbdevelopment/v10lift/utils/ConfigUtil.java
similarity index 97%
rename from src/main/java/nl/SBDeveloper/V10Lift/utils/ConfigUtil.java
rename to src/main/java/tech/sbdevelopment/v10lift/utils/ConfigUtil.java
index 5e7f915..5958e6f 100644
--- a/src/main/java/nl/SBDeveloper/V10Lift/utils/ConfigUtil.java
+++ b/src/main/java/tech/sbdevelopment/v10lift/utils/ConfigUtil.java
@@ -1,6 +1,6 @@
-package nl.SBDeveloper.V10Lift.utils;
+package tech.sbdevelopment.v10lift.utils;
-import nl.SBDeveloper.V10Lift.V10LiftPlugin;
+import tech.sbdevelopment.v10lift.V10LiftPlugin;
import org.bukkit.ChatColor;
import org.bukkit.command.CommandSender;
diff --git a/src/main/java/nl/SBDeveloper/V10Lift/utils/DirectionUtil.java b/src/main/java/tech/sbdevelopment/v10lift/utils/DirectionUtil.java
similarity index 98%
rename from src/main/java/nl/SBDeveloper/V10Lift/utils/DirectionUtil.java
rename to src/main/java/tech/sbdevelopment/v10lift/utils/DirectionUtil.java
index 2a0433e..962ee3c 100644
--- a/src/main/java/nl/SBDeveloper/V10Lift/utils/DirectionUtil.java
+++ b/src/main/java/tech/sbdevelopment/v10lift/utils/DirectionUtil.java
@@ -1,4 +1,4 @@
-package nl.SBDeveloper.V10Lift.utils;
+package tech.sbdevelopment.v10lift.utils;
import com.cryptomorin.xseries.XMaterial;
import org.bukkit.block.Block;
diff --git a/src/main/java/nl/SBDeveloper/V10Lift/utils/DoorUtil.java b/src/main/java/tech/sbdevelopment/v10lift/utils/DoorUtil.java
similarity index 99%
rename from src/main/java/nl/SBDeveloper/V10Lift/utils/DoorUtil.java
rename to src/main/java/tech/sbdevelopment/v10lift/utils/DoorUtil.java
index 5932181..b8af50c 100644
--- a/src/main/java/nl/SBDeveloper/V10Lift/utils/DoorUtil.java
+++ b/src/main/java/tech/sbdevelopment/v10lift/utils/DoorUtil.java
@@ -1,4 +1,4 @@
-package nl.SBDeveloper.V10Lift.utils;
+package tech.sbdevelopment.v10lift.utils;
import com.cryptomorin.xseries.XMaterial;
import com.cryptomorin.xseries.XSound;
diff --git a/src/main/java/nl/SBDeveloper/V10Lift/utils/package-info.java b/src/main/java/tech/sbdevelopment/v10lift/utils/package-info.java
similarity index 50%
rename from src/main/java/nl/SBDeveloper/V10Lift/utils/package-info.java
rename to src/main/java/tech/sbdevelopment/v10lift/utils/package-info.java
index 8c57716..4069cb8 100644
--- a/src/main/java/nl/SBDeveloper/V10Lift/utils/package-info.java
+++ b/src/main/java/tech/sbdevelopment/v10lift/utils/package-info.java
@@ -1,4 +1,4 @@
/**
* The package with all the utils
*/
-package nl.SBDeveloper.V10Lift.utils;
\ No newline at end of file
+package tech.sbdevelopment.v10lift.utils;
\ No newline at end of file
diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml
index 2c8647c..856f725 100644
--- a/src/main/resources/plugin.yml
+++ b/src/main/resources/plugin.yml
@@ -1,5 +1,5 @@
name: V10Lift
-main: nl.SBDeveloper.V10Lift.V10LiftPlugin
+main: tech.sbdevelopment.v10lift.V10LiftPlugin
version: ${project.version}
api-version: "1.13"
author: SBDeveloper