Need help decompiling

Status
This thread has been locked.

SachaPvP

Banned
Feedback score
16
Posts
215
Reactions
52
Resources
0
so basically I need help decompiling a plugin. It is a plugin that stops specific animals from spawning, but it does not include horses. I need you to decompile it and make it so you can enable/disable the spawning of horses. I was mainly looking to get this done for free, but my budget is $5.
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Sniper

Software Developer
Supreme
Feedback score
65
Posts
1,312
Reactions
695
Resources
0
Or.. you can just get a separate custom plugin just for horses. 10x easier.
 

SachaPvP

Banned
Feedback score
16
Posts
215
Reactions
52
Resources
0
Or.. you can just get a separate custom plugin just for horses. 10x easier.
Or that... but I’m the type of person to keep everything all in 1... would mean a lot if you could do this for me...
 
Banned forever. Reason: Attempted scam (https://gyazo.com/a7f5be89f7777f7cc93a600b28156c54)

SachaPvP

Banned
Feedback score
16
Posts
215
Reactions
52
Resources
0
If the user already has the source code, there's no need to make another plugin - that'd just be a waste of performance lmao
I don’t have the src
 
Banned forever. Reason: Attempted scam (https://gyazo.com/a7f5be89f7777f7cc93a600b28156c54)

Sniper

Software Developer
Supreme
Feedback score
65
Posts
1,312
Reactions
695
Resources
0
If the user already has the source code, there's no need to make another plugin - that'd just be a waste of performance lmao
This plugin would use basically zero performance. I don't think you understand how plugin efficiency works.
 

Sniper

Software Developer
Supreme
Feedback score
65
Posts
1,312
Reactions
695
Resources
0
I don't need to prove anything to you, come talk to me once you understand Java better, thanks :)
 

Kieraaaan

Plugin Developer
Premium
Feedback score
7
Posts
463
Reactions
222
Resources
0
LOL, let's see ->

Bukkit searches for JavaPlugin class ->

executes onEnable in the plugin where you have the source

you have the event registered ezpz(assuming you added the thing not to spawn a horse)

now let's make another plugin instead of already adding it to src

Bukkit searches for JavaPlugin class of the main plugin, AND the new plugin you made,

it calls both onEnables,

registering two events or potentially more(depending on what you had in the first plugin)
It is 1 listener, no need to worry about performance
 

Sniper

Software Developer
Supreme
Feedback score
65
Posts
1,312
Reactions
695
Resources
0
SachaPvP I'll do this for a dollar or two.[DOUBLEPOST=1518982814][/DOUBLEPOST]@OP I'll do this for a dollar or two.[DOUBLEPOST=1518982845][/DOUBLEPOST]
And two classes to be searched, along with two methods, along with the plugin.yml and all the other things a basic plugin needs.

It adds up. If you're looking for a big server every single bit counts.
Please learn your facts.
 

SachaPvP

Banned
Feedback score
16
Posts
215
Reactions
52
Resources
0
Banned forever. Reason: Attempted scam (https://gyazo.com/a7f5be89f7777f7cc93a600b28156c54)

Sniper

Software Developer
Supreme
Feedback score
65
Posts
1,312
Reactions
695
Resources
0
You never proved me wrong. Go home, or send me your github.
I don't use GitHub. I save everything to my Google drive. Keeps it backed up on 4 PC's as soon as I make a single edit.[DOUBLEPOST=1518983228][/DOUBLEPOST]Nerm I see you viewing this thread, tell this kid im right.
 

Fluddershy

Feedback score
2
Posts
277
Reactions
133
Resources
0
And two classes to be searched, along with two methods, along with the plugin.yml and all the other things a basic plugin needs.

It adds up. If you're looking for a big server every single bit counts.
I think you're underestimating computers JUST A BIT.
 

SachaPvP

Banned
Feedback score
16
Posts
215
Reactions
52
Resources
0
Banned forever. Reason: Attempted scam (https://gyazo.com/a7f5be89f7777f7cc93a600b28156c54)
Status
This thread has been locked.
Top