Advertisement
sWiSs85

How to have the same Rei's Minimap Markers on every server

Jul 15th, 2012
1,297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. STEP 1 : Locate your Rei's Minimap markers directory (\.minecraft\mods\rei_minimap\)
  2. STEP 2 : Rename your most complete Minez .point file to "minez.points"
  3. STEP 3 : Remove all your other points files (or backup them... or merge their contents using notepad...)
  4. STEP 4 : Save the following lines in a file called "create_links.bat". Save it into the markers directory.
  5.  
  6. @echo off
  7. mklink /H us1-public.minez.net.DIM0.points minez.points
  8. mklink /H us2-public.minez.net.DIM0.points minez.points
  9. mklink /H us3-public.minez.net.DIM0.points minez.points
  10. mklink /H us4-public.minez.net.DIM0.points minez.points
  11. mklink /H us5-public.minez.net.DIM0.points minez.points
  12. mklink /H us6-public.minez.net.DIM0.points minez.points
  13. mklink /H us1.minez.net.DIM0.points minez.points
  14. mklink /H us2.minez.net.DIM0.points minez.points
  15. mklink /H us3.minez.net.DIM0.points minez.points
  16. mklink /H us4.minez.net.DIM0.points minez.points
  17. mklink /H us5.minez.net.DIM0.points minez.points
  18. mklink /H us6.minez.net.DIM0.points minez.points
  19. mklink /H eu1-public.minez.net.DIM0.points minez.points
  20. pause
  21.  
  22. STEP 5 : Run create_links.bat.
  23.  
  24. This will create hard links, all pointing to the same minez.point file. All your points will be the same on every MineZ server !
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement