Per Player Friend Fire Added (Command Usage: /f friendlyfire)

This commit is contained in:
Driftay
2020-04-06 15:10:37 -04:00
parent 23320db201
commit 388f83694d
10 changed files with 89 additions and 2 deletions

View File

@@ -288,6 +288,11 @@ public interface FPlayer extends EconomyParticipator {
boolean hasMoney(int amt);
//Fplayer specific friendly fire.
boolean hasFriendlyFire();
void setFriendlyFire(boolean status);
//inspect Stuff
boolean isInspectMode();
@@ -387,6 +392,7 @@ public interface FPlayer extends EconomyParticipator {
// Actions
// -------------------------------
void leave(boolean makePay);
boolean canClaimForFaction(Faction forFaction);