Reneb submitted a new resource:
R-SetHome - set home only on your foundations or on allies foundations
Read more about this resource...
SetHome [Unmaintained]
Discussion in 'Plugin Support' started by Reneb, Aug 6, 2014.
-
Reneb updated R-SetHome with a new update entry:
initial fix
-
Awesome!!! gonna try it out soon
-
You sir never cease to amaze on your plugins and development.
Congrats on another great one and I hope that it continues onto the new rust. -
Great!
Is it possible to add ceiling support? So that I don't have to /sethome at the bottom of my house. -
Reneb updated R-SetHome with a new update entry:
set home on ceiling as optional
-
-
i`m having a problem with the plugin.
i can`t seem to change the settings .
At first, There was no config file when i added the plugin. so i asked Multiplay to add r-sethome.txt.
and they added r-sethome.txt.
And i typed this default settings in it.
{
"homes_cooldown":300,
"sethome_price":500,
"Use_Doorshare":true,
"Use_Groups":true,
"homes_timer":30,
"gohome_price":500,
"homes_limit":3,
"Use_Factions":true,
"Use_Economy":true,
"AllowSetHomeOnCeiling":true,
"Version":"1.1"
}
but when it saves, it seems to print players sethome coords in it.
like this
{"Version":"1.1","96325360":{"1":{"y":448.3466796875,"x":5294.2993164063,"z":-5596.7646484375}},"Use_Factions":true,"gohome_price":250,"homes_cooldown":300,"Use_Economy":true,"AllowSetHomeOnCeiling":true,"sethome_price":500,"175776236":[],"63075903":{"1":{"y":401.27993774414,"x":5911.6645507813,"z":-3874.7084960938},"2":{"y":401.27993774414,"x":5911.6645507813,"z":-3874.7084960938}},"Use_Groups":true,"homes_limit":3,"homes_timer":30,"Use_Doorshare":true}
I thought the config file name was wrong. so i asked Multiplay to change the name to "cfg_r-sethome.txt".
but they said "I checked out the server and cfg-r didn't exist.
The r-sethome already was created and had configurations within."
what`s wrong??
the plugin is working. but i want to change the settings. -
^ ive got the same prob
-
The file should be auto générated by the plugin éven if multiplay fails to make the correct file.
The file name should be: cfg_r-sethome.txt -
i wish it were so man..heres what my addons list looks like,sorry for the other stuff
- Loot Spawn Lists(1)
- MOTD(1)
- R-SetHome(1)
- r-sethome.txt
- No Wasteland(1)
- nowasteland.lua
-
It's not the correct name for the file.
Look around, there is a way to access all files from data/ (maybe in server files, or something like that)
You should find cfg_r-sethome.txt -
ive tried to look, multiplay dont let us have access too much
-
i used to have multiplay i'm sure you can ^^
look harder ^^ you can even make your own files.
but you should send them a ticket about the wrong name. -
Looks like a great addon. Gonna test it out tomorrow on my server. Could you maybe add stairs to the parts where people can set home on?
-
I like it! Curious, why add the freeze option? Just seems obsolete if you can only sethome in your own house.
-
It's an anti glitch kick ^^
If they can't run they can't walk through walls/foundations/doors and get facepunch kicked ^^
I have an Azerty keyboard so using the unbind key woudlnt really work on me ^^ -
Just tested this addon, work great so far but 1 bug. When someone have set his home the sethome is not deactivated. So when he hits his fundation/cieling a second time it keeps setting the home.[DOUBLEPOST=1407671414][/DOUBLEPOST]When i disable economy, the sethome function does get disabled after setting a home.
Last edited by a moderator: Aug 10, 2014 -
Thanks i'll look into it
-
Yw, looked into it myself. Should be quick fix by putting this code in the economy if statements.
rust.Notice(netuser, "Setting Home Deactivated")
self.isSettingHome[netuser] = nil