XF2 Add-on Minecraft Server Checker for Threads 1.0.1

virgilio183

Well-known member
Pro
Master
Diamond
Elite
Joined
May 16, 2021
Messages
25,214
Reaction score
29,308
Points
113
NullCash
570,384
1iGfZiQ.png

Features


  • Server data is updated with CRON every 5 minutes.
  • Easy setup & detailed informations.
  • Supports regex for custom thread field.

Installing XenForo add-on​


  1. Download latest release.
  2. Upload .zip to your XenForo forum using the "Install/upgrade from archive" button in Admin-Add-ons (admin.php?add-ons).
  3. Select applicable forums for the custom thread field (admin.php?custom-thread-fields/msc_server_ip/edit).
  4. Go to a applicable thread and fill in the "Minecraft Server IP Address" field.

Code:
CSS Examples (for extra.less)

CSS:
.msc-status {
color: #efefef;
}

.msc-online {
background: #249a24;
}

.msc-offline {
background: #9a2424;
}

.msc-copyip {
color: #185886;
border-color: #e5e5e5;
}


Compatible XF Versions 2.0 , 2.1 , 2.2
 

Attachments

  • MinecraftServerChecker-1.0.1.zip
    36.9 KB · Views: 0

GhostlyTV

Member
XNullUser
Joined
Aug 30, 2023
Messages
68
Reaction score
1
Points
8
Location
Germany
NullCash
1
View attachment 72240

Features


  • Server data is updated with CRON every 5 minutes.
  • Easy setup & detailed informations.
  • Supports regex for custom thread field.

Installing XenForo add-on​


  1. Download latest release.
  2. Upload .zip to your XenForo forum using the "Install/upgrade from archive" button in Admin-Add-ons (admin.php?add-ons).
  3. Select applicable forums for the custom thread field (admin.php?custom-thread-fields/msc_server_ip/edit).
  4. Go to a applicable thread and fill in the "Minecraft Server IP Address" field.

Code:
CSS Examples (for extra.less)

CSS:
.msc-status {
color: #efefef;
}

.msc-online {
background: #249a24;
}

.msc-offline {
background: #9a2424;
}

.msc-copyip {
color: #185886;
border-color: #e5e5e5;
}


Compatible XF Versions 2.0 , 2.1 , 2.2
Thanks for Sharing this Addon!!!!
 
Top