Learning the Spigot API, taking plugin requests

Status
This thread has been locked.

Frankfurt

Banned
Feedback score
0
Posts
243
Reactions
94
Resources
0
Hi there,

I'm looking to get some small plugin requests (nothing too large) that I could work on while learning the Spigot API. I'm in my 3rd year of college as a programming major and have a large amount of experience working with Java.

If you have a small-medium plugin that you need to be created just give me some details and I'll see if I can do it. No promises. If I create any plugins for a user here, through this thread, it will not be a private plugin for the user that requested it.

Thanks!
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

FatherWh0

Feedback score
0
Posts
2
Reactions
2
Resources
0
Realizing it's been 3 months.. I do have a plugin request. It would need to hook essentialsX's mute command. Such plugins have existed b4 but are all abandoned and many have additional, unwanted features. The plugin I'd like to have is /votemute. Basically it would work like this.
Player initiates a votemute. (/votemute bobthespammer)
A broadcast is made announcing the vote including the player's name.
Players respond with /votemute yes.
After a configurable percentage of players online vote yes the player is temp muted for a configurable time. (It could run the command as a console command making it compatible with other plugins.)
or
After a configurable time ends the plugin makes a broadcast then terminates without a mute.

Note that I'm looking for it to average the players who respond with /votemute yes with the total players online, not players who /votemute no.

Configurable options would include:
% players voting yes needed to initiate mute.
Time to temp mute.
Time for poll to run b4 terminating if above percentage isn't met.

Such a plugin would help my server during the hours when there's no staff online. Any time and effort put towards this would be greatly appreciated.
 
Status
This thread has been locked.
Top