Custom mob drop plugin

Status
This thread has been locked.

dutchminerHD

Feedback score
0
Posts
123
Reactions
25
Resources
0
Hello there,

I need a developer to make a custom drop plugin for a few mobs.
For example creepers should drop 1-5 tnt.
Witches should drop 1 out of 10 potions.
This plugin should work with looting and if a mob falls dead on the ground.
Willing to pay for the plugin
Add me on discord: dutchminerHD#6232

Regards,
dutchminerHD
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Reqult

Owner | NoZenPVP
Supreme
Feedback score
15
Posts
255
Reactions
139
Resources
0
There are plenty of plugins out there that can do this for free, you know that right?
 

dutchminerHD

Feedback score
0
Posts
123
Reactions
25
Resources
0
Well i tried every plugin and no1 got what i need... For example Endermite needs to drop nether stars but looting may not be enabled on that mob.
 

Reqult

Owner | NoZenPVP
Supreme
Feedback score
15
Posts
255
Reactions
139
Resources
0

dutchminerHD

Feedback score
0
Posts
123
Reactions
25
Resources
0
Did you try this one? https://www.spigotmc.org/resources/1-6-1-13-customdrops.36777/ This one does the job for me.
Yes i did try that one but i cannot disable the looting option for endermite.[DOUBLEPOST=1561731218][/DOUBLEPOST]
Did you try this one? https://www.spigotmc.org/resources/1-6-1-13-customdrops.36777/ This one does the job for me.
And i want witches to drop 1 potion out of 10 every drop but that doesn't work either...
 

Reqult

Owner | NoZenPVP
Supreme
Feedback score
15
Posts
255
Reactions
139
Resources
0
Can you add me on discord?
EvilSlime#9651
 

Reqult

Owner | NoZenPVP
Supreme
Feedback score
15
Posts
255
Reactions
139
Resources
0
For the potion you could do this

'1':
type: POTION
amount:
min: 0
max: 1
chance: 10.0[DOUBLEPOST=1561732571][/DOUBLEPOST]And you could change endermites to nothing.
 

dutchminerHD

Feedback score
0
Posts
123
Reactions
25
Resources
0
For the potion you could do this

'1':
type: POTION
amount:
min: 0
max: 1
chance: 10.0[DOUBLEPOST=1561732571][/DOUBLEPOST]And you could change endermites to nothing.
I did that but for example if i put 10 potions for 10% sometimes i get no loot and thats not right.. It should always drop a potion
 

Reqult

Owner | NoZenPVP
Supreme
Feedback score
15
Posts
255
Reactions
139
Resources
0
I did that but for example if i put 10 potions for 10% sometimes i get no loot and thats not right.. It should always drop a potion
'1':
type: POTION
amount:
min: 1
max: 1
chance: 100.0
 

dutchminerHD

Feedback score
0
Posts
123
Reactions
25
Resources
0
WITCH:
NaturalDrops: false
'1':
type: '373:8225'
amount:
min: 1
max: 1
chance: 10.0
'2':
type: '373:16417'
amount:
min: 1
max: 1
chance: 10.0
'3':
type: '373:8226'
amount:
min: 1
max: 1
chance: 10.0
'4':
type: '373:16418'
amount:
min: 1
max: 1
chance: 10.0
'5':
type: '373:8228'
amount:
min: 1
max: 1
chance: 10.0
'6':
type: '373:16420'
amount:
min: 1
max: 1
chance: 10.0
'7':
type: '373:8229'
amount:
min: 1
max: 1
chance: 10.0
'8':
type: '373:16421'
amount:
min: 1
max: 1
chance: 10.0
'9':
type: '373:8233'
amount:
min: 1
max: 1
chance: 10.0
'10':
type: '373:16425'
amount:
min: 1
max: 1
chance: 10.0
'11':
type: '373:16428'
amount:
min: 1
max: 1
chance: 10.0
but this doesn't work very well
 
Status
This thread has been locked.
Top