dev.the_fireplace.grandeconomy.command.CommonTranslationKeys Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of GrandEconomy Show documentation
Show all versions of GrandEconomy Show documentation
A server-side economy mod/api for Minecraft.
package dev.the_fireplace.grandeconomy.command;
public final class CommonTranslationKeys {
private static final String COMMON_PREFIX = "commands.grandeconomy.common.";
public static final String INSUFFICIENT_CREDIT = COMMON_PREFIX + "insufficient_credit";
public static final String BALANCE = COMMON_PREFIX + "balance";
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy