Skip to content

Commit

Permalink
Updated Messages YAML Config Number
Browse files Browse the repository at this point in the history
Additionally, the README now has an up-to-date example `messages.yml`
file.
  • Loading branch information
beanbeanjuice committed Jun 18, 2024
1 parent deecbf2 commit bf63ec5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,9 @@ minecraft:
banned: "%plugin-prefix% &c%player% &7has been banned."
unbanned: "%plugin-prefix% &c%player% &7has been unbanned."
login-message: "&cYou have been banned from the proxy."
broadcast:
usage: "%plugin-prefix% &c/spc-broadcast (message)"
message: "%plugin-prefix% &8[&a&lBROADCAST&r&8] &6%message%"

# Discord Stuff
discord:
Expand Down Expand Up @@ -272,7 +275,7 @@ console:
update-message: "&7There is an update! You are on &c%old%. New version is &a%new%&7: &6%link%"

# DO NOT TOUCH THIS
file-version: 8
file-version: 9
```
---
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/messages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,4 @@ console:
update-message: "&7There is an update! You are on &c%old%. New version is &a%new%&7: &6%link%"

# DO NOT TOUCH THIS
file-version: 8
file-version: 9

0 comments on commit bf63ec5

Please sign in to comment.