Skip to content

mattiZed/minqlx-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minqlx-plugins

This is a collection of plugins that I wrote for Mino's Quake Live Server Mod minqlx. If you run into problems or find any bugs, you can contact me via IRC: Mino's Channel on Quakenet. Look out for "mattiZed" - I may not respond immediately but I will sure read your messages.

queue.py

This is a queue plugin. Some parts of it were inspired by the original queueinfo plugin which was written by walkerX for the old minqlbot.

The plugin basically shows for how long people have been waiting in specator mode. If a player joins a team, the name is kept for three minutes (so admins can track players that dont respect the queue) in the list but now displayed with an asterisk to show that the player has left the queue and will soon be removed.

The plugin also features an AFK list, to which players can subscribe/unsubscribe to.

pummel.py

This is a fun plugin.

It displays "Killer x:y Victim" message when Victim gets killed with gauntlet and stores the information in REDIS DB

Players can display their "pummels" via !pummel - this works only for victims that are on the server at the same time, otherwise we could just spit out steamIDs.

uneventeams.py

This plugin takes care of uneven teams.

If uneven teams occur this plugin finds the player who has played the least amount of time since he connected. The information stays persistant over mapchanges etc. In this context playing time means for how long the players have been in a team in an ACTIVE GAME, no matter how long they were alive, though.

Some parts of this plugin were inspired by this autospec plugin written by iou(onegirl), but the decision mechanism that takes care of who will be "punished" is a different approach.

About

my plugins for minqlx

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages