mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2024-12-23 08:25:07 +00:00
Update ChooseCommandConfig.java
This commit is contained in:
parent
3c90931a5a
commit
8ba54720b7
1 changed files with 8 additions and 8 deletions
|
@ -2,13 +2,13 @@ package com.projectkorra.projectkorra.configuration.configs.commands;
|
|||
|
||||
public class ChooseCommandConfig extends CommandConfig {
|
||||
|
||||
public final String PlayerNotFound = "";
|
||||
public final String InvalidElement = "";
|
||||
public final String OnCooldown = "";
|
||||
public final String SuccessfullyChosen_Other = "";
|
||||
public final String SuccessfullyChosen = "";
|
||||
public final String SuccessfullyChosenVowel_Other = "";
|
||||
public final String SuccessfullyChosenVowel = "";
|
||||
public final String PlayerNotFound = "Error: Player not found!";
|
||||
public final String InvalidElement = "Error: Invalid element!";
|
||||
public final String OnCooldown = "You must wait %cooldown% before changing your element.";
|
||||
public final String SuccessfullyChosen_Other = "{target} is now a {element}.";
|
||||
public final String SuccessfullyChosen = "You are now a {element}.";
|
||||
public final String SuccessfullyChosenVowel_Other = "{target} is now an {element}.";
|
||||
public final String SuccessfullyChosenVowel = "You are now an {element}.";
|
||||
|
||||
public ChooseCommandConfig() {
|
||||
super("");
|
||||
|
|
Loading…
Reference in a new issue