-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
27 additions
and
20 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
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
13 changes: 13 additions & 0 deletions
13
src/main/java-templates/io/github/_4drian3d/kickredirect/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,13 @@ | ||
package io.github._4drian3d.kickredirect.utils; | ||
|
||
public final class Constants { | ||
/**Plugin Version */ | ||
public static final String VERSION = "{{ version }}"; | ||
|
||
/**Configurate Version */ | ||
public static final String CONFIGURATE = "{{ configurate }}"; | ||
/**Geantyref Version (Configurate Dependency)*/ | ||
public static final String GEANTYREF = "{{ geantyref }}"; | ||
|
||
private Constants() {} | ||
} |
13 changes: 0 additions & 13 deletions
13
src/main/java/io/github/_4drian3d/kickredirect/utils/Constants.java
This file was deleted.
Oops, something went wrong.