This repository has been archived by the owner on Jul 7, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Reformat code and fixes code issues. * Added some basic events * Bump into a new version 1.3.5
- Loading branch information
1 parent
2423220
commit 2616d4f
Showing
14 changed files
with
799 additions
and
618 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 |
---|---|---|
@@ -1,18 +1,18 @@ | ||
name: KitUI | ||
author: Infernus101 | ||
api: [3.4.0] | ||
main: Infernus101\KitUI\Main | ||
version: 1.3.4 | ||
permissions: # kit permissions - kit.<kit name> | ||
kit.command: | ||
description: kit command! | ||
default: true | ||
kit.sign: | ||
description: kit sign! | ||
default: false | ||
kit.freepass: | ||
description: kit cooldown freepass! | ||
default: false | ||
commands: | ||
kit: | ||
description: Kit UI! | ||
name: KitUI | ||
author: Infernus101 | ||
api: [3.4.0] | ||
main: Infernus101\KitUI\Main | ||
version: 1.3.5 | ||
permissions: # kit permissions - kit.<kit name> | ||
kit.command: | ||
description: kit command! | ||
default: true | ||
kit.sign: | ||
description: kit sign! | ||
default: false | ||
kit.freepass: | ||
description: kit cooldown freepass! | ||
default: false | ||
commands: | ||
kit: | ||
description: Kit UI! |
Oops, something went wrong.
2616d4f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dear @Infernus101,
B3 — No useless messages in startup/shutdown:
Please resolve these issues and submit the plugin again.