diamond-rip / Eden

The best free 1.8 1v1 practice plugin - Offers tons of premium features!
GNU General Public License v3.0
110 stars 35 forks source link

Spectators can't fly #374

Closed djtheta closed 1 year ago

djtheta commented 1 year ago

I can't fly while spectating and I didn't toggle my fly or anything.

GoodestEnglish commented 1 year ago

Do you have your lobby and arena world separated?

djtheta commented 1 year ago

No, should that make a difference?

djtheta commented 1 year ago

Actually they are in a separate world.

GoodestEnglish commented 1 year ago

No, should that make a difference?

Right now Eden only supports single world, and I would recommend to do all stuff in a single world to prevent issues like dirt screen.

djtheta commented 1 year ago

When will Eden support multiple worlds?

GoodestEnglish commented 1 year ago

When will Eden support multiple worlds?

Cant tell you the time but i can say it is in the todo list. But as a practice server you should make everything in a single world.

GoodestEnglish commented 1 year ago

Can you try the latest version and see if it is fixed or not?

djtheta commented 1 year ago

Still doesn't work. Thanks for trying though.

ssquadteam commented 1 year ago

@djtheta If you still didn't find a way around. I used Skript for it.

on world change:
    wait 20 ticks
    if player has red dye:
        allow flight to player

Worked Great for me. And also it requires this.

https://github.com/Matocolotoe/Skript-1.8/releases

serumanooo commented 1 year ago

@djtheta If you still didn't find a way around. I used Skript for it.

on world change:
  wait 20 ticks
  if player has red dye:
      allow flight to player

Worked Great for me. And also it requires this.

https://github.com/Matocolotoe/Skript-1.8/releases

tried it and it didnt work for me, any idea?

ssquadteam commented 1 year ago

Did you use the Skript Version I provided?

serumanooo commented 1 year ago

Did you use the Skript Version I provided?

fixed it, i downloaded the right version but i put the wrong version at the plugins folder

GoodestEnglish commented 1 year ago

Fixed