Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] More placeholder replacements #109

Closed
iiAhmedYT opened this issue Jan 12, 2024 · 2 comments
Closed

[Feature Request] More placeholder replacements #109

iiAhmedYT opened this issue Jan 12, 2024 · 2 comments
Labels
feature request New feature or request

Comments

@iiAhmedYT
Copy link

iiAhmedYT commented Jan 12, 2024

Is your feature request related to a problem? Please describe.
Please replace these placeholders in the ingame kill messages
I want to replace the {victim} placeholder with "{PlayerColor}{PlayerNameUnformatted}" instead of "{PlayerColor}{PlayerName}"

same for {killer}

My request is to make them customizable
Describe the solution you'd like
Add a replacer in the messages file

Describe alternatives you've considered
I replaced those placeholders using packets, wasn't a good idea and caused problems with most other messages

@iiAhmedYT iiAhmedYT added the feature request New feature or request label Jan 12, 2024
@MherZaqaryan
Copy link
Owner

Thanks for the suggestion! Your feature request is accepted and will be considered for the next update.

@MherZaqaryan
Copy link
Owner

This feature request is implemented and it will be available in the next update!

Among with {victim}, {killer}, and {destroyer} I've added new ones for each:

  • {victimName} - Gets replaced by the victim name.
  • {victimTeamColor} - Gets replaced by the victim's team color (e.g. &a, &c).
  • {killerName} - Gets replaced by the killer name.
  • {killerTeamColor} - Gets replaced by the killer's team color (e.g. &a, &c).
  • {destroyerName} - Gets replaced by the bed destroyer name.
  • {destroyerTeamColor} - Gets replaced by the bed destroyer's team color (e.g. &a, &c).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants