Experienced Developer

Status
This thread has been locked.

Prevision

Editor
Premium
Feedback score
0
Posts
147
Reactions
30
Resources
0
Hello, I am Edit also known as the owner of ChronicNetwork.
I am currently looking for a developer team to create various plugins for my server, clearly this is a paid position.

My budget is around 75$ and I am looking for around 10-15 plugins

If you're interested in this offer please pm me on MCM or add me on skype saying you're a dev skype: edit_ck

Thanks for your time
Sincerely, Edit
 
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

SlinkyYT

Feedback score
0
Posts
15
Reactions
13
Resources
0
In no way is Skript a form of code.

Firstly skript is not a skill at all, very easy to learn, not complex. Secondly you write skript as if you were saying it so:
Code:
on place of tnt:
  cancel event
In actual code it'd look like this:
Code:
@EventHandler
public void playerPlaceEvent(BlockPlaceEvent e) {
  if(e.getBlock().getType() == Material.TNT) {
    e.setCancelled(true);
  }
}
^ That my friend is a form of code.
Skript is in no way a form of code... infact its a form of english.

Learn your facts.
What is wrong about skripting? And anyway if you want to post something negative go make ur own thread about skripting. GO away if you don;t want to deal business[DOUBLEPOST=1447101078,1447101000][/DOUBLEPOST]
can we get back to the actual topic I am still looking for a dev
I am happy to dev for you. I will do a %50 discount for the first 3 months of my service. If you decide to hire me.
 

Prevision

Editor
Premium
Feedback score
0
Posts
147
Reactions
30
Resources
0
I am not looking for skript bullshit I am looking for an actually Java developer
 
Status
This thread has been locked.
Top