Closed EnTIv closed 3 weeks ago
Known issue, been a thing for years, unfortunately it's a problem at a low level involving the way in which the plugin message protocol targets usernames instead of UUIDs. Probably a thing to tackle in the next rewrite.
Think I found a logic issue which may fix this, please try in the latest commit build (https://william278.net/project/huskhomes -> "Alpha" channel).
Description
While using the HuskHome plugin, issuing the command
/tpa EnTIv
incorrectly sends the teleport request toEnTIv_2
instead ofEnTIv
.Steps to Reproduce
/tpa EnTIv
to send a teleport request to the user "EnTIv".Expected Behavior
The teleport request should be received by the user "EnTIv", as specified in the command.
Actual Behavior
The teleport request is received by "EnTIv_2".
Possible Solution
This issue may be related to how the plugin handles usernames that are subsets of other usernames. It might be useful to check how the plugin searches and matches username inputs for teleport commands.
Your Environment
Please look into this issue as it can affect gameplay significantly. Thank you!