KtInventoryPaginated

constructor(context: KtInventoryPluginContext, line: Int, altColorChar: Char? = '&')

Parameters

context

Plugin context

line

Number of inventory lines (1-6)

altColorChar

The alternate color code character for title color formatting, defaults to '&'


constructor(plugin: Plugin, line: Int, altColorChar: Char? = '&')

Deprecated

Use KtInventoryPluginContext constructor instead

Since

2.0.0

Parameters

plugin

The plugin instance

line

Number of inventory lines (1-6)

altColorChar

The alternate color code character for title color formatting, defaults to '&'