croxis / Lift

Minecraft/Bukkit elevator plugin
23 stars 26 forks source link

Fly with Lift... #180

Closed DjeyMute closed 4 years ago

DjeyMute commented 4 years ago

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.

croxis commented 4 years ago
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. 
DjeyMute commented 4 years ago

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:

croxis commented 4 years ago

And one more question, what version fo the lift plugin, and what version of the server?

DjeyMute commented 4 years ago

Version server : 1.15.2 Version paperspigot : 332 Version of plugin : 63

croxis commented 4 years ago

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"?

DjeyMute commented 4 years ago

They fly when they exit the minecart after the lift is "over".

croxis commented 4 years ago

I've been able to duplicate the bug! Working on it now.

croxis commented 4 years ago

Fix on spigot and waiting for bukkit!