Skip to content
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

Fly with Lift... #180

Closed
DjeyMute opened this issue Jun 2, 2020 · 8 comments
Closed

Fly with Lift... #180

DjeyMute opened this issue Jun 2, 2020 · 8 comments

Comments

@DjeyMute
Copy link

DjeyMute commented Jun 2, 2020

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
Copy link
Owner

croxis commented Jun 2, 2020 via email

@DjeyMute
Copy link
Author

DjeyMute commented Jun 3, 2020

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

@croxis
Copy link
Owner

croxis commented Jun 3, 2020

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

@DjeyMute
Copy link
Author

DjeyMute commented Jun 4, 2020

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

@croxis
Copy link
Owner

croxis commented Jun 9, 2020

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
Copy link
Author

DjeyMute commented Jun 9, 2020

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

@croxis
Copy link
Owner

croxis commented Jun 10, 2020

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

@croxis
Copy link
Owner

croxis commented Jun 10, 2020

Fix on spigot and waiting for bukkit!

@croxis croxis closed this as completed Jun 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants