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

Last block of generator dissapears #99

Open
Envqu opened this issue Jan 18, 2025 · 3 comments
Open

Last block of generator dissapears #99

Envqu opened this issue Jan 18, 2025 · 3 comments
Assignees
Labels
📝 Missing information Required information is missing ❌ Unconfirmed Bugs that were reported but yet to be replicatable

Comments

@Envqu
Copy link

Envqu commented Jan 18, 2025

Minecraft's Version

This server is running Paper version git-Paper-499 (MC: 1.20.4) (Implementing API version 1.20.4-R0.1-SNAPSHOT) (Git: 9de3f75 on ver/1.20.4)
You are running the latest version

Plugin's Version

2024.4-b371
SSBOneBlock-2024.3-b70

Describe the bug

Last block of generator dissapears.
Player have to manually place block and destroy it to get new phase.

To Reproduce

Mine OneBlock generator.

Additional Information

No response

@Envqu Envqu added the Pending Pending reports to be investigated label Jan 18, 2025
@OmerBenGera
Copy link
Member

It seems to work fine for me
Please upload the json file of the phase that causes the issues (upload it to pastebin or any other similar service)

@OmerBenGera OmerBenGera added 📝 Missing information Required information is missing ❌ Unconfirmed Bugs that were reported but yet to be replicatable and removed Pending Pending reports to be investigated labels Jan 25, 2025
@Envqu
Copy link
Author

Envqu commented Jan 31, 2025

https://pastebin.com/0PrpWsQW
https://pastebin.com/SFGXPDgc

Its just stucks after executing command

@OmerBenGera
Copy link
Member

Your last action, the one that executes the command, does not have a set_block action. Change it to something like that:
https://pastebin.com/5TRSk9si

This will execute the command on the last action - they'll need to break an extra block for the next phase.
If you want the command to be executed on the next action, just put it in the next phase instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📝 Missing information Required information is missing ❌ Unconfirmed Bugs that were reported but yet to be replicatable
Projects
None yet
Development

No branches or pull requests

2 participants