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

bug with the barrier when getting combat tagged #88

Open
Twi5TeD opened this issue Aug 16, 2016 · 6 comments
Open

bug with the barrier when getting combat tagged #88

Twi5TeD opened this issue Aug 16, 2016 · 6 comments

Comments

@Twi5TeD
Copy link

Twi5TeD commented Aug 16, 2016

if you get combat tagged and then right click the glass it will disappear and you can walk into the safe zone and the tag will no longer be active

@Techcable
Copy link
Contributor

@Byteflux
We might want to consider switching to sending updates every tick instead of on move, like I did in SpawnShield.
You may also want to consider caching the location of the border-blocks in order to reduce update delays.
Actually, precomputing the border blocks on the main thread may actually help simplify the plugin and avoid having to handle concurrency with the other plugins.

@Twi5TeD
Copy link
Author

Twi5TeD commented Aug 22, 2016

any news on this?

@Byteflux
Copy link
Owner

Byteflux commented Aug 23, 2016

The glass barrier is a visual thing only, it's not the actual forcefield that blocks people from passing through. People being able to break the glass doesn't make them able to walk through, if it does, it's probably a different plugin interfering somehow. Make sure you are using the latest version, because I can't reproduce this bug.

@Twi5TeD
Copy link
Author

Twi5TeD commented Aug 23, 2016

Yes I'm using the latest version not sure what else could cause it though :/ looks like will have to disable each plugin 1 by 1 to find out if it's another plugin that's causing it

@Twi5TeD
Copy link
Author

Twi5TeD commented Aug 23, 2016

hmm it seems to be my config that causes it as the default one worked i changed my settings to this here is a link could you tell me whats wrong with it thanks http://pastebin.com/9MSxdXY1

@Twi5TeD
Copy link
Author

Twi5TeD commented Aug 29, 2016

any news? its my actual config that causes it if you try it yourself with my config

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

3 participants