-
Notifications
You must be signed in to change notification settings - Fork 14
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
add teleport arg support to all points #77
base: master
Are you sure you want to change the base?
Conversation
So for the first time in ages, I actually loaded up the plugin. This is already possible: javaw_6GnOvqMxI3.mp4 |
you are correct, but may I know how you disable the teleport at the checkpoint? |
Checkpoints don't teleport by default as far as I know. Only timed points do. |
oh, I see |
however, what is your opinion about moving the teleport argument to be globally available at all points? |
I just quicky tried the plugin. I think it makes more sense to just not have it on some points at all, like the checkpoint. |
OK, now every type of point has its own default tp value now |
moved teleport arg support from
ClickBlockPoint.java
to parent classServerTutorialPoint.java
, so teleport will now be available on every type of point