Difference between revisions of "Ladle/Tools"
From Armagetron
(Added Tournament Authority Generator tool) |
m (Move the random team command to bottom of list) |
||
Line 1: | Line 1: | ||
{{:Ladle/Blurb}} | {{:Ladle/Blurb}} | ||
− | |||
− | |||
− | |||
== [http://adventuresoftron.com Minimum Authority Generator] == | == [http://adventuresoftron.com Minimum Authority Generator] == | ||
Line 29: | Line 26: | ||
A website with basic Ladle stats. A live demo can be found at http://generalconsumption.org/armagetronad/ladle-stats/. | A website with basic Ladle stats. A live demo can be found at http://generalconsumption.org/armagetronad/ladle-stats/. | ||
+ | |||
+ | == Random Team IRC command == | ||
+ | |||
+ | <code>reply [sc [fetch [concat http://crazy-tronners.com/kyle/random_2.php?teams=[urlquote $*]]]]</code> |
Revision as of 15:43, 20 August 2011
Ladle Info | About | Challenge Board | Tools | Operations | Results | Statistics | Voting | Bowl
The One hundred and sixty-eighth TRONIC Ladle will be played on Sunday, May 18th, 2025!
|
Minimum Authority Generator
Finds Global IDs in a block of text, and generates configuration files that server admins can RINCLUDE. There is a topic on the armagetronad forums for discussion.
Tournament Authority Generator
A derivative implementation of the Minimum Authority Generator with a couple different features. There is a topic on the armagetronad forums for discussion.
- Better Global ID filtering. GIDs with spaces, full stops ("."), etc. all work.
- Validates the existence of Global IDs with the authentication servers.
- Auto-corrects Global IDs that use the wrong subgroup. Examples:
- dlh@ct => dlh@ct/public
- dlh@forums/incorrect => dlh@forums
ladle-export
The ladle-export program exports Ladle results, teams, and players to JSON.
ladle-results
Analyzes Ladle matches/players/teams, and offers several reports about the data.
ladle-stats
A website with basic Ladle stats. A live demo can be found at http://generalconsumption.org/armagetronad/ladle-stats/.
Random Team IRC command
reply [sc [fetch [concat http://crazy-tronners.com/kyle/random_2.php?teams=[urlquote $*]]]]