Added new message to player for an entity being left behind. Distinguishes this from the message sent when an entity wasn't teleported due to an error. 4b440e2e0b556b06165bd2a5b399be98e55334f6 c1c09d53968ac09b66dba2793c03b98c2a5bde75
Adds a short delay of invulnerability to the entity being teleported to prevent unintended damage. 22fdb61892bf52f8e3b1384125c2c685997417db
Added new flag to ignore unknown teleport causes. IMPORTANT This may help solve vehicle dismount left messages on versions < 1.19.3. In version 1.19.3 and above, a dismount event was added to teleport cause, so this can safely be ignored. Fixes #7 6483295679df7bbc47200e3dd4a970d6330a8612
Deletions
Removed 1.18 dependency as 1.19 should be backwards compliant
Removed player update notifications when plugin is already up-to-date. Only logged in console now on startup. Closes #9 89f7c9a84e6ae32d8e070473f137aea463249304
Bumping plugin version to 2.2. 0181d5bd6e253219c6e7d3b4e5c2e54fc1277155
Updating dependencies to latest snapshot. 0a45160581c74b8b9b9d3487ea6e20557a56c43b e1d8a3442af1d67964f1999afd94909cf00bb254
Removed player messenger for entities not teleported due to a blocked WG region. Logged in console instead now. c0c2c4eb0a21eabc01fdf9e6cf343ca34d834880
Created new checks for entity teleportation. Fixes some logic issues that previously existed with players getting error messages when they should not have. Closes #5 6dee8ec23790395694363975e07932bc1394f0ec
Fixing some .gitignore files. 430cd6617f19b7768b4d1abc36f5ede70705ec40
Fixing a typo in update checker. 2709f4947c2caafe1996aa29b471a4f2292c89ad
Using parseInt instead of valueOf to prevent unnecessary type casting. 383146b3ec2ec8a49c42b456c3ab0e3364105df6
Moved player message to be handled by OATCommon methods. 6edaad462f9b40a3cf28177780bcb779f24c16d8 b989c47707ac66cdae429098f6a1c8e3873a07c8
Updated config to clean up some notes and typos. c82a092296bacac49a3b792a6aa887afcc101456 68adb8bfb9d2f5fb08b327f67fe989765c303d08
Code cleanup for teleport listener and moving some code to common methods. 1553160bca870b251902801ada260efc5b888750
Additions
Deletions
Modifications