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

Griefing problem #29

Open
iKoary opened this issue Dec 4, 2024 · 5 comments
Open

Griefing problem #29

iKoary opened this issue Dec 4, 2024 · 5 comments
Labels
Accept I agree to implement this feature bug Something isn't working

Comments

@iKoary
Copy link

iKoary commented Dec 4, 2024

Hey, it's me again, sorry if I bother you
While playing on the server with your plugin, I found a problem - players can turn on the freeze mode and spam glowing blocks everywhere in the world and it will stay forever.
Possible solution may be implementing a timer for freezed blocks, or despawn glowing blocks when debug stick is no longer in player's hand
Also it's possible for players to accidentally change block data by missclicking, so maybe it would be better if, to change the block data, you first need to click on it with another item (glowstone dust, for example) and after that, it will be available for changing
2024-12-04_19 32 51

@TWME-TW
Copy link
Owner

TWME-TW commented Dec 4, 2024

Hey, it's me again, sorry if I bother you While playing on the server with your plugin, I found a problem - players can turn on the freeze mode and spam glowing blocks everywhere in the world and it will stay forever. Possible solution may be implementing a timer for freezed blocks, or despawn glowing blocks when debug stick is no longer in player's hand Also it's possible for players to accidentally change block data by missclicking, so maybe it would be better if, to change the block data, you first need to click on it with another item (glowstone dust, for example) and after that, it will be available for changing 2024-12-04_19 32 51

Hello, thank you for your feedback. May I ask how long these blocks have been appearing?

@iKoary
Copy link
Author

iKoary commented Dec 4, 2024

Hello, thank you for your feedback. May I ask how long these blocks have been appearing?

I don't quite understand what "how long these blocks have been appearing" means. Glowing blocks appear when you rightclick on a block in freeze mode and stays until you leftclick
I also noticed that after restarting the server, if there were frozen blocks in the world, then they are no longer connected to the player and they cannot be removed

@TWME-TW
Copy link
Owner

TWME-TW commented Dec 4, 2024

Hello, thank you for your feedback. May I ask how long these blocks have been appearing?

I don't quite understand what "how long these blocks have been appearing" means. Glowing blocks appear when you rightclick on a block in freeze mode and stays until you leftclick I also noticed that after restarting the server, if there were frozen blocks in the world, then they are no longer connected to the player and they cannot be removed

I'm guessing there's something wrong with the logic of my plugin. All glowing display entities should be cleared when the player leaves the server or the server is shut down. I suggest you suspend allowing players to use Freeze Mode until I can figure out the results

@iKoary
Copy link
Author

iKoary commented Dec 14, 2024

I'm guessing there's something wrong with the logic of my plugin. All glowing display entities should be cleared when the player leaves the server or the server is shut down. I suggest you suspend allowing players to use Freeze Mode until I can figure out the results

How can I suspend it?

@TWME-TW
Copy link
Owner

TWME-TW commented Dec 14, 2024

I'm guessing there's something wrong with the logic of my plugin. All glowing display entities should be cleared when the player leaves the server or the server is shut down. I suggest you suspend allowing players to use Freeze Mode until I can figure out the results

How can I suspend it?

Set permission debugstickpro.mode.freeze to false

@TWME-TW TWME-TW added bug Something isn't working Accept I agree to implement this feature labels Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Accept I agree to implement this feature bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants