Page 2 of 3

Posted: Wed Aug 07, 2013 01:22
by VanessaE
I am normally not one to say "just Google it"... but come on, that's what search engines are for.

A text editor is a program such as gedit or nodepad, that lets you edit plain text files, which is the form most computer programs' source code and scripts take, including Lua mods like those in Minetest.

If you don't know what these things are for, you should *NOT* be editing anything - you should be learning about this stuff.

Posted: Wed Aug 07, 2013 02:27
by Element
thank you all...i have now changed the coords.

Posted: Wed Aug 07, 2013 11:39
by Cooper97
Cooper97 wrote:
rarkenin wrote:Are you using set_attach to keep the person attached to the jail?
Please make a version of the Jail Mod which use set_attach instead of a teleport.
Please make it also so that it revokes the privileges interact, fly, teleport and noclip of a jailed player.
Is any good mod programmer here who can make such a version? It is bad that Raphael is not only since 3 months. The code is WTFPL (see in the first post).

Posted: Sat Aug 17, 2013 02:15
by SegFault22
Suggestion: Somehow make it possible to define two corners of the area of a ''jail'' (like with node_ownership areas), and check if people put in jail are in that area, and if not, then teleport them back to jail. That way, they can walk around in the cell without being moved to the center every few seconds.

Posted: Mon Aug 19, 2013 06:35
by Cooper97
SegFault22 wrote:Suggestion: Somehow make it possible to define two corners of the area of a ''jail'' (like with node_ownership areas), and check if people put in jail are in that area, and if not, then teleport them back to jail. That way, they can walk around in the cell without being moved to the center every few seconds.
The using of set_attach should be more useful than a normal teleport.

Posted: Wed Sep 25, 2013 01:21
by Element
is there a way to turn of the time

Re: [mod] Jail [0.0.1] [jail]

Posted: Sat Nov 08, 2014 02:43
by DI3HARD139
I have built a jail in the sky but for some reason everytime I send someone there they just fall through the floor. Is this a bug or am I configuring something wrong?

Re: [mod] Jail [0.0.1] [jail]

Posted: Sat Nov 08, 2014 06:19
by philipbenr
I believe that this mod is outdated and no longer being updated. It should be in the old mods section (I will be requesting this).
Also, I have never used this mod, so I can give you no pointers. Still, if you want to go through the init.lua of the mod, and look around for an answer, you are welcome to try and give an answer to the problem in this thread.

I'm sorry I can't give you any help. I hope you will figure out the answer (or somebody else can give it for you.)

Re: [mod] Jail [0.0.1] [jail]

Posted: Sat Nov 08, 2014 09:08
by Topywo
@DI3HARD139
Try teleporting them 1 space (y + 1) higher than you actually planned.

Re: [mod] Jail [0.0.1] [jail]

Posted: Sat Nov 08, 2014 20:40
by Don
philipbenr wrote:I believe that this mod is outdated and no longer being updated. It should be in the old mods section (I will be requesting this).
Also, I have never used this mod, so I can give you no pointers. Still, if you want to go through the init.lua of the mod, and look around for an answer, you are welcome to try and give an answer to the problem in this thread.

I'm sorry I can't give you any help. I hope you will figure out the answer (or somebody else can give it for you.)
This mod is still used and I don't think it should go to old mods.

Re: [mod] Jail [0.0.1] [jail]

Posted: Mon Nov 10, 2014 00:17
by philipbenr
@Don:
It is not being developed, so It can be moved to old mods. I am just saying we move it here as a precaution, because the developer of this mod doesn't come here anymore, and there might be a time where this mod will turn into an old mod. There are some old mods out there that still work, like one bed mod, but it is not really stable for the current version.

There is also a thread in the Modding Discussion section where people suggest mod ideas. If somebody suggests a jail mod, then it is very easy to give them a link to this mod, and say "It might not work, but good luck." Plus, IMO, Mod Releases section should have finished mods that will work. This one looks unfinished, so I can't say that it would look good in mod releases.

Re: [mod] Jail [0.0.1] [jail]

Posted: Mon Nov 10, 2014 00:31
by Don
I understand now. Thank you for clarifying that.

Re: [mod] Jail [0.0.1] [jail]

Posted: Mon Nov 10, 2014 00:59
by philipbenr
You're welcome. I hope that you found your answer, DI3HARD139.

Re: [mod] Jail [0.0.1] [jail]

Posted: Wed Mar 04, 2015 23:52
by DI3HARD139
Topywo's suggestion worked. TY

Re: [mod] Jail [0.0.1] [jail]

Posted: Fri Jan 29, 2016 11:39
by im-poke
I have a other idea.....
No sending back every 30seconds, but give them a protected unit, and with /jail example you would tp example to a empty unit.

Re: [mod] Jail [0.0.1] [jail]

Posted: Sat Jan 30, 2016 00:43
by DI3HARD139
@im-poke I just adjusted the time that it resets the player to a high number.

Re: [mod] Jail [0.0.1] [jail]

Posted: Wed Sep 07, 2016 02:21
by CrazyDaisy
I may or may not update this mod (if I can). Testing it currently.

Re: [mod] Jail [0.0.1] [jail]

Posted: Thu Apr 20, 2017 17:05
by helpless
You should add "Jail Bricks" to make like an invincible wall :)

Re: [mod] Jail [0.0.1] [jail]

Posted: Sun Oct 08, 2017 21:22
by ManElevation
if you mind, im modifieing this mod, so you cans set the jails cells in-game and you can have more than 1 cell.
something like /jails cell1 ManElevation
/release ManElevation

Re: [mod] Jail [0.0.1] [jail]

Posted: Wed Oct 11, 2017 05:20
by |FGH|
Well once the player gets pruvs revoked and /killme and /spawn are added as privileges you dont really need a jail mod.However he can make second accounts and thx to mod thy get jailed so its amazing.But not perfect

Re: [mod] Jail [0.0.1] [jail]

Posted: Sun Sep 02, 2018 01:39
by Darkwar
How do i revoke all the players privs when i send them to jail ?

Re: [mod] Jail [0.0.1] [jail]

Posted: Sun Sep 02, 2018 13:51
by ManElevation
Darkwar wrote:How do i revoke all the players privs when i send them to jail ?
use this mod viewtopic.php?f=13&t=5545

Re: [mod] Jail [0.0.1] [jail]

Posted: Mon Sep 03, 2018 05:47
by Darkwar
ManElevation wrote:
Darkwar wrote:How do i revoke all the players privs when i send them to jail ?
use this mod viewtopic.php?f=13&t=5545
thx

Re: [mod] Jail [0.0.1] [jail]

Posted: Mon Sep 03, 2018 06:05
by Darkwar
ManElevation wrote:
Darkwar wrote:How do i revoke all the players privs when i send them to jail ?
use this mod viewtopic.php?f=13&t=5545
this mod not working u got any othere sujestions

Re: [mod] Jail [0.0.1] [jail]

Posted: Mon Sep 03, 2018 11:27
by ManElevation
Darkwar wrote:this mod not working u got any othere sujestions
honestly i dont have anymore sujestions but you could check the pvp areas mod and modifie it some how, idk
https://github.com/everamzah/pvp_areas/ ... r/init.lua