We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
More info and source code click here
We also have a easy and simple way for changing spigot objects to a string and back. This can be used to save the objects. (See below)
Source
val encodedString = itemStack.asString() val itemStack = encodedString.asItemStack()
val encodedInventory = inventory.asString() val inventory = encodedInventory.asInventory()
val encodedLocation = location.asString() val location = encodedLocation.asLocation()