From 907bb969c1af0b3504a2a85aef5726dd88566316 Mon Sep 17 00:00:00 2001 From: wildrun0 Date: Sun, 24 Jul 2022 18:09:02 +0500 Subject: [PATCH] Release 2 --- Info.lua | 4 ++++ README.md | 3 +++ homesetter.lua | 6 +----- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Info.lua b/Info.lua index c7b8d8a..999512d 100644 --- a/Info.lua +++ b/Info.lua @@ -5,6 +5,10 @@ g_PluginInfo = Description = "This plugin provides the ability to manage your homes", AdditionalInfo = { + { + Title = "Lightweight & Fast", + Contents = "The entire plugin fits on ~10KiB of disk space & has no unnecessary functionality.", + }, { Title = "Set your homes", Contents = "With this plugin, you can set home points and adjust the maximum number of them through permissions. You can teleport to homes through all dismensions!", diff --git a/README.md b/README.md index 592576a..6498750 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ This plugin provides the ability to manage your homes +# Lightweight & Fast +The entire plugin fits on ~10KiB of disk space & has no unnecessary functionality. + # Set your homes With this plugin, you can set home points and adjust the maximum number of them through permissions. You can teleport to homes through all dismensions! diff --git a/homesetter.lua b/homesetter.lua index f587cbf..e16241c 100644 --- a/homesetter.lua +++ b/homesetter.lua @@ -1,10 +1,6 @@ -PLUGIN = nil - - function Initialize(Plugin) - PLUGIN = Plugin Plugin:SetName("HomeSetter") - Plugin:SetVersion(1) + Plugin:SetVersion(2) dofile(cPluginManager:GetPluginsPath() .. "/InfoReg.lua") RegisterPluginInfoCommands()