Skip to content

Add MOTD placeholders and automate version management#19

Merged
GodlyCow203 merged 3 commits into
GodlyCow203:mavenfrom
BusyBee-Development:maven
Jun 9, 2026
Merged

Add MOTD placeholders and automate version management#19
GodlyCow203 merged 3 commits into
GodlyCow203:mavenfrom
BusyBee-Development:maven

Conversation

@djtmk1

@djtmk1 djtmk1 commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Description

Describe what this PR does.

This PR adds two new placeholders to the MOTD in config.yml to display the player's name and the number of players online. Also, it allows the automation of the project version number being updated automatically in the plugin.yml and across all poms of the project.


Changes

  • Bug fix
  • New feature
  • Refactor
  • Documentation

Testing

Describe how you tested this.

I added the two new placeholders in the motd section of the config.yml following this format.

  enabled: true
  file: motd.txt
  max-line-width: 50
  lines:
  - '<gray>Welcome to the <green>BusyBee Dev Server, <white>{PLAYER}<gray>, we''re very happy to have you with us!'
  - '<gray>Friends online: <green>{ONLINE}'

📸 Screenshots (if applicable)

Add screenshots here.

https://i.ibb.co/J8dhSCf/Screenshot-1.png


Checklist

  • Code compiles
  • Tests pass
  • Follows project style
  • No unnecessary files included

djtmk1 added 3 commits June 9, 2026 09:26
…o use `${revision}` and `${project.version}`. Add Maven Versions Plugin for dependency updates and configure resource filtering for `plugin.yml`.
@GodlyCow203

Copy link
Copy Markdown
Owner

Looks good to me. Thank you

@GodlyCow203 GodlyCow203 merged commit ec1e06d into GodlyCow203:maven Jun 9, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants