Ladder Description:
Users or teams can also join ladders and challenge other players or teams in the ladder. Elo rating system is used which calculates the difficultly of a match according to the players' ranks and this is taken into account when the ranks are updated after the match is finished.
Feature List:
Tournament Features
Hall of Fame (Top 10 Tournament Players)
Permissions can be set per usergroup
(AdminCP -> Usergroups -> Usergroup Manager -> {Select Usergroup} -> Tournament Permissions)
Tournaments start automatically when no slots are left
Tournaments have proper Date/ Time converted to users timezone and DST
2 Tournament Modes: Last Man Standing and Single Elimination
Filter Tournaments Displayed according to Tournament Status
Tournament User Stats Page
'Start Tournament' for Single Elimination adds bye players and creates brackets
Tournament options
Turn on/off tournament
Create Thread on Tournament Creation
Tournament Stats in Member Profile
Tournament Stats in Postbit (Can be turned on/off in Tournament Options)
Comments per page
Tournament description length shown in tournament List
Tournament Display
LMS realtime ranking shows if players are equal positions
Tournament View Counter
Tournament creator and last edited by notes at bottom of tournament
separate page for accepting/rejecting challenges and submitting score (have to be accepted by other user)
Tournament Announcements
Tournament Moderators can create/edit announcements
Uses forum last visit for announcement read marking
Shows last user to edit announcement
Categories
Share categories for tournaments/ ladders
Category displays in navbar when viewing ladder/ tournament
Installation:
Follow instructions included in .zip
If you are using v3.6.x you will need to download this product file and import it
(It contains memberinfo css which is used in profile comments in v3.7.x and is in used in Tournaments Comments and Team Profiles)
Click Install
Future Features:
Add more Different Tournament Types (Double Elimination and Round Robin)
Allowing a player to only join one team per ladder
Use 3.7/3.8 notification system
My Teams page
Easy way to Re-arrange users in tournament
Limit number of challenges per week/day
Ladder match finder
Custom message included in challenge pm sent to user
Donations:
If you want to donate please click 'Support Developer'
I am guessing you can only see these brackets when the tournament is over
The brackets display for single elimination tournaments once the tournament has filled all its slots. i.e. when the tournament is in progress and when the tournament has finished
I foudn a new issue with this mod... it deals with tournaments that are not evenly split in powers of two. (2, 4, 8, 16, 32, etc). This one tournament I have, has 17 players; which means it has 1 extra player outside of the power of 2. Normally, this wouldn't be a problem, simply by stratifying the brackets, no player would ever get more than one bye. However, with the way this system constructs the bracket, this 1 extra player gets a bye ALL THE WAY TO GRAND FINALS. This should be fixed. Or at least, put in a way that I can remove a player from a tournament to bring it down to 16, after the tournament has already started...
The way you fix this is actually relatively easy... instead of filling in bracket spots from 1, 2, 3, 4, etc... you fill them up as follows: 1, 3, 5, 7, etc, and then only start filling in the even spots when all the odd spots have been filled. So with 17 players in a tournament, you need to have a bracket setup for 32 players, not 17 (15 players will get a bye in first round, but no one will ever get more than 1 bye). Its easy to do the calculations to know how many bracket slots you need too: