Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BongleXD authored Nov 12, 2021
1 parent 6b0fe03 commit c1a6489
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,22 +31,22 @@ BridgeLeveling is an Bukkit Plugin can leveling for your Bridge Servers and prov
```java
@EventHandler
public void onKill(PlayerKillEvent e) {
// to do
// TO DO
}

@EventHandler
public void onLevelUp(PlayerLevelUpEvent e) {
// to do
// TO DO
}

@EventHandler
public void onRankUp(PlayerRankUpEvent e) {
// to do
// TO DO
}

@EventHandler
public void onXpGain(PlayerXpGainEvent e) {
// to do
// TO DO
}

```
Expand Down

0 comments on commit c1a6489

Please sign in to comment.