-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed couple bugs and updated configs
- Loading branch information
Showing
11 changed files
with
90 additions
and
50 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
MONGO: | ||
URI: mongodb+srv://lrxh:[email protected]/?retryWrites=true&w=majority | ||
DATABASE: practice | ||
URI: | ||
DATABASE: | ||
RANKED: | ||
REQUIRED-WINS: 3 | ||
ERROR-MESSAGE: '&cYou cannot join ranked queues with less than 10 unranked 1v1 wins. | ||
You need {0} more wins!' | ||
DEFAULT-THEME-COLOR: AQUA | ||
LEADERBOARD: | ||
ENABLE-MESSAGE: true | ||
|
@@ -16,88 +14,86 @@ HOTBAR_ITEMS: | |
MATERIAL: IRON_SWORD | ||
DURABILITY: 0 | ||
NAME: '&bUnranked Queue &7(Right Click)' | ||
LORE: [ ] | ||
LORE: [] | ||
SLOT: 0 | ||
QUEUE_JOIN_RANKED: | ||
MATERIAL: DIAMOND_SWORD | ||
DURABILITY: 0 | ||
NAME: '&bRanked Queue &7(Right Click)' | ||
LORE: [ ] | ||
LORE: [] | ||
SLOT: 1 | ||
LEADERBOARDS: | ||
MATERIAL: EMERALD | ||
DURABILITY: 0 | ||
NAME: '&bLeaderboards &7(Right Click)' | ||
LORE: [ ] | ||
LORE: [] | ||
SLOT: 6 | ||
PARTY_CREATE: | ||
MATERIAL: NAME_TAG | ||
DURABILITY: 0 | ||
NAME: '&bCreate a Party &7(Right Click)' | ||
LORE: [ ] | ||
LORE: [] | ||
SLOT: 4 | ||
PROFILE_SETTINGS: | ||
MATERIAL: PAPER | ||
DURABILITY: 0 | ||
NAME: '&bProfile Menu &7(Right Click)' | ||
LORE: [ ] | ||
LORE: [] | ||
SLOT: 8 | ||
KIT_EDITOR: | ||
MATERIAL: BOOK | ||
DURABILITY: 0 | ||
NAME: '&bKit Editor &7(Right Click)' | ||
LORE: [ ] | ||
LORE: [] | ||
SLOT: 8 | ||
QUEUEING: | ||
QUEUE_LEAVE: | ||
MATERIAL: INK_SACK | ||
DURABILITY: 1 | ||
NAME: '&cLeave Queue &7(Right Click)' | ||
LORE: [ ] | ||
LORE: [] | ||
SLOT: 8 | ||
PARTY: | ||
PARTY_INFORMATION: | ||
MATERIAL: NETHER_STAR | ||
DURABILITY: 0 | ||
NAME: '&bParty Information &7(Right Click)' | ||
LORE: [ ] | ||
LORE: [] | ||
SLOT: 0 | ||
PARTY_EVENTS: | ||
MATERIAL: DIAMOND_SWORD | ||
DURABILITY: 0 | ||
NAME: '&bParty Events &7(Right Click)' | ||
LORE: [ ] | ||
LORE: [] | ||
SLOT: 1 | ||
OTHER_PARTIES: | ||
MATERIAL: CHEST | ||
DURABILITY: 0 | ||
NAME: '&bOther Parties &7(Right Click)' | ||
LORE: [ ] | ||
LORE: [] | ||
SLOT: 2 | ||
KIT_EDITOR: | ||
MATERIAL: BOOK | ||
DURABILITY: 0 | ||
NAME: '&bKit Editor &7(Right Click)' | ||
LORE: [ ] | ||
LORE: [] | ||
SLOT: 7 | ||
PARTY_DISBAND: | ||
MATERIAL: INK_SACK | ||
DURABILITY: 1 | ||
NAME: '&cDisaband Party &7(Right Click)' | ||
LORE: [ ] | ||
LORE: [] | ||
SLOT: 8 | ||
PARTY_LEAVE: | ||
MATERIAL: INK_SACK | ||
DURABILITY: 1 | ||
NAME: '&cLeave Party &7(Right Click)' | ||
LORE: [ ] | ||
LORE: [] | ||
SLOT: 8 | ||
SPECTATING: | ||
SPECTATE_STOP: | ||
MATERIAL: INK_SACK | ||
DURABILITY: 1 | ||
NAME: '&cLeave Match &7(Right click)' | ||
LORE: [ ] | ||
SLOT: 8 | ||
ESSENTIAL: | ||
SPAWN_LOCATION: world:0.5:52.0:0.5:0.68951416:-3.124416 | ||
LORE: [] | ||
SLOT: 8 |
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