Commit graph

54 commits

Author SHA1 Message Date
MistPhizzle
6ee2af3b02 Change air particles to clouds
This is a bit better with performance than the spell particles
2014-07-25 00:16:52 -04:00
MistPhizzle
94fe066aa9 Add /bending toggle all
This turns Bending off for everyone. If Bending is off for everyone, no
single player can turn it back on.
2014-07-24 18:46:57 -04:00
MistPhizzle
ab9fa1b63c Merge pull request #6 from jacklin213/master
Merge pull requests from jacklin213
2014-07-23 10:56:39 -04:00
MistPhizzle
e9c334453e Air Particles are now White + TagAPI Fix 2014-07-22 21:18:37 -04:00
jack lin
25e01aa855 Updated Reload, Import Cmd - See Description
* Added a reload method in the Methods class
* Allows database changes to take effect on /bending reload
* Prevented duplicates from the import command
2014-07-21 21:27:39 +12:00
jack lin
4144ff094d Simplified Save method using Ternary Operator 2014-07-21 21:05:50 +12:00
jack lin
4e7ae2b5e2 Added Import safeguard - See extended Description
* Added Import safeguard to prevent multiple imports
* Added ImportEnabled boolean for import safeguard
* Changed the use of Plugin.getConfig() to config in ConfigManger
2014-07-21 19:29:30 +12:00
MistPhizzle
dfcbfb7132 Waterbenders are more powerful during full moon 2014-07-20 16:27:40 -04:00
MistPhizzle
4ef2e12287 NPE Fix 2014-07-19 20:18:14 -04:00
jack lin
fbf533f49d Fix attempt NPE in Methods
http://pastie.org/9383324
2014-07-18 18:02:52 +12:00
jack lin
7d9419d319 Fix another NPE in Methods
http://pastebin.com/sqiqfjin
2014-07-18 18:02:06 +12:00
jack lin
d091ab9765 Fix NPE in Methods
http://pastebin.com/9J0qAWTh
2014-07-18 18:01:00 +12:00
MistPhizzle
4838e17b14 Fix SQLite errors on logout 2014-07-17 00:05:10 -04:00
MistPhizzle
4db6cbeaa7 /bending clear should not revert on login 2014-07-16 21:15:10 -04:00
MistPhizzle
8fd403bcbd Revert "Stupid Commit, Will Revert"
This reverts commit 599ecf6426.
2014-07-13 16:41:07 -04:00
MistPhizzle
599ecf6426 Stupid Commit, Will Revert 2014-07-13 16:40:47 -04:00
jack lin
6bad38cc18 Updated importer to add slot abilities 2014-07-13 02:17:26 +12:00
MistPhizzle
c6824193fe Finish Syncing Project
No new features, just forgot to commit some files.
2014-07-11 23:38:29 -04:00
MistPhizzle
4f2a59f942 Give Metalbending its own color
This color is configurable (Defaults: Dark Green). Will display
abilities in /bending display and their descriptions in this color if
they are metalbending abilities.
2014-07-10 10:38:26 -04:00
MistPhizzle
bbece259e1 Begin Metalbending
If you land on a metal block and you have metalbending permissions, you
will not take fall damage.
2014-07-10 10:30:13 -04:00
MistPhizzle
980574d412 Permissions for Bending Passives
bending.ELEMENT.passive
2014-07-07 21:07:33 -04:00
MistPhizzle
460f8179d2 Fix NPE onPlayerLogin 2014-07-03 22:49:49 -04:00
MistPhizzle
197b3a4a3c AvatarState shows proper color on /b display 2014-07-02 09:56:02 -04:00
MistPhizzle
9bd3772148 /b display wont show abilities player cant use
This one actually does it
2014-06-30 20:48:07 -04:00
MistPhizzle
f2f1b4017d Bending properly stops / reverts on shutdown 2014-06-30 10:27:11 -04:00
MistPhizzle
3bd2e51b71 /bending bind is prettier
Now displays the slot #
The color of the message matches the color of the element.
2014-06-29 20:44:05 -04:00
MistPhizzle
c6e45753e1 ChiBlocking Passive Fixed
Chi actually blocks now
2014-06-29 20:27:47 -04:00
MistPhizzle
d3776fe766 Actually remove abilities you can no longer bend 2014-06-29 19:02:04 -04:00
MistPhizzle
616b0df993 Remove abilities you no longer have permission for 2014-06-28 21:56:10 -04:00
MistPhizzle
b08c42bb2b Fix color issues on Commands
All commands now use the proper element color as defined in the config.
2014-06-28 19:31:26 -04:00
MistPhizzle
3d4fe77ee9 Fix some runtime errors
Fixed an error in plugin, made the config load before the Methods
2014-06-28 17:40:30 -04:00
MistPhizzle
10474a0688 Region Protection
Should work *flawlessly* on all abilities.
2014-06-28 17:06:05 -04:00
MistPhizzle
5776ad28e1 isIgniteAbility() and isExplodeAbility() added
For Region Protection. ProjectKorra respects explosion and fire flags in
various plugins, so this will allow an ability to register as such.
isIgnite() means the ability produces fire (Like Blaze) and
isExplodeAbility() means the ability produces an explode (Like FireBlast
and Lightning)
2014-06-28 16:25:27 -04:00
MistPhizzle
efc880eb13 Added isHarmlessAbility() to AbilityModule
Will be used with Region Protection, currently not a runnable build.
2014-06-28 16:08:54 -04:00
MistPhizzle
f22b683b2a RevertChecker 2014-06-26 23:08:41 -04:00
MistPhizzle
edada84fa2 EarthArmor 2014-06-26 22:15:28 -04:00
MistPhizzle
a7d2a958b3 Fix a couple of things 2014-06-26 18:51:13 -04:00
MistPhizzle
256ad9fd59 FireBlast 2014-06-26 16:51:46 -04:00
MistPhizzle
83f6f51874 OctopusForm 2014-06-25 22:40:44 -04:00
MistPhizzle
bd1f83f2cf WaterManipulation 2014-06-25 13:08:36 -04:00
MistPhizzle
8c60f64623 PhaseChange 2014-06-25 12:48:05 -04:00
MistPhizzle
867f0acd12 HeatControl 2014-06-25 12:34:45 -04:00
MistPhizzle
9a9dbf2db8 RaiseEarth 2014-06-25 11:58:02 -04:00
MistPhizzle
0da85ee86a Catapult 2014-06-25 11:44:02 -04:00
MistPhizzle
a907a42e28 Bloodbending 2014-06-24 20:42:24 -04:00
MistPhizzle
ead0c812d1 Tornado and AirBlast 2014-06-24 18:39:33 -04:00
MistPhizzle
65dd2c3c80 Forgot to apply files to commit
My b
2014-06-14 14:59:36 -04:00
MistPhizzle
c87d1c67cd WaterCore
Some more Waterbending Methods (This is proving to be a pain)
2014-06-13 22:10:39 -04:00
MistPhizzle
0180332f4e Waterbending Methods
Some methods for the Waterbending abilities.
2014-06-13 16:56:28 -04:00
MistPhizzle
219b1868bd Add isMeltable() Method 2014-06-13 16:43:23 -04:00