Minecraft Blogs / Article

Looking for Coders

  • 155 views, 1 today
  • 1
  • 0
  • 2
flyinggoatman's Avatar flyinggoatman
Level 47 : Master Modder
58
I have recently kicked our mod team back into action and we need good java coders, we accept any age but you must have at least the understanding of java to develop small mods or plugins without help but you may ask for help from oter coders if you take on a big project or want to talk about taking on a big project.

How you can apply

There are 2 ways to apply to become a coder, both ways need Skype (ALL CODERS MUST HAVE SKYPE).

First way
Steps
  • Add flyinggoatman on Skype with the follow message inside the request(replace the"<>" with needed info

======================================
"Endermen-codes Application"

<your name>
<gender>
<location> (NOT CITY JUST STATE OR COUNTRY)
<reason you want to join>
<how many years have you got of java under your belt>
<would u be willing to work with a vast collection of ages> (like a 18 year old working with a 14 year old)
<your skill in java> (use a 1-10 scale, 1 being the lowest and 10 being the highest)
<what do you like to code the most in java>
<plugins or mods>
<your IGN>
<if you have used hacked clients> (if yes you will not be denied access to the team)
<if you have any released mods or plugins> (make a list of the mods)
=======================================
Add more to the request if you see fit, make sure all your answers are not 1 word answers such as "yes" or "no" but instead complete sentences like "yes, i will be willing to work with younger people and will accept all ages if needed"
---------------------
  • wait for a reply and as your wait you can try and correct this code so we know you have the talents.

DO NOT UPLOAD OR PUBLISH THIS MOD AS YOUR OWN WITHOUT PERMISSION.

package net.minecraft.src;
import java.util.Random;
public class mod_EASYDIAMOND extends BaseMod {

public String getVersion() {
return "1";}
public void load() {

}
public void GenerateSurface(World world, Random random, int i, int j) {
for (int s = 0; s < 20; s++) {
int x = random.nextInt(16) + i;
int y = random.nextInt(64);
int z = random.nextInt(16) + j;
(new WorldGenMinable(56.BlockID, 20)).generate(world, random, x, y, z);
world = ModLoader.getMinecraftInstance().theWorld;
}
}private void addSmelting(Block block, ItemStack is) {
ModLoader.addSmelting(block.blockID, is); }
private void addSmelting(Item item, ItemStack is) {
ModLoader.addSmelting(item.shiftedIndex, is); }
private ItemStack getIS(Item item, int amount) {
return new ItemStack(item, amount); }
private ItemStack getIS(Block block, int amount) {
return new ItemStack(block, amount); }
}


Section way is as follows

email
flyinggoatman@endermen-coders.com
the same information as the way above.

(MUST INCLUDE YOUR SKYPE NAME)
Tags

Create an account or sign in to comment.

Oberdiah
04/20/2012 8:36 am
Level 52 : Grandmaster Droid
Oberdiah's Avatar
If you need ideas look at my brand new blog ideas for mods please.
you don't need to like it but please give me your opinion
1
flyinggoatman
04/20/2012 9:25 am
Level 47 : Master Modder
flyinggoatman's Avatar
please send an email with all your information
1
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome