1
Need Builders, Developers, YouTubers and Exploiters
Need helpers with the server!
what will be the rewards?
I'm a broke man, so money will not be given, BUT i will repay in other ways!
All who do an acceptable work will get staff ranks which will have accessibility to all the perks that donors will get and recognition
Exploiters
-No major expirence will be needed, application will be minimal and will probably accept most people
- all i really expect is being able to just call you up when i like and all you will have to do is play around and try to find exploits on my server
Developers
-I understand developing is hard, therefore my plugins needed are minimal!
-some experience is needed but not much, just enough to get by with minor plugins
-plugins needed will include a gui on screen that always displays balance unless in certain areas, and a /TurtleCraft command which shows a welcome and a list of other sub commands such as /TurtleCraft CTF and /TurtleCraft Shell
-only other condition is i have access to contacting you as i wish (like on skype)
YouTubers
-I may be here to call during your videos to explain some stuff about the server
-Honestly, most videos on youtube are crappy, so please post your channel so i can see your quality of content.
-maps are not yet finished, but some maps are open for you to start recording so you can edit
Builders
-My quality of builds are very high and i will not be accepting people who build rectangles and call it art.
-I will be here to help you build, only if you post your pictures of your builds
-again, i understand builds take long and am very patient,
-i love dynamic builds
-Please post your pictures of your builds if you want to join
what will be the rewards?
I'm a broke man, so money will not be given, BUT i will repay in other ways!
All who do an acceptable work will get staff ranks which will have accessibility to all the perks that donors will get and recognition
Exploiters
-No major expirence will be needed, application will be minimal and will probably accept most people
- all i really expect is being able to just call you up when i like and all you will have to do is play around and try to find exploits on my server
Developers
-I understand developing is hard, therefore my plugins needed are minimal!
-some experience is needed but not much, just enough to get by with minor plugins
-plugins needed will include a gui on screen that always displays balance unless in certain areas, and a /TurtleCraft command which shows a welcome and a list of other sub commands such as /TurtleCraft CTF and /TurtleCraft Shell
-only other condition is i have access to contacting you as i wish (like on skype)
YouTubers
-I may be here to call during your videos to explain some stuff about the server
-Honestly, most videos on youtube are crappy, so please post your channel so i can see your quality of content.
-maps are not yet finished, but some maps are open for you to start recording so you can edit
Builders
-My quality of builds are very high and i will not be accepting people who build rectangles and call it art.
-I will be here to help you build, only if you post your pictures of your builds
-again, i understand builds take long and am very patient,
-i love dynamic builds
-Please post your pictures of your builds if you want to join
9
NOTE: I will be using my own template for this application.
Minecraft IGN: GoldenRodHero
Age: 15
Timezone: EST
Skype: "GoldenRodHerro" (With two rr's)
Plugin Quality: 8.
Programming languages you use: I use, Java, JavaScript, HTML, CSS, and MySQL.
Why do you want to become Dev:
Well, I'm applying to become a DEV because, I love improving servers and helping out players. I'm always on task, never off-track. I want to show my true colors to the players and become their role model. As I join the server I will come on with a positive attitude, not negative. I will teach these players how to play and tell them all about the server. I'm also looking for a new challenge. If they have any questions, I will answer it quick and easy. If I am not sure I can solve this problem, I will contact another staff member to come and help. But I will think of many possibilities. For myself, I'm very capable of handling players and other arguments. I will monitor the chat as best as I can. I'm very capable of regulating my emotions and retaining a calm attitude in such a situation. When I'm given a job, I'll get right on it and accomplish it as best as I can, and to the best of my abilities. I'm very interested in supporting this server with so much. I enjoy it a lot, and I will be playing with players if they do ask; sometimes. I will always bring on the positive effect onto players. I will makes sure to enforce the rules to the players more than once. To be honest I try my hardest to be nice to players but I might not be nice due to in real life problems. If I think I could not handle myself on a bad day I will not come on. I do not want to ruin the players experiences. In fact I want to make sure their experience was the best one they've ever had. My maturity is reflected by my grammatical skills. I occasionally mess around and have fun, and not in a abusive way. As a DEV, I will promote new ideas to the server and try to enhance the popularity the best I can. Overall I don't know if I'll be a useful candidate but that is your decision. (Just a little add-on)
Example of my first coded plugin:
Skills/Abilities: I'm improving on my PhotoShop/AfterEffects skills. I could make banners for this server as well. I think GFX designing is pretty fun.
I hope you put me into consideration as a DEV. Thank you for thoroughly reading my application.
Minecraft IGN: GoldenRodHero
Age: 15
Timezone: EST
Skype: "GoldenRodHerro" (With two rr's)
Plugin Quality: 8.
Programming languages you use: I use, Java, JavaScript, HTML, CSS, and MySQL.
Why do you want to become Dev:
Well, I'm applying to become a DEV because, I love improving servers and helping out players. I'm always on task, never off-track. I want to show my true colors to the players and become their role model. As I join the server I will come on with a positive attitude, not negative. I will teach these players how to play and tell them all about the server. I'm also looking for a new challenge. If they have any questions, I will answer it quick and easy. If I am not sure I can solve this problem, I will contact another staff member to come and help. But I will think of many possibilities. For myself, I'm very capable of handling players and other arguments. I will monitor the chat as best as I can. I'm very capable of regulating my emotions and retaining a calm attitude in such a situation. When I'm given a job, I'll get right on it and accomplish it as best as I can, and to the best of my abilities. I'm very interested in supporting this server with so much. I enjoy it a lot, and I will be playing with players if they do ask; sometimes. I will always bring on the positive effect onto players. I will makes sure to enforce the rules to the players more than once. To be honest I try my hardest to be nice to players but I might not be nice due to in real life problems. If I think I could not handle myself on a bad day I will not come on. I do not want to ruin the players experiences. In fact I want to make sure their experience was the best one they've ever had. My maturity is reflected by my grammatical skills. I occasionally mess around and have fun, and not in a abusive way. As a DEV, I will promote new ideas to the server and try to enhance the popularity the best I can. Overall I don't know if I'll be a useful candidate but that is your decision. (Just a little add-on)
Example of my first coded plugin:
Click to reveal
import org.bukkit.ChatColor;
import org.bukkit.event.EventHandler;
import org.bukkit.event.EventPriority;
import org.bukkit.event.Listener;
import org.bukkit.event.player.PlayerJoinEvent;
import org.bukkit.event.player.PlayerQuitEvent;
import org.bukkit.plugin.java.JavaPlugin;
public class CustomChatLogin extends JavaPlugin implements Listener {
public void onEnable() {
getServer().getPluginManager().registerEvents(this, this);
getLogger().info("CustomChat: Enabled");
}
public void onDisable() {
getLogger().info("CustomChat: Disabled");
}
@EventHandler (priority = EventPriority.LOW)
public void onPlayerJoin(PlayerJoinEvent e) {
e.setJoinMessage(" " + ChatColor.GREEN + "+ " + e.getPlayer().getDisplayName());
}
public void onPlayerQuit(PlayerQuitEvent e) {
e.setQuitMessage(" " + ChatColor.RED + "+ " + e.getPlayer().getDisplayName());
}
}
import org.bukkit.event.EventHandler;
import org.bukkit.event.EventPriority;
import org.bukkit.event.Listener;
import org.bukkit.event.player.PlayerJoinEvent;
import org.bukkit.event.player.PlayerQuitEvent;
import org.bukkit.plugin.java.JavaPlugin;
public class CustomChatLogin extends JavaPlugin implements Listener {
public void onEnable() {
getServer().getPluginManager().registerEvents(this, this);
getLogger().info("CustomChat: Enabled");
}
public void onDisable() {
getLogger().info("CustomChat: Disabled");
}
@EventHandler (priority = EventPriority.LOW)
public void onPlayerJoin(PlayerJoinEvent e) {
e.setJoinMessage(" " + ChatColor.GREEN + "+ " + e.getPlayer().getDisplayName());
}
public void onPlayerQuit(PlayerQuitEvent e) {
e.setQuitMessage(" " + ChatColor.RED + "+ " + e.getPlayer().getDisplayName());
}
}
Skills/Abilities: I'm improving on my PhotoShop/AfterEffects skills. I could make banners for this server as well. I think GFX designing is pretty fun.
I hope you put me into consideration as a DEV. Thank you for thoroughly reading my application.
pm me
I is builder!
Yeah heres the proof and info stuffs
IGN Drforresterr
Reason for wanting to help I like to help random servers, eg Ausplay for one. Thats the only one still runing, all others have since closed, I like to help smaller servers.
Rank? I dont really care about a rank, all I need to build is gm 1.
Experience I am co owner on a server called troys lost battalian http://www.planetminecraft.com/server/t ... battalion/
Sorry for the horrible description, I wrote it and formatted it much nicer then that.
What do you build I build anything, except for pixel art. By anything I mean I can build Victorian, Steampunk, Medivile, Modern, Fantasy, Ships, engines, I mostly do villages. I can do spawns, and whatever really.
World Edit I understand how easy it is to just destroy everything with WE so i dont expect to get it, However I would like someone to terraform(Just basic shaping) for the area I would build whatever in.
Time At least an hour a day-ish.
Proofs
http://www.planetminecraft.com/member/drforrestera/
And new thing i made,
http://troysbattalian.webs.com/apps/pho ... d=15292927
If you would like me to help pm me. Thanks.
Yeah heres the proof and info stuffs
IGN Drforresterr
Reason for wanting to help I like to help random servers, eg Ausplay for one. Thats the only one still runing, all others have since closed, I like to help smaller servers.
Rank? I dont really care about a rank, all I need to build is gm 1.
Experience I am co owner on a server called troys lost battalian http://www.planetminecraft.com/server/t ... battalion/
Sorry for the horrible description, I wrote it and formatted it much nicer then that.
What do you build I build anything, except for pixel art. By anything I mean I can build Victorian, Steampunk, Medivile, Modern, Fantasy, Ships, engines, I mostly do villages. I can do spawns, and whatever really.
World Edit I understand how easy it is to just destroy everything with WE so i dont expect to get it, However I would like someone to terraform(Just basic shaping) for the area I would build whatever in.
Time At least an hour a day-ish.
Proofs
http://www.planetminecraft.com/member/drforrestera/
And new thing i made,
http://troysbattalian.webs.com/apps/pho ... d=15292927
If you would like me to help pm me. Thanks.
denied, however you do have potential, work on your builds a little more and you may re-apply
mithtrintia may help you out with improving your builds
mithtrintia may help you out with improving your builds
workers still needed
Ign: EpicKram
Skype: michael.m100
Age: 15
Have you been banned? Not recently in the past 3-5 months
Do you have any alts? I contain no Alternative Accounts
What are you good at (building, designing etc.): Spawns, cars, houses, buildings, maps, etc
What rank do you want to achieve (Moderator, Administrator)?: Builder/Moderator but I'm comfortable with anything
When are you available?: Everyday for about 2 hours if not more
Time zone? Easter
Experience with staffing? Ok well I have been an owner myself for 3 Desktop Servers, I was Coding for OverCastNetwork and a GTA Server, I was a Moderator on a'therys ascended which is a RPG server, And much more (Just ask me if you would like)
Overall experience?: Skilled in all areas Building/ Managing/ Coding/ Moderating
Why should you be accepted?: The server I was recently Staff on closed for good. Im looking to help experienced server Owners and your server seems to be the One
Can I trust you?: For sure and if not im cool with your relation with me I wont ask for things that will make you uncomfortable
Other information?: I Code Plugins Including
Guns
RPG
Cars
TDM/CTF
anything else
Skype: michael.m100
Age: 15
Have you been banned? Not recently in the past 3-5 months
Do you have any alts? I contain no Alternative Accounts
What are you good at (building, designing etc.): Spawns, cars, houses, buildings, maps, etc
What rank do you want to achieve (Moderator, Administrator)?: Builder/Moderator but I'm comfortable with anything
When are you available?: Everyday for about 2 hours if not more
Time zone? Easter
Experience with staffing? Ok well I have been an owner myself for 3 Desktop Servers, I was Coding for OverCastNetwork and a GTA Server, I was a Moderator on a'therys ascended which is a RPG server, And much more (Just ask me if you would like)
Overall experience?: Skilled in all areas Building/ Managing/ Coding/ Moderating
Why should you be accepted?: The server I was recently Staff on closed for good. Im looking to help experienced server Owners and your server seems to be the One
Can I trust you?: For sure and if not im cool with your relation with me I wont ask for things that will make you uncomfortable
Other information?: I Code Plugins Including
Guns
RPG
Cars
TDM/CTF
anything else
Thanks for your time
Michael
You still have not added me on skype
Pm me
server work examples are here
need-builders-t337952.html
need-builders-t337952.html
