Ok I have one more question
How do I set a fixed spawnpoint for all new players to a minecraft world without mcedit or bukkit
(if there is no way around and you are a mceditor bukkit builder let me know and I'll send you a beta download link by PM, will most likely be Google Docs Download)
How do I set a fixed spawnpoint for all new players to a minecraft world without mcedit or bukkit
(if there is no way around and you are a mceditor bukkit builder let me know and I'll send you a beta download link by PM, will most likely be Google Docs Download)
7
I think /setworldspawn [x] [y] [z] will do it.
best way i found was to install single player commands
Like what
No, No, No
Yeash, I need simple, fast, efficent
Yeash, I need simple, fast, efficent
There are 3,000 videos on youtube explaining how to use command blocks. It would require a simple redstone clock to keep the command block testing for a player in the area and then another command block powered by a comparater that actually teleports all players within 25 blocks to the new location..
after you build the clock here are your commands.
testfor @a[r=25,name=!jetace97]
tp @a[r=25,name=!jetace97] x y z
ITS VERY IMPORTANT TO USE name=!jetace97
If you dont you will NEVER be able to get close enough to work on your command blocks again.
after you build the clock here are your commands.
testfor @a[r=25,name=!jetace97]
tp @a[r=25,name=!jetace97] x y z
ITS VERY IMPORTANT TO USE name=!jetace97
If you dont you will NEVER be able to get close enough to work on your command blocks again.
Could you be more specifitc like commands I need to use or something, plus I ment they would have to of NOT played the map before
Use a command block at spawn to teleport all players within a radius of 25 blocks to the new spawn.
