mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-26 07:06:45 +01:00
Updated changelog again
This commit is contained in:
parent
906bc01b91
commit
f689f048b2
@ -17,6 +17,7 @@ Version 1.3.00-dev
|
|||||||
+ Added Blast Mining subskills to Mining
|
+ Added Blast Mining subskills to Mining
|
||||||
+ Added Fast Food Service subskill to Taming
|
+ Added Fast Food Service subskill to Taming
|
||||||
+ Added size limit to Tree Feller in config as Tree Feller Threshold
|
+ Added size limit to Tree Feller in config as Tree Feller Threshold
|
||||||
|
+ Added /inspect (works on offline players)
|
||||||
+ Added /addlevels commands
|
+ Added /addlevels commands
|
||||||
+ Added /mcremove command which lets you remove users from MySQL or FlatFile
|
+ Added /mcremove command which lets you remove users from MySQL or FlatFile
|
||||||
+ Added config values for XP multipliers for different hostile mobs
|
+ Added config values for XP multipliers for different hostile mobs
|
||||||
|
@ -84,6 +84,7 @@ public class Axes {
|
|||||||
|
|
||||||
public static void impact(Player attacker, LivingEntity target)
|
public static void impact(Player attacker, LivingEntity target)
|
||||||
{
|
{
|
||||||
|
//TODO: Finish this skill, the idea is you will greatly damage an opponents armor and when they are armor less you have a proc that will stun them and deal additional damage.
|
||||||
boolean didImpact = false;
|
boolean didImpact = false;
|
||||||
|
|
||||||
if(target instanceof Player)
|
if(target instanceof Player)
|
||||||
|
Loading…
Reference in New Issue
Block a user