Commit graph

900 commits

Author SHA1 Message Date
jedk1
5a10da3f1f Added permissions for WaterArms. 2015-05-31 21:23:21 +01:00
jedk1
ee79f70142 Finished recode and added getters and setters. Also added Grab attack. 2015-05-31 21:23:06 +01:00
jedk1
50e83f6e35 Completed Recode and added getters and setters. 2015-05-31 21:22:12 +01:00
jedk1
706ee1cd8c Added method for a chi blocker to highjump out of WaterArms grab mode. 2015-05-31 21:21:50 +01:00
jedk1
72321963be Added WaterArms sneak event to display a little note of what ability is
bound.
2015-05-31 21:20:49 +01:00
jedk1
7a4af1ef01 Added more WaterArms config options. 2015-05-31 21:20:05 +01:00
jedk1
3d01e27965 Added support for MultiAbilityManager. Makes sure that abilities can't
be bound while a MultiAbility is active.
2015-05-31 21:19:23 +01:00
jedk1
09575f8e9b Started Recode on WaterArms. 2015-05-31 15:19:50 +01:00
jedk1
d5c6e10feb Added WaterArms managing and stopping. 2015-05-31 15:19:32 +01:00
jedk1
6aa5947481 Added WaterArms falling block check to entitychangeblockevent. 2015-05-31 15:18:58 +01:00
jedk1
9bbd231eef Added getLeftSide and getRightSide methods to get the respective side of
a location no matter the direction it's facing.
2015-05-31 15:18:30 +01:00
jedk1
25e7eb8b39 Changed config options for WaterArms. 2015-05-31 15:17:29 +01:00
jedk1
742df175db Added WaterArms as a stock ability. 2015-05-31 15:16:58 +01:00
jedk1
66374480cf Updated/Fixed MultiAbilityAPI. 2015-05-31 15:16:36 +01:00
jedk1
45b7ee8b7a Added WaterArms to the stock abilities list 2015-05-30 14:49:23 +01:00
jedk1
f1608728d4 Added config options for WaterArms, these might need nerfing. 2015-05-30 14:48:29 +01:00
jedk1
30724904bc Added classes for MultiAbilityModules. Allows for creation of
multiabilities.
2015-05-30 03:10:19 +01:00
jedk1
3cbd93712b Added MultiAbilityManager - Manager for most methods and managers for
multiabilities.
2015-05-30 03:08:56 +01:00
jedk1
1719628d33 Added the managers for the MultiAbility 2015-05-30 03:08:11 +01:00
jedk1
bb6c333323 Added to player quit event to clean up any multi abilities the player
had active.
2015-05-30 03:07:52 +01:00
jedk1
4842970973 Added checks in bindAbility and saveAbilities to stop the method if the
player has a MultiAbility bound.
2015-05-30 03:06:44 +01:00
MistPhizzle
cb13a38873 1.7.0 BETA 3 2015-05-25 16:22:06 -04:00
MistPhizzle
029262bb49 /bending reload now reloads Modular Abilities
Finnbon suggestion
2015-05-25 16:18:46 -04:00
MistPhizzle
e07363aabd AirBlast now opens wooden doors 2015-05-25 16:18:45 -04:00
MistPhizzle
dbd64385dd Expand Permissions
You can now require specific permissions for elements. i.e.
bending.command.choose.fire and bending.command.add.fire (Currently only
added to choose and add)

Please note: They wont be able to choose fire without the permission
node bending.command.choose and bending.command.add respectively. All
new permissions default true, but again, they will not be able to add
elements without the basic command to do so in the first place.
2015-05-25 16:18:44 -04:00
MistPhizzle
dee68b9671 PlayerChangeElementEvent
Called whenever a player's element is changed, whether it be through
Add, Remove, Choose, Permaremove.

Requests CommandSender (whoever initiates it), the Player target, the
Element, and the Result.

If remove or peraremove, element will return null.
2015-05-25 16:18:43 -04:00
MistPhizzle
bf0971bffb Admins can choose bending if permaremoved
Admins can choose a player's bending if it has been permaremoved. The
point of permaremove is so that the player can't rechoose, not the
admin.
2015-05-25 16:18:42 -04:00
MistPhizzle
51159400af /bending display [Element] Changes
- Fixed bug where you can't view abilities for other elements. (Now
checks if you just have permission, not if you can actually bind them)

- Removed sub abilities from general display. They now have their own
command (/bending display Lightning, etc, etc)
2015-05-25 16:18:42 -04:00
MistPhizzle
5aa8d25db9 Merge pull request #117 from nathank33/master
Combo Permissions
2015-05-25 16:17:32 -04:00
nathank33
2af027dddb Combos have individual permissions 2015-05-24 21:53:18 -07:00
nathank33
d20ab0e6e5 Formatted ComboManager 2015-05-24 19:26:42 -07:00
MistPhizzle
4b392d2a01 1.7.0 BETA 2 2015-05-22 16:20:09 -04:00
MistPhizzle
a45ffb6753 Asynchronous Database Interaction
Should increase performance.

Huge thanks to Sothatsit --- Had to merge it manually
2015-05-19 12:20:45 -04:00
MistPhizzle
4f36c4ec6d Merge pull request #116 from Alex-The-Coder/master
HUMONGOUS API CLEANUP
2015-05-19 11:15:20 -04:00
AlexTheCoder
b2bdd1b6fa HUMONGOUS API CLEANUP
- Created individual method classes for each element
- Moved appropriate methods from main Methods class into element Method
classes
- Created many javadocs
- Removed a deprecated method
- Changed Methods to GeneralMethods
2015-05-15 00:24:12 -04:00
MistPhizzle
e06b042fa5 1.7.0 BETA 1
Forgot the file oops
2015-05-13 10:07:12 -04:00
MistPhizzle
18dcedff83 1.7.0 BETA 1 2015-05-13 10:06:11 -04:00
MistPhizzle
0940091f56 Merge pull request #112 from Alex-The-Coder/Lightning-API-Improvements
Allowed external developers access to arcs
2015-05-13 10:01:40 -04:00
MistPhizzle
79315d5f3a Merge pull request #111 from Alex-The-Coder/Lightning-Aesthetics
Lightning Aesthetic Enhancement
2015-05-13 10:01:34 -04:00
MistPhizzle
75cf7871f2 Merge pull request #113 from jacklin213/1.7
Implement Saving Toggle
2015-05-13 10:00:57 -04:00
Jack Lin
2ccef0aecb Add saved toggling per server session 2015-04-21 13:00:58 +12:00
MistPhizzle
625d7014c1 1.6.0 2015-04-19 18:27:10 -04:00
MistPhizzle
72ca8e3fd9 1.6.0 BETA 20 2015-04-19 18:08:38 -04:00
MistPhizzle
bb617c90c8 Fix /bending who not showing staff 2015-04-19 18:07:04 -04:00
AlexTheCoder
a1e30b81b6 Lightning Aesthetic Enhancement
- Added kewl lightning charge up animation
- Small code cleanup in Commands.java
2015-04-17 22:47:08 -04:00
AlexTheCoder
470ef8d891 Allowed external developers access to arcs
Gave external developers a way to get the arcs from lightning
2015-04-17 22:05:43 -04:00
MistPhizzle
61fc509d7d 1.6.0 BETA 19 2015-04-12 20:15:16 -04:00
MistPhizzle
ad81b29399 /korra debug now displays Items 2015-04-12 20:13:10 -04:00
MistPhizzle
3370a67ffc PreciousStones Changes
Players can now bend in their own claims or claims they are allowed in
2015-04-12 20:13:09 -04:00
MistPhizzle
cc00f515a0 Remove old staff from plugin 2015-04-12 20:13:08 -04:00