Syntax for client-side blocks disapearing.
TrixzyMc opened this issue · 2 comments
Suggestion
Add a syntax to stop Client-Side blocks from disappearing
Example:
set {_block} to forced client side block of BlockType
make player see {_block}
or
make player see forced client side block of BlockType
Force in this situation would mean not interactable with, or never disappearing until the script is reloaded or disabled.
Why?
As people who contributed with skript are good at optimization, smart. Typical people (Like my self) don't know java to stop the client-side block from disappearing, This would be helpful for people (Like my self included).
Other
Close this if you want, I just really think this is a good addition to the make player see {_block} as BlockType.
Agreement
- I have read the guidelines above and affirm I am following them with this suggestion.
This is something not impossible, but something Skript shouldn’t handle, as the server is unaware of the client side block sent to users, packets are required to listen to such, where the Skript environment is discouraged to make use of packets, especially to support across every version Skript supports as of this date. This could be feasible to any packet related 3rd party addons out there, so you could try to submit a suggestion regarding this to them.