Fly with Lift...
DjeyMute opened this issue · 8 comments
Hello,
My community just found a bug in your plugin.
If we put a rail with a wagon on the ores of the elevators and that we mount this allows the players to fly.
So some players use this bug.
Can you do something for that?
Thank you in advance.
Do they fly when exit the minecart while the lift is going?
Do they fly when they exit the minecart after the lift is "over"?
<!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
.MsoChpDefault
{mso-style-type:export-only;}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
-->Can you paste a copy of your Lift config ? From: DjeyMuteSent: Tuesday, June 2, 2020 08:58To: croxis/LiftCc: SubscribedSubject: [croxis/Lift] Fly with Lift... (#180) Hello,My community just found a bug in your plugin.If we put a rail with a wagon on the ores of the elevators and that we mount this allows the players to fly.So some players use this bug.Can you do something for that?Thank you in advance.—You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or unsubscribe.
Note: Smaller area and height values result in less lag.
baseBlockSpeeds speed less than 0.4 may not work well.
autoPlace will automatically move players to be fully in the elevator
checkFloor will make sure all floors have glass blocks (at the cost of possible lag when starting a lift)
preventEntry will prevent players from entering an active elevator (at the cost of possible lag when lifts are running)
metrics: true
maxLiftArea: 16
maxHeight: 256
debug: false
autoPlace: false
preventEntry: false
preventLeave: true
checkFloor: false
liftMobs: true
floorBlocks:
- GLASS
- BLACK_STAINED_GLASS
- BLUE_STAINED_GLASS
- BROWN_STAINED_GLASS
- CYAN_STAINED_GLASS
- GRAY_STAINED_GLASS
- GREEN_STAINED_GLASS
- LIGHT_BLUE_STAINED_GLASS
- LIGHT_GRAY_STAINED_GLASS
- LIME_STAINED_GLASS
- MAGENTA_STAINED_GLASS
- ORANGE_STAINED_GLASS
- PINK_STAINED_GLASS
- PURPLE_STAINED_GLASS
- RED_STAINED_GLASS
- WHITE_STAINED_GLASS
- YELLOW_STAINED_GLASS
buttonBlocks: - '*BUTTON'
signBlocks: - '*WALL_SIGN'
redstone: false
STRING_oneFloor: Il n'y a qu'un seul ?tage
STRING_currentFloor: 'Etage Actuel '
STRING_dest: 'Ta Destination '
STRING_cantEnter: Tu ne peux pas rentrer dans un ascenseur en marche
STRING_cantLeave: Tu ne peux pas quitter un ascenseur en marche
STRING_unsafe: It is unsafe to leave a vehicle in a lift!
baseBlockSpeeds:
COAL_BLOCK: 0.2
IRON_BLOCK: 0.5
REDSTONE_BLOCK: 1.0
GOLD_BLOCK: 1.5
DIAMOND_BLOCK: 3.0
EMERALD_BLOCK: 4.0
And one more question, what version fo the lift plugin, and what version of the server?