hello, im trying to create a plugin for a bungeecord server,
the basic idea is: when receive a command: {/alert [-g] [-s:serverName] <msg>} it will send a title and a sound to all of the players connected to the proxy
i did the basic stuff of the command, now i need help with the title and the sound
heres the code i've already done:
Alert(Main class): https://paste.md-5.net/bolulogibi.java
Alert(command file): https://paste.md-5.net/oqegitedaz.js
(i know its dumb to name two files the same)