131e7c9a90
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. |
||
---|---|---|
src | ||
.gitignore | ||
LICENSE.md | ||
manifest.mf | ||
nb-configuration.xml | ||
pom.xml | ||
README.md |
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.
###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