createArena

open fun createArena(@Nullable tablePrefix: @Nullable String, id: String, data: String)(source)

Saves a new arena to the database.

Parameters

tablePrefix

the prefix, if any, to use for the container.

id

the ID of the new arena.

data

the data of the new arena.

Throws

if an I/O error occurs while saving the new arena.