mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-25 02:04:44 +02:00
Fix some WG logic + Archaeology stat display
This commit is contained in:
@ -43,9 +43,9 @@ public class WorldGuardUtils {
|
||||
if(detectedIncompatibleWG)
|
||||
return false;
|
||||
|
||||
WorldGuardPlugin plugin = getWorldGuard();
|
||||
WorldGuardPlugin worldGuardPlugin = getWorldGuard();
|
||||
|
||||
return plugin == null;
|
||||
return isLoaded;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -218,7 +218,8 @@ Excavation.SubSkill.GigaDrillBreaker.Description=3x Drop Rate, 3x EXP, +Speed
|
||||
Excavation.SubSkill.GigaDrillBreaker.Stat=Giga Drill Breaker Duration
|
||||
Excavation.SubSkill.Archaeology.Name=Archaeology
|
||||
Excavation.SubSkill.Archaeology.Description=Unearth the secrets of the land! Find treasure and experience orbs!
|
||||
Excavation.SubSkill.Archaeology.Stat={0}% chance to find {1} experience orbs alongside treasure
|
||||
Excavation.SubSkill.Archaeology.Stat=Archaelogy Experience Orb Rate
|
||||
Excavation.SubSkill.Archaeology.Stat.Extra={0}% chance to find {1} experience orbs alongside treasure
|
||||
Excavation.Listener=Excavation:
|
||||
Excavation.SkillName=EXCAVATION
|
||||
Excavation.Skills.GigaDrillBreaker.Off=**Giga Drill Breaker has worn off**
|
||||
|
Reference in New Issue
Block a user