Decided to remove alot of open and closing brackets for no reason lol
This commit is contained in:
@@ -77,6 +77,10 @@ public class ClipPlaceholderAPIManager extends PlaceholderExpansion implements R
|
||||
|
||||
FPlayer fPlayer = FPlayers.getInstance().getByPlayer(player);
|
||||
Faction faction = fPlayer.getFaction();
|
||||
if (placeholder.contains("faction_territory")) {
|
||||
faction = Board.getInstance().getFactionAt(fPlayer.getLastStoodAt());
|
||||
placeholder = placeholder.replace("_territory", "");
|
||||
}
|
||||
switch (placeholder) {
|
||||
// First list player stuff
|
||||
case "player_name":
|
||||
|
||||
Reference in New Issue
Block a user