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[]
|
||||
{
|
||||
"New SSM Kit: " + C.cYellow + C.Bold + "Skeletal Horse",
|
||||
"New Game: " + C.cYellow + C.Bold + "Sheep Quest",
|
||||
"Beta Servers Live! " + C.cPurple + C.Bold + "ULTRA ONLY",
|
||||
"Beta Game: " + C.cYellow + C.Bold + "Gravity",
|
||||
"Champions Update: " + C.cYellow + C.Bold + "Skill Levels",
|
||||
"Champions Update: " + C.cGreen + C.Bold + "More Customisation",
|
||||
"Champions Update: " + C.cYellow + C.Bold + "Item Selection",
|
||||
"Champions Update: " + C.cGreen + C.Bold + "More Balanced",
|
||||
};
|
||||
}
|
||||
|
||||
|
@ -138,6 +138,8 @@ public class SilencingArrow extends SkillActive
|
||||
|
||||
//Damage
|
||||
event.AddMod(damager.getName(), GetName(), 0, true);
|
||||
|
||||
_arrows.remove(projectile);
|
||||
}
|
||||
|
||||
@EventHandler
|
||||
|
@ -113,7 +113,7 @@ public class CapturePoint
|
||||
if (!_captured)
|
||||
return;
|
||||
|
||||
Host.AddScore(_owner, 4);
|
||||
Host.AddScore(_owner, 6);
|
||||
}
|
||||
|
||||
private void CaptureUpdate()
|
||||
|
Loading…
Reference in New Issue
Block a user