-
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.
Fix some bugs and cleaning code (#6)
Fix attributes and commands. * fix console command bug and add renovate bot * renovate bot * plugin version -> 1.17.3-beta * use BukkitTasks#runTask * . * use new asyncChat event * cleanup code new command remove deprecated api * исправление ошибки с флагами #2 * Code corrections * fix error ;D * Code reformat for PropFlags. Add whitespaces Signed-off-by: Stanislav Panchenko <[email protected]> * Update src/main/java/ru/abstractmenus/data/activators/OpenPlate.java * Update src/main/java/ru/abstractmenus/data/activators/OpenLever.java --------- Signed-off-by: Stanislav Panchenko <[email protected]> Co-authored-by: Stanislav Panchenko <[email protected]>
- Loading branch information
1 parent
2739d30
commit 9b493f3
Showing
192 changed files
with
1,065 additions
and
1,161 deletions.
There are no files selected for viewing
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,14 @@ | ||
{ | ||
"$schema": "https://docs.renovatebot.com/renovate-schema.json", | ||
"extends": [ | ||
"config:base", | ||
"config:recommended", | ||
":disableRateLimiting", | ||
"group:all" | ||
], | ||
"ignoreDeps": [ | ||
"com.destroystokyo.paper:paper-api", | ||
"com.sk89q.worldguard:worldguard-bukkit", | ||
"com.sk89q.worldedit:worldedit-bukkit" | ||
] | ||
} |
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
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
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.