forked from awumii/EpicGuard
-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #110 from 4drian3d/feat/sponge
Reimplemented commands using Cloud and initial Sponge support
- Loading branch information
Showing
38 changed files
with
1,172 additions
and
577 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
core/src/main/java-templates/me/xneox/epicguard/core/utils/Constants.java.peb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
package me.xneox.epicguard.core.util; | ||
|
||
public final class Constants { | ||
private Constants() {} | ||
// replaced by the blossom task. | ||
public static final String CURRENT_VERSION = "{{ version }}"; | ||
public static final String HIKARI = "{{ hikari }}"; | ||
public static final String CONFIGURATE = "{{ configurate }}"; | ||
public static final String CAFFEINE = "{{ caffeine }}"; | ||
public static final String COMMONS_TEXT = "{{ text }}"; | ||
public static final String COMMANDS_COMPRESS = "{{ compress }}"; | ||
public static final String GEOIP = "{{ geoip }}"; | ||
public static final String JACKSON = "{{ jackson }}"; | ||
public static final String FUZZYWUZZY = "{{ fuzzywuzzy }}"; | ||
public static final String MAXMIND_DB = "{{ maxminddb }}"; | ||
public static final String CLOUD = "{{ cloud }}"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.