Introducing a power Mixin since Bukkit does not allow permissions for offline players and we want to know for offline players. Servers wanting individual power rules can implement and inject this mixin.
This commit is contained in:
@ -38,7 +38,7 @@ public class FactionsEventPowerChange extends FactionsEventAbstractSender
|
||||
super(sender);
|
||||
this.uplayer = uplayer;
|
||||
this.reason = reason;
|
||||
this.newPower = newPower;
|
||||
this.newPower = uplayer.getLimitedPower(newPower);
|
||||
}
|
||||
|
||||
// -------------------------------------------- //
|
||||
|
Reference in New Issue
Block a user