Page 1 of 2
[INVALID] Give all n00bs "op" tags on April 1st
Posted: Sat Mar 30, 2013 2:11 pm
by dlgn
I know it's a silly idea and it'll probably be rejected even if the votes say otherwise, but hey, I figured, why not give it a try? It would certainly be the best April Fools joke I can think of off the top of my head (translated: stealing someone else's idea).
Vote!
~dlgn
Re: Suggestion: Give all n00bs "op" tags on April 1st
Posted: Sat Mar 30, 2013 2:31 pm
by FrostyBirth
Why not only the ones that ask for OP, or admin and that stuff get it?
Re: Suggestion: Give all n00bs "op" tags on April 1st
Posted: Sat Mar 30, 2013 3:19 pm
by FaeynHeart
I will definitely be online if this goes into effect.
Re: Suggestion: Give all n00bs "op" tags on April 1st
Posted: Sat Mar 30, 2013 3:19 pm
by Rick
I agree with Frosty. Only the ones that ask for it, that have joined for the first time.
This would be an amazing April Fools joke.
-Rick
P.S. Also edit Helpbot's reply to, "Yes, you may have it."
Re: Suggestion: Give all n00bs "op" tags on April 1st
Posted: Sat Mar 30, 2013 3:29 pm
by alexrybicki
Didn't Intelli do this last year? Or am I remembering the future again? And you're welcome for the idea.

Re: Suggestion: Give all n00bs "op" tags on April 1st
Posted: Sat Mar 30, 2013 5:33 pm
by McFattyXXXL
here are my thoughts on this matter...
[youtube]P3ALwKeSEYs[/youtube]
Don't want to go overkill on pics and vids, but you get the sum of my response.
Most definitely will be on that day if this ever happens.
Re: Suggestion: Give all n00bs "op" tags on April 1st
Posted: Sat Mar 30, 2013 5:41 pm
by Ratta237
+1, I wanna see their pixelated faces XD
Re: Suggestion: Give all n00bs "op" tags on April 1st
Posted: Sat Mar 30, 2013 6:49 pm
by Intelli
Invalid, considering April 1st is like 27 hours away. Unless someone else plans on coding it.
Re: Suggestion: Give all n00bs "op" tags on April 1st
Posted: Sat Mar 30, 2013 7:34 pm
by planetphanatic
Intelli wrote:Unless someone else plans on coding it.
Assuming you have a boolean to determine the green tag:
Code: Select all@EventHandler(priority = EventPriority.NORMAL)
public void onPlayerChat(AsyncPlayerChatEvent event) {
if (isNew(event.getPlayer())) {
event.setFormat(ChatColor.RED + "[OP] " + ChatColor.WHITE + event.getPlayer().getName() + ": " + event.getMessage());
}
}
Re: Suggestion: Give all n00bs "op" tags on April 1st
Posted: Sat Mar 30, 2013 7:41 pm
by jugglingman456
Intelli wrote:Invalid, considering April 1st is like 27 hours away. Unless someone else plans on coding it.
Couldn't you just change the green "+" tag to "[OP]"? It'd take a lot less than 27 hours.