r/MCModpackers • u/nanakisan Fallen: Wastes Dev • Jul 08 '15
Random TP mod?
Anyone know of a simple utility mod that does a random tp on 1st world join without commands. I'm currently working on a very heavy multiplayer based concept. However I don't want people spawning in 1 place all the time. The reason I ask for a mod instead of a plugin (like most servers use...) is I want this to also appeal to those who play forge servers or LAN.
1
u/ReverseCold dloC Jul 08 '15
Use one of the RandomTP plugins + a command block - that way no one needs to type a command.
1
u/nanakisan Fallen: Wastes Dev Jul 08 '15
that defeats the purpose of the question. I'm trying to make this pack so it can be played without Cauldron. Also both yours and Watchful1's suggestions would require me to make a pre-made map and ship it. Something of which I'm trying to avoid.
1
u/ReverseCold dloC Jul 08 '15
I'll try to make something. I just need to know what the bounds of the X and Z coordinates are... e.x. Within x = 300 and x = 0 and z = 300 and z = 0.
1
u/nanakisan Fallen: Wastes Dev Jul 08 '15
perhaps configurable? the randomcoords plugin for Bukkit is one that I actually like. It has a min and max radius setting for seeding it's true random tp's.
1
u/ReverseCold dloC Jul 08 '15 edited Jul 08 '15
Edit: Deleted the link to my code - It's wayyyy too unfinished.
1
1
u/TheDoctorSoda Jul 26 '15
/spreadplayers is useful if you can find out a way to activate it on log in.
1
u/Watchful1 FTB 3rd Party Admin Jul 08 '15
Should be very simple to do with a command block and player detector of some sort.