Merge branch 'master' of ssh://dev1.mineplex.com:7999/min/Mineplex
This commit is contained in:
commit
a37ace7576
@ -33,10 +33,10 @@ public class NewsManager extends MiniPlugin
|
|||||||
|
|
||||||
_news = new String[]
|
_news = new String[]
|
||||||
{
|
{
|
||||||
"New SSM Kit: " + C.cYellow + C.Bold + "Skeletal Horse",
|
"Champions Update: " + C.cYellow + C.Bold + "Skill Levels",
|
||||||
"New Game: " + C.cYellow + C.Bold + "Sheep Quest",
|
"Champions Update: " + C.cGreen + C.Bold + "More Customisation",
|
||||||
"Beta Servers Live! " + C.cPurple + C.Bold + "ULTRA ONLY",
|
"Champions Update: " + C.cYellow + C.Bold + "Item Selection",
|
||||||
"Beta Game: " + C.cYellow + C.Bold + "Gravity",
|
"Champions Update: " + C.cGreen + C.Bold + "More Balanced",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -138,6 +138,8 @@ public class SilencingArrow extends SkillActive
|
|||||||
|
|
||||||
//Damage
|
//Damage
|
||||||
event.AddMod(damager.getName(), GetName(), 0, true);
|
event.AddMod(damager.getName(), GetName(), 0, true);
|
||||||
|
|
||||||
|
_arrows.remove(projectile);
|
||||||
}
|
}
|
||||||
|
|
||||||
@EventHandler
|
@EventHandler
|
||||||
|
@ -113,7 +113,7 @@ public class CapturePoint
|
|||||||
if (!_captured)
|
if (!_captured)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
Host.AddScore(_owner, 4);
|
Host.AddScore(_owner, 6);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void CaptureUpdate()
|
private void CaptureUpdate()
|
||||||
|
Loading…
Reference in New Issue
Block a user