From 048ae993f4bbb2d9d594347436b4758b36389863 Mon Sep 17 00:00:00 2001 From: carm Date: Fri, 5 Jan 2024 01:55:29 +0800 Subject: [PATCH] feat: Finished base functions --- README.md | 16 ++- pom.xml | 2 +- .../artformgames/plugin/tempflight/Main.java | 15 ++- .../tempflight/command/TempFlightCommand.java | 81 +++++++++++++ .../command/TempFlightCommands.java | 24 ++++ .../plugin/tempflight/conf/PluginConfig.java | 20 ++- .../tempflight/conf/PluginMessages.java | 65 +++++++++- .../tempflight/listener/TempFlyListener.java | 26 ++++ .../tempflight/manager/FlightManager.java | 114 ++++++++++++++++++ .../plugin/tempflight/user/FlightAccount.java | 45 +++++++ src/main/resources/plugin.yml | 6 + 11 files changed, 399 insertions(+), 15 deletions(-) create mode 100644 src/main/java/com/artformgames/plugin/tempflight/command/TempFlightCommand.java create mode 100644 src/main/java/com/artformgames/plugin/tempflight/command/TempFlightCommands.java create mode 100644 src/main/java/com/artformgames/plugin/tempflight/listener/TempFlyListener.java create mode 100644 src/main/java/com/artformgames/plugin/tempflight/manager/FlightManager.java create mode 100644 src/main/java/com/artformgames/plugin/tempflight/user/FlightAccount.java diff --git a/README.md b/README.md index df2cb9a..c0e350e 100644 --- a/README.md +++ b/README.md @@ -28,13 +28,19 @@ see [Dependencies](https://github.com/ArtformGames/TempFlight/network/dependenc ## Commands -The main command is `/TempFlight` or `/tsp`. +The main command is `/TempFlight` or `/TempFly`. ```text -# subcommand -@ Player command -- Description +# start