Commit Graph

121 Commits

Author SHA1 Message Date
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
Gibstick
fae7127a99 upped version number to 1.0.1 2013-07-18 22:00:59 -04:00
Gibstick
997fc5d849 updated plugin.yml help message 2013-07-18 21:53:48 -04:00
Gibstick
4e3d54f3a4 minor refactorization of DiscoSheep.startParty() and DiscoParty.startDisco() 2013-07-18 21:43:14 -04:00
Gibstick
b59ccc776f updated /ds help for new commands 2013-07-18 21:20:11 -04:00
Gibstick
c988e9a723 added new /ds stop to stop single parties, renamed old /ds stop to stopall 2013-07-18 21:17:05 -04:00
Gibstick
d70eb38848 added /ds other command 2013-07-18 20:56:53 -04:00
Charlie Wang
1fb36d25e5 added config file, added config file reload command, and registered permissions in plugin.yml 2013-07-12 16:51:14 -04:00
Gibstick
7f7694c576 updated readme with download link 2013-07-12 13:20:45 -04:00
Charlie Wang
d6b3a979aa added .jar to repo 2013-07-12 13:18:14 -04:00
Charlie Wang
f7a5aabd5c nothing 2013-07-12 13:06:01 -04:00
Charlie Wang
d947c62c6a properly randomized the sheep spawn coordinates 2013-07-12 13:02:48 -04:00
Gibstick
df9bab0fef Update README.md 2013-07-12 12:03:51 -04:00
Gibstick
99830114c1 added license to readme 2013-07-12 11:59:50 -04:00
Charlie Wang
b0f55fbefb users now set duration in ticks, and parties now stop on player quit 2013-07-12 11:56:22 -04:00
Charlie Wang
869210e0d2 removed 10000 HP on sheep 2013-07-12 10:42:22 -04:00
Charlie Wang
968603d54f sheep have 50% chance to jump every 2 state changes 2013-07-12 09:28:50 -04:00
Charlie Wang
6166c56f9c blocked all sheep damage 2013-07-12 09:14:42 -04:00
RangerMauve
bf698d4c6e Merging conflicts 2013-07-12 09:11:58 -04:00
RangerMauve
21c10851f3 Sheep alternate jumping, half the sheep jump at a time. 2013-07-12 08:47:18 -04:00
Charlie Wang
c2568e3df2 sheep jump twice as often 2013-07-12 08:41:42 -04:00
RangerMauve
3e06213fc5 Added code for making sheep jump. Can be toggled with DiscoParty.doJump. Default Y velocity applied can be set with defaultSheepJump. Sheep jump at same time as they would launch fireworks. TODO: tune jump velocity to make it look natural. 2013-07-12 08:09:07 -04:00
Gibstick
3fc5d4ae2b updated readme 2013-07-11 23:48:51 -04:00
Charlie Wang
0a7bd06579 added arguments for period, duration, number, and radius 2013-07-11 23:25:48 -04:00
Charlie Wang
1a5e5050dc fixed /ds all 2013-07-11 21:24:56 -04:00
Charlie Wang
ff9e992460 added number sheep number and radius switches 2013-07-11 21:15:54 -04:00
Charlie Wang
291a39ccc0 preparations for command switch parsing 2013-07-11 19:07:46 -04:00
Charlie Wang
43fd8815f5 rewrote command handling and added fireworks toggle switch 2013-07-11 11:28:20 -04:00