Simple Static Guide Page
open class SimpleStaticGuidePage @JvmOverloads constructor(key: NamespacedKey, val buttons: MutableList<Item> = mutableListOf()) : SimpleDynamicGuidePage(source)
A guide page which has a fixed set of buttons. Do not use this if the buttons on the page will ever need to change.
The title of the page will be <youraddon>.guide.page.<key>