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:
@@ -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";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user