Go to file
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
api Implement chat log handler with database support 2024-04-06 17:25:15 +02:00
galaxy Implement chat log handler with database support 2024-04-06 17:25:15 +02:00
gradle/wrapper update gradle 2024-01-04 09:28:53 +01:00
libs Update nicknames for Player and CMI. 2022-10-09 20:25:40 +02:00
scripts Add a better pluign script 2021-08-23 11:58:28 +02:00
velocity Add start of VoteToMute functionality in chat system 2024-04-06 19:39:36 +02:00
.gitattributes idk what i fucked up here all files are new in git? 2021-06-20 22:03:39 +02:00
.gitignore Add gradle-wrapper to gitignore 2022-02-19 17:00:03 +01:00
build.gradle.kts Update version 2022-10-01 18:24:42 +02:00
gradlew update gradle 2024-01-04 09:28:53 +01:00
gradlew.bat update gradle 2024-01-04 09:28:53 +01:00
README.md idk what i fucked up here all files are new in git? 2021-06-20 22:03:39 +02:00
settings.gradle.kts Merge branch 4.9 2022-03-14 16:48:35 +01:00

Chat