All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dev.the_fireplace.grandeconomy.command.CommonTranslationKeys Maven / Gradle / Ivy

There is a newer version: 4.1.0+1.16.5
Show newest version
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