Incremented API version to 8

This commit is contained in:
Intelli 2021-12-16 14:01:23 -07:00
parent 550c3038b8
commit f0779d288c
2 changed files with 5 additions and 5 deletions

View file

@ -142,7 +142,7 @@ public class CoreProtectAPI extends Queue {
}
public int APIVersion() {
return 7;
return 8;
}
public List<String[]> blockLookup(Block block, int time) {