Commit graph

2283 commits

Author SHA1 Message Date
PhanaticD
1c15f9209e add dynamic cooldown feature for airshield, off by default 2019-01-20 05:30:52 -05:00
PhanaticD
e4df313132 fix cooldown for fireshield not applying 2019-01-20 04:14:54 -05:00
PhanaticD
fa8b051121 fix waterbubble dupe 2019-01-20 01:20:17 -05:00
PhanaticD
d6c9717d25 fix up metalclips 2019-01-20 01:04:25 -05:00
PhanaticD
ac2c8b8be3 add reflection tostrings for ability and bplayer, and print out if there is a error during progress. Will look like this: https://gyazo.com/c9191195b9e8ace960fc15cb451870ed 2019-01-19 22:39:48 -05:00
PhanaticD
c6021dd970 run the remove of the ability after the revert, since earth armor will run revert as part of its remove if this revert hasnt completed 2019-01-19 04:16:25 -05:00
Simplicitee
9fb35ecc60
Merge pull request #7 from PhanaticD/wip-1.13
some more fixes
2019-01-18 23:46:45 -05:00
PhanaticD
593d3225ff add config option for gliding firejet, and make default false and change airscooter sitting default to false 2019-01-18 22:29:20 -05:00
PhanaticD
11227a981a fix cast exception 2019-01-18 18:56:31 -05:00
PhanaticD
f67c098b0d earthgrab: skip tridents, check if arrows are allowed to be picked up 2019-01-18 03:56:10 -05:00
PhanaticD
e09ea94629 playeranimation event fires at least 2 times if not 3 when doing one left click on a block due to minecraft being weird like that. this should keep previous behavior but only run once when left clicking either the air or a block 2019-01-18 01:02:31 -05:00
PhanaticD
4d9cf70ea8 better fix for densityshift 2019-01-17 23:06:27 -05:00
PhanaticD
a7fd485308 fix CME in densityshift, allow kelp to be cooked with heatcontrol, fix earthgrab on tridents 2019-01-17 22:23:55 -05:00
Simplicitee
081cdc1bb0
Merge pull request #6 from PhanaticD/wip-1.13
potentially fix CME reverting all tempblocks
2019-01-17 19:06:34 -05:00
PhanaticD
8aa84fc23c potentially fix CME reverting all tempblocks 2019-01-15 01:10:57 -05:00
Simplicitee
aa2c74ba31
Merge pull request #5 from PhanaticD/wip-1.13
further updates and fixes
2019-01-14 19:45:45 -05:00
PhanaticD
83afd7142f safety check for moved earth, otherwise this move could be used on top of a bunch of raised earth to glitch out blocks and sometimes leave lava sources making a mess in the world 2019-01-14 17:17:35 -05:00
PhanaticD
be896ecf32 when firejet is done use previous gliding state 2019-01-14 15:48:51 -05:00
PhanaticD
88c1debab9 fix some annoying damage introductions from last commits change 2019-01-13 18:48:21 -05:00
PhanaticD
da04657957 make firejet look cool, also missed null check in surge wall 2019-01-13 18:15:55 -05:00
PhanaticD
09478cc5bf add support for standing scooter in case of peaceful world or the slime doesnt spawn for whatever reason, also made it configureable 2019-01-12 22:52:44 -05:00
PhanaticD
abfbff19fa null check in tempblock revert_queue, rare occasion when server stops before any tempblocks are made 2019-01-12 22:12:17 -05:00
PhanaticD
3094c691a9 add check for slime existing and still mounted 2019-01-12 22:10:44 -05:00
PhanaticD
f6f2b8b954 display player as sitting for airscooter and make the velocity changes more gentle 2019-01-12 21:56:02 -05:00
PhanaticD
aa6bf5a849 null checks for tempblocks in surge remove water 2019-01-12 16:37:56 -05:00
PhanaticD
76c86bce37 make avatar title more consistent with either the lore or the permission specification, this will also fix avatar title showing for addons that add new elements but would not necessarily make sense to display as an avatar. for example the spirits addon, having light and dark spirit would cause you to display as an avatar 2019-01-10 23:56:55 -05:00
PhanaticD
a32031387f fix airscooter and airspout not working over kelp, make airscooter more forgiving on downward velocity preventing a bouncing loop if you fall from too high 2019-01-10 14:24:52 -05:00
PhanaticD
002d9b05fc add the other spot cooldown table is created 2019-01-09 15:58:55 -05:00
PhanaticD
7f737f8576 add composite primary key for cooldowns 2019-01-09 15:55:31 -05:00
PhanaticD
1c4feb5f20 database fix for sqlite as well 2019-01-09 15:44:12 -05:00
PhanaticD
61a0f1e713 fix that cooldown error, will require a table reset of pk_cooldowns, also make having database cooldowns configureable 2019-01-09 13:43:31 -05:00
PhanaticD
2cf4ecdbd8 dont do static import for last commit 2019-01-09 13:13:49 -05:00
PhanaticD
b712364e86 also check if statistics are even enabled 2019-01-09 12:52:35 -05:00
PhanaticD
eb9fc7ca37 add null check for entity death event for statistics 2019-01-09 12:50:38 -05:00
PhanaticD
e7f2d5ce5d allow phase change to revert temp ice blocks if they were previously water 2019-01-09 12:16:16 -05:00
PhanaticD
3bfb203c8c pom change to allow specifying jar output location, wont change anything unless specified with -Ddir=<directory> 2019-01-08 12:57:55 -05:00
PhanaticD
feedc725a2 make use of brand new FluidLevelChangeEvent 2019-01-08 11:35:07 -05:00
PhanaticD
5fe6d2ee3f always remove the water from waterbottles for torrnet 2019-01-06 12:15:51 -05:00
PhanaticD
551de94f7e restore previous behavior for airsuction where you could only affect yourself if a origin cloud was set 2019-01-06 10:22:09 -05:00
PhanaticD
1f72980dc8 dont allow extraction on tempblocks 2019-01-06 09:29:06 -05:00
PhanaticD
38ddefeb5a some fixes 2019-01-06 08:54:07 -05:00
PhanaticD
0b45215636 some more protection checks 2019-01-05 06:37:11 -05:00
PhanaticD
15ac7b6d5b fix firejet when you have illumination torch 2019-01-04 08:50:46 -05:00
PhanaticD
fa4139eccc just thaw the wall, fixes creating water sources in protected regions 2019-01-04 08:14:21 -05:00
PhanaticD
dae0f19fcc some fixup for last commit 2019-01-04 06:24:55 -05:00
PhanaticD
0ad0a544a3 air check fixes 2019-01-04 06:20:28 -05:00
PhanaticD
cc865ef41c more protection stuff 2019-01-03 13:37:14 -05:00
PhanaticD
07632b62ef some more protection fixes, make airstream dangerous since you can affect other players, change to protect non player entities 2019-01-03 10:46:06 -05:00
PhanaticD
4aa4e22833 some more protection fixes 2019-01-03 10:20:16 -05:00
PhanaticD
8b2ec63bcb make airsuction work on self 2019-01-03 05:19:56 -05:00