Skip to content

Releases: MrUniverse44/OmegaPixelMOTD

v9.4.0 | PixelMOTD

19 Apr 21:27

Choose a tag to compare

What's new


  • Reworked listeners in all platforms
  • Updated SlimeLib to v1.0.9.1
  • Fixed ProtocolLib compatibility with new builds
  • Added 1.19.4 Support
  • Added more debugs messages
  • Added hide hex motds in legacy versions option to settings.yml
  • Fixed Velocity Hover was not working
  • Some code has been recoded for a better performance or a upgrade
  • Other minimal bug fixes

v9.3.4-SNAPSHOT | PixelMOTD

20 Aug 14:23

Choose a tag to compare

What's new on this Update

  • Fixed whitelist issues
  • Fixed IridiumColorAPI Support when ProtocolLib is installed
  • Fixed ConcurrentMap Exceptions
  • Fixed Colors in Velocity MOTD
  • Fixed Command Issues
  • Fixed Whitelist Access logic by @TTtie
  • Updated to SlimeLib v1.0.6
  • Added Debug-Mode to ConnectEvent (in bungee)
  • Added Code: CZ to Default Languages (Czech Republic)
  • Code Improvements

v9.3.3-SNAPSHOT | PixelMOTD

10 Aug 21:17

Choose a tag to compare

What's new on this Update

  • Fixed Wrong Import Issues
  • Fixed an issue with Players in Velocity
  • Fixed custom online variable
  • Fixed status variable

9.3.2-SNAPSHOT | PixelMOTD

05 Aug 15:03

Choose a tag to compare

What's new on this Update

  • Fixed empty file generation when you was using the plugin for first time

  • Added a system to make motd paths optional, here an example:

motds-hex:
  default:
    line1: '&a&lFeatures now are optional'
    line2: '&7And you see this, &cIt works!'
    hover:
      toggle: true
      hasMoreOnline: 6
      lines:
        - "&7Custom Hover"
        - "<hasOnline>&8Players Online: &a%online%"
        - "<hasOnline>&7- &a%player_1%"
        - "<hasOnline>&7- &a%player_2%"
        - "<hasOnline>&7- &a%player_3%"
        - "<hasOnline>&7- &a%player_4%"
        - "<hasOnline>&7- &a%player_5%"
        - "<hasMoreOnline>&7+&a%more_online% &7players."
  anotherone:
    line1: '&a&lHere you can see a motd without hover'
    line2: '&7It''s amazing? or not?'
  another:
    line1: '&a&lAnd this motd is complete!'
    line2: '&7Is just Amazing!'
    hover:
      toggle: true
      hasMoreOnline: 6
      lines:
        - "&7Custom Hover"
        - "<hasOnline>&8Players Online: &a%online%"
        - "<hasOnline>&7- &a%player_1%"
        - "<hasOnline>&7- &a%player_2%"
        - "<hasOnline>&7- &a%player_3%"
        - "<hasOnline>&7- &a%player_4%"
        - "<hasOnline>&7- &a%player_5%"
        - "<hasMoreOnline>&7+&a%more_online% &7players."
    icons:
      icon: "test.png"
    protocol:
      toggle: true
      modifier: ALWAYS_POSITIVE
      message: "PixelMOTD System"
    players:
      max:
        toggle: false
        type: DEFAULT
        single-value: 2
        values: []
      online:
        toggle: false
        type: DEFAULT
        single-value: 1
        values: []

9.3.1-SNAPSHOT | PixelMOTD

03 Aug 22:10

Choose a tag to compare

Changelog from 9.3.0 to 9.3.1:

  • Fixed Language Files
  • Fixed Velocity Listeners for Whitelist and Blacklist
  • Updated to SlimeLIB v1.0.5
  • Updated default protocols to 1.8 to 1.19.1
  • Fixed PlayerSystem variables <hasMorePlayer> <hasOnline> %more_players%
  • Added languages added by contributors to language selector (Now you can create your own language file)