Skip to content

Commit

Permalink
Modified default config
Browse files Browse the repository at this point in the history
  • Loading branch information
ahdg6 authored Mar 27, 2021
1 parent e1231f7 commit bc48a67
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import java.io.IOException;

public class Config {
public static String CONTROL_LABEL = "GriefPrevention";
public static String CONTROL_LABEL = "GriefDefender";
public static boolean CONTROL_SHOW = true;
public static boolean CONTROL_HIDE = false;
public static int UPDATE_INTERVAL = 300;
Expand All @@ -20,13 +20,13 @@ public class Config {
public static double FILL_OPACITY = 0.2D;
public static String STRINGS_PUBLIC = "Public";
public static String CLAIM_TOOLTIP = "Claim Owner: <span style=\"font-weight:bold;\">{owner}</span><br/>" +
"Permission Trust: <span style=\"font-weight:bold;\">{managers}</span><br/>" +
"Trust: <span style=\"font-weight:bold;\">{builders}</span><br/>" +
"Manager Trust: <span style=\"font-weight:bold;\">{managers}</span><br/>" +
"Builder Trust: <span style=\"font-weight:bold;\">{builders}</span><br/>" +
"Container Trust: <span style=\"font-weight:bold;\">{containers}</span><br/>" +
"Access Trust: <span style=\"font-weight:bold;\">{accessors}</span>";
public static String ADMIN_CLAIM_TOOLTIP = "<span style=\"font-weight:bold;\">Administrator Claim</span><br/>" +
"Permission Trust: <span style=\"font-weight:bold;\">{managers}</span><br/>" +
"Trust: <span style=\"font-weight:bold;\">{builders}</span><br/>" +
"Manager Trust: <span style=\"font-weight:bold;\">{managers}</span><br/>" +
"Builder Trust: <span style=\"font-weight:bold;\">{builders}</span><br/>" +
"Container Trust: <span style=\"font-weight:bold;\">{containers}</span><br/>" +
"Access Trust: <span style=\"font-weight:bold;\">{accessors}</span>";

Expand Down

0 comments on commit bc48a67

Please sign in to comment.