Limited map size

Posted:
Fri May 17, 2013 14:54
by webdesigner97
(This is not a mod request)
Is there a mod that can limit the area in which players can walk? It should cover all directions: +x,-x,+y,-y,+z,-z
I tried to find one myself, but I couldn't find one :D

Posted:
Fri May 17, 2013 14:59
by sfan5
You could simply write a mod that teleports the player back if he exceeds the limit

Posted:
Fri May 17, 2013 15:04
by webdesigner97
Yep. That's why I ask (although I prefer transparent walls). If such a mod exists, I wouldn't need to code it ;)

Posted:
Fri May 17, 2013 20:38
by kaeza
webdesigner97 wrote:Yep. That's why I ask (although I prefer transparent walls). If such a mod exists, I wouldn't need to code it ;)
The hungry_game game has a mod that creates a 400x400x400 "cage" out of unbreakable glass. You may want to take a look at it.

Posted:
Sat May 18, 2013 09:24
by webdesigner97
kaeza wrote:webdesigner97 wrote:Yep. That's why I ask (although I prefer transparent walls). If such a mod exists, I wouldn't need to code it ;)
The hungry_game game has a mod that creates a 400x400x400 "cage" out of unbreakable glass. You may want to take a look at it.
That sounds great! I'll check it out!