diff --git a/MoreHomes.csproj b/MoreHomes.csproj
deleted file mode 100644
index c7f8aea..0000000
--- a/MoreHomes.csproj
+++ /dev/null
@@ -1,105 +0,0 @@
-
-
-
-
- Debug
- AnyCPU
- {3E883397-B5B2-459A-B0B9-FF035D919D78}
- Library
- Properties
- RestoreMonarchy.MoreHomes
- MoreHomes
- v4.6.1
- 512
- true
-
-
- true
- full
- false
- bin\Debug\
- DEBUG;TRACE
- prompt
- 4
- false
-
-
- pdbonly
- true
- bin\Release\
- TRACE
- prompt
- 4
- false
-
-
-
- packages\Lib.Harmony.2.1.1\lib\net45\0Harmony.dll
-
-
- lib\Assembly-CSharp.dll
-
-
- lib\com.rlabrecque.steamworks.net.dll
-
-
- False
- lib\Newtonsoft.Json.dll
- False
-
-
- lib\Rocket.API.dll
-
-
- lib\Rocket.Core.dll
-
-
- lib\Rocket.Unturned.dll
-
-
- lib\SDG.NetTransport.dll
-
-
-
-
-
-
-
-
- lib\Teleportation.dll
-
-
- lib\UnityEngine.dll
- False
-
-
- lib\UnityEngine.CoreModule.dll
- False
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MoreHomes.sln b/MoreHomes.sln
index 999f4c1..75da136 100644
--- a/MoreHomes.sln
+++ b/MoreHomes.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28729.10
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MoreHomes", "MoreHomes.csproj", "{3E883397-B5B2-459A-B0B9-FF035D919D78}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MoreHomes", "MoreHomes/MoreHomes.csproj", "{3E883397-B5B2-459A-B0B9-FF035D919D78}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
diff --git a/Commands/DestroyHomeCommand.cs b/MoreHomes/Commands/DestroyHomeCommand.cs
similarity index 100%
rename from Commands/DestroyHomeCommand.cs
rename to MoreHomes/Commands/DestroyHomeCommand.cs
diff --git a/Commands/HomeCommand.cs b/MoreHomes/Commands/HomeCommand.cs
similarity index 100%
rename from Commands/HomeCommand.cs
rename to MoreHomes/Commands/HomeCommand.cs
diff --git a/Commands/HomesCommand.cs b/MoreHomes/Commands/HomesCommand.cs
similarity index 100%
rename from Commands/HomesCommand.cs
rename to MoreHomes/Commands/HomesCommand.cs
diff --git a/Commands/RenameHomeCommand.cs b/MoreHomes/Commands/RenameHomeCommand.cs
similarity index 100%
rename from Commands/RenameHomeCommand.cs
rename to MoreHomes/Commands/RenameHomeCommand.cs
diff --git a/Commands/RestoreHomesCommand.cs b/MoreHomes/Commands/RestoreHomesCommand.cs
similarity index 100%
rename from Commands/RestoreHomesCommand.cs
rename to MoreHomes/Commands/RestoreHomesCommand.cs
diff --git a/Components/MovementDetectorComponent.cs b/MoreHomes/Components/MovementDetectorComponent.cs
similarity index 100%
rename from Components/MovementDetectorComponent.cs
rename to MoreHomes/Components/MovementDetectorComponent.cs
diff --git a/Helpers/HomesHelper.cs b/MoreHomes/Helpers/HomesHelper.cs
similarity index 100%
rename from Helpers/HomesHelper.cs
rename to MoreHomes/Helpers/HomesHelper.cs
diff --git a/Helpers/VipHelper.cs b/MoreHomes/Helpers/VipHelper.cs
similarity index 100%
rename from Helpers/VipHelper.cs
rename to MoreHomes/Helpers/VipHelper.cs
diff --git a/Models/ConvertablePosition.cs b/MoreHomes/Models/ConvertablePosition.cs
similarity index 100%
rename from Models/ConvertablePosition.cs
rename to MoreHomes/Models/ConvertablePosition.cs
diff --git a/Models/PlayerData.cs b/MoreHomes/Models/PlayerData.cs
similarity index 100%
rename from Models/PlayerData.cs
rename to MoreHomes/Models/PlayerData.cs
diff --git a/Models/PlayerHome.cs b/MoreHomes/Models/PlayerHome.cs
similarity index 100%
rename from Models/PlayerHome.cs
rename to MoreHomes/Models/PlayerHome.cs
diff --git a/Models/VIPPermission.cs b/MoreHomes/Models/VIPPermission.cs
similarity index 100%
rename from Models/VIPPermission.cs
rename to MoreHomes/Models/VIPPermission.cs
diff --git a/MoreHomes/MoreHomes.csproj b/MoreHomes/MoreHomes.csproj
new file mode 100644
index 0000000..dd139ec
--- /dev/null
+++ b/MoreHomes/MoreHomes.csproj
@@ -0,0 +1,57 @@
+
+
+
+ net48
+ latest
+ RestoreMonarchy.MoreHomes
+ 1.8.1
+
+
+
+
+
+
+
+
+ ..\lib\Assembly-CSharp.dll
+ False
+
+
+ ..\lib\com.rlabrecque.steamworks.net.dll
+ False
+
+
+ ..\lib\Newtonsoft.Json.dll
+ False
+
+
+ ..\lib\Rocket.API.dll
+ False
+
+
+ ..\lib\Rocket.Core.dll
+ False
+
+
+ ..\lib\Rocket.Unturned.dll
+ False
+
+
+ ..\lib\SDG.NetTransport.dll
+ False
+
+
+ ..\lib\Teleportation.dll
+ False
+
+
+ ..\lib\UnityEngine.dll
+ False
+
+
+ ..\lib\UnityEngine.CoreModule.dll
+ False
+
+
+
+
\ No newline at end of file
diff --git a/MoreHomesConfiguration.cs b/MoreHomes/MoreHomesConfiguration.cs
similarity index 100%
rename from MoreHomesConfiguration.cs
rename to MoreHomes/MoreHomesConfiguration.cs
diff --git a/MoreHomesPlugin.cs b/MoreHomes/MoreHomesPlugin.cs
similarity index 100%
rename from MoreHomesPlugin.cs
rename to MoreHomes/MoreHomesPlugin.cs
diff --git a/Patches/BarricadeManager_destroyBarricade_Patch.cs b/MoreHomes/Patches/BarricadeManager_destroyBarricade_Patch.cs
similarity index 100%
rename from Patches/BarricadeManager_destroyBarricade_Patch.cs
rename to MoreHomes/Patches/BarricadeManager_destroyBarricade_Patch.cs
diff --git a/Patches/InteractableBed_ReceiveClaimRequest_Patch.cs b/MoreHomes/Patches/InteractableBed_ReceiveClaimRequest_Patch.cs
similarity index 100%
rename from Patches/InteractableBed_ReceiveClaimRequest_Patch.cs
rename to MoreHomes/Patches/InteractableBed_ReceiveClaimRequest_Patch.cs
diff --git a/Services/DataService.cs b/MoreHomes/Services/DataService.cs
similarity index 100%
rename from Services/DataService.cs
rename to MoreHomes/Services/DataService.cs
diff --git a/Storage/DataStorage.cs b/MoreHomes/Storage/DataStorage.cs
similarity index 100%
rename from Storage/DataStorage.cs
rename to MoreHomes/Storage/DataStorage.cs
diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs
deleted file mode 100644
index 18ede12..0000000
--- a/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,19 +0,0 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-
-[assembly: AssemblyTitle("MoreHomes")]
-[assembly: AssemblyDescription("Unturned Rocketmod 4 plugin")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("RestoreMonarchy.com")]
-[assembly: AssemblyProduct("MoreHomes")]
-[assembly: AssemblyCopyright("Copyright © 2019")]
-[assembly: AssemblyTrademark("Restore Monarchy")]
-[assembly: AssemblyCulture("")]
-
-[assembly: ComVisible(false)]
-
-[assembly: Guid("3e883397-b5b2-459a-b0b9-ff035d919d78")]
-
-[assembly: AssemblyVersion("1.8.0")]
-[assembly: AssemblyFileVersion("1.8.0")]
\ No newline at end of file
diff --git a/lib/Teleportation.dll b/lib/Teleportation.dll
index 2e23e86..ae045e0 100644
Binary files a/lib/Teleportation.dll and b/lib/Teleportation.dll differ
diff --git a/packages.config b/packages.config
deleted file mode 100644
index fa215e1..0000000
--- a/packages.config
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
\ No newline at end of file