Commit Graph

198 Commits

Author SHA1 Message Date
Gibstick
d76681400d renamed permissions, added toggle onjoin command, deleted unused class (was already split up) 2013-07-28 17:59:46 -04:00
Gibstick
2d3e98560f no more warnings cause we don't clone() 2013-07-28 17:29:22 -04:00
Gibstick
b7a83e1c29 use Entity instead of LivingEntity 2013-07-28 14:29:29 -04:00
Gibstick
7c640f1bc7 excluded more mobs that NPE, fixed array out of bounds in parsing 2013-07-28 13:47:16 -04:00
Gibstick
d8fe7b480d listeners only listen for their own parties 2013-07-28 12:47:00 -04:00
Gibstick
12cbf80d55 move party-related listeners to new class, and only listen during parties 2013-07-28 12:30:45 -04:00
Gibstick
f64f15d7a0 event handlers ignore cancelled events 2013-07-28 11:51:00 -04:00
Gibstick
17400da96a added event handler priorities 2013-07-28 11:48:15 -04:00
Gibstick
5dd2a4d4aa removed unused reference to DiscoSheepCommandExecutor 2013-07-28 09:04:00 -04:00
Gibstick
0e6a56ff95 removed unused party 2013-07-28 09:03:19 -04:00
Gibstick
341c11c44b updated readme with releases link (cause no one knows how to use github) 2013-07-28 09:00:50 -04:00
Gibstick
7fb34e92d6 replaced all Math.random with Random 2013-07-28 08:58:56 -04:00
Gibstick
5536151efa Use Random instead of Math.random 2013-07-27 12:30:08 -04:00
Gibstick
461c871193 upped version number to 1.1 2013-07-27 11:46:49 -04:00
Gibstick
01b4dc5847 removed unused import 2013-07-27 11:42:32 -04:00
Gibstick
2e8359aa15 removed redundant temp hashmap, removed "PLAYER" from entity list 2013-07-27 11:32:58 -04:00
Gibstick
675162b501 updated discosheep.* in plugin.yml 2013-07-26 22:19:37 -04:00
Gibstick
0403414a44 updated readme (tested up to CB 2820) 2013-07-26 21:56:43 -04:00
Gibstick
4556d2b755 removed unused import 2013-07-26 21:49:38 -04:00
Gibstick
ebcb5e27ac prevent horses (until 1.6.2 stable) 2013-07-26 21:48:19 -04:00
Gibstick
23e4a3887f implemented -g none to spawn a party without extra guests 2013-07-26 21:29:06 -04:00
Gibstick
20691b0904 fixed /ds save, added command interface for guests, added config file for max guests, fixed misc bugs 2013-07-26 21:21:27 -04:00
Gibstick
d8cd43891a added config file for default guests 2013-07-26 16:20:11 -04:00
Gibstick
e73f0414d2 added code framework for uninvited guests 2013-07-22 16:22:31 -04:00
Gibstick
e15eb397da implemented /ds saveconfig 2013-07-22 09:43:08 -04:00
Gibstick
4e4ebc58f8 implemented /ds defaults 2013-07-22 09:09:09 -04:00
Gibstick
4653521a39 fixed useless parameters leftover from refactoring 2013-07-21 21:30:39 -04:00
Gibstick
d4a36a6a21 fixed discosheep.other typo 2013-07-21 14:44:02 -04:00
Gibstick
bbdadf7135 removed more unused imports 2013-07-21 11:51:14 -04:00
Gibstick
3ed151ed25 removed unused import 2013-07-21 11:41:21 -04:00
Gibstick
5b7c996cff added "-r dense" as argument for radius
-r dense will tell the plugin to calculate the radius of the sheep using
the forumla r = sqrt(sheep / pi), so that it party becomes a sheep
moshpit.
also renamed getSheep to getSheepList, and added getSheep to get the
sheep number
2013-07-21 11:36:37 -04:00
Gibstick
28a27c9c29 refactored permissions and commands to DiscoSheep class 2013-07-21 10:57:42 -04:00
Gibstick
d711136d83 updated readme with bukkitdev link 2013-07-21 10:32:30 -04:00
Gibstick
4e9869ee2c updated readme 2013-07-21 10:29:36 -04:00
Gibstick
b0eb24bb2f updated readme 2013-07-21 10:28:01 -04:00
Gibstick
5841b5a7f4 cleaned up code, inlined senderHasPerm, condensed help command output 2013-07-21 09:13:48 -04:00
Gibstick
1336cc1aaf decreased number of fireworks fired, added black and white to sheep colours, decreased sheep jump height 2013-07-20 12:38:30 -04:00
Gibstick
9e6c49e056 sheep now spawn with random orientation 2013-07-19 21:22:39 -04:00
Gibstick
d9d041e4e1 fixed plugin.yml main class, formatting 2013-07-19 21:03:19 -04:00
Gibstick
be78675c6d Renamed package to adhere to naming convention 2013-07-19 20:19:54 -04:00
Gibstick
4cfdf6fbe6 removed dev build 2013-07-19 19:36:25 -04:00
Gibstick
62abf9fd11 fixed permission node typo in plugin.yml 2013-07-19 19:32:51 -04:00
Gibstick
886d7f4192 refactorizations, fixed /ds other, added permission for -p switch 2013-07-19 19:32:26 -04:00
Gibstick
dbbe9d5dba I cannot into boolean logic (fixed limit checking and exceptions) 2013-07-19 18:34:47 -04:00
Gibstick
4855cf753c output no perms message for -fw 2013-07-19 12:29:30 -04:00
Gibstick
0830764cc3 exceptions, y u no work 2013-07-19 12:06:26 -04:00
Gibstick
cca4cb11e3 changed order of command parsing, fixed limit checking for arguments 2013-07-19 11:48:35 -04:00
Gibstick
1f13192aec implemented copy with new player method for DiscoParty 2013-07-19 11:42:25 -04:00
Gibstick
f92247c170 catch NumberFormatException, fixed off-by-one error 2013-07-19 11:28:41 -04:00
Gibstick
d26c620541 added 1.0.1 build 2013-07-18 22:03:36 -04:00