How to store entities as text?

Discussion in 'Plugin Development' started by Tim_M, Oct 19, 2021.

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

    Tim_M

    I want to store all entities of a chunk in a file. How can I convert the entity into a string/byte[] to store it, and how would I get the entity back? The Bukkit class doesn't have a function for deserializing entities unlike e.g. BlockData.
     
    Last edited: Nov 10, 2021
  2. Offline

    Kars

Thread Status:
Not open for further replies.

Share This Page