Votes module: first commit
This commit is contained in:
9
Votes/src/cz/marwland/mc/features/Votes.java
Normal file
9
Votes/src/cz/marwland/mc/features/Votes.java
Normal file
@@ -0,0 +1,9 @@
|
||||
package cz.marwland.mc.features;
|
||||
|
||||
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 (?, ?)";
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user