cybertiger / Bukkit-Instances

Instances for CraftBukkit
GNU Lesser General Public License v3.0
9 stars 16 forks source link

Support for SkillAPI Parties #52

Closed Celeress closed 10 years ago

Celeress commented 10 years ago

So players using SkillAPI can share exp from mobs that they kill in the dungeons with their party for leveling up their class.

http://dev.bukkit.org/bukkit-plugins/skillapi-parties/

dekillxsin commented 10 years ago

+1

cybertiger commented 10 years ago

Whilst it's theoretically possible to hook into another plugin's party system, SkillAPI-parties is not designed for other plugins to hook into.

There's no way to get notifications when people leave/join parties, which would break large amounts of required functionality in Instances (e.g. deleting instances when parties are disbanded).