Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. <config>
  2. <database classname="com.mysql.jdbc.Driver" connectionstring="jdbc:mysql://localhost/rifts?user=root&password=" databasename="rifts"/>
  3. <worlds>
  4. <world name="Good World" type="NORMAL" seed="-1"/>
  5. <world name="Bad World" type="NORMAL" seed="-1"/>
  6. <world name="Nether World" type="NETHER" seed="-1"/>
  7. <world name="Neutral World" type="NORMAL" seed="-1"/>
  8. </worlds>
  9. <factions defaultfaction="Neutral Guys">
  10. <faction name="Good Guys" world="Good World" spawnoverride="false" spawnx="0" spawny="0" spawnz="0"/>
  11. <faction name="Bad Guys" world="Bad World" spawnoverride="false" spawnx="0" spawny="0" spawnz="0"/>
  12. <faction name="Nether Guys" world="Nether World" spawnoverride="true" spawnx="1000" spawny="128" spawnz="1000"/>
  13. <faction name="Neutral Guys" world="Neutral World" spawnoverride="false" spawnx="0" spawny="0" spawnz="0"/>
  14. </factions>
  15. </config>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement