Advertisement
vtmarwin

five test

Mar 27th, 2015
6,704
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.55 KB | None | 0 0
  1. <?xml version="1.0"?>
  2.  <!-- Mav's Clan Message Center 3.06 - Primary Messages -->
  3.  
  4. <primary.xml>
  5.  
  6.         <!-- Colors are specified in hex format. If you aren't sure how that works, you can go to -->
  7.         <!-- http://www.colorpicker.com/ and copy and paste the six character code.               -->
  8.  
  9.         <!-- Last person to update message                                                        -->
  10.         <Author>VTMarwin</Author>
  11.         <Author_Color>008000</Author_Color>
  12.         <Show_Author> no </Show_Author>
  13.  
  14.         <!-- How many minutes should mod wait before checking for updated messages                -->
  15.         <!-- NOTE: Mod checks if time has elapsed after returning from battle and when switching  -->
  16.         <!-- servers. If you just sit in the garage for hours, no check will be performed.        -->
  17.         <Check_Message_Time> 1 </Check_Message_Time>
  18.        
  19.          <!-- Message Of The Day - to disable message set Msg_Enabled to no                       -->
  20.         <MOTDmsg>Welcome to FIVE's Clan Message Center.</MOTDmsg>
  21.         <MOTD_Color>00FF00</MOTD_Color>
  22.         <Show_MOTD_Message> yes </Show_MOTD_Message>
  23.        
  24.          <!-- Clan meeting details - to disable message set CM_Msg_Enabled to no                  -->
  25.         <Clan_Meeting>Clan meeting - Sraz se bude konat 17-19.04.2015 ve Straznici</Clan_Meeting>
  26.         <Meeting_Color>FFCC00</Meeting_Color>
  27.         <Show_Meeting_Message> NO </Show_Meeting_Message>
  28.        
  29.         <!-- TOURNAMENT BATTLE DETAILS                                                            -->
  30.         <Tournament_Battles_Message>test </Tournament_Battles_Message>
  31.         <Tournament_Color>FFCC00</Tournament_Color>
  32.         <Show_Tourney_Message> no </Show_Tourney_Message>
  33.        
  34.         <!-- CLAN WARS BATTLE DETAILS                                                             -->
  35.         <Clan_Wars_Message>18.4 CW začínajú od 18:30 a budú trvať až kým neskončíme!</Clan_Wars_Message>
  36.         <CW_Color>FF4500</CW_Color>
  37.         <Show_Clanwars_Message> yes </Show_Clanwars_Message>
  38.  
  39.  
  40.         <!-- EXTENDED CONFIGURATION OPTIONS                                                       -->
  41.        
  42.         <!-- Enable/disable secondary clan wars message                                           -->
  43.         <!-- To show both primary and secondary messages set Show_Both_CWMessages to yes. If      -->
  44.         <!-- Show_Both_CWMessages is set to no, only the secondary message will be visible.       -->
  45.         <Show_Secondary_CW> no </Show_Secondary_CW>
  46.         <Show_Both_CWMessages> no </Show_Both_CWMessages>
  47.  
  48.         <!-- Enable/disable secondary tournament message                                          -->
  49.         <!-- To show both primary and secondary messages set Show_Both_TMessages to yes. If       -->
  50.         <!-- Show_Both_TMessages is set to no, only the secondary message will be visible.        -->
  51.         <Enable_Secondary_Tourney>no</Enable_Secondary_Tourney>
  52.         <Show_Both_TMessages>no</Show_Both_TMessages>
  53.  
  54.  
  55.         <!-- !!USE WITH CAUTION!! ----- Remotely update msg-ctr.xml ----- !!USE WITH CAUTION!!    -->
  56.         <!-- Used to push a new mod config to the game client in cases where any of the URLs have -->
  57.         <!-- changed(secondary messages/images) without the need to get everyone to re-download   -->
  58.         <!-- and re-install the mod again.                                                        -->
  59.         <!-- Typically you shouldn't need to do this, but it's useful if somebody screws stuff    -->
  60.         <!-- up, or if you want to periodically change the header/divider graphic such as         -->
  61.         <!-- something seasonal for example.  =)                                                  -->
  62.         <Update_Mod_Config>no</Update_Mod_Config>
  63.         <Config_Update_Address>none</Config_Update_Address>
  64.  
  65. </primary.xml>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement