Jacob's CTF Server
Vote command - Printable Version

+- Jacob's CTF Server (https://jacobsc.tf)
+-- Forum: Minecraft Capture the Flag (https://jacobsc.tf/forumdisplay.php?fid=3)
+--- Forum: Suggestions (https://jacobsc.tf/forumdisplay.php?fid=24)
+--- Thread: Vote command (/showthread.php?tid=643)



Vote command - FluffyFlyingB0B - 07-07-2015

I was just thinking it might be nice to have a /vote or /votenew (mapname) command which would then count up the number of Y/N responses. It is a bit like /rtv and /nominate, but I still think it would be quite useful when we are voting to play an old map etc. Not sure how you guys feel about this. Maybe we could even have just a /vote command and you can write anything you want after that and it will just tallies up the votes. For example:

/vote is chocolate good? (sorry bel)

Vote Y/N: Is chocolate good?

bob: y
larry: N
jack: CHICKENS!
sam: n

Results: 1 Y / 2 N


Let me know your thoughts.



RE: Vote command - jack - 07-07-2015

CHICKENS!

I also was about to make a post like this. Until I saw this.

Also there was no poll option for CHICKENS Sad


RE: Vote command - Bacon - 07-08-2015

Awesome gonna be useful


RE: Vote command - FluffyFlyingB0B - 07-17-2015

Maybe if its easier, make it so you reply with /n or /y. Also this way you can still chat things that start with y or n or reply to some other question or say y as in "why".


RE: Vote command - jack - 07-18-2015

In programming it doesn't matter if the y is apart of something. You can just do soemthing like
if ($playermessage == 'y') {
++votecount;
end();
}

Or soemthing to that effect I don't really know how Jacob_ has it programmed right now but yeah. Also it's obviously not going to be in PHP. But I don't relaly know java so...