Discuss everything about Xymph's Aseco flavoured server control scripts for TM Forever / classic TMN and for TM² Canyon.
Moderators: Xymph, TM-Patrol
-
TheBigG
- smooth traffic navigator

- Posts: 232
- Joined: 16 Oct 2010 19:45
- Owned TM-games: TMN! TMF
- Location: Germany
Post
by TheBigG » 28 Jul 2011 16:54
hi what i want to kick inaktive players to speec but the plugin kick players from server not to speec
here my config
Code: Select all
<?xml version="1.0" encoding="utf-8" ?>
<settings>
<!-- The time interval in which the plugin checks for "kickable" players-->
<kickinterval>5</kickinterval> <!-- seconds, 0 to deactivate overall idle kicking -->
<!-- Time, until an idle player is kicked
A player is set active if he does one of the following things:
* pass a checkpoint
* write a chat line
* finish a race
* click a manialink-->
<idletime>30</idletime> <!-- seconds, 0 to deactivate idle kicker -->
<!-- The same like the beforementioned, but for spectators,
This functionality won't kick players that are waiting in the queue-->
<unqueued_spec_idletime>0</unqueued_spec_idletime> <!-- seconds, 0 to deactivate idle kicker -->
<!-- Maximum number of players kicked after a race is finished (the plugin takes the ranking and
kicks the worst players -->
<kickworst>0</kickworst>
<!-- if enough spectator-slot available requeue players instead of kicking them -->
<kicktospec>True</kicktospec>
<!-- Determines whether admins can be automatically kicked or not -->
<kickadmins>True</kickadmins>
<!-- set true to use ManiaLink display and buttons instead of chat display and chat commands -->
<use_manialinks>Talse</use_manialinks>
<!-- Some strings for the chat output-->
<str_forbidden>Sorry, you don't have enough ladderpoints to join the race.</str_forbidden>
<str_queuepos>You are now at position $0ff%queuepos% $fffin the queue. To get out of the queue, type $0ff/unqueue$fff.</str_queuepos>
<str_specmode>You put yourself to spectator mode. Type $0ff/queue $fffto get back in.</str_specmode>
<str_unqueue>You removed yourself from the queue. Type $0ff/queue $fffto get back in.</str_unqueue>
<str_drive>You got a free spot. Have fun driving!</str_drive>
<str_kick_spec>Kicked unqueued spectator after $0ff%time%$fff: %nick%</str_kick_spec>
<str_kick_idle>Kicked idle player after $0ff%time%$fff: %nick%</str_kick_idle>
<str_kick_worst>Kicked worst player: %nick%</str_kick_worst>
<str_kick_tospec>Requeued worst player: %nick%</str_kick_tospec>
<!-- Some strings for the manialink output -->
<str_ml_queuepos>Queue position: $0ff%queuepos% $fff(click to leave the queue)</str_ml_queuepos>
<str_ml_specmode>$0ffClick here to play! $fff(join the queue)</str_ml_specmode>
<str_ml_drive>You got a free spot. Have fun driving!</str_ml_drive>
<buttonxml>
<quad sizen="35 4" posn="0 -27.5 22.9" valign="center" halign="center" style="Bgs1" substyle="BgTitle3"/>
<quad sizen="34 3" posn="0 -27.5 23" valign="center" halign="center" style="BgsPlayerCard" substyle="BgCardSystem" action="%action%"/><format textsize="2"/>
<label sizen="30 3" posn="0 -27.3 23.1" valign="center" halign="center" text="$s%text%"/>
<format textsize="0"/>
<label sizen="30 3" posn="17 -29.7 23.1" halign="right" text="$s$bbbAutoQueue v%version%"/>
</buttonxml>
<listconfig>
<autoshow>true</autoshow>
<title>Queue</title>
<style>Bgs1</style>
<substyle>BgTitle3</substyle>
<highlitestyle>BgsPlayerCard</highlitestyle>
<highlitesubstyle>BgCardSystem</highlitesubstyle>
<posx>0</posx>
<posy>-20</posy>
<rows>7</rows>
<maxcols>2</maxcols>
<maxwidth>25</maxwidth>
<scale>0.77</scale>
</listconfig>
</settings>
what do i wrong?
-
schmidi
- smooth traffic navigator

- Posts: 196
- Joined: 15 Jul 2008 22:25
- Owned TM-games: tmo, tms, tmuf
Post
by schmidi » 28 Jul 2011 17:20
kicks players after 30 secs of inactivity.
"kick to spec" is only available for kickworst
-
TheBigG
- smooth traffic navigator

- Posts: 232
- Joined: 16 Oct 2010 19:45
- Owned TM-games: TMN! TMF
- Location: Germany
Post
by TheBigG » 28 Jul 2011 17:41
schmidi wrote:
kicks players after 30 secs of inactivity.
"kick to spec" is only available for kickworst
so its not possible to kick players to speec?
does a plugin exists with that function?
-
Xymph
- Pit Crew

- Posts: 5669
- Joined: 19 Aug 2007 12:58
- Owned TM-games: TMN, TMU, TMF, TM²
-
Contact:
Post
by Xymph » 28 Jul 2011 19:08
TheBigG wrote:so its not possible to kick players to speec?
does a plugin exists with that function?
The idlekick plugin in the main XAseco distro does that ($specPlayFirst). But you probably shouldn't use it together with the AutoQueue plugin.
-
TheBigG
- smooth traffic navigator

- Posts: 232
- Joined: 16 Oct 2010 19:45
- Owned TM-games: TMN! TMF
- Location: Germany
Post
by TheBigG » 28 Jul 2011 19:10
Xymph wrote:TheBigG wrote:so its not possible to kick players to speec?
does a plugin exists with that function?
The idlekick plugin in the main XAseco distro does that ($specPlayFirst). But you probably shouldn't use it together with the AutoQueue plugin.
i know but i want to use it on a server without timelimit so i need a time based plugin
-
rastalex
- pedestrian

- Posts: 7
- Joined: 18 Oct 2010 09:29
- Owned TM-games: TMU
Post
by rastalex » 03 Oct 2011 12:05
Hi,
I didn't see this question before so :
Do you intend to adapt this plugin for the Xaseco2 system?
Thanks for answers

-
schmidi
- smooth traffic navigator

- Posts: 196
- Joined: 15 Jul 2008 22:25
- Owned TM-games: tmo, tms, tmuf
Post
by schmidi » 03 Oct 2011 12:11
rastalex wrote:Do you intend to adapt this plugin for the Xaseco2 system?)
tons of other things to do, maybe ...
-
rastalex
- pedestrian

- Posts: 7
- Joined: 18 Oct 2010 09:29
- Owned TM-games: TMU
Post
by rastalex » 03 Oct 2011 12:16
Ok , thanks for your fast answer

I understand.
good luck for your stuff
-
dobesone
- road tourist

- Posts: 96
- Joined: 27 Nov 2008 21:33
- Owned TM-games: TMUF, TMS, TM2
- Manialink(s): unc (tm1) unc-crew (tm2)
- Location: Denmark
-
Contact:
Post
by dobesone » 11 Dec 2011 18:58
schmidi wrote:tons of other things to do, maybe ...
Allready needed in tm2. Alot of higher ranked servers are full and got alot of specs. . But no rush Schmidi, take your time. Looking forward to release, if released

GG Mim
-
Bueddl
- speedy pilot

- Posts: 458
- Joined: 05 Apr 2008 12:37
- Owned TM-games: TMO, TMS, TMU/N(F)
- Location: Germany
-
Contact:
Post
by Bueddl » 05 Jan 2012 08:29
schmidi wrote:rastalex wrote:Do you intend to adapt this plugin for the Xaseco2 system?)
tons of other things to do, maybe ...
dobesone wrote:schmidi wrote:tons of other things to do, maybe ...
rastalex wrote:Ok , thanks for your fast answer

I understand.
good luck for your stuff
Allready needed in tm2. Alot of higher ranked servers are full and got alot of specs. . But no rush Schmidi, take your time. Looking forward to release, if released

GG Mim
See:
viewtopic.php?f=127&t=29228&p=200298#p200298 for this
Cheers
Bueddl
-
dobesone
- road tourist

- Posts: 96
- Joined: 27 Nov 2008 21:33
- Owned TM-games: TMUF, TMS, TM2
- Manialink(s): unc (tm1) unc-crew (tm2)
- Location: Denmark
-
Contact:
Post
by dobesone » 15 Jan 2012 19:22
Hey. That looks awesome Bueddl. Thank you for your work, imma go test it right away.
Regards Mim
-
Vins75000
- pedestrian

- Posts: 11
- Joined: 05 Apr 2012 23:28
- Owned TM-games: TMUF
- Manialink(s): Team-RAR
Post
by Vins75000 » 06 Apr 2012 14:54
hello,
concerning the protection of kickadmin, can we refined only for masterdmin ?
thanks for answers
-
schmidi
- smooth traffic navigator

- Posts: 196
- Joined: 15 Jul 2008 22:25
- Owned TM-games: tmo, tms, tmuf
Post
by schmidi » 06 Apr 2012 16:57
Vins75000 wrote:can we refined only for masterdmin ?
in plugin.fufi.autoqueue.php change line 758
from
Code: Select all
return $this->Aseco->isAnyAdmin($playerObj);
to
Code: Select all
return $this->Aseco->isMasterAdmin($playerObj);
ofc you need to restart xaseco
-
zastas
- pedestrian

- Posts: 11
- Joined: 27 Jul 2013 08:08
- Owned TM-games: TM2
- Manialink(s): NO
Post
by zastas » 03 May 2014 11:07
hello,
since the new update ManiaPlanet of that goes on the server, it is automatically queued even if the number of players is not reached
What should I configure it back as before?
sorry for my bad english
-
schmidi
- smooth traffic navigator

- Posts: 196
- Joined: 15 Jul 2008 22:25
- Owned TM-games: tmo, tms, tmuf
Post
by schmidi » 04 May 2014 13:59
This plugin is not at all intended to be used with XAseco2 and ManiaPlanet.