Staff Chat Plugin | /sc

Status
This thread has been locked.

darcni

Banned
Feedback score
0
Posts
15
Reactions
0
Resources
0
Giving out my staff chat plugin.
Pm me for download

Commands : /sc or /staffchat

Code:
name: StaffChat
version: 1.0
main: com.darcni.plugins.staffchat.StaffChat
commands:
  sc:
    usage: /<command>
    description: The basic command for the plugin.
    aliases: [staffchat]

00Vcj1y.png


5Sd5JjI.png
 
Last edited:

Lampbork

Server Management/Configuration
Premium
Feedback score
0
Posts
73
Reactions
12
Resources
0
There are so many free plugins available
 

user7089

I deleted discord. Clones are scams.
Premium
Feedback score
5
Posts
137
Reactions
112
Resources
0
1.50$ for something that can be done in 5 lines of code?
Code:
<...> onCommand(<...>) {
    if (sender is player) {
        Bukkit.getServer().broadcast(Arrays.toText(args), "staffchat.staff"));
    }
}
untitle.JPG
 
Status
This thread has been locked.
Top