-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
37b1185
commit 9581932
Showing
5 changed files
with
21 additions
and
119 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
89 changes: 0 additions & 89 deletions
89
src/main/java/fr/democraft/democraftmbwlayout/DemoShopLayout.java
This file was deleted.
Oops, something went wrong.
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,9 @@ | ||
# Initial position of the QuickBuy button. | ||
# Unless an update change the HypixelV2 Layout, 0 is the right position | ||
initial-position: 0 | ||
|
||
# New position that you want to apply to the QB button | ||
# By default 1, but can be ANYTHING | ||
edited-position: 1 | ||
|
||
# Remember to use force-slot to move other buttons. This module overide any existing |
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,5 +1,8 @@ | ||
name: DemoCraftMBwLayout | ||
version: '${project.version}' | ||
main: fr.democraft.democraftmbwlayout.DemoCraftMBwLayout | ||
api-version: '1.21' | ||
api-version: '1.13' | ||
description: A MBedWars companion plugin that allow server admins to edit the position of the quickbuy button | ||
author: Funasitien | ||
website: https://f.drealclouds.fr | ||
depend: [MBedwars] |