Falk submitted a new plugin: Isolate - A very tiny plugin to troll/punish players Read more about this plugin...
Very cool idea and a simple way to jail players without needing to set up a jail or create a jail where they are. Maybe you could add a way so that when this happens, they are invincible (players can't kill them and take their stuff), and they cannot move from that spot and escape. Very useful though
Yeah, I could just do player->disable but I like the idea of them suffering underground Maybe make it a second optional parameter: Code: /isolate <NAME> <full or null> I can easily add that but I don't know when I will be on a PC to upload it, maybe at school tomorrow.
Falk updated Isolate with a new update entry: Player blocking support Read the rest of this update entry...
On lines 30 to 32, consider: PHP: $x=rand(1,254);$y=rand(6,11);$z=rand(1,254);So that they won't get to know where they get teleported to.Then, because of chunks rendering, you can schedule (if not "full" given) the player to be unblocked in five seconds.
Then there should also be some issues if it is an empty mine or lava of something. Then maybe you have to add a false parameter to $update at Level::setBlock()
I just need to make a little loop to check around to make sure if everything is stone and if not move over one or something.
nice plugin .. is there a way to choose the spot players are sent a nd maybe build a jail or room that they are stuck in?