-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
188 additions
and
131 deletions.
There are no files selected for viewing
Submodule LuckPerms
updated
from d150bd to 49c17c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
src/main/kotlin/io/github/karlatemp/luckperms/mirai/LPMConfigs.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
/* | ||
* Copyright (c) 2018-2021 Karlatemp. All rights reserved. | ||
* @author Karlatemp <[email protected]> <https://github.com/Karlatemp> | ||
* | ||
* LuckPerms-Mirai/LuckPerms-Mirai.main/LPMConfigs.kt | ||
* | ||
* Use of this source code is governed by the GNU AFFERO GENERAL PUBLIC LICENSE version 3 license that can be found via the following link. | ||
* | ||
* https://github.com/Karlatemp/LuckPerms-Mirai/blob/master/LICENSE | ||
*/ | ||
|
||
package io.github.karlatemp.luckperms.mirai | ||
|
||
import me.lucko.luckperms.common.config.generic.key.ConfigKeyFactory.booleanKey | ||
|
||
object LPMConfigs { | ||
val FIX_CONTEXT_TYPO = booleanKey("luckperms-mirai.fix-old-context-typo", false) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.