Skip to content

BungeeCord MOTD plugin with random icons and text support

Notifications You must be signed in to change notification settings

BoBkiNN/IndigoMotd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IndigoMotd

BungeeCord MOTD plugin with random icons and text support

Features

  • MiniMessage support
  • Random MOTD (See config for random options)
  • Random server icon
  • Changeable hover box
  • Changeable protocol version
  • Changeable protocol name
  • Set fake online/max-online number
  • Use placeholders in almost all texts
  • Use math expressions in online and max placeholders

Screenshots

Screenshot_1 Hoverbox Screenshot_2

Addition information

This plugin is no longer in development, sorry
This plugin use bStats, you can check plugin page here

config.yml

enable-players: true
use-mini-message: true # enable minimessage for motd?
motd:
  lineOne:
    - "&9&lExample line 1"
    - "&e&lExample line 2"
  lineTwo:
    - "&c&lExample next line 1"
    - "&b&lExample next line 2"
  split-random: false #Use fifferent random for lines?
protocol-ver: 758 #1.18.2, see minecraft wiki for others
protocol-name: "&9&lJOIN &e-->>                                             &7%online%&8/&7%max%"
random-images:
  - "icon1.png"
  - "icon2.png"
  - "icon3.png"
scan-all-icons: false #Scan `icons` folder for icons or use icons specified here
change:
  online: true #use players.fake-online?
  max-online: true #use fake-max-online?
  players: true #Enable hover text?
  icon: true #change server icon?
  protocol: true #use `protocol-ver` and `protocol-name`
  motd: true #change MOTD?
  protocol-name: true #change protocol name? Displayed when `protocol-ver` is not same as client protocol version
  protocol-ver: true #change protocol version?
players:
  fake-max-online: 100
  fake-online: 99
  online: "%max%-1" #here you can use math expressions
  max: "%fake%" #here you can use math expressions
  top: #text in hoverbox
    - "&bCurrent Online: %online%/%max%"
    - ""
  entry: "&9%name%" #text in hoverbox after `players.top`
  playersServer: "GLOBAL" #from what server display players to hoverbox? `GLOBAL` is all servers
  displayNames: false #append entries in hoverbox after `players.top`?

Placeholders (* if player (pinger) is set; ** math expressions supported)

player.entry:

  • %name% player name

protocol-name:

  • %max% players.max
  • %online% player.online
  • %online_% replace with server name specified in proxy config. Displays specified server real online
  • %playerIP% pinger socket address*
  • %playerUUID% pinger UUID (if available)*
  • %playerProtocol% pinger protocol*

players.max**:

  • %limit% Real proxy players limit
  • %visibleMax% max_players in listeners section in proxy config
  • %realOnline% real proxy online
  • %fake% players.fake-max-online

players.online**:

  • %max% players.max
  • %limit% Real proxy players limit
  • %visibleMax% max_players in listeners section in proxy config
  • %realOnline% real proxy online
  • %fake% players.fake-online

About

BungeeCord MOTD plugin with random icons and text support

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages