Commit graph

887 commits

Author SHA1 Message Date
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
MistPhizzle
f3ff5fa536 /bending version displays info on PK Items 2015-04-12 20:13:08 -04:00
MistPhizzle
dbb1acc278 Add Coolade and Shunky 2015-04-12 20:13:07 -04:00
MistPhizzle
7f569d67bb Add Kiam's UUID 2015-04-12 20:13:06 -04:00
MistPhizzle
c0f3f5b470 /bending who uses UUIDs for Staff
- vidcom now displays as Concept Designer / Community Moderator
- Kiam should be a Concept Designer
- Hit_Manx now displayed as Wiki Contributor
2015-04-12 20:13:05 -04:00
MistPhizzle
100451d4f6 Merge pull request #110 from jacklin213/bugfix
BugFixes
2015-04-12 20:12:54 -04:00
MistPhizzle
29747202fb Merge pull request #109 from jacklin213/master
Fix deprecation from 9f969f1, small clean up
2015-04-12 20:12:44 -04:00
Jack Lin
d3cfaf327a Fix NPE in FlightAbility
Caused by lines 30-33 calling remove(player) which calls flight.remove()
when flight == null
2015-04-11 12:00:28 +12:00
Jack Lin
e471809049 Fix deprecation from 9f969f1, small clean up 2015-04-10 12:55:23 +12:00
MistPhizzle
e8b02e23f6 Merge pull request #108 from jacklin213/master
Update to 1.8.3 method for getTargetBlock
2015-04-06 12:00:23 -04:00
Jack Lin
9f969f19f2 Finish Update for getTargetBlock 2015-04-06 15:14:50 +12:00
Jack Lin
454c1bcdc0 Update to 1.8.3 method for getTargetBlock 2015-04-06 15:10:21 +12:00
MistPhizzle
931891c463 1.6.0 BETA 18 2015-04-05 20:36:07 -04:00
MistPhizzle
9f58aeda01 Merge Pull Request #102 from Carbogen 2015-04-05 20:14:01 -04:00