Skip to content

Commit

Permalink
Release 2
Browse files Browse the repository at this point in the history
  • Loading branch information
wildrun0 committed Jul 24, 2022
1 parent 9237fde commit 907bb96
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 4 additions & 0 deletions Info.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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!",
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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!

Expand Down
6 changes: 1 addition & 5 deletions homesetter.lua
Original file line number Diff line number Diff line change
@@ -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()
Expand Down

0 comments on commit 907bb96

Please sign in to comment.