File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
src/main/java/com/gmail/nossr50/skills/unarmed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 22 <modelVersion >4.0.0</modelVersion >
33 <groupId >com.gmail.nossr50.mcMMO</groupId >
44 <artifactId >mcMMO</artifactId >
5- <version >2.2.041-SNAPSHOT </version >
5+ <version >2.2.041</version >
66 <name >mcMMO</name >
77 <url >https://github.com/mcMMO-Dev/mcMMO</url >
88 <scm >
Original file line number Diff line number Diff line change 11package com .gmail .nossr50 .skills .unarmed ;
22
3- import com .gmail .nossr50 .mcMMO ;
43import com .gmail .nossr50 .util .sounds .SoundManager ;
54import com .gmail .nossr50 .util .sounds .SoundType ;
65import org .bukkit .entity .Player ;
76import org .bukkit .event .entity .EntityPickupItemEvent ;
87import org .bukkit .inventory .ItemStack ;
98
109public class Unarmed {
11- public static boolean blockCrackerSmoothBrick = mcMMO .p .getGeneralConfig ()
12- .getUnarmedBlockCrackerSmoothbrickToCracked ();
1310 public static double berserkDamageModifier = 1.5 ;
1411
1512 public static void handleItemPickup (Player player , EntityPickupItemEvent event ) {
You can’t perform that action at this time.
0 commit comments