XF2 Add-on Minecraft Server Checker for Threads 1.0.0

virgilio183

Well-known member
☆☆ Special ☆☆
☆ Pro ☆
Master
Joined
May 16, 2021
Messages
25,956
Reaction score
35,579
Points
113
NullCash
628,142
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.


CSS Examples (for extra.less)​

Code:
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.0.zip
    37 KB · Views: 0
Top