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:

Charlie

Developer & Designer
Supreme
Feedback score
1
Posts
950
Reactions
634
Resources
0
$35-$40 per month won't cut it for a good developer.
All I know is that a minimum of 5 plugins per month for $35-$40 is a bad pay.
You'll most likely get someone unreliable and will stay for a month and then go.
 

Constapation

Feedback score
0
Posts
92
Reactions
16
Resources
0
pmed
 

Charlie

Developer & Designer
Supreme
Feedback score
1
Posts
950
Reactions
634
Resources
0
Skript is a form of code.
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.
 

Constapation

Feedback score
0
Posts
92
Reactions
16
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.

Agreed.
 

ShockMC

Feedback score
0
Posts
81
Reactions
28
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.
You took the words literally from my mouth.
 

Prevision

Editor
Premium
Feedback score
0
Posts
147
Reactions
30
Resources
0
can we get back to the actual topic I am still looking for a dev
 
Status
This thread has been locked.
Top