Advertisement
smbarbour

ServerPackv2 sample with Import

Aug 25th, 2013
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.99 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ServerPack version="3.0" xmlns:noNamespaceSchemaLocation="http://www.mcupdater.com/ServerPack" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"   xsi:schemaLocation="http://www.mcupdater.com/ServerPack ServerPackv2.xsd ">
  3.     <Server id="base" name="ImportBase" newsUrl="http://mcupdater.com" revision="1" serverAddress="" version="1.5.2" abstract="true">
  4.         <Module id="forge" name="Minecraft Forge">
  5.             <URL priority="0">http://files.minecraftforge.net/minecraftforge/minecraftforge-universal-1.5.2-7.8.1.737.zip</URL>
  6.             <Required>true</Required>
  7.             <ModType order="0">Jar</ModType>
  8.         </Module>
  9.     </Server>
  10.     <Server id="subset" name="Derived Pack" newsUrl="http://mcupdater.com" revision="1" serverAddress="localhost" version="1.5.2">
  11.         <Import>base</Import>
  12.         <Module id="buildcraft" name="Buildcraft">
  13.             <URL>http://bit.ly/12rzVI3</URL>
  14.             <Required isDefault="false">false</Required>
  15.             <ModType>Regular</ModType>
  16.         </Module>
  17.     </Server>
  18. </ServerPack>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement