Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: [Plugin] Homes
Post: RE: [Plugin] Homes

DrMasik Wrote: (08-20-2015, 05:51 AM) -- 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 positio...
nouseforname Plugin Releases 8 11,482 08-21-2015, 11:24 PM
    Thread: Online backup script
Post: RE: Online backup script

Nice, saw that already tonight. But now i am waiting for you fixes :)
nouseforname Discussion 10 7,888 11-30-2014, 08:52 PM
    Thread: [Plugin] Homes
Post: RE: [Plugin] Homes

Updated to use custom ranks in config.
nouseforname Plugin Releases 8 11,482 11-30-2014, 07:44 AM
    Thread: [Plugin] Homes
Post: RE: [Plugin] Homes

xoft Wrote: (11-30-2014, 05:28 AM) -- 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 sep...
nouseforname Plugin Releases 8 11,482 11-30-2014, 05:38 AM
    Thread: Online backup script
Post: RE: Online backup script

xoft Wrote: (11-30-2014, 05:17 AM) -- Are the backslashes in front of the apostrophes in your script (line 69) supposed to be there, or is the forum playing tricks with the code? -- No this is an...
nouseforname Discussion 10 7,888 11-30-2014, 05:24 AM
    Thread: [Plugin] Homes
Post: RE: [Plugin] Homes

No More feedback?
nouseforname Plugin Releases 8 11,482 11-30-2014, 04:33 AM
    Thread: Online backup script
Post: RE: Online backup script

Here we go: its mostly tested in steps, but of course not complete. i think it should work like expected. just take care the instructions. https://github.com/nouseforname/MCbackup Let me ...
nouseforname Discussion 10 7,888 11-29-2014, 01:00 AM
    Thread: Online backup script
Post: RE: Online backup script

xoft Wrote: (11-28-2014, 10:59 PM) -- sudo mkdir /mnt/backup sudo mount -t cifs //smbhost/path/folder /mnt/backup -o user=UserName -- Did you use a user from the windows machine was there a promt fo...
nouseforname Discussion 10 7,888 11-29-2014, 12:27 AM
    Thread: Online backup script
Post: RE: Online backup script

xoft Wrote: (11-28-2014, 08:06 AM) -- - runs every N hours (N ~~ 24) - packs folders "gal" and "world" and files "Gallery.cfg" and "Gallery.sqlite" into a 7z file - names the resulting 7z file based ...
nouseforname Discussion 10 7,888 11-28-2014, 02:46 PM
    Thread: [Plugin] Homes Plugin!?
Post: RE: [Plugin] Homes Plugin!?

xoft Wrote: (11-28-2014, 02:58 AM) -- Hm, I thought it was possible to do that, but obviously it's not. So either you change your command syntax (use "/home goto " instead of "/home ") or you will re...
nouseforname Plugin Discussion 23 19,336 11-28-2014, 03:33 AM
    Thread: [Plugin] Homes Plugin!?
Post: RE: [Plugin] Homes Plugin!?

I am modifying everything for usage of "info.lua". My commands structure is like only ONE main command: - /home and then few fixed sub commands but also the argument[2] could be a paramater fo...
nouseforname Plugin Discussion 23 19,336 11-28-2014, 01:52 AM
    Thread: [Plugin] Homes
Post: [Plugin] Homes

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...
nouseforname Plugin Releases 8 11,482 11-27-2014, 07:43 PM
    Thread: [Plugin] Homes Plugin!?
Post: RE: [Plugin] Homes Plugin!?

bearbin Wrote: (11-27-2014, 05:44 PM) -- The MIT or Apache licenses are good for plugins. And software isn't open source unless it has an OS license on it. -- Well, i used Apache license now. What i ...
nouseforname Plugin Discussion 23 19,336 11-27-2014, 05:47 PM
    Thread: [Plugin] Homes Plugin!?
Post: RE: [Plugin] Homes Plugin!?

xoft Wrote: (11-27-2014, 06:27 AM) -- How about setting up a GitHub repo for the plugin, so that you get a platform for getting improvements? -- Maybe after release, actually i am just curious about ...
nouseforname Plugin Discussion 23 19,336 11-27-2014, 01:41 PM
    Thread: [Plugin] Homes Plugin!?
Post: [Plugin] Homes RC1

Here we go. Please test it and let me know if there is something wrong with it. Plugin Homes: -- * plugin homes.lua -- * provides functions to create, request and list and delete player homes w...
nouseforname Plugin Discussion 23 19,336 11-27-2014, 05:44 AM
    Thread: [Plugin] Homes Plugin!?
Post: RE: [Plugin] Homes Plugin!?

xoft Wrote: (11-27-2014, 02:56 AM) -- Try to use the "local" keyword as much as possible - variables in Lua are global by default, and you don't want your variables from one function overwritten with...
nouseforname Plugin Discussion 23 19,336 11-27-2014, 03:04 AM
    Thread: [Plugin] Homes Plugin!?
Post: RE: [Plugin] Homes Plugin!?

Finally i got what i wanted. The "nrows" was the correct one for me. The ingame command calls the handle function: [shcode=lua] function HandleHomeListCommand(a_split, player) a_List...
nouseforname Plugin Discussion 23 19,336 11-27-2014, 01:25 AM
    Thread: [Plugin] Homes Plugin!?
Post: RE: [Plugin] Homes Plugin!?

xoft Wrote: (11-26-2014, 06:09 AM) -- Where is your DBExec function coming from? Are you using one of the sqlite wrappers from any of the plugins? -- I am not putting anything into the list cause i...
nouseforname Plugin Discussion 23 19,336 11-26-2014, 06:15 AM
    Thread: [Plugin] Homes Plugin!?
Post: RE: [Plugin] Homes Plugin!?

Ok, still doing this, but i ran into an issue. I want to do a sqlite query to get a list of tables. But somehow i am not able to return the query result. The query function gets the playername a...
nouseforname Plugin Discussion 23 19,336 11-26-2014, 04:27 AM
    Thread: [Plugin] Homes Plugin!?
Post: RE: [Plugin] Homes Plugin!?

xoft Wrote: (11-25-2014, 06:23 AM) -- So what exactly will the plugin do? I'm not familiar with this "home" topic. -- Player will be able to save positions and teleport to that save ones. Mainly it...
nouseforname Plugin Discussion 23 19,336 11-25-2014, 06:28 AM