Page 1 of 1

Plugins essential

Posted: 31 Aug 2018, 10:15
by PhantOM51
Hi !

Last Wednesday, we organized a competition in cup mode.
We had 64 slots and over 80 players tried to connect.
Finally we started the competition with 64 players.
The display on the screen and in the chat was very late.

That's all for introduction :D

Now the question : Which plugins are essential ?
My goal is to lighten up the server as much as possible.

My plugins.xml is :

Code: Select all

<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<plugins>
	<!-- Required plugins -->
	<plugin>plugin.manialinks.php</plugin>
	<plugin>plugin.modescript_handler.php</plugin>
	<plugin>plugin.checkpoints.php</plugin>
	<plugin>plugin.map.php</plugin>
	<plugin>plugin.local_records.php</plugin>
	<plugin>plugin.rasp.php</plugin>
	<plugin>chat.admin.php</plugin>
	<plugin>chat.server.php</plugin>
	<plugin>plugin.panels.php</plugin>

	<!-- Optional plugins -->
	<plugin>plugin.dedimania.php</plugin>
	<plugin>plugin.welcome_center.php</plugin>
	<plugin>plugin.tachometer.php</plugin>
	<plugin>plugin.info_bar.php</plugin>
	<plugin>plugin.stunt_messages.php</plugin>
	<plugin>plugin.donate.php</plugin>
	<plugin>plugin.rounds.php</plugin>
	<plugin>plugin.round_points.php</plugin>
	<plugin>plugin.round_autoend.php</plugin>
	<plugin>plugin.mania_exchange.php</plugin>
	<plugin>plugin.rasp_jukebox.php</plugin>
	<plugin>plugin.uptodate.php</plugin>

	<!-- Optional chat related plugins -->
	<plugin>chat.help.php</plugin>
	<plugin>chat.records.php</plugin>
	<plugin>chat.rasp.php</plugin>

	<!-- Optional Plugins which extend the functionality -->
	<plugin>plugin.customize_quit_dialog.php</plugin>
	<plugin>plugin.effect_studio.php</plugin>
	<plugin>plugin.mania_karma.php</plugin>
	<!--  <plugin>plugin.records_eyepiece.php</plugin> -->
</plugins>
I have turned off the record eyepiece plugin because it's the biggest one.
Can i disable all the plugins in "optional" section ?

My goal is to be able to have around 100 players on the server without slowdown.

Thanks for reading me :D

PS : Uaseco version is 0.9.6

Re: Plugins essential

Posted: 31 Aug 2018, 12:48
by undef.de
It seems your config/plugins.xml is not up-to-date to the current 0.9.6 from github: https://github.com/undeflabs/UASECO/blo ... lugins.xml. As you can see there are comments which answer your question of the minimum required plugins. ;)

And for the slowing down thing: You should update also to the latest github version, because the slowdown bug has been fixed too.

EDIT: The plugin.vote_manager.php should be disabled too, because it's not working currently.

Re: Plugins essential

Posted: 03 Sep 2018, 11:58
by PhantOM51
Hi !

Update done.
The server view showed 0.9.6 but several files were out of date.
Thank you for the info.

Now let's try it :thumbsup: