diff --git a/README.md b/README.md
index cde0ee4..b23b5d1 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ To use the API, you need to add the following repository and dependency in your
You can find the javadoc here: https://epicericee.github.io/ShopChest/javadoc/
## Build
-Clone this repository and use ``mvn clean package`` or ``mvn clean install``.
+Clone this repository and use ``sh lib/install_local_depedencies.sh`` to import local dependencies. Use ``mvn clean package`` or ``mvn clean install``.
After the build succeeded, the ShopChest.jar is found in the ``/target/`` folder.
## Issues
diff --git a/lib/install_local_dependencies.sh b/lib/install_local_dependencies.sh
new file mode 100644
index 0000000..1de980a
--- /dev/null
+++ b/lib/install_local_dependencies.sh
@@ -0,0 +1,2 @@
+cd ..
+mvn -N install:install-file -Dfile=lib/IslandWorld-8.5.jar -DgroupId=pl.gnacik.islandworld -DartifactId=IslandWorld -Dversion=8.5 -Dpackaging=jar -DgeneratePom=true
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index f112817..5dcec23 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,117 +93,117 @@
-
-
- org.spigotmc
- spigot-api
- 1.17.1-R0.1-SNAPSHOT
- provided
-
-
- com.github.MilkBowl
- VaultAPI
- 1.7
- provided
-
-
- fr.xephi
- authme
- 5.4.0
- provided
-
-
- com.plotsquared
- PlotSquared-Core
- 6.2.1
- provided
-
-
- com.github.rlf.uSkyBlock
- uSkyBlock-API
- v2.8.9
- provided
-
-
- com.wasteofplastic
- askyblock
- 3.0.9.4
- provided
-
-
- com.github.TechFortress
- GriefPrevention
- 16.17.1
- provided
-
-
- me.wiefferink
- areashop
- 2.6.0
- provided
-
-
- world.bentobox
- bentobox
- 1.17.2
- provided
-
-
- com.github.IntellectualSites.PlotSquared
- Core
- 4.453
- provided
-
-
- com.github.TownyAdvanced
- Towny
- 0.97.5.0
- provided
-
-
- pl.gnacik
- IslandWorld
- 8.5
- system
- ${project.basedir}/lib/IslandWorld-8.5.jar
-
+
+
+
+ org.spigotmc
+ spigot-api
+ 1.17.1-R0.1-SNAPSHOT
+ provided
+
+
+ com.github.MilkBowl
+ VaultAPI
+ 1.7
+ provided
+
+
+ fr.xephi
+ authme
+ 5.4.0
+ provided
+
+
+ com.plotsquared
+ PlotSquared-Core
+ 6.2.1
+ provided
+
+
+ com.github.rlf.uSkyBlock
+ uSkyBlock-API
+ v2.8.9
+ provided
+
+
+ com.wasteofplastic
+ askyblock
+ 3.0.9.4
+ provided
+
+
+ com.github.TechFortress
+ GriefPrevention
+ 16.17.1
+ provided
+
+
+ me.wiefferink
+ areashop
+ 2.6.0
+ provided
+
+
+ world.bentobox
+ bentobox
+ 1.17.2
+ provided
+
+
+ com.github.IntellectualSites.PlotSquared
+ Core
+ 4.453
+ provided
+
+
+ com.github.TownyAdvanced
+ Towny
+ 0.97.5.0
+ provided
+
+
+ pl.gnacik.islandworld
+ IslandWorld
+ 8.5
+ provided
+
-
-
- org.projectlombok
- lombok
- 1.18.22
- provided
-
-
-
-
- org.codemc.worldguardwrapper
- worldguardwrapper
- 1.2.0-SNAPSHOT
-
-
- org.bstats
- bstats-bukkit
- 2.2.1
-
-
- com.zaxxer
- HikariCP
- 5.0.0
-
-
- org.slf4j
- slf4j-jdk14
- 2.0.0-alpha2
-
-
- org.inventivetalent
- reflectionhelper
- 1.18.4-SNAPSHOT
-
-
+
+
+ org.projectlombok
+ lombok
+ 1.18.22
+ provided
+
+
+
+ org.codemc.worldguardwrapper
+ worldguardwrapper
+ 1.2.0-SNAPSHOT
+
+
+ org.bstats
+ bstats-bukkit
+ 2.2.1
+
+
+ com.zaxxer
+ HikariCP
+ 5.0.0
+
+
+ org.slf4j
+ slf4j-jdk14
+ 2.0.0-alpha2
+
+
+ org.inventivetalent
+ reflectionhelper
+ 1.18.4-SNAPSHOT
+
+
+