Lift

585k Downloads

Fly with Lift...

DjeyMute opened this issue · 8 comments

commented

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.

commented

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

commented

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

commented

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

commented

Fix on spigot and waiting for bukkit!

commented
commented

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
commented

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

commented

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