Commit Graph

221 Commits

Author SHA1 Message Date
Marc Baloup
c86b6ab6a3 Update to Bukkit 1.14 2019-07-09 00:57:50 +02:00
Charlie Wang
4841885835 Merge pull request #6 from Gibstick/2.0
2.0
2015-12-20 01:41:56 -05:00
Charlie Wang
e8b7c3b6cf consolidate error handling for commands 2015-08-19 12:02:27 -04:00
Charlie Wang
78cba2b29a increase volume of all parties 2015-08-19 12:01:30 -04:00
Charlie Wang
eee74991c4 change fireworks flag from -w to -f 2015-08-17 15:02:31 -04:00
Charlie Wang
b50ebf35e7 Update README.md 2015-08-17 14:55:34 -04:00
Charlie Wang
2bcbbe1878 add fireworks, fix pentatonicParty volume 2015-08-17 13:32:39 -04:00
Charlie Wang
5abaffeee7 add BabyParty, update helpCommand 2015-08-17 13:24:02 -04:00
Charlie Wang
5daee8b5f1 fix plugin.yml main, remove netbeans cruft 2015-08-17 13:22:29 -04:00
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
Charlie Wang
3a8010aafb added demo video to readme 2015-05-17 16:35:01 -04:00
Charlie
19791d8bf6 cleanup 2015-01-13 16:12:29 -05:00
Charlie
d40be65188 Merge pull request #5 from Gibstick/maven-refactor
Switched back to Maven
2015-01-13 15:51:21 -05:00
Charlie
4e90ee5a65 Switched back to Maven 2015-01-13 15:50:15 -05:00
Charlie
64cd8cd06c updated documentation link to wiki 2015-01-13 13:42:40 -05:00
Charlie
326abb812f added note for spigot 2015-01-13 13:22:53 -05:00
Charlie
67f6b4681f getColor is now an array instead of a stupid method
oops
2014-08-02 16:46:43 -04:00
Charlie
f0d95dc33e Merge remote-tracking branch 'origin/master' 2014-08-01 23:50:24 -04:00
Charlie
1d1d6d9868 sounds are now global, added dance floor flag 2014-08-01 23:49:29 -04:00
Charlie
2a6784f97e Update README.md 2014-08-01 17:15:42 -04:00
Charlie
29a8b9e8f8 Update README.md 2014-08-01 17:15:26 -04:00
Charlie
ac6cc58e7c Update README.md 2014-08-01 17:15:04 -04:00
Charlie
1c7f49e00d Update LICENSE.md 2014-08-01 17:09:49 -04:00
Charlie
708395a0a5 Update LICENSE.md 2014-08-01 17:09:15 -04:00
Charlie
d0b52e6a3f Update README.md 2014-08-01 17:08:25 -04:00
Charlie
7c2aecc60e Update LICENSE.md 2014-08-01 17:06:52 -04:00
Charlie
f64a5f85b7 shared parties, disco floor exceptions, sets 2014-08-01 17:04:08 -04:00
Charlie
51fd46e031 Create LICENSE.md 2014-07-31 23:01:51 -04:00
Charlie
487a735264 disco floor size limit, stained glass floor, fixes 2014-07-31 22:24:10 -04:00
Charlie
ad787729ba randomizeFloor is now 100% faster 2014-07-31 21:03:02 -04:00
Charlie
f948a6917b fixed typos 2014-07-31 20:47:09 -04:00
RangerMauve
7ff0c81c06 Fixed spelling error for discoColours 2014-07-31 20:18:41 -04:00
RangerMauve
31833b974a Simplified randomizeFloor to be more performant 2014-07-31 20:16:48 -04:00
Charlie
4c05c5d2d3 disco floor is back; fixed name 2014-07-31 19:49:47 -04:00
Charlie
86028d1d9d discosheep with "jeb_" (way faster) 2014-07-31 18:11:15 -04:00
Charlie
dacf67d725 fixed missing newlines in /ds help 2014-07-31 13:22:39 -04:00
Charlie
303587a713 fixed -Xlint:deprecation typo 2014-07-31 12:57:56 -04:00
Charlie
44779db9b6 Screw Maven we're not using you anymore
git subtree is all the rage for the younguns
2014-07-31 12:10:22 -04:00
Charlie
778c3f4043 Merge commit '2af8c8dbf2d5eb16d7492fd12b4b786d6205d0f9' as 'lib' 2014-07-31 11:37:54 -04:00
Charlie
2af8c8dbf2 Squashed 'lib/' content from commit 25c3423
git-subtree-dir: lib
git-subtree-split: 25c34231861721918079749db731f8af500eb371
2014-07-31 11:37:54 -04:00
Charlie
f07b4f9ee2 removed extraneous newlines in license 2014-07-30 20:22:17 -04:00
Charlie
02f89c330e Merge pull request #4 from Gibstick/DiscoFix2
merge DiscoFix2
2014-07-30 17:26:20 -04:00
Charlie
8162d00372 fixed sheep and guests going through portals 2014-07-30 17:00:34 -04:00
Charlie
e3c82a08ba Update README.md 2014-07-30 16:58:56 -04:00
Charlie
d8e951675f Update README.md 2014-07-30 16:58:10 -04:00
Charlie
0be6fc4f2d fixed guests, egg breeding, other singleton fixes
tbh the guests fixed themselves
2014-07-30 16:47:28 -04:00
Charlie
d162115f4f pom.xml and project file fixes 2014-07-29 21:36:16 -04:00
Charlie
15dd55712a dense radius, fix off-by-one in /ds other 2014-07-29 18:14:18 -04:00
Charlie
4197397f50 Fixed flags string not recognizing radius flag 2014-07-29 17:17:11 -04:00
Charlie
60cd6f268b Refactored commands to use sk89q's command lib
plugin main class now more or less follows the singleton pattern
2014-07-29 16:40:31 -04:00