To be completely honest, this is just bad. The mod doesn't work because of obvious errors (which I will show you how to fix), and the thread is very minimalistic and breaks one of the forum rules. So, where to start...? The mod.
5 Lines... Gotta love the effort. The mod has an error in it. Line 2, if statement.
if(cmd="kamakazi") {
You are trying to assign "kamakazi"(string), to cmd (variable). Instead you should be defining a conditional statement like so:
if(cmd == "kamakazi") { //NOTICE: '==' instead of '='
//do this
}
Now, the thread. Again, the effort is amazing! I can tell how much time and hard work you put into making it.
So, the rule it breaks is as follows:
Map, texture pack, mod and tool threads must include a clearly accessible download link. Download links to third party websites are acceptable if the third party website is a file sharing service (eg. MediaFire, Dropbox) or the page provides a direct download link.
You will need to provide a direct download link (you can keep the Adf.ly link, but you must give a direct link to Dropbox as well).
I know, this post probably sounds mean, BUT this is to help you and the community enjoy the forums better and making sure you follow the rules so you don't get restricted from using MCF by a staff member.
I know you not trying to be mean. And this is one of my first mods, I also put in the wrong link, ill fix that.
Im 13 and I learned java yesterday
Yeah, it's not a problem, I was just providing some tips to help you. Also, you do know that you are programming mods in Javascript, not Java, right? If you want to learn Javascript for modding I would suggest HERE. So, not bad for a first mod, just please make sure you test the mods before you upload.
Rollback Post to RevisionRollBack
Willing to work on Android apps or multi-platform games, see profile bio for information.
Founder and CEO of Temena Development
Twitter: @TemenaPE
Instagram: @ItsLiterallyMath
To post a comment, please login or register a new account.
Type /kamakazi for exosive results!
download
To be completely honest, this is just bad. The mod doesn't work because of obvious errors (which I will show you how to fix), and the thread is very minimalistic and breaks one of the forum rules. So, where to start...? The mod.
5 Lines... Gotta love the effort. The mod has an error in it. Line 2, if statement.
if(cmd="kamakazi") {
You are trying to assign "kamakazi" (string), to cmd (variable). Instead you should be defining a conditional statement like so:
if(cmd == "kamakazi") { //NOTICE: '==' instead of '='
//do this
}
Now, the thread. Again, the effort is amazing! I can tell how much time and hard work you put into making it.
So, the rule it breaks is as follows:
You will need to provide a direct download link (you can keep the Adf.ly link, but you must give a direct link to Dropbox as well).
I know, this post probably sounds mean, BUT this is to help you and the community enjoy the forums better and making sure you follow the rules so you don't get restricted from using MCF by a staff member.
Willing to work on Android apps or multi-platform games, see profile bio for information.
Founder and CEO of Temena Development
Twitter: @TemenaPE
Instagram: @ItsLiterallyMath
I know you not trying to be mean. And this is one of my first mods, I also put in the wrong link, ill fix that.
Im 13 and I learned java yesterday
Yeah, it's not a problem, I was just providing some tips to help you. Also, you do know that you are programming mods in Javascript, not Java, right? If you want to learn Javascript for modding I would suggest HERE. So, not bad for a first mod, just please make sure you test the mods before you upload.
Willing to work on Android apps or multi-platform games, see profile bio for information.
Founder and CEO of Temena Development
Twitter: @TemenaPE
Instagram: @ItsLiterallyMath