Mention Player in Chat

Status
This thread has been locked.

Irantwomiles

Check my signature for a new Practice plugin
Premium
Feedback score
3
Posts
1,263
Reactions
570
Resources
0
Hello everyone!
Today I'm going to sell a cool plugin that's just been sitting in my
plugins folder for a while now and now I added the final feature to it
so its pretty much done (Few config updates if you buy it)!

The Plugin is called Mention, I got the idea from a server a while back,
don't remember the name of it, but here is how the plugin works.
When you type @PlayerName it will message that person in chat
telling them that they have been Mentioned by someone. This is useful
for popular servers that have constant spam in chat and its hard to tell
what is going on. Its a pretty fun plugin and very cheap.

Here is a couple of pictures.

[When Someone Mentions you]
http://prntscr.com/9a05jq

[Enable/Disable]
http://prntscr.com/9a05x8

Commands:
there are currently two commands.
/mention on
/mention off

Permissions:

mention.use

If you wish to get this plugin please add me on skype
at iran.dev

Price:

Free
DOWNLOAD (Please stop fighting :()
http://www.mediafire.com/download/1swcp0rb1y1fsy3/Mention.jar




 
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

kitcat

New Member
Supreme
Feedback score
16
Posts
2,966
Reactions
1,286
Resources
0
Nice. Can you also make it so that when a name is typed in cha it comes up in a certain colour?
 

Irantwomiles

Check my signature for a new Practice plugin
Premium
Feedback score
3
Posts
1,263
Reactions
570
Resources
0
FruitSurvival (created by Eraze, Owner of Desteria, but Eraze sold it to H1N9) has this plugin, except in chat the name is yellow (&e) when you mention a player.

Consider making this plugin free, as it's nothing special and wouldn't take long to code.
It's actually been free for over a month, I thought I changed the thread because I've have 10+ people contact me about it, weird.
 

TheNewTao

Java Developer
Premium
Feedback score
0
Posts
654
Reactions
274
Resources
0
An event handler without an annotation, and a void method within the onEnable. This code wouldn't even compile, you tried to prove a point and failed epically.
I am pretty sure he was writing the code on his phone without the IDE, just to give people the idea of how simple the plugin is.
 

Tehker

Schleep
Premium
Feedback score
26
Posts
1,175
Reactions
307
Resources
0
Why not just post a download link so that you don't get spammed with useless contacts. .-. Makes life 10x easier..
 

Badger

Software Developer
Supreme
Feedback score
22
Posts
2,366
Reactions
1,561
Resources
2
An event handler without an annotation, and a void method within the onEnable. This code wouldn't even compile, you tried to prove a point and failed epically.
I don't think that was the point he was trying to propose anyway... I don't think it really mattered whether the code was compiling, it was just to show that it is so basic a code to be selling. It's free now, so this doesn't matter, but don't act like a smart-ass.
deleteduser_345 knows what he is doing.
 
Last edited:

Badger

Software Developer
Supreme
Feedback score
22
Posts
2,366
Reactions
1,561
Resources
2
That's your opinion, based on the fact that he put a method within an onEnable, I doubt it.
He was not going for an exact plugin, considering he put the class name as "Blabla"...
 

Badger

Software Developer
Supreme
Feedback score
22
Posts
2,366
Reactions
1,561
Resources
2
Completely irrelevant, if you're going to post any code at all, it should compile. You didn't provide just a snippet, you provided what I would like to assume was an attempt at a class. Even the comments you made weren't even relevant as to how someone would actually accomplish a plugin like this. My initial point was, and still is, that if you're attempting to diss someone, and bring in code, don't fuck up.
..class blabla implements Listener{

public void onEnable(){
//Get plugin manager and register this

@EventHandler
public void onPlayerChat(AsyncPlayerChatEvent e){
//Turn string into array
//Cycle through each player
// If a playername is contained with the @ prefix,
Player p = //that player who is contained
p.sendMessage("You have been tagged by " + e.getPlayer());

}

}

Dude look deleteduser_345 also put 2 periods in front of the class! He also forgot "public class"! He also is not following Java conventions and didn't capitalize his class name! SUE HIS DAMN ASS
 

Shortninja

♥ Java Enthusiast ♥
Supreme
Feedback score
2
Posts
1,143
Reactions
734
Resources
0
deleteduser_345 Do you honestly think you're fuckin funny, fuckin with my friends like that? init Kappa

Why do you act like you're so good that you threw up a little mention plugin in like four minutes? Nobody cares dude. A real programmer can do all that shit WHILE following proper conventions and practices.
 
Last edited:
Status
This thread has been locked.
Top