hello all,
so I know if I'm in the right section I wanted to know if the Warn message could be modified "french traduct" or another averts. some server run in round mod how to change the distribution of points in the type motogp 25/20 /.... ... thank you lot
custom score distribution
Moderator: NADEO
-
- Nadeo
- Posts: 585
- Joined: 14 Jun 2010, 16:15
- Manialink: maniahome
- Location: In front of your hood with one lap late
Re: custom score distribution
I don't understand your post.
You want to modified the averts or the points distribution ?
It it's the score distribution you can create a plugin changing for different score distribution thanks to the method
If it's message in the FreeZone Plugin, the answer is simply no
You want to modified the averts or the points distribution ?
It it's the score distribution you can create a plugin changing for different score distribution thanks to the method
Code: Select all
ManiaLive\DedicatedApi\Connection::setRoundCustomPoints(array $customPoints, bool $relaxChecking, bool $multicall)
Also known as: satanasdiabolo
- Knutselmaaster
- Posts: 1206
- Joined: 15 Jun 2010, 18:03
- Manialink: intr
- Location: Somewhere between Paris and Disney in France.
- Contact:
Re: custom score distribution
Your questions concern Plugin functionality.
I will move this topic to the plugins section.
There is no possibility to change rounds points yet, such a plugin does not exist for ManiaLive at the moment.
As for the warning message; open \libraries\ManiaLivePlugins\MLEPP\AdminPanel\AdminPanel.php
Go to line 576 (not sure for the line number as i don't know what version you run) it should say:
You can change your message there.
I will move this topic to the plugins section.
There is no possibility to change rounds points yet, such a plugin does not exist for ManiaLive at the moment.
As for the warning message; open \libraries\ManiaLivePlugins\MLEPP\AdminPanel\AdminPanel.php
Go to line 576 (not sure for the line number as i don't know what version you run) it should say:
Code: Select all
$window->setText('Admin has $f00warned$fff you for your $o$soffensive behaviour$z.'."\n\n".'Continuing this behaviour will get you either:'."\n".'* Removed from chat'."\n".'* Kicked from server '."\n".'* You might get a ban'."\n\n".'Please take this in consideration, while playing here.');Â
Re: custom score distribution
Custom round scores is now implemented to developer / svn version of adminpanel.
We, Mlepp developers are extending the plugin pack and new features is being added. Currently we are testing the database/local records/jukebox plugin combination, there is still too many bugs left after the great data structure change from last database format to the new one.
the new adminpanel has it's own "code language" now, tho there are shortcuts to commonly used admin command, but the rest are grouped like this.
/admin [action] [subject] [property] parameter1 (parameter2)
[action] can be set / get / add / remove
[subject] can be player / server / ta / team / rounds / laps / cup / [from other plugin]
[property] will be the subset of commands from each [subject]
few examples to mention a few of many from the system we are testing:
/admin set player unban [login]
/admin get player ignorelist
/admin get server coppers
/admin set server pay [login] [amount]
/admin set server stop
/admin add tmx [tmxid] [gameversion]
/admin set rounds custompoints f1new
/admin set ta timelimit 5:15
We, Mlepp developers are extending the plugin pack and new features is being added. Currently we are testing the database/local records/jukebox plugin combination, there is still too many bugs left after the great data structure change from last database format to the new one.
the new adminpanel has it's own "code language" now, tho there are shortcuts to commonly used admin command, but the rest are grouped like this.
/admin [action] [subject] [property] parameter1 (parameter2)
[action] can be set / get / add / remove
[subject] can be player / server / ta / team / rounds / laps / cup / [from other plugin]
[property] will be the subset of commands from each [subject]
few examples to mention a few of many from the system we are testing:
/admin set player unban [login]
/admin get player ignorelist
/admin get server coppers
/admin set server pay [login] [amount]
/admin set server stop
/admin add tmx [tmxid] [gameversion]
/admin set rounds custompoints f1new
/admin set ta timelimit 5:15
Who is online
Users browsing this forum: No registered users and 1 guest