Skip to content

MilesRichey/SimplifiedMOTD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimplifiedMOTD

A simple motd plugin for BungeeCord

SpigotMC Resource Link

Have you ever wanted to customize your motd on BungeeCord, but couldn't find the right plugin or configuration that just fit? Well this plugin is for you then.

For Server Owners/Admins

Commands

  • /smotd:
    • /smotd reload: Reloads the config file, applying motd changes upon next ping.

Permissions

  • smotd.admin: Allows use of the /smotd command

Configuration

# Placeholders:
#   '\n': creates a newline
#   '<current_players>': Number of players currently on all servers
#   '<max_players>': Number of the maximum players the server can hold
# We will choose one of these motds to show a player randomly.
# If there's only one motd then only one will be shown.
motds:
  - '&a&lWelcome to\n    &b&lMy Server'
  - '&b&lWelcome to\n    &a&lMy Server'

Requirements

  • BungeeCord
  • Java 8

For Developers

Building

Building is pretty easy if you know your way around maven.

In order to build, run this command:

mvn clean package 

This will produce a jar file that you can place in your BungeeCord plugin folder.

About

A simple motd system for BungeeCord.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages