justonce01 Posted October 8, 2013 Posted October 8, 2013 Whenever I start my server, the Helpmanager and Votemanager resources automatically get started, even though I removed them from the config file. Is this intended behaviour and if not, how do I actually stop it from auto-starting?
0 myonlake Posted October 8, 2013 Posted October 8, 2013 If you're running play or race or another gamemode, they might have those resources included in their meta.xml file.
0 justonce01 Posted October 9, 2013 Author Posted October 9, 2013 I just checked it and the Race gamemode does have it, but my server is starting up with the Play gamemode and that one doesn't have it. Could there be another reason for those 2 resources auto-starting? Sure, disabling them takes 3 seconds after the server startup, but I'd like to know what's causing their startup.
0 myonlake Posted October 9, 2013 Posted October 9, 2013 What resources are you running at the moment?
0 justonce01 Posted October 9, 2013 Author Posted October 9, 2013 These. <resource src="admin" startup="1" protected="0"/> <resource src="defaultstats" startup="1" protected="0"/> <resource src="joinquit" startup="1" protected="0"/> <resource src="mapcycler" startup="1" protected="0"/> <resource src="mapmanager" startup="1" protected="0"/> <resource src="parachute" startup="1" protected="0"/> <resource src="resourcebrowser" startup="1" protected="1" default="true"/> <resource src="resourcemanager" startup="1" protected="1"/> <resource src="scoreboard" startup="1" protected="0"/> <resource src="spawnmanager" startup="1" protected="0"/> <resource src="webadmin" startup="1" protected="0"/> <resource src="glue2" startup="1" protected="0"/> <resource src="reload" startup="1" protected="0"/> <resource src="realdriveby" startup="0" protected="0"/> <!-- play is the default freeroam gamemode. Remove the following line to prevent it from starting. --> <resource src="play" startup="1" protected="0"/>
0 justonce01 Posted October 16, 2013 Author Posted October 16, 2013 Solved it. The resource ''Mapcycler'' starts the Votemanager and Helpmanager resources. You just need to remove them from Mapcycler's meta.xml file. Also, the Votemanager resource automatically starts the Helpmanager resource, so you have to remove it from Votemanger's meta.xml file too.
Question
justonce01
Whenever I start my server, the Helpmanager and Votemanager resources automatically get started, even though I removed them from the config file.
Is this intended behaviour and if not, how do I actually stop it from auto-starting?
5 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now