diff --git a/README.md b/README.md index 2b63f55..23b6b06 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ -ShortcutPlugin +A plugin designed to provide a simple, customizable and always available interface for chat commands or other plugins to alleviate the need for using macros and hotbar space to achieve similar results. +The plugin should initially appear as a small box on the bottom center of the game window. \ No newline at end of file diff --git a/ShortcutPlugin.json b/ShortcutPlugin.json index d9e6274..2d393ab 100644 --- a/ShortcutPlugin.json +++ b/ShortcutPlugin.json @@ -1,7 +1,7 @@ { "Author": "UnknownX", "Name": "Shortcut Plugin", - "Description": "Allows chat commands to be placed on a small bar for quick access,\nsimilar to macros without taking up any hotbar slots or macro space.", + "Description": "A plugin designed to provide a simple, customizable and always available interface for chat commands\nor other plugins to alleviate the need for using macros and hotbar space to achieve similar results.\n\nThe plugin should initially appear as a small box on the bottom center of the game window.", "InternalName": "ShortcutPlugin", "AssemblyVersion": "0.1.0.1", "RepoUrl": "https://github.com/UnknownX7/ShortcutPlugin",