Nathan Braun
7680a468d3
Fix EarthSmash not working in AvatarState
2015-08-20 14:30:14 -07:00
Nathan Braun
636add6e4b
Format EarthSmash File
2015-08-20 14:25:46 -07:00
Nathan Braun
6bf6dd4868
Remove FireBlast Fire Correctly
2015-08-20 14:22:52 -07:00
Nathan Braun
fbbbe3346a
Cleanup CoreAbility File
2015-08-20 14:22:28 -07:00
Nathan Braun
d14d9aec50
Improve getInstances efficiency
2015-08-20 14:22:06 -07:00
MistPhizzle
486df1b504
Permissions fix
...
bending.ability.bloodbending.anytime should be
bending.water.bloodbending.anytime
2015-08-20 00:41:32 -04:00
MistPhizzle
b6131bf79d
Merge pull request #209 from kingbirdy/fix/build-cancels-bending
...
Fix right clicking on block cancelling bending
2015-08-20 00:40:00 -04:00
MistPhizzle
aa0a5135b3
Permissions Fix (bending.ability.bloodbending.anytime)
...
bending.ability.bloodbending.anytime is now in bending.admin
2015-08-20 00:39:26 -04:00
kingbirdy
6dff656006
Fix right clicking on block cancelling bending
2015-08-19 12:30:46 -04:00
MistPhizzle
5a3792377f
1.8.0 BETA 1
2015-08-19 11:57:24 -04:00
MistPhizzle
f69d10fc1f
Delete Dev Builds Folder
...
Dev Builds will now be stored in the Resources section.
2015-08-19 11:53:13 -04:00
MistPhizzle
ed64fe87e7
Add /bending help Avatar
2015-08-19 11:51:59 -04:00
MistPhizzle
989a1dfbdc
Fix Small DBConnection issue
2015-08-19 11:46:44 -04:00
MistPhizzle
c8a6b258f7
Merge pull request #208 from kingbirdy/fix/updater
...
Fix errors when starting server offline
2015-08-19 11:40:15 -04:00
kingbirdy
7cacdf82c2
Fix errors when starting server offline
...
- Updater would throw NPE and UnknownHostException when it could not connect to projectkorra.com
- Also cleaned up output of DB connections
2015-08-19 00:36:06 -04:00
MistPhizzle
270c3060b0
Merge pull request #207 from kingbirdy/fix/airspout
...
Fix airspout cancelling on right click
2015-08-18 23:59:16 -04:00
kingbirdy
1bcd5e02b9
Fix airspout cancelling on right click
2015-08-18 23:36:09 -04:00
MistPhizzle
18ab899f27
Merge pull request #206 from StrangeOne101/master
...
Adds config options for Bloodbending and AirBlast
2015-08-18 23:13:39 -04:00
MistPhizzle
84cc7f33ef
Merge pull request #205 from kingbirdy/fix/bending-display
...
Fix subelements not being sorted
2015-08-18 23:04:56 -04:00
kingbirdy
ce3507404b
Fix subelements not being sorted
2015-08-18 23:02:06 -04:00
MistPhizzle
41151d0090
Merge pull request #204 from kingbirdy/remove-grapplinghooks
...
Remove grappling hooks
2015-08-18 23:01:15 -04:00
kingbirdy
8f2c188932
Remove grappling hooks
2015-08-18 22:59:24 -04:00
MistPhizzle
2d3f0809fc
Merge pull request #203 from kingbirdy/fix/invalid-command
...
Add new help messages and catch for nonexistent command
2015-08-18 22:54:29 -04:00
kingbirdy
c632d9555d
Add new help messages and catch for nonexistent command
...
- catch for nonexistent commands and help topics, refers the command sender to /bending help
- add help messages for check, debug, and presets
- correct some ifs to else ifs
2015-08-18 22:53:11 -04:00
MistPhizzle
c5d2bbefd6
Merge pull request #202 from StrangeOne101/master
...
Change combo display method and revamped Elements and SubElements
2015-08-18 21:10:31 -04:00
StrangeOne101
7805fe9e0c
Adds config option for BloodBending
...
Adds a config option that allows bloodbenders to bloodbend other
bloodbenders. Defaults to off.
2015-08-18 22:59:11 +12:00
StrangeOne101
0c6e04080b
Adds AirBlast config options and bug fix
...
Adds config options to stop AirBlast flicking levers, opening doors,
pushing buttons and cooling lava.
Also fixed a bug where benders could flick/open things in regions they
don't have permission for (factions, etc)
2015-08-18 22:57:45 +12:00
StrangeOne101
ebb0165068
Revamp Elements and SubElements
...
Elements and SubElements are now somewhat integrated so you can relate between the two of them. For example, you can now get the main element directly from a subelement without needing to test for what the subelement is individually.
Should make things much easier when comparing the two.
2015-08-18 17:39:20 +12:00
StrangeOne101
5f66331fad
Change combo display method, Add getAbilitySubElement()
...
• Combos now displayed in /bending display
Fire/Water/Air/Earth/ChiCombos
• Combo usage is now displayed in /bending help ComboName
• Using /bending help <Element>Combo shows correct usage, just so people
get used to the new method (still much easier).
• GeneralMethods has 3 new methods
• GeneralMethods.getComboColor(...) - Returns ChatColor
• GeneralMethods.getComboElement(...) - Returns Element
• GeneralMethods.getAbilitySubElement(...) - Returns the sub element of
the ability specified if it has one
2015-08-18 17:39:11 +12:00
MistPhizzle
a1288b40e3
Merge pull request #201 from StrangeOne101/master
...
FireBlast changes + Bug fix
2015-08-16 11:52:37 -04:00
MistPhizzle
bd0b877c5a
Merge pull request #200 from kingbirdy/bending-debug
...
change /b debug output for readability
2015-08-16 11:52:28 -04:00
MistPhizzle
4331cfafe5
Merge pull request #199 from jedk1/master
...
Fix AirSweep going through walls.
2015-08-16 11:52:14 -04:00
StrangeOne101
bb34664965
FireBlast changes + Bug fix
...
• Changed config option "Power" to "ExplosionRadius" for charged
fireblasts.
• Added new config option "DamageBlocks" for charged fireblasts
• Charged fireblasts can now set fire to more than one mob
• Fixed setting explosion radius to 0 still destroys blocks
2015-08-16 00:51:56 +12:00
kingbirdy
2880a5d143
change /b debug output for readability
...
Instead of outputting abilities in the order they're loaded, the
command now outputs them alphabetically, first stock and then unofficial.
This is to improve the readability of the command's output.
2015-08-10 22:24:48 -04:00
jedk1
835a5d4948
Fix AirSweep going through walls.
2015-08-10 20:00:27 +01:00
MistPhizzle
b81eec4ecc
1.7.0
...
Also includes updated staff list.
2015-08-05 18:23:27 -04:00
MistPhizzle
917b94ac42
Merge pull request #196 from StrangeOne101/master
...
Fixed Firebending Night Message
2015-08-05 18:11:09 -04:00
MistPhizzle
7d6e23e14a
Merge pull request #197 from Simplicitee/patch-1
...
Fix NPE in AvatarState
2015-08-05 18:10:58 -04:00
Simplicitee
3cf4ab7545
Fix NPE in AvatarState
...
- Fixed NPE in avatarstate thrown when the user disconnects in avatarstate
2015-08-05 16:07:20 -04:00
StrangeOne101
22ea742071
Fix Firebending Night Message
2015-08-05 16:53:12 +12:00
MistPhizzle
b1c50d1d29
1.7.0 BETA 16
2015-08-04 20:13:32 -04:00
MistPhizzle
4b9be337c1
Merge pull request #195 from jacklin213/bugfix
...
[URGENT] Add negation to isSolid() in GeneralMethods
2015-08-04 20:10:31 -04:00
MistPhizzle
70a837d2ef
Merge pull request #194 from Simplicitee/patch-3
...
Fixed RaiseEarth + AvatarState click height
2015-08-04 20:10:17 -04:00
Jack Lin
46255b6a3e
Add negation to isSolid() in GeneralMethods
2015-08-05 10:55:05 +12:00
Simplicitee
9d854587a5
Fixed RaiseEarth + AvatarState click height
...
- Added check for avatarstate so height can be modified accordingly. New version is as tall as sneak version with avatarstate.
2015-08-04 15:36:27 -04:00
MistPhizzle
c0302bdd5b
1.7.0 BETA 15
2015-08-04 12:58:36 -04:00
MistPhizzle
f2c9cb69c1
Merge pull request #193 from jedk1/master
...
Fixed FlightAbility fly glitch.
2015-08-04 12:56:00 -04:00
jedk1
d9987e6091
Fixed EarthBlast not doing damage
2015-08-04 16:48:54 +01:00
jedk1
0e62b2ea7e
Fixed missing bracket.
2015-08-04 16:04:21 +01:00
jedk1
b2c58dbaa7
Fixed FlightAbility giving fly mode.
2015-08-04 16:04:07 +01:00