Map Info: Re-connect is a remake of the classic, Connect 4. It is a very fun map to play with your friends. There are two teams: Team Blue (Diamond) and Team Green (Emerald).
Requires 2 people to play!
For those who aren't familiar with Connect 4, basically you have to get 4 blocks in a row diagonally on the board and whoever does it first wins.
Youtubers must include link in description and say plasmo321 at least once in recording.
My map is in beta at the moment but I plan on updating it in the near future.
Huge shout out to mc_da for doing most of this update!
The v1.4 BETA update includes:
- Announce when someone wins.
- Cannot summon new blocks in full columns.
- Get teleported to the lobby at start.
- Sign clicking works with non op players.
- Misc improvements.
To do:
- TP players back to lobby when someone wins.
- Finish final logo/thumbnail.
|
Comments
2016-01-06 19:54
QuoteDude thanks so much!! If you could make it that would be ideal because finals are coming next week and I need to catch up a lot. Just email me the map preferably in a winrar zip at plasmo321
2015-11-22 04:43
QuoteOK I downloaded the map and now I see what the problem is. I think I know how to do it.
First summon and armor stand {Invisible:1b,N oGravity:1b,Mar ker:1b} at every coordinate where a block could be. The use execute + detect. For example:
/execute @e[type=ArmorSt and] ~ ~ ~ detect ~ ~ ~ diamond_block ~ ~ ~ execute @e[type=ArmorSt and,c=1] ~ ~ ~ detect ~ ~ ~ diamond_block ~ ~1 ~1 execute @e[type=ArmorSt and,c=1] ~ ~ ~ detect ~ ~ ~ diamond_block ~ ~2 ~2 execute @e[type=ArmorSt and] ~ ~ ~ detect ~ ~ ~ diamond_block ~ ~3 ~3 say Diamond won.
This command first detects if there's a diamond block at it's location, and if it is, it detects again at the nearest armor stand (itself) if there a diamond block at it's diagonal, if it is, it detects one block further again etc. You would near four commands for four diagonals and for each team.
And just one more suggestion:
/effect @a 23 2 100 true (true at the end cancels particles)
If you want I can try to implement the changes to the map and send it to you by email, unless you want to make the map yourself, I would understand that.
2015-11-20 19:48
QuoteThanks dude! I know that too but what I don't know is what scoreboard to make and how to make it so it sends a red stone signal when someone wins if that makes sense.
2015-11-19 21:55
Quote/title @a title {selector:"@p[s core_win_min=1] ", color:green, extra:[{text:" won the game!", color:yellow}]}
This is how you display someone's name in text, also works with tellraw and subtitle. You can change /title times if you want the title to be displayed for a longer/shorter peroid of time.
I haven't downloaded the map so I don't know what scoreboards, teams etc. you uses in your map, just change whatever you need to change in this command.
2015-11-19 17:01
Quote2015-11-13 01:11
Quote2015-11-13 01:09
Quote/effect @a 23 2 100
This should give everyone playing a permanent 2 second timer for a saturation buff. Happy Mapping!
2015-10-18 21:53
QuoteI also appresiate your time in building maps so we Minecrafters can play. Keep building!
2015-10-17 16:09
Quote