Go to file
Charlie Wang 131e7c9a90 refactor, pentatonic, jeb, getopt
Add a PentatonicParty, which is a party that plays pentatonic notes as
music.

Broke API by changing format of -g flag.

Use a Java port of GNU Getopt for command parsing.

Overhaul guests in code to be whitelist instead of blacklist; current
guest list works without issue.

Remove broken disco floor code.
2015-08-17 12:48:07 -04:00
src refactor, pentatonic, jeb, getopt 2015-08-17 12:48:07 -04:00
.gitignore Switched back to Maven 2015-01-13 15:50:15 -05:00
LICENSE.md Update LICENSE.md 2014-08-01 17:09:49 -04:00
manifest.mf Screw Maven we're not using you anymore 2014-07-31 12:10:22 -04:00
nb-configuration.xml Switched back to Maven 2015-01-13 15:50:15 -05:00
pom.xml Switched back to Maven 2015-01-13 15:50:15 -05:00
README.md added demo video to readme 2015-05-17 16:35:01 -04:00

DiscoSheep

A plugin for Bukkit/Spigot, the Minecraft server plugin API. This is a from-scratch remake of the fabulous DiscoSheep plugin which spawns a dance party of sheep at your whim.

Demo

###A Note on UUIDs### DiscoSheep doesn't store anything after a party, and disco-party-on-join is handled by a permissions plugin. Thus, we don't need to worry about the migration to UUIDs.

###A Note on Performance### DiscoSheep can be a fairly resource intensive plugin, but only when it is running. The events are unregistered when there are no parties. To prevent server slowdowns, set sensible limits in your config.yml, though the defaults are already fairly conservative.

###Documentation###

###Versions### Tested up to CraftBukkit build #3092 (MC: 1.7.9); can be built with Java 7. Also works as-is with Spigot for 1.8.

###BukkitDev### No longer updated.

###Releases### See BukkitDev, or https://github.com/Gibstick/DiscoSheep/releases

###License### See LICENSE.md