Skip to content

Commit

Permalink
chore(legacy): added staffdetector originera mode
Browse files Browse the repository at this point in the history
  • Loading branch information
EclipsesDev committed Dec 22, 2024
1 parent ae5293e commit 91115db
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ object StaffDetector : Module("StaffDetector", Category.MISC, gameDetecting = fa
"BlocksMC", "CubeCraft", "Gamster",
"AgeraPvP", "HypeMC", "Hypixel",
"SuperCraft", "PikaNetwork", "GommeHD",
"CoralMC", "LibreCraft"
"CoralMC", "LibreCraft", "Originera"
), "BlocksMC"
) {
override fun onUpdate(value: String) {
Expand Down Expand Up @@ -101,7 +101,8 @@ object StaffDetector : Module("StaffDetector", Category.MISC, gameDetecting = fa
"pikanetwork" to "pika-network.net",
"gommehd" to "gommehd.net",
"coralmc" to "coralmc.it",
"librecraft" to "librecraft.com"
"librecraft" to "librecraft.com",
"originera" to "mc.orea.asia"
)

private fun loadStaffData() {
Expand Down

0 comments on commit 91115db

Please sign in to comment.