-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Add Accidental Teleport Blocker #8940
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
Conversation
New plugin |
The build is currently failing due to a missing license file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code looks alright to me 👍 You'll still have to wait for a maintainer to review after resolving the license issue though.
Internal use only: Reviewer details Maintainer details |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed the keylistener implementation and added a simpler way of detecting the modifier keys. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These should be removed now, and their usage updated: https://github.com/bielie993-ui/accidental-teleport-blocker/blob/82d49be88dde1a330131d92a3e60bfcbc288561a/src/main/java/com.AccidentalTeleportBlocker/AccidentalTeleportBlockerPlugin.java#L51-L52
Commit 82d49be88dde1a330131d92a3e60bfcbc288561a
otherwise LGTM.
Accidental Teleport Blocker
A simple plugin which blocks teleports to prevent accidental teleports while casting other spells in any spellbook. The block can be overruled by pressing a modifier key.
This idea came from the frustration of accidentally teleporting while trying to cast high alchemy or manually casting other spells.
Features
Printscreens
This is a reworked and improved version of: #8909