Plugins listed here. I'll keep all the plugins in this post, also updated versions, just look at the date under the name of the plugin

- Admin bar
- Chat Logger (log to .txt file)
- Bad Words Kicker
- Show top25 ranks at end of round
- Player join message, UPDATED!
- Player leave message
- Automatic Links Paser
- Force mod to clients
- Force music to clients
- Dedimania Records at end of trackNEW!
Please use this if you know some PHP, you may need to reposition/change some simple things.
_______________________________________________________________________________________________________
Adminbar
18-5-2008
Installation:
-Put all the plugins in the plugin map
-Add the plugins to plugins.xml, but make sure you add plugin.adminbar.php first, then add the sub-plugins.
(With red circle are included in package)
http://basti768.kicks-ass.net/1/TMNF/Adminbar.zip
Chatlogger
18-5-2008
It logs the chat to a txt file in the Logs directory. I ported this plugin from aseco TMN, Who made it I dont know, I only made it work in aseco tmnf. I use this plugin to show the last 15 chat lines on my website.
http://basti768.kicks-ass.net/1/TMNF/Chatlog.zip
Bad Words
18-5-2008
It kicks people when they say a bad word, edit the array in the plugin to add words. Very simple. Also it explaines to the user why he got kicked.
http://basti768.kicks-ass.net/1/TMNF/Badwords.zip
Show Ranks/Records at end
31-5-2008
This plugin shows the top25 ranks, records or ranks/records at the end of the game. You can configure hou many recs or ranks you want to see. Open plugin.showranks.php in an editor and edit the numbers

http://basti768.kicks-ass.net/1/TMNF/Showranks.zip
Player join message
19-6-2008
With this plugin you can easy make a personal join message for your server. You can configure lots of things to make the message more personal. Here under you can find a example configuration file:
Code: Select all
<?xml version="1.0" encoding="utf-8" ?>
<settings>
<LineColor>$ff0</LineColor> <!-- TM color code for the text, example: $f00 ,$f00$i -->
<LineItemColor>$fff</LineItemColor> <!-- TM color code for all parameters, example: $f00, $f00$i -->
<ShowUserIsAdmin>false</ShowUserIsAdmin> <!-- TRUE or FALSE -->
<ShowUserWithFormatting>false</ShowUserWithFormatting> <!-- TRUE or FALSE -->
<ShowNationShort>true</ShowNationShort> <!-- TRUE or FALSE, Example: When true NED will be displayed, when false Netherlands will be displayed -->
<ShowServerRankShort>true</ShowServerRankShort> <!-- TRUE or FALSE, Example: When true 2 will be displayed, when false 2/35 will be displayed -->
<!--
LineToDisplay, the line that will be displayed, the following parameters are avaidable:
{login} -> Login name
{nick} -> Nickname
{rank} -> World rank
{serverrank} -> ServerRank if avaidable
{country} -> Country of the user
-->
<LineToDisplay>Player {nick} joined the game, Rank {rank}, Country {country}</LineToDisplay> <!-- The line itself with the avaidable variables -->
<!-- DEBUG SETTINGS -->
<MessageTimeOut>0</MessageTimeOut> <!-- INTEGER, The time in seconds that the plugin will not send messages after aseco started, stops flooding when it restarts, example: 20 -->
</settings>
Installation:
-Place PlayerJoin.xml in de aseco root directory
-Place plugin.playerjoin.php in the plugin directory and add it to plugins.xml
-Edit Playerjoin.xml to your wishes

Download
http://basti768.kicks-ass.net/1/TMNF/Playerjoin.zip
Player leave message
18-5-2008
Simple, see the screenshots 2 message's above this...
http://basti768.kicks-ass.net/1/TMNF/Pl ... nLeave.zip
Automatic links parser
18-5-2008
Because my server usually end up in a chatbox, I made a plugin that can easily translate a URL to a clickable thing.
Usage: /link <your URL>
If there is a HTTP:// given it will use that, if there isn't it will add it.
http://basti768.kicks-ass.net/1/TMNF/Links.zip
Force mod to clients
5-6-2008
THIS ONE IS NATIONS ONLY!!!
With this plugin, you can force a mod to all clients, it wil overrule tracks with a mod, this way you can make a theme server. It is very fast coded, so the code is not pretty, but it works.
Installation! :
-Put the plugin.settings.forcemods.ini in the root directory of aseco.
-Put plugin.forcemods.php in the plugins directory and add it to the plugins.xml
After that you can edit plugin.settings.forcemods.ini to use your mods, in default there are two mods, they are downloaded from my webspace, but thats no problem with me. (but dont ask me to host your mods

The notation is <Link To Mod>|<Mod Name>|<Mod Author
The seperator is an | (left from your Enter key)
http://basti768.kicks-ass.net/1/TMNF/Forcemods.zip
Force music to clients
11-6-2008
With this plugin, you can force a song to all clients, it wil overrule tracks with a song, this way you can make a song server, the song will repeat itself endless until somebody sets another song, it is very simple
Installation! :
-Put the plugin.settings.forcemusic.ini in the root directory of aseco.
-Put plugin.forcemods.php in the plugins directory and add it to the plugins.xml
After that you can edit plugin.settings.forcmusic.ini to use your mods, in default there are no songs in the config file, just a example item.
The notation is <Link To Music>|<Music Name>|<Music Author>
The seperator is an | (left from your Enter key)
ONLY .MUX and .OGG ARE ALLOWED, MP3 DOES NOT WORK!
http://basti768.kicks-ass.net/1/TMNF/Forcemusic.zip
Dedimania Records at end of track
18-5-2008
This plugins shows the top5 dedimania records at the end of the track, just like the local top5 records.
Requires dedimania plugin 0.5b
http://basti768.kicks-ass.net/1/TMNF/Showdedirecs.zip
_______________________________________________________________________________________________________
I got some more, but those are not very usefull, or are to hardcoded. I hope the ones I posted will help somebody
