From fe0fbbd891c7b09b1a5e0aea7924485f84eb6f80 Mon Sep 17 00:00:00 2001 From: MCMDEV Date: Sun, 13 Mar 2022 18:29:03 +0100 Subject: [PATCH] Added support for Velocity platform --- .idea/artifacts/i18n_velocity.xml | 11 ++ .idea/compiler.xml | 1 + .idea/google-java-format.xml | 6 + .idea/workspace.xml | 33 ++--- i18n-velocity/pom.xml | 40 ++++++ .../i18n/velocity/I18nVelocityPlugin.java | 114 ++++++++++++++++++ .../i18n/velocity/command/VelocitySender.java | 19 +++ pom.xml | 1 + 8 files changed, 211 insertions(+), 14 deletions(-) create mode 100644 .idea/artifacts/i18n_velocity.xml create mode 100644 .idea/google-java-format.xml create mode 100644 i18n-velocity/pom.xml create mode 100644 i18n-velocity/src/main/java/de/helixdevs/i18n/velocity/I18nVelocityPlugin.java create mode 100644 i18n-velocity/src/main/java/de/helixdevs/i18n/velocity/command/VelocitySender.java diff --git a/.idea/artifacts/i18n_velocity.xml b/.idea/artifacts/i18n_velocity.xml new file mode 100644 index 0000000..4be077d --- /dev/null +++ b/.idea/artifacts/i18n_velocity.xml @@ -0,0 +1,11 @@ + + + $PROJECT_DIR$/../../TestServer/velocity/plugins + + + + + + + + \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 236e1da..525de7d 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -7,6 +7,7 @@ + diff --git a/.idea/google-java-format.xml b/.idea/google-java-format.xml new file mode 100644 index 0000000..2aa056d --- /dev/null +++ b/.idea/google-java-format.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 0bd25e4..77e1c6f 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,7 +2,7 @@ - + @@ -10,17 +10,13 @@ - - - + + + + + + - - - - - - -