mirror of
				https://github.com/mcMMO-Dev/mcMMO.git
				synced 2025-10-31 09:13:43 +01:00 
			
		
		
		
	Clear buffs on /mcrefresh
This commit is contained in:
		| @@ -8,6 +8,7 @@ import org.bukkit.entity.Player; | ||||
| import com.gmail.nossr50.datatypes.McMMOPlayer; | ||||
| import com.gmail.nossr50.datatypes.PlayerProfile; | ||||
| import com.gmail.nossr50.locale.LocaleLoader; | ||||
| import com.gmail.nossr50.skills.utilities.SkillTools; | ||||
| import com.gmail.nossr50.util.Users; | ||||
|  | ||||
| public class McrefreshCommand implements CommandExecutor { | ||||
| @@ -32,6 +33,7 @@ public class McrefreshCommand implements CommandExecutor { | ||||
|             profile.resetCooldowns(); | ||||
|             profile.resetToolPrepMode(); | ||||
|             profile.resetAbilityMode(); | ||||
|             SkillTools.handleAbilitySpeedDecrease((Player) sender); //Remove enchants left over | ||||
|  | ||||
|             sender.sendMessage(LocaleLoader.getString("Ability.Generic.Refresh")); | ||||
|             return true; | ||||
| @@ -67,6 +69,7 @@ public class McrefreshCommand implements CommandExecutor { | ||||
|             profile.resetCooldowns(); | ||||
|             profile.resetToolPrepMode(); | ||||
|             profile.resetAbilityMode(); | ||||
|             SkillTools.handleAbilitySpeedDecrease(player); //Remove enchants left over | ||||
|  | ||||
|             player.sendMessage(LocaleLoader.getString("Ability.Generic.Refresh")); | ||||
|             sender.sendMessage(LocaleLoader.getString("Commands.mcrefresh.Success", args[0])); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 GJ
					GJ