-
Notifications
You must be signed in to change notification settings - Fork 5
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
1 parent
4d24097
commit 9a72a1f
Showing
24 changed files
with
397 additions
and
18 deletions.
There are no files selected for viewing
Binary file modified
BIN
+2.92 KB
(160%)
bin/dev/minecraftdorado/BlackMarket/Listeners/PlayerListener.class
Binary file not shown.
Binary file modified
BIN
+1.96 KB
(140%)
bin/dev/minecraftdorado/BlackMarket/MainClass/MainClass.class
Binary file not shown.
Binary file modified
BIN
+11 Bytes
(100%)
bin/dev/minecraftdorado/BlackMarket/Utils/DataBase/MySQL/MySQL.class
Binary file not shown.
Binary file modified
BIN
+18 Bytes
(100%)
bin/dev/minecraftdorado/BlackMarket/Utils/DataBase/MySQL/dbMySQL.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
bin/dev/minecraftdorado/BlackMarket/Utils/Inventory/Utils/UMaterial$PotionBase.class
Binary file not shown.
Binary file modified
BIN
+96 Bytes
(100%)
bin/dev/minecraftdorado/BlackMarket/Utils/Inventory/Utils/UMaterial.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
bin/dev/minecraftdorado/BlackMarket/Utils/Inventory/Utils/UPotion.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
bin/dev/minecraftdorado/BlackMarket/Utils/Market/BlackItem$Status.class
Binary file not shown.
Binary file modified
BIN
+487 Bytes
(110%)
bin/dev/minecraftdorado/BlackMarket/Utils/Market/BlackItem.class
Binary file not shown.
Binary file modified
BIN
+66 Bytes
(100%)
bin/dev/minecraftdorado/BlackMarket/Utils/Market/Market.class
Binary file not shown.
Binary file added
BIN
+1.7 KB
bin/dev/minecraftdorado/BlackMarket/Utils/UpdateChecker$UpdateReason.class
Binary file not shown.
Binary file added
BIN
+2.74 KB
bin/dev/minecraftdorado/BlackMarket/Utils/UpdateChecker$UpdateResult.class
Binary file not shown.
Binary file added
BIN
+422 Bytes
bin/dev/minecraftdorado/BlackMarket/Utils/UpdateChecker$VersionScheme.class
Binary file not shown.
Binary file not shown.
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,9 +1,35 @@ | ||
main: dev.minecraftdorado.BlackMarket.MainClass.MainClass | ||
name: BlackMarket | ||
author: MinecraftDorado | ||
version: 1.1 | ||
version: 1.11 | ||
api-version: 1.13 | ||
softdepend: [Vault] | ||
commands: | ||
sell: | ||
bm: | ||
bm: | ||
|
||
permissions: | ||
blackmarket.admin: | ||
description: Allows the use of all commands | ||
default: op | ||
children: | ||
blackmarket.limit.*: true | ||
blackmarket.reload: true | ||
blackmarket.npc: true | ||
blackmarket.open: true | ||
blackmarket.npc: | ||
description: Allows the use of commands for NPCs | ||
default: op | ||
children: | ||
blackmarket.setnpc: true | ||
blackmarket.removenpc: true | ||
blackmarket.setnpc: | ||
description: Allows usage of the /bm setnpc command | ||
blackmarket.removenpc: | ||
description: Allows usage of the /bm removenpc command | ||
blackmarket.limit: | ||
description: Limit of published articles | ||
blackmarket.reload: | ||
description: Allows usage of the /bm reload command | ||
blackmarket.open: | ||
description: Allows usage of the /bm open command |
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.