/pcspam pingspoof

Status
This thread has been locked.

superfastiggy

Feedback score
1
Posts
204
Reactions
3
Resources
0
Just wondering if some1 can make the plugin /pcspam pingspoof you type the command then everyone on the server says pingspoof in chat. You can do this with anything 4 example /pcspam pig every1 on the server says pig This can be a script or a plugin idc Please call it PigycraftSpam
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Ghast

Founding Father of Hypocrisy - https://artemis.ac
Supreme
Feedback score
54
Posts
2,096
Reactions
3,285
Resources
79
We’ve got a Skeppy fan over here.
 

Influxes

Feedback score
4
Posts
44
Reactions
34
Resources
0
read that title and thought, skeppy will love this xD
 

Kieraaaan

Plugin Developer
Premium
Feedback score
7
Posts
463
Reactions
222
Resources
0
Code:
for (Player online : getServer().getOnlinePlayers()) {
    player.chat(args[0]);
}
Code:
getServer.getOnlinePlayers().forEach(player -> player.chat(args[0]));
 
Last edited:

Camera

Feedback score
0
Posts
6
Reactions
2
Resources
0
Code:
for (Player online : getServer().getOnlinePlayers()) {
    player.chat(args[0]);
}
Code:
getServer.getOnlinePlayers().forEach(player -> player.chat(args[0]));
I think, he doesn't have IDE. And he just wants to get jar. 1$ is price for opening Intellij idea and writing few lines of code.
 
Status
This thread has been locked.
Top