Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Commands: fix incorrect lastonline command name
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFaser committed Aug 30, 2023
1 parent 11f15aa commit b469e41
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import java.util.Collections;
import java.util.List;

public class CommandLastOnline implements FTabCompleter {
public class CommandLastonline implements FTabCompleter {

@Override
public boolean onCommand(@NotNull CommandSender commandSender, @NotNull Command command, @NotNull String s, @NotNull String[] strings) {
Expand Down
10 changes: 9 additions & 1 deletion src/main/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,14 @@ chat:
enable: true
ping:
enable: true
bold:
enable: true
italic:
enable: true
underline:
enable: true
strikethrough:
enable: true

death:
message:
Expand Down Expand Up @@ -218,7 +226,7 @@ command:
enable: true
per-page: 4

last-online:
lastonline:
enable: true

mail:
Expand Down

0 comments on commit b469e41

Please sign in to comment.