idk if its possible
|
|
How would I add a :ound and ::voice command? I want to test them but I'm not sure how.
This is what I have for sounds but it won't work:
Code:case "sound": if (cmd.length < 2) { player.getPackets().sendPanelBoxMessage("Use: ::sound id"); return true; } try { player.playSound(new Sound( Integer.valueOf(cmd[1]), 0, 0)); } catch (NumberFormatException e) { player.getPackets().sendPanelBoxMessage("Use: ::sound id"); } return true;
ofc it's possible. i just don't know how to do it lol.
| « Adding Solomon items To Weapons [718/742] | Hairdresser Help 667 » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |