Commit Graph

98 Commits

Author SHA1 Message Date
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
Charlie Wang
a41da1fd45 added random fireworks 2013-07-11 10:16:59 -04:00
Charlie Wang
e4a7eed814 /ds all and /ds stop commands implemented 2013-06-30 23:16:18 -04:00
Charlie Wang
5419d97426 actually use the synchronized methods 2013-06-30 22:51:25 -04:00
Georgiy
300083ca35 Got rid of cyclic getter 2013-06-30 22:48:09 -04:00
Georgiy
bf41851939 Synchronized party list acessors 2013-06-30 22:38:38 -04:00
Charlie Wang
5cce339172 Merge branch 'master' of https://github.com/Gibstick/DiscoSheep.git 2013-06-30 22:31:09 -04:00
Charlie Wang
e807e0fe7e implemented updateAllSheep and refactored sheep updating 2013-06-30 22:30:52 -04:00
Georgiy
95fdf1295e Added stopAllParties() 2013-06-30 22:29:19 -04:00
Charlie Wang
ae8dff9e00 Stop all parties when plugin is disabled 2013-06-30 22:16:32 -04:00
Charlie Wang
5ecbb93091 actually fixed anti-breeding 2013-06-30 22:08:49 -04:00
Charlie Wang
e23a269b8c fixed anti-breeding 2013-06-30 21:57:32 -04:00
Georgiy
8acf96fc34 Made sheeps target player on spawn. 2013-06-30 21:27:35 -04:00
Georgiy
5c8f2e3133 Changed rhythm to something more complex 2013-06-30 21:14:24 -04:00
Georgiy
84d77f2f25 Minor changes, whatever 2013-06-30 21:00:43 -04:00
Charlie Wang
9c44f3daec Merge remote-tracking branch 'origin/limit-parties' 2013-06-30 20:53:49 -04:00
Charlie Wang
f2f429f21d only allow one party per player 2013-06-30 20:52:49 -04:00
Georgiy
9ff882c526 Added check for breeding before preventing sheep event 2013-06-30 20:49:34 -04:00
Georgiy
aa07123277 Merge branch 'master' of https://github.com/Gibstick/DiscoSheep.git 2013-06-30 20:41:23 -04:00
Georgiy
28fdb0d055 Added to SheepDeshearer to prevent sheep from breeding. 2013-06-30 20:38:14 -04:00
Charlie Wang
59a1bbbdac Merge branch 'master' of https://github.com/Gibstick/DiscoSheep
Conflicts:
	src/gibstick/bukkit/discosheep/DiscoParty.java
2013-06-30 20:22:48 -04:00
Georgiy
8863b401c9 Initialized sheep array in DiscoParty 2013-06-30 20:15:11 -04:00
Charlie Wang
a8023c3594 wtf I cannot into git
Why is it trying to replace the entire file with the entire file
2013-06-30 20:13:32 -04:00
Georgiy
b185f7d02a Trying to fix null pointer exception. 2013-06-30 20:06:41 -04:00