-
Notifications
You must be signed in to change notification settings - Fork 10
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
getLocation regex erorr #42
Comments
Same problem and same error with server.rconConnection.util.getEntityData() |
Forgot, minecraft version: 1.12.2 |
Well for one the node process shouldn’t crash from invalid regex, so I’ll need to debug and fix that one, but I’m assuming the regex will also need to be altered from the default to accommodate for it being forge, I’ll try and respond with a fix tonight or tomorrow |
The problem is with /data command, that command added to minecraft in 1.13 version |
Ah right, there was a way to obtain xyz coords before 1.13, I’ll have to check the git history |
Don't forget about server.rconConnection.util.getEntityData() |
I have somewhat the same problem with vanilla 1.18.2 2022-04-27 13:29:13 error: uncaughtException: Cannot read properties of null (reading '2') using:
|
Node script crashes when using server.rconConnection.util.getLocation(event.player)
The text was updated successfully, but these errors were encountered: