9
0
mirror of https://github.com/BX-Team/DivineMC.git synced 2025-12-22 08:19:19 +00:00

replace PaperHooks

This commit is contained in:
NONPLAYT
2025-04-14 18:30:59 +03:00
parent ef9d141d16
commit da6302cf2d
3 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
package org.bxteam.divinemc;
import ca.spottedleaf.moonrise.paper.PaperHooks;
public final class DivineHooks extends PaperHooks {
@Override
public String getBrand() {
return "DivineMC";
}
}