⁠
kyle wood: Update copyright to 2023
- /*
- * Minecraft Dev for IntelliJ
- *
- * https://minecraftdev.org
- *
- * Copyright (c) 2022 minecraft-dev
- *
- * MIT License
- */
- package com.demonwav.mcdev.platform.adventure
- object AdventureConstants {
- const val GROUP_ID = "net.kyori"
- const val API_ARTIFACT_ID = "adventure-api"
- const val API_MODULE_ID = "net.kyori.adventure"
- const val API_SPECIFICATION_TITLE = "net.kyori.adventure"
- const val NAMED_TEXT_COLOR_CLASS = "net.kyori.adventure.text.format.NamedTextColor"
- const val TEXT_COLOR_CLASS = "net.kyori.adventure.text.format.TextColor"
- }
- /*
- * Minecraft Dev for IntelliJ
- *
- * https://minecraftdev.org
- *
- * Copyright (c) 2023 minecraft-dev
- *
- * MIT License
- */
- package com.demonwav.mcdev.platform.adventure
- object AdventureConstants {
- const val GROUP_ID = "net.kyori"
- const val API_ARTIFACT_ID = "adventure-api"
- const val API_MODULE_ID = "net.kyori.adventure"
- const val API_SPECIFICATION_TITLE = "net.kyori.adventure"
- const val NAMED_TEXT_COLOR_CLASS = "net.kyori.adventure.text.format.NamedTextColor"
- const val TEXT_COLOR_CLASS = "net.kyori.adventure.text.format.TextColor"
- }