juli wrote:Gundul can u post the jail code u used or send me a link, because we wanna use it at marssurvive server?
local old_is_protected = minetest.is_protected
function minetest.is_protected(pos, name)
if not areas:canInteract(pos, name) then
return true
end
return old_is_protected(pos, name)
end
minetest.register_on_protection_violation(function(pos, name)
if not areas:canInteract(pos, name) then
local owners = areas:getNodeOwners(pos)
minetest.chat_send_player(name,
("%s is protected by %s."):format(
minetest.pos_to_string(pos),
table.concat(owners, ", ")))
-- Begin here teleporting player to x,y,z if touching
local player = minetest.get_player_by_name(name) -- local var for playername
if not player then return end
player:setpos({x=638,y=5,z=473}) --- teleport to Coordinate x,y,z
end
end)
linushsao wrote:thank you Gundul! for offer jail's code to marssurvive server.
tm3 wrote:Lol so much quarries. I don't even have one. I like mining with drill mk3 and pickaxes :) old ways xD. and thy lord Gundul is angry. You won't get your stuff. He will take your stuff and give it to the needy.... like me lol :)
Thanks for snow. I will take a look :)
Now i am here to troll around too lol xD
cy wrote:Y'know, as much as I rag on land claim mods, they do prevent people from causing harm. When you dig a block in a protected area, it doesn't even register on other clients. It never even touches the database. As I sit here in jail without warning, for something that caused no harm, I have to wonder what kind of an ego someone has to have to ruin their own game, in order to hurt people because they may have dared to even think about disobeying them, but didn't actually do so.
cy wrote: Well, I should have suspected from the trollface skins, but I suppose admins here are really friendly to griefers, even going so far as to implement this land claim mod, so griefers can randomly litter the wilderness with land claims and send people to jail with ease, ruining any resource gathering or exploration. So, just a head's up, if you think about playing here. It's a beautiful server otherwise.
Naj wrote:Great pictures :) Fun to see these buildings here. Great server anyway :)
If you have some standard mods that causes problems, I could try to have a look and fix them (can't promise).
I don't know if it still happens but we had many "too many users" in december. Could it be possible to increase the max number of players if so or it may be too much for the server ?
Users browsing this forum: Google [Bot] and 7 guests