[Plugin] Homes - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Plugins (https://forum.cuberite.org/forum-1.html) +--- Forum: Plugin Releases (https://forum.cuberite.org/forum-2.html) +--- Thread: [Plugin] Homes (/thread-1663.html) |
[Plugin] Homes - nouseforname - 11-27-2014 Provides functions to create, request, list and delete player homes with names and configurable limit. Configuration The configuration is stored in "Homes.ini" and gives the max numbers of homes positions per user rank. [Limits] Default=3 VIP=5 Operator=10 Admin=0 Commands General
Permissions
Created by nouseforname @ http://nouseforname.de november 2014 Source: https://github.com/nouseforname/Homes RE: [Plugin] Homes - donvdp - 11-29-2014 I like it!! Thanks RE: [Plugin] Homes - nouseforname - 11-30-2014 No More feedback? RE: [Plugin] Homes - xoft - 11-30-2014 It would be nice if the ranks could be named arbitrarily. I have 8 ranks on my server, I'd like to be able to set the number of homes for each of those ranks separately. Hint: Read all the items in the INI file (use a for loop of cIniFile:GetValue(keyID, valueID); valueID should range from 0 to cIniFile:GetNumValues() - 1, keyID = cIniFile:FindKey()), store them in a table and use "rankTable[rankName] or DEFAULT_VALUE" to evaluate the number of allowed homes. RE: [Plugin] Homes - nouseforname - 11-30-2014 (11-30-2014, 05:28 AM)xoft Wrote: It would be nice if the ranks could be named arbitrarily. I have 8 ranks on my server, I'd like to be able to set the number of homes for each of those ranks separately. Will take a look at it. i thought about the same thing, but decided to keep it based on the defaults at first. Learning step by step, you know RE: [Plugin] Homes - nouseforname - 11-30-2014 Updated to use custom ranks in config. RE: [Plugin] Homes - DrMasik - 08-20-2015 Some errors Warning: [22:51:09] LUA: Plugins/Homes/homes.lua:215: attempt to compare nil with number Warning: [22:51:09] Stack trace: Warning: [22:51:09] Plugins/Homes/homes.lua(215): (no name) Warning: [22:51:09] (tail call)(-1): Warning: [22:51:09] (tail call)(-1): Warning: [22:51:09] (tail call)(-1): Warning: [22:51:09] Stack trace end Warning: [22:51:09] Error in plugin Homes calling function <callback>() RE: [Plugin] Homes - nouseforname - 08-21-2015 (08-20-2015, 05:51 AM)DrMasik Wrote: Some errors I just tried to get the same error with the actual server version. But for me all is fine. I guess you tried to set a new home position?! RE: [Plugin] Homes - DrMasik - 08-25-2015 After weekend all works fine |