Skip to content

Latest commit

 

History

History
31 lines (30 loc) · 849 Bytes

index.md

File metadata and controls

31 lines (30 loc) · 849 Bytes
layout title permalink topnav
page
use
/use/
true
<script> var match = /page=(\w+)/.exec(window.location.href); switch (match ? match[1] : "") { default: case "installer": window.location.href = '{{ "/use/installer/" | relative_url }}'; break; case "server": window.location.href = '{{ "/use/server/" | relative_url }}'; break; case "mcupdater": window.location.href = '{{ "/use/mcupdater/" | relative_url }}'; break; case "technic": window.location.href = '{{ "/use/installer/" | relative_url }}'; break; case "atlauncher": window.location.href = '{{ "/use/installer/" | relative_url }}'; break; } </script>