Chat/velocity/src/main/java/com/alttd/velocitychat
Teriuihi ed2ba74772 Add start of VoteToMute functionality in chat system
Implemented VoteToMute system enabling initiated voting for muting a player in chat. This includes creating new classes "ActiveVoteToMute", "VoteToMute", and "VoteToMuteStarter". The "VoteToMute" class handles the voting command logic, it allows players to vote on whether to mute other players. The code also adds a call to register this new command in the main VelocityChat class.
2024-04-06 19:39:36 +02:00
..
commands Add start of VoteToMute functionality in chat system 2024-04-06 19:39:36 +02:00
data fix an oopsie 2021-12-11 19:35:35 +01:00
events fix an oopsie 2021-12-11 19:35:35 +01:00
handlers Log all party messages 2023-07-10 23:15:08 +02:00
listeners Implement evidence for automatic ban for 'punish' filter violations 2024-03-02 20:41:59 +01:00
VelocityChat.java Add start of VoteToMute functionality in chat system 2024-04-06 19:39:36 +02:00