moved configs to proper modules
This commit is contained in:
0
Votes/resources/votes.yml
Normal file
0
Votes/resources/votes.yml
Normal file
@ -5,5 +5,8 @@ import cz.marwland.mc.core.features.Feature;
|
||||
public class Votes extends Feature {
|
||||
|
||||
private final String SQL_VOTE_QUERY = "INSERT INTO `{prefix}votes` (`uuid`, `date`) VALUES (?, ?)";
|
||||
|
||||
|
||||
public Votes() {
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user