Paying Someone $15 for this Skript

Status
This thread has been locked.

Beadle

Server Owner
Premium
Feedback score
11
Posts
505
Reactions
206
Resources
0
Hello I'm Beadle,

I am offering someone $15 for a skript that does the following:

Ghasts Drop: Emeralds
Magmacubes Drop: Diamonds
Mooshrooms Drop: Gold
Villagers Drop: Lapiz and Redstone

Once you have made it or want to make it dm me and I will put it in my server. If it works I will pay you. Thanks for the help!

-Beadle WarNation Owner
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

M4T14SG4M3R

PapuHost Game Hosting CEO
Premium
Feedback score
0
Posts
278
Reactions
77
Resources
0
$15 is too much for this skript, i can do this in like 1 minute, doesn't worth the money. PM me and i can do this for free.
 
Last edited:

Beadle

Server Owner
Premium
Feedback score
11
Posts
505
Reactions
206
Resources
0
Lol ok[DOUBLEPOST=1488572295][/DOUBLEPOST]
Whatever fucking world you are in, NOONE that is normal would give you their plugin to test it on your own server. You will have to rest it on their server, pay the developer and then he'll send you the plugin

Most people scam on here. They could offer to make it for half upfront and I would probably make the deal if they are reputable. You are the dumbass for commenting bullshit on my thread gtfo
 
Last edited:

Beadle

Server Owner
Premium
Feedback score
11
Posts
505
Reactions
206
Resources
0
Thanks <3

//

they're letting you test it on their server... If they do that then it obviously is real because you SEE it[DOUBLEPOST=1488577694][/DOUBLEPOST]
To add on, what proves you don't scam? You are "most" of the people on this site

Its all about trust. If you dont trust me then whatever.[DOUBLEPOST=1488605221][/DOUBLEPOST]
How braindead can you be? why should a developer put HIS plugin on YOUR Server before u paid?, you could easy grab the plugin without paying then.. i'm also wondering where the problem for you is to test it on another server hosted by the developer who makes the plugin/skript. Dead meme was/is right no reason to react like a 12 years old kid.

Lol, A dev can easily add a backdoor or something of the sort. Lol odds are you're not even 13 yet.
 
Last edited:

MyNameIsNotTaken

Feedback score
0
Posts
5
Reactions
2
Resources
0
Tbh I wouldn't mind doing the plugin because it's literally gonna take 10 minutes from start to finish.

*In java.

Compile it yourself.
Code:
public class CustomDrops extends JavaPlugin implements Listener {
   @Override
   public void onEnable() {
      Bukkit.getPluginManager().registerEvents(this, this);
   }

   @EventHandler
   public void onEntityDeath(EntityDeathEvent e) {
      Location entityLocation = e.getEntity().getEyeLocation();
      switch (e.getEntityType()) {
         case GHAST: {
            entityLocation.getWorld().dropItem(entityLocation, new ItemStack(Material.EMERALD, 1));
            return;
         }
         case MAGMA_CUBE: {
            entityLocation.getWorld().dropItem(entityLocation, new ItemStack(Material.DIAMOND, 1));
            return;
         }
         case MUSHROOM_COW: {
            entityLocation.getWorld().dropItem(entityLocation, new ItemStack(Material.GOLD_INGOT, 1));
            return;
         }
         case VILLAGER: {
            entityLocation.getWorld().dropItem(entityLocation, new ItemStack(Material.INK_SACK, 1, (short) 4));
            entityLocation.getWorld().dropItem(entityLocation, new ItemStack(Material.REDSTONE, 1));
            return;
         }
      }
   }
}
 
Last edited:

Kel

Feedback score
2
Posts
73
Reactions
25
Resources
0
I have pmed you. As I can do this and I will go first in sending.
 

StretchPvP

Feedback score
2
Posts
102
Reactions
35
Resources
0
How braindead can you be? why should a developer put HIS plugin on YOUR Server before u paid?, you could easy grab the plugin without paying then.. i'm also wondering where the problem for you is to test it on another server hosted by the developer who makes the plugin/skript. Dead meme was/is right no reason to react like a 12 years old kid.
"HIS" triggered
 
Status
This thread has been locked.
Top