Zastrix_Arundell

Hello, I'm Zastrix.

I'm a robotics/electronics/software engineer. Currently, I am a developer on Island Life RP. There I already made and fixed a couple of plugins. I plan here to make plugins to help the community and maybe get enough for a cup of coffee in the process.

Looking forward to working with you.
Birthday
Sep 14, 2000 (Age: 25)
Location
Serbia
Gender
Male
Occupation
Highschool Student

Signature

public class Developer {

protected boolean isAvailable;
protected String IGN, DiscordID;

public Developer(String IGN)
{

this.IGN = IGN;
if(IGN.equalsIgnoreCase("Zastrix"))
{
isAvailable= true;
DiscordID = "Zastrix Arundell#9202";
}
else
{
isAvailable = false;
DiscordID = "";
}
}
}
Top