Skip to content

Commit

Permalink
Add some extra parameters to the Constants.
Browse files Browse the repository at this point in the history
  • Loading branch information
BONNe committed Jan 8, 2022
1 parent 6250e5c commit 5073e07
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion src/main/java/world/bentobox/biomes/utils/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,22 @@ public class Constants
public static final String PARAMETER_DESCRIPTION = "[description]";

/**
* Reference string to challenge parameter in translations.
* Reference string to biome parameter in translations.
*/
public static final String PARAMETER_BIOME = "[biome]";

/**
* Reference string to members parameter in translations.
*/
public static final String PARAMETER_MEMBERS = "[members]";

/**
* Reference string to bundle parameter in translations.
*/
public static final String PARAMETER_BUNDLE = "[bundle]";

/**
* Reference string to mode parameter in translations.
*/
public static final String PARAMETER_MODE = "[mode]";
}

0 comments on commit 5073e07

Please sign in to comment.