[Remove][FUN/MECH] PingMOTD v0.0.5 - Client Server List Message Changer [1.2.5]

Discussion in 'Inactive/Unsupported Plugins' started by Deathmarine, Apr 23, 2012.

  1. Offline

    Deathmarine

    Want to set your server apart from others. Display a random message to the client every time the server is pinged.

    Features:
    Add messages in game.
    Use tens to thousands of messages for your server.
    Reload on the fly and refresh away at the login screen.

    Commands (open)

    /pingmotdDisplays Current Version
    /pingmotdset (msg#) (message)Sets displayed messageex: /pingmotd 2 Welcome!/pingmotdset number (numMsgs)Sets the amount of messages to use.ex: /pingmotdset number 2
    /pingmotdviewShows all of the current messages in use
    /pingmotdreloadReloads the Plugin

    Change Log (open)
    v0.0.1
    Uploading Functional Version

    v0.0.2
    Added abilty for random messages
    Reworked set and view
    Changed Commands

    v0.0.3
    Minor Code Cleanup

    v0.0.4
    Updated for 1.1 Event Handler

    v0.0.5
    Added /pingmotdreload
    Minor issues/Cleanup

    Configuration (open)
    The config.yml includes a additional line (messagenum: #) This must match the amount of messages you want to use.
    Example: config.yml
    Code:
    #Amount of messages to use#
    messagenum: 5
    message:
      1: 'Welcome to the Server'
      2: 'Information can be found here!'
      3: 'This server uses PingMOTD!'
      4: 'Enter if you dare!'
      5: 'I like cheese, :P'
    

    (Hint: I wrote this with no restriction to the amount of messages PingMOTD will work with: 1 to 100000 or whatever makes sense. Just either add via set command or edit config.yml)

    Primarily on BukkitDev

    http://dev.bukkit.org/server-mods/ping-motd/
     
    zhuowei likes this.
  2. Offline

    Powerhalo

    So it gives a message to the player that joins the server?
     
  3. Offline

    Deathmarine

    No it displays the Message in the server list when its pinged by the client.
    Example:

    Default Server Name
    Random messages! Hit Refresh!
    111.22.33.444:25565 1/1000

    Or add modcrafting.com to your server list and keep hitting refresh.
     
  4. Offline

    Powerhalo

    How is it different then the normal MOTD?
     
    Deleted user likes this.
  5. Offline

    Deathmarine

    Change the Server.Properties motd on ServerListPingEvent?
     
  6. Offline

    Deathmarine

    Same as others.
     
  7. Offline

    md_5

    Inactive, per request.
     

Share This Page