File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -67,9 +67,9 @@ public class MyEconomyAPI extends Plugin implements EconomyAPI {
6767
6868### Available Events
6969
70- - [x] AccountCreateEvent: Called when an { @ link Account} is created.
71- - [x] AccountDeleteEvent: Called when an { @ link Account} is deleted.
72- - [x] BalanceChangeEvent: Called when a change occurs in the balance of an { @ link Account} .
70+ - [x] AccountCreateEvent: Called when an account is created.
71+ - [x] AccountDeleteEvent: Called when an account is deleted.
72+ - [x] BalanceChangeEvent: Called when a change occurs in the balance of an account .
7373- [x] BalanceTransferEvent: Called when a balance transfer occurs between two accounts.
7474
7575## Requirement
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77}
88
99group = " org.allaymc"
10- version = " 0.1.0-SNAPSHOT "
10+ version = " 0.1.0"
1111description = " EconomyAPI is a plugin that unifies all economy plugins under one single API"
1212
1313allay {
You can’t perform that action at this time.
0 commit comments