Releases: ScureX/Takyon.PlayerVote
Release 3.1.2-hot
PlayerVote v3.1.2-hot
Hotfix for spam issue
Release 3.1.2
PlayerVote v3.1.2
Fixes & Quality of life stuff Read the documentation for help!
READ THE DOCS FOR SETUP!!!
Whats new
- [~] Fixed logic error which never picks the last map in pv_maps (thanks @xia0)
- [~] Fixed being able to switch & balance in FFA modes (thanks @xia0)
- [+] Error messages now get displayed in chat
- [+] Announcements now also get displayed in chat
Documentation
https://github.com/ScureX/Takyon.PlayerVote#readme
New Contributors
Full Changelog: v3.1.1...v3.1.2
Release 3.1.1
[~] fixed server crash when typing just !
[~] fixed server crash when voting for negative numbers
[+] get discord link from convars by @arashi4g in #30
Full Changelog: v3.1.0...v3.1.1
Release 3.1.0
PlayerVote v3.0.0
Chat Update! Read the documentation for help!
READ THE DOCS FOR SETUP!!!
Whats new
- Commands can now be entered in chat instead of console!
- !getuid for admins to get a users UID (for banning). Will be printed to server console in lobby!
- !discord so players can always request your discord (thanks arashi)
- added mp_glitch normalization
- new before you install section in readme
- new minimal setup in readme
- fixed force kicked players not being auto-kicked on rejoin
Documentation
https://github.com/ScureX/Takyon.PlayerVote#readme
New Contributors
- @arashi4g made their first contribution in #26
Full Changelog: v3.0.1...v3.1.0
Release 3.0.1
PlayerVote v3.0.1
Hotfix for Admin UIDs, added autobalance
What's Changed
[+] added !version
[+] added auto balance on postmatch (disabled by default)
[~] fixed admin uids being read incorrectly
[~] fixed maps not being proposed if score limit reached before proposal
New Contributors
Full Changelog: v3.0.0...v3.0.1
Release 3.0.0
PlayerVote v3.0.0
This is a massive update! Read the documentation for help!
Whats new
- !vote for voting for the next map! THIS ALSO ADDS A CUSTOM MAP ROTATION (regardless of gamemode)!
- ADDED CONVARS! This allows you to only have this mod once but still run different configs on different servers (thanks alt4!)
- Put all messages in
takyon_localization.nutso that it can be easily changed - Admin names are now saved as UID instead of name to prevent spoofing
- !balance vote to balance teams by k/d
- !switch lets players switch teams a limited amount per match (makes it easier to play with friends)
- improved help message, now there's help for each command
- !ping to get your or another persons ping
- There is now a personalized join message
- You can now disable !extend and !help (as you should be able to with all commands)
Documentation
https://github.com/ScureX/Takyon.PlayerVote#readme
New Contributors
Full Changelog: v2.2.0...v3.0.0
Release 2.2.0
Admin and Rule Update!
[FIX] !extend now works as intended!
[+] !msg to let admins send messages to players
[+] !sendrules to let admins send the rules to players
[+] !rules for players to see the rules (and break them obviously)
[+] !announce for admins to make announcements for every player
Release 2.1.0
- !kick does no longer need the full name, just enough to make out a player
- Players will get a message on respawn (only the first 2, can be adjusted) to type !help
- added !extend vote to play map longer
- added temporary bans to kicked players. Players will be unable to rejoin the same map, can rejoin after map change
For Documentation Read The ReadMe
Release 2.0.0
VoteSkipMap [SERVER ONLY]
Enables players to skip maps they don't like by typing !skip in the console. The map will be skipped if enough players have voted.
Big thanks to @Coopyy
Commands
!help
Shows the player who requested it a hint, telling them to type !skip in their console if they want to skip this map
!skip or !rtv
This lets the player vote to skip the map. It sends a message to everyone showing how many people want to skip and that they can skip with !skip. If half the Players voted to skip, the game time will be set to 1 second, allowing stats to be seen and switching to a new map.
Users cannot vote twice as their name is being tracked. They will get a message that they have already voted.
Votes are reset on map change.
Custom Commands
- Open Takyon.VoteSkipMap-2.0.0\mod\scripts\vscripts\takyon_voteskipmap.nut
- In VoteSkipMapInit() add AddClientCommandCallback("!YourCustomCommand", CommandSkip)
Release 1.0.0
VoteSkipMap
Enables players to skip maps they don't like by typing !skip in the console. The map will be skipped if enough players have voted.
Commands
!help
Shows the player who requested it a hint, telling them to type !skip in their console if they want to skip this map
!skip
This lets the player vote to skip the map. It sends a message to everyone showing how many people want to skip and that they can skip with !skip. If half the Players voted to skip, the game time will be set to 1 second, allowing stats to be seen and switching to a new map.
Users cannot vote twice as their name is being tracked. They will get a message that they have already voted.
Votes are reset on map change.