Spamit
Introductions
- Spamit is a very fun plugin for server Admins to spam! xD
- The best part is that this bypasses any anti-spam software! :DD so just enjoy your SPAM!! xD
Features
Allow server administrators to spam with "/spamit <option> <message>"
Commands
/spamit <option> <message>
Permissions
spamit.cmd Give player the permission of using the plugin.
TO DO
-Broadcast the spam [FINISHED]--Spam a specific player [FINISHED]-- Spam with Color Coding [UNFINISHED]
- Custom spamming prefix [UNFINISHED]
- Spam with custom name[UNFINISHED]
News
- Version 2.0v has been Uploaded!! :DD Wait for approval.. Stay tuned! xD
-
View User Profile
-
Send Message
Posted Sep 3, 2014I will challenge you. Make it so that you set the message and then a menu pops up and displays all the online players as heads with their displayname as their name, and when they click on their name it sends them the message.
Hit me up with a PM if you want to take the challenge and you have no idea where to start.
-
View User Profile
-
Send Message
Posted Aug 31, 2014@PatoTheBest
Wow.. Thank you very much for giving this much of help to me... :O :D
-
View User Profile
-
Send Message
Posted Aug 24, 2014For colors do msg.replace("&", "§"); //The § you do it with alt + 21 (in the numb pad)
Also, the loop you can do it like
for(int i = 0; i < loop; i++) {
//code
}
And finally, when you implement the option to spam to specific players,
Player test = Bukkit.getPlayer(player);
if(test != null) {
//online
} else {
//ofline
}
Did it without eclipse, so its not perfect, but you get the idea.
Kind Regards,
-Pato
EDIT: Command executor must be a in-game PLAYER!
Should be: Command executor must be an in-game PLAYER!
EDIT 2: to send the message to all players so it doesn't spam console
for(Player player1 : Bukkit.getOnlinePlayers()) {
if(player1 != player) { //optional so you don't send it to yourself
player1.sendMessage(ChatColor.DARK_RED + ">Spam< " + ChatColor.WHITE + "(" + ChatColor.YELLOW + player.getName() + ChatColor.WHITE + ")" + ChatColor.AQUA + " >> " + ChatColor.RESET + msg);
}
}
-
View User Profile
-
Send Message
Posted Aug 13, 2014@JustisR
First of all, Thank you for your comment! It really helps me and both the communities! Now lets get back to the request, so it is possible and I will try my very best to add that feature, because it really kinda useful so.. I'll try! xD Thanks!
-
View User Profile
-
Send Message
Posted Aug 13, 2014Potato, I need an option to spam specific players.
Because let's be honest, what's funny between two people is not necessarily funny between two others. <3 - YourFreind