mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-10 19:23:52 +00:00
Update CopyCommandConfig.java
This commit is contained in:
parent
54d27d9b65
commit
0423d218ee
1 changed files with 5 additions and 5 deletions
|
@ -2,10 +2,10 @@ package com.projectkorra.projectkorra.configuration.configs.commands;
|
|||
|
||||
public class CopyCommandConfig extends CommandConfig {
|
||||
|
||||
public final String PlayerNotFound = "";
|
||||
public final String SuccessfullyCopied = "";
|
||||
public final String SuccessfullyCopied_Other = "";
|
||||
public final String FailedToBindAll = "";
|
||||
public final String PlayerNotFound = "Error: Player not found!";
|
||||
public final String SuccessfullyCopied = "Your binds have been set to match {target}'s!";
|
||||
public final String SuccessfullyCopied_Other = "{target1}'s binds have been set to match {target2}'s.";
|
||||
public final String FailedToBindAll = "Error: Failed to copy and bind all abilities";
|
||||
|
||||
public CopyCommandConfig() {
|
||||
super("");
|
||||
|
@ -16,4 +16,4 @@ public class CopyCommandConfig extends CommandConfig {
|
|||
return "Copy";
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue