Jump to content
  • 0

Disable automatic resource startup


justonce01

Question

5 answers to this question

Recommended Posts

  • 0

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.

Link to comment
  • 0

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"/> 

Link to comment
  • 0

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.

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...