Added clickable page numbers to lookup pagination
This commit is contained in:
parent
673529df54
commit
19efdeff89
10 changed files with 103 additions and 9 deletions
20
src/main/java/net/coreprotect/patch/script/__2_21_0.java
Normal file
20
src/main/java/net/coreprotect/patch/script/__2_21_0.java
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
package net.coreprotect.patch.script;
|
||||
|
||||
import java.sql.Statement;
|
||||
|
||||
import net.coreprotect.config.ConfigFile;
|
||||
|
||||
public class __2_21_0 {
|
||||
|
||||
protected static boolean patch(Statement statement) {
|
||||
try {
|
||||
ConfigFile.modifyLine("language.yml", "LOOKUP_VIEW_PAGE: \"To view a page, type \\\"{0}\\\".\"", null);
|
||||
}
|
||||
catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue