How to set all blocks that a player can see to air?

Discussion in 'Plugin Development' started by SJS830, Aug 2, 2020.

Thread Status:
Not open for further replies.
  1. Offline

    SJS830

    I'm developing a minigame, but I want the world to be entirely virtual and I will edit it by sending block change events to the player. How can I clear the world that the player is in without actually modifying the world?
     
  2. Offline

    timtower Administrator Administrator Moderator

    @SJS830 You can't, server still does collission checks.
    Need an actual blank world for this.
     
  3. Offline

    SJS830

    oh, is there any way I can create a temporary world without writing to the disk?
     
  4. And store it in RAM? That is not possible.. You will have to create a world and delete it once you don't need it anymore
     
Thread Status:
Not open for further replies.

Share This Page