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

Nicknaming Does Not Work #59

Open
ChromesDuzez opened this issue May 8, 2022 · 5 comments
Open

Nicknaming Does Not Work #59

ChromesDuzez opened this issue May 8, 2022 · 5 comments
Labels
can't duplicate Can't recreate the scenario on my machine

Comments

@ChromesDuzez
Copy link

/nick only resets everyone's nickname no way to set one

@GStefanowich
Copy link
Owner

To prevent abusing the nickname system Nicknames require the player.nick permission.

If players have that permission, then the only autocomplete option in /nick is to reset, because there is no autocomplete for a Nickname. /nick Somenickname or /nick "Some Nickname with Spaces"

@ChromesDuzez
Copy link
Author

ChromesDuzez commented May 10, 2022

I have that set as a permission that everyone can use because I put it in the * perm and it still isnt working so...

EDIT: to clarify the command is working in the sense that it takes the money off of my balance and it does give me the option to set a new nickname since my permissions are set up correctly but it doesnt ever change anything. the nickname never takes affect

@GStefanowich
Copy link
Owner

Could you be using any other mods that effect the players name? It works by overriding the getDisplayName() method of the player. If another mod you have is overriding this, then it wouldn't be working.

@GStefanowich GStefanowich reopened this May 10, 2022
@GStefanowich GStefanowich added the can't duplicate Can't recreate the scenario on my machine label May 10, 2022
@ChromesDuzez
Copy link
Author

ChromesDuzez commented May 10, 2022

here is my current mod list... (I dont think any of them messes with the getDisplayName() method unless dynmap does)
image

TY for all the help btw and good job on the mod. I do enjoy it.

@ChromesDuzez
Copy link
Author

ChromesDuzez commented May 10, 2022

And now its working!!!! idk why i didnt change anything but it now works. Im gonna chalk it up to server lag but i really dont know

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
can't duplicate Can't recreate the scenario on my machine
Projects
None yet
Development

No branches or pull requests

2 participants