Skip to content

Commit

Permalink
removed unused stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisguffens committed Nov 26, 2022
1 parent ab2c8b4 commit aa94f44
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,8 @@

import com.guflimc.brick.orm.ebean.database.EbeanConfig;

import java.util.List;

public class BrickStatsConfig {

public EbeanConfig database;

public int powerGiftAmount;
public int powerGiftInterval;

public String clanChatPrefix;
public String clanNametagPrefix;
public String clanRegionNone;

public SidebarTemplate attackSidebar;
public int attackDuration; // minutes

public static class SidebarTemplate {

public String title;
public List<String> lines;

}

}
Binary file removed common/src/main/resources/steve.png
Binary file not shown.

0 comments on commit aa94f44

Please sign in to comment.