File tree Expand file tree Collapse file tree 8 files changed +10
-10
lines changed
src/main/java/ovh/mythmc/banco/paper/dialog Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1- 1.2.1
1+ 1.2.2
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >ovh.mythmc</groupId >
88 <artifactId >banco</artifactId >
9- <version >1.2.1 </version >
9+ <version >1.2.2 </version >
1010 </parent >
1111
1212 <artifactId >banco-api</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >ovh.mythmc</groupId >
88 <artifactId >banco</artifactId >
9- <version >1.2.1 </version >
9+ <version >1.2.2 </version >
1010 </parent >
1111
1212 <artifactId >banco-platform-bukkit</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >ovh.mythmc</groupId >
88 <artifactId >banco</artifactId >
9- <version >1.2.1 </version >
9+ <version >1.2.2 </version >
1010 </parent >
1111
1212 <artifactId >banco-common</artifactId >
Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ banco.commands.banco.reload.success=The plugin has been reloaded successfully.
2121
2222banco.commands.banco.give.success ={0} has received {1}{2}.
2323
24- banco.commands.banco.take.success ={1}{2} have been removed from {0}'s account.
24+ banco.commands.banco.take.success ={1}{2} have been removed from {0}'' s account.
2525banco.commands.banco.take.amount-too-high =The amount {0}{1} exceeds the account balance ({2}{1}).
2626
27- banco.commands.banco.set.success ={0}'s account balance has been set to {1}{2}.
27+ banco.commands.banco.set.success ={0}'' s account balance has been set to {1}{2}.
2828
2929banco.commands.balance =Your current balance is {0}{1}.
30- banco.commands.balance.others ={0}'s current balance is {1}{2}.
30+ banco.commands.balance.others ={0}'' s current balance is {1}{2}.
3131
3232banco.commands.pay.success =You have sent {0}{1} to {2}.
3333banco.commands.pay.cannot-send-money-to-yourself =You cannot send money to yourself.
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >ovh.mythmc</groupId >
88 <artifactId >banco</artifactId >
9- <version >1.2.1 </version >
9+ <version >1.2.2 </version >
1010 </parent >
1111
1212 <artifactId >banco-platform-paper</artifactId >
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ public void open(@NotNull Player player) {
5656
5757
5858 final Dialog dialog = Dialog .create (builder -> builder .empty ()
59- .base (DialogBase .builder (MiniMessage .miniMessage ().deserialize (Banco .get ().getSettings ().get ().getDialogs ().getBalanceTop ().title ()))
59+ .base (DialogBase .builder (MiniMessage .miniMessage ().deserialize (Banco .get ().getSettings ().get ().getDialogs ().getInfo ().title ()))
6060 .body (dialogBodyList )
6161 .build ())
6262 .type (DialogType .notice ())
Original file line number Diff line number Diff line change 66
77 <groupId >ovh.mythmc</groupId >
88 <artifactId >banco</artifactId >
9- <version >1.2.1 </version >
9+ <version >1.2.2 </version >
1010 <packaging >pom</packaging >
1111
1212 <modules >
You can’t perform that action at this time.
0 commit comments