Rebar
The one and only Rebar plugin!
Properties
Link copied to clipboard
The name used to represent this addon in the guide and other places.
Link copied to clipboard
The name used to represent this addon in the item tooltips. By default, a blue italic <your-addon-key>.addon translation key.
Link copied to clipboard
Must return this
Link copied to clipboard
If you use something besides the default <your-addon-key>.addon translation key for the addon name, set this to true to suppress warnings about the "missing" key.
Link copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun getDefaultBiomeProvider(p0: String, p1: @Nullable String?): @Nullable BiomeProvider?
Link copied to clipboard
open override fun getDefaultWorldGenerator(p0: String, p1: @Nullable String?): @Nullable ChunkGenerator?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun init(p0: PluginLoader, p1: Server, p2: PluginDescriptionFile, p3: File, p4: File, p5: ClassLoader)
fun init(p0: Server, p1: PluginDescriptionFile, p2: File, p3: File, p4: ClassLoader, p5: @Nullable PluginMeta, p6: Logger)
Link copied to clipboard
Link copied to clipboard
open override fun onTabComplete(p0: CommandSender, p1: Command, p2: String, p3: Array<String>): @Nullable MutableList<String>?
Link copied to clipboard
open fun registerCommand(p0: String, p1: @Nullable String, p2: MutableCollection<String>, p3: BasicCommand)
Link copied to clipboard
Must be called as the first thing in your plugin's onEnable
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard