diff --git a/DisPlacePlugin.json b/DisPlacePlugin.json index bc6dcfc..2252418 100644 --- a/DisPlacePlugin.json +++ b/DisPlacePlugin.json @@ -6,7 +6,7 @@ "Punchline": "Automatically save & load furniture layouts in ANY house.", "Description": "Automatically save & load the positions of house furniture. Copy other housing layouts. Import/export layouts from the MakePlace program.", "ApplicableVersion": "any", - "RepoUrl": "https://github.com/Drakansoul/DisPlaced", + "RepoUrl": "https://github.com/Drakansoul/DisPlace", "Tags": [ "makeplace", "housing", @@ -15,11 +15,11 @@ ], "DalamudApiLevel": 8, "LoadPriority": 0, - "IconUrl": "https://raw.githubusercontent.com/Drakansoul/DisPlaced/master/icon.png", + "IconUrl": "https://raw.githubusercontent.com/Drakansoul/DisPlace/master/icon.png", "DownloadCount": 0, - "DownloadLinkInstall": "https://github.com/Drakansoul/DisPlaced/releases/download/v2.19-d/DisPlacePlugin.zip", - "DownloadLinkTesting": "https://github.com/Drakansoul/DisPlaced/releases/download/v2.19-d/DisPlacePlugin.zip", - "DownloadLinkUpdate": "https://github.com/Drakansoul/DisPlaced/releases/download/v2.19-d/DisPlacePlugin.zip", + "DownloadLinkInstall": "https://github.com/Drakansoul/DisPlace/releases/download/v2.19-d/DisPlacePlugin.zip", + "DownloadLinkTesting": "https://github.com/Drakansoul/DisPlace/releases/download/v2.19-d/DisPlacePlugin.zip", + "DownloadLinkUpdate": "https://github.com/Drakansoul/DisPlace/releases/download/v2.19-d/DisPlacePlugin.zip", "_isDip17Plugin": false, "_Dip17Channel": null }] diff --git a/DisPlacePlugin/DisPlacePlugin.cs b/DisPlacePlugin/DisPlacePlugin.cs index 35d6e1f..29c9cc5 100644 --- a/DisPlacePlugin/DisPlacePlugin.cs +++ b/DisPlacePlugin/DisPlacePlugin.cs @@ -94,7 +94,7 @@ public void Dispose() Config.PlaceAnywhere = false; ClientState.TerritoryChanged -= TerritoryChanged; - CommandManager.RemoveHandler("/DisPlace"); + CommandManager.RemoveHandler("/displace"); Gui?.Dispose(); } @@ -110,7 +110,7 @@ public DisPlacePlugin( Initialize(); - CommandManager.AddHandler("/DisPlace", new CommandInfo(CommandHandler) + CommandManager.AddHandler("/displace", new CommandInfo(CommandHandler) { HelpMessage = "load config window." }); diff --git a/DisPlacePlugin/DisPlacePlugin.json b/DisPlacePlugin/DisPlacePlugin.json index 6700956..74166f0 100644 --- a/DisPlacePlugin/DisPlacePlugin.json +++ b/DisPlacePlugin/DisPlacePlugin.json @@ -3,7 +3,7 @@ "Name": "DisPlace Plugin", "InternalName": "DisPlacePlugin", "Description": "Automatically save & load interior and exterior house layouts. Copy other housing layouts. Import/export layouts from the MakePlace program.", - "RepoUrl": "https://github.com/Drakansoul/DisPlaced", + "RepoUrl": "https://github.com/Drakansoul/DisPlace", "Tags": [ "makeplace", "housing", @@ -12,6 +12,6 @@ "drakansoul", "displace" ], - "IconUrl": "https://raw.githubusercontent.com/Drakansoul/DisPlaced/master/icon.png", + "IconUrl": "https://raw.githubusercontent.com/Drakansoul/DisPlace/master/icon.png", "Punchline": "Automatically save & load furniture layouts in your house. Copy layouts from other houses." } diff --git a/DisPlacePlugin/packages.lock.json b/DisPlacePlugin/packages.lock.json index 4ead528..2426061 100644 --- a/DisPlacePlugin/packages.lock.json +++ b/DisPlacePlugin/packages.lock.json @@ -1,6 +1,13 @@ { "version": 1, "dependencies": { - "net7.0-windows7.0": {} + "net7.0-windows7.0": { + "DalamudPackager": { + "type": "Direct", + "requested": "[2.1.10, )", + "resolved": "2.1.10", + "contentHash": "S6NrvvOnLgT4GDdgwuKVJjbFo+8ZEj+JsEYk9ojjOR/MMfv1dIFpT8aRJQfI24rtDcw1uF+GnSSMN4WW1yt7fw==" + } + } } } \ No newline at end of file diff --git a/README.md b/README.md index 30256d3..ba0a75a 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ A plugin to automatically save and load housing furniture layouts for FFXIV. It * Search for "DisPlace Plugin" and click "Install" ## Usage -Type `/DisPlace` to open the plugin screen. Most functions are only available when in Rotate Furniture mode (Housing -> Indoor/Outdoor Furnishings. Click on the Rotate button). +Type `/displace` to open the plugin screen. Most functions are only available when in Rotate Furniture mode (Housing -> Indoor/Outdoor Furnishings. Click on the Rotate button). ## Credits [MakePlacePlugin](https://github.com/jawslouis/MakePlacePlugin) for making a great plugin.