12-29-2013, 10:48 PM
So something like this?
1 2 3 4 5 6 7 8 9 10 11 12 | g_PluginInfo = { Name = "WorldEdit" , Version = "0.1" , Date = "29-12-2013" , Description = [[]], Commands = { Descend = {Command = "/descend" , Permission = "worldedit.navigation.descend" , Handler = HandleDescendCommand, HelpString = " go down a floor" , Alias = "/desc" }, Ascend = {Command = "/ascend" , Permission = "worldedit.navigation.ascend" , Handler = HandleAscendCommand, HelpString = " go down a floor" , Alias = "/asc" } }, } |