Commit graph

232 commits

Author SHA1 Message Date
jack lin 6517230473 Forgot to delete comments like commit bad3c18 2014-07-30 00:10:00 +12:00
jack lin 6fd33e9d4d Forgot to delete comments like commit bad3c18 2014-07-29 23:47:11 +12:00
jack lin 468ffa3325 Changed method name and classes effected 2014-07-29 23:34:46 +12:00
jack lin c2878ba36a Fixed conflicted error 2014-07-29 23:18:15 +12:00
MistPhizzle c8958dc40f 1.3.0 BETA 8
Forgot to push the file
2014-07-28 23:34:52 -04:00
MistPhizzle 3c19a38281 1.3.0 BETA 8 2014-07-28 23:33:47 -04:00
MistPhizzle 46ebcabd5b Actually remove null messages from /bending who 2014-07-28 23:29:31 -04:00
MistPhizzle 59da181a07 Merge pull request #9 from HiddenCloud/master
Rewrote day/night handling (HiddenCloud)
2014-07-28 23:29:18 -04:00
HiddenCloud 65e0f0bd97 Rewrote day/night handling
Rewrote day/night handling. Much faster, requires no adding worlds to a concurrenthashmap or looping over them. It's also much easier to understand and modify.
2014-07-28 22:16:08 +00:00
MistPhizzle 0a9983658a 1.3.0 BETA 7 2014-07-28 11:48:22 -04:00
MistPhizzle fc1032af51 /bending who changes
Will tell you if a member is a part of the ProjectKorra team.

Added sub element display for Waterbending
2014-07-28 11:44:32 -04:00
MistPhizzle a3fbf6ccd1 Clean up /bending who so it doesn't show null slots
(Credit goes to AlexTheCoder)
2014-07-28 11:44:31 -04:00
MistPhizzle bad3c187a2 Clean up Imports / Methods Class
Removed the comments from the Methods class that weren't necessary and
cleaned up the imports throughout all of the classes.
2014-07-28 11:44:30 -04:00
MistPhizzle 3b5040d0cc Make bendability of packed ice configurable 2014-07-28 11:44:27 -04:00
MistPhizzle 5d6ca3938b Merge pull request #8 from Anonymous1432/master
Patched bending in any faction land
2014-07-28 11:32:25 -04:00
jack lin c35a451e7b Documentation Part 1 2014-07-28 22:22:44 +12:00
jack lin 446cbcd4e0 Sorted Methods class to prepare for Documentation 2014-07-28 18:36:37 +12:00
jack lin 78157bd2ac Fixed Generic warning, General Clean up
* Fixed Warning: A generic array of HashSet<String> is created for a
varargs parameter
* Cleaned Imports
* Removed unnecessary toggle message
2014-07-28 18:31:01 +12:00
AlexTheCoder 567010673e Patched bending in any faction land
Fixed the bug where a player could bend in any faction's land,
regardless on whether they could build there.
2014-07-27 19:47:14 -04:00
MistPhizzle 6e787cf05a 1.3.0 BETA 6
I'm getting a bit dev build happy today, my bad.
2014-07-26 21:09:57 -04:00
MistPhizzle a1f2c2565f FastSwim can be used with EarthArmor 2014-07-26 21:06:47 -04:00
MistPhizzle 05502e03c0 Fix /bending toggle 2014-07-26 18:26:28 -04:00
MistPhizzle 6ea5b61f2b Fix Import command not working 2014-07-26 17:50:51 -04:00
MistPhizzle 275c7a5d61 1.3.0 BETA 5
Let's actually put a dev build out now
2014-07-26 16:43:31 -04:00
MistPhizzle 64b89d4b90 Added Smokescreen, new Chiblocking Ability 2014-07-26 16:37:54 -04:00
MistPhizzle 6efc69d405 1.3.0 BETA 4 2014-07-26 12:00:34 -04:00
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 d1b6497fe6 Remove WaterSpout if Bloodbended / Paralyzed 2014-07-24 22:33:06 -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 2c17eacbeb 1.3.0 BETA 3 2014-07-23 11:01:30 -04:00
MistPhizzle d51ee9b9d2 /bending display [element] is in alphabetical order 2014-07-23 10:57:02 -04:00
MistPhizzle 290696879d Fix Charged FireBlast difficulty issues 2014-07-23 10:57:00 -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 656ab327b3 v1.3.0 BETA 2 2014-07-22 21:19:21 -04:00
MistPhizzle e9c334453e Air Particles are now White + TagAPI Fix 2014-07-22 21:18:37 -04:00
MistPhizzle cf93334386 Possible HeatControl fix 2014-07-21 15:40:43 -04:00
jack lin 10379bc2e6 1.3.0 BETA 2 2014-07-21 21:29:57 +12: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 0b06187e71 Additions to Cmd Class - See extended Description
* Added Non valid element message for /bending display
* Added Abilities to display when using /bending who <player>
2014-07-21 20:54:07 +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
jack lin 24773881cb Added additional alias 2014-07-21 19:12:10 +12:00
jack lin d811ecd575 Added missing help message 2014-07-21 19:07:57 +12:00
MistPhizzle 376fc8a2c4 Add Particle Library 2014-07-20 22:56:35 -04:00
MistPhizzle 2d856f7cd1 Fix AvatarState cooldown not initiating properly 2014-07-20 22:50:50 -04:00
MistPhizzle 382aa393a6 Fix AvatarState Speed Config 2014-07-20 19:02:09 -04:00
MistPhizzle 7e4a742fa1 1.3.0 BETA 1 2014-07-20 16:28:26 -04:00
MistPhizzle dfcbfb7132 Waterbenders are more powerful during full moon 2014-07-20 16:27:40 -04:00
MistPhizzle 1c16d7a00f Permission Nodes for the Grappling Hooks
bending.earth.grapplinghook
bending.chi.grapplinghook
2014-07-20 16:01:35 -04:00
MistPhizzle 738a4dbaf5 Make PowerMultiplier of AvatarState configurable 2014-07-20 15:38:55 -04:00