[1.15.2] /home doesnt work, /home home does
Salamance73 opened this issue ยท 5 comments
Describe the bug
As stated in the title, the previous version of the mod (v3.0.3) allowed the player to use "/home" to go to the home named "home" without having to type the second "home" out. In v3.1.0 this feature is bugged and forces the player to type "home" twice to get to the home at all.
To Reproduce
Steps to reproduce the behavior:
- Open chat and set a home as "/sethome home"
- Open chat and use /home, expecting to go home
- See syntax error listed.
Expected behavior
/home should teleport the player to the home named "home" without typing it again.
Versions
- Ma Essentials: 3.1.0
- Forge: 31.2.9
Additional context
This is occurring in AllTheMods5 modpack if that makes any difference.
I think answer on your issue is here #54 there is a bug with wrong catalog name and your homes probably are not reading correctly, let me know if this fix your issue if not i'll investigate further because I tested it and it worked just fine for me.
Hi - I run a server with Salamance73. I don't think this has anything to do with the folder name change in linked issue #53. When I updated our ATM server, I did have to change the folder name from ma-essentials to maessentials, which brought over all of our data.
The issue is that "/home" doesn't take you to the default home, instead "/home home" is required. I've even deleted the home named "home," recreated it, and the same thing happens.
The catalog names are fine and the homes are reading correctly.
Thank you.
I found the issue, I was trying to make that if user have only one home /home will always teleport to that home no matter the name and i think the issue is with that part. I'll will just revert old functionality and it should fix the issue.
Installed the latest update and this works great. Thank you for taking care of this! :)
Fixed in v3.1.1