I've gotten into making custom block models and i've been attempting to bring people suggestions for some things on the minecraft forums into minecraft itself, but it is a lot harder than it looks and I've failed more times than I'd like to admit.
The only problem is that this would ruin flatworld survival. But I suppose the player could just not trade for saplings, or maybe if it takes enough emeralds, it would make sense because that is late/end game.
You can back up your servers.dat file in the .minecraft directory and use that to restore the servers.
I don't know why you would be losing your servers unless you have some sort of file cleaner that automatically removes the file, or you are modding the game and it somehow messed up your server file.
So I set it all up, and for some reason, I never teleport. I will put a few screenshots in this post to show how it is set up, so you can point me the right way if I am doing anything wrong. The first 3 screenshots show the commands, the fourth shows the command blocks giving items, and the fifths shows the setup.
To teleport both the players, you could create this objective
/scoreboard objectives add death deathCount
Then have a command block hooked up to a clock running
/testfor @a[score_death=1]
Then hook a comparator from that command block to two more running these commands
/tp @a (Coordinates)
/scoreboard players reset @a death
That would teleport the players to a specific spot after killing one of the two, and set it up to be used again.
To give them the items, you would just need several /give command blocks to give them all the items.
If you want the players to spawn in different areas, set the spawn of the players with /spawnpoint in one place, and the teleport coordinates at another. When one dies, they will be spawned in the arena in one spot, and the other will be teleported to a different spot.
0
If you guys are interested in using resource packs, I could help out with boss battle tunes and some sound effects.
0
Hit me up, I'd love to do a little recording or two!
0
Can I get a chibi avatar like HolluSounds?
IGN: _acer
0
Hey can I get advanced feature access? My username is _acer
0
I've gotten into making custom block models and i've been attempting to bring people suggestions for some things on the minecraft forums into minecraft itself, but it is a lot harder than it looks and I've failed more times than I'd like to admit.
0
Chill dude... You aren't being conformed to anything
0
I'm also left handed but I think you really need to just adapt to using your right hand in video games. Thats how I did it.
0
You will simply have to create a timer for how long the music is playing and set that kind of a loop up
0
the /say command doesn't recognize selectors such as @a. You could either use a /testfor and /say, or a /tellraw command to accomplish your goal.
0
I can turn the textures for items/blocks people made for you and turn them into 3D models. Unfortunately I cannot animate them
0
if someone makes textures i can work on custom block models
0
The only problem is that this would ruin flatworld survival. But I suppose the player could just not trade for saplings, or maybe if it takes enough emeralds, it would make sense because that is late/end game.
0
You can back up your servers.dat file in the .minecraft directory and use that to restore the servers.
I don't know why you would be losing your servers unless you have some sort of file cleaner that automatically removes the file, or you are modding the game and it somehow messed up your server file.
0
Did you set up the scoreboard with
0
Then have a command block hooked up to a clock running
Then hook a comparator from that command block to two more running these commands
That would teleport the players to a specific spot after killing one of the two, and set it up to be used again.
To give them the items, you would just need several /give command blocks to give them all the items.
If you want the players to spawn in different areas, set the spawn of the players with /spawnpoint in one place, and the teleport coordinates at another. When one dies, they will be spawned in the arena in one spot, and the other will be teleported to a different spot.