Skip to content

Commit

Permalink
normalize naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Drakansoul committed Feb 21, 2023
1 parent 11460e7 commit b510763
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 11 deletions.
10 changes: 5 additions & 5 deletions DisPlacePlugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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
}]
4 changes: 2 additions & 2 deletions DisPlacePlugin/DisPlacePlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public void Dispose()

Config.PlaceAnywhere = false;
ClientState.TerritoryChanged -= TerritoryChanged;
CommandManager.RemoveHandler("/DisPlace");
CommandManager.RemoveHandler("/displace");
Gui?.Dispose();

}
Expand All @@ -110,7 +110,7 @@ public DisPlacePlugin(

Initialize();

CommandManager.AddHandler("/DisPlace", new CommandInfo(CommandHandler)
CommandManager.AddHandler("/displace", new CommandInfo(CommandHandler)
{
HelpMessage = "load config window."
});
Expand Down
4 changes: 2 additions & 2 deletions DisPlacePlugin/DisPlacePlugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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."
}
9 changes: 8 additions & 1 deletion DisPlacePlugin/packages.lock.json
Original file line number Diff line number Diff line change
@@ -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=="
}
}
}
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b510763

Please sign in to comment.