Make f powerboost commands more granular close #16

This commit is contained in:
Magnus Ulf
2019-02-17 14:30:25 +01:00
parent 32f52c1158
commit b67e02f8e9
19 changed files with 263 additions and 46 deletions

View File

@ -0,0 +1,15 @@
package com.massivecraft.factions.cmd;
public class CmdFactionsPowerboostFactionShow extends CmdFactionsPowerboostFactionAbstract
{
// -------------------------------------------- //
// OVERRIDE
// -------------------------------------------- //
@Override
public double calcNewPowerboost(double current, double d)
{
throw new UnsupportedOperationException();
}
}