Skip to content

Commit

Permalink
added configurations for check purchase gui
Browse files Browse the repository at this point in the history
  • Loading branch information
benfiratkaya committed Dec 21, 2023
1 parent 441214e commit d0ff9ac
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,23 @@ public static class CheckPurchase extends OkaeriConfig {
* Cancel material
*/
private String cancelMaterial = "RED_WOOL";

/**
* layout of gui
*/
@Comment({
"Layout of confirm purchase gui",
"p: Product",
"n: Cancel Purchase",
"y: Confirm Purchase"
})
private List<String> layout = Arrays.asList(
" ",
" p ",
" ",
" n y ",
" "
);
}
}
}
Expand Down

0 comments on commit d0ff9ac

Please sign in to comment.