-
Notifications
You must be signed in to change notification settings - Fork 0
/
usernamemod.html
115 lines (115 loc) · 4.88 KB
/
usernamemod.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!DOCTYPE html>
<html lang="en">
<head>
<title>rakion99 site | Username Changer</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="css/style.css">
<!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head>
<body>
<header class="center clearfix" id="navtop"> <a href="index.html" class="logo fleft"><img src="img/logo.png" alt=""></a>
<nav class="fright">
<ul>
<li><a href="index.html">Home</a></li>
</ul>
<ul>
<li><a href="projects.html" class="navactive">Projects</a></li>
</ul>
</nav>
</header>
<div class="works singlework center part clearfix">
<header class="title">
<h5 align="center">UserName Changer</h5>
<p class="fright"><a href="projects.html" class="more arrow">Back to projects</a></p>
</header>
<aside class="column4 mright">
<p class="mbottom">Minecraft mod that make able to change the ingame username easy </p>
<!--h6>Client</h6>
<p>Company Y, a design studio in Auckland</p>
<h6>Details</h6>
<ul>
<li>Design (Logo, UI, ...)</li>
<li>Front-end development</li>
</ul>
<h6>Technology</h6>
<ul>
<li>HTML5</li>
<li>CSS3</li>
<li>jQuery</li>
</ul>
<h6>Links</h6>
<ul>
<li><a href="#">Live website</a> - http://www.domain.com</li>
<li><a href="#">Original size</a> - 6.4 Mo</li>
</ul>
<h6>Testimonial</h6>
<blockquote>Thanks for that amazing work, more than happy with the result</blockquote-->
</aside>
<section class="columnthird content clearfix">
<ul class="tabs">
<li><a href="#tab1">Info</a></li>
<li><a href="#tab2">Images</a></li>
<li><a href="#tab3">Download</a></li>
<li><a href="#tab4">How to Use</a></li>
</ul>
<div class="tab_container">
<div id="tab1" class="tab_content">
<b><p>With this mod you can change your ingame username</p>
<p>obviously this does not work in online mode servers</p>
<p>Minecraft Forum post <a href="http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/2233908-ingame-username-change" target="_blank" class="button">Go to the site</a></p>
</b>
</div>
<div id="tab2" class="tab_content">
<figcaption>
<p>Main menu Forge mod</p>
</figcaption>
<figure class=""> <a href="img/username3.png"> <img src="img/username3.png" alt="" /> </a> </figure>
<figcaption>
<p>Main menu Vanilla/Jar mod</p>
</figcaption>
<figure class=""> <a href="img/username1.png"> <img src="img/username1.png" alt="" /> </a> </figure>
<figcaption>
<p>UserName Changer Menu</p>
</figcaption>
<figure class=""> <a href="img/username2.png"> <img src="img/username2.png" alt="" /> </a> </figure>
</div>
<div align="center" id="tab3" class="tab_content">
<p class="warning"><b>Forge version</b></p>
<b>V1.4 for Minecraft 1.9.4</b>
<p> <a href="https://github.com/rakion99/MinecraftUserNameChanger/releases/download/Forge_1.9.4_1.4/UserNameMod-1.9.4-v1.4.jar" target="_blank" class="button">Download</a></p>
<b>V1.4 for Minecraft 1.9/1.8.9/1.8/1.7.10</b>
<p> <a href="https://github.com/rakion99/MinecraftUserNameChanger/releases/tag/Forge_1.4" target="_blank" class="button">Download</a></p>
<p class="warning"><b>Vanilla version with Installer</b></p>
<b>V1.4 for Minecraft 1.10</b>
<p> <a href="https://github.com/rakion99/MinecraftUserNameChanger/releases/download/1.10/UserNameChanger-Installer-1.10-v1.4.jar" target="_blank" class="button">Download</a></p>
<b>V1.4 for Minecraft 1.9</b>
<p> <a href="http://dl.dropboxusercontent.com/u/50993816/mods/UserNameChanger-Installer-v1.4.jar" target="_blank" class="button">Download</a></p>
</div>
<div align="center" id="tab4" class="tab_content">
<p class="warning"><b>how to install Forge version</b></p>
<b>Just place the mod in the mods folder</b>
<p class="warning"><b>how to install Vanilla version with Installer</b></p>
<b>First download the installer then open it and click on accept to install it</b>
<p class="warning"><b>how to use</b></p>
<p><b>launch your minecraft with the mod</b></p>
<p><b>click the button with a lock</b></p>
<p><b>You will see a text box here you can put another name(max 30 chars)</b></p>
<p><b>click the button called Change Nickname then done</b></p>
</div>
</div>
</section>
</div>
<div id="includefooter"></div>
<script src="http://code.jquery.com/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery.min.js"><\/script>')</script>
<script>
$(function(){
$("#includefooter").load("footer.html");
});
</script>
</script>
<script src="js/scripts.js"></script>
<!--[if (gte IE 6)&(lte IE 8)]>
<script src="js/selectivizr.js"></script>
<![endif]-->
</html>