-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added: + Update checker (Can be disabled in the config) + An option to overwrite saves (Disabled by default) If you are using MySQL and the database detects that a recording is already saved, (If you kick players instead of banning and they rejoin and instantly hack again) an error will be printed in console. With this disabled a random number between 1 - 100 will be added to the end of the file name so you can save different recordings of a player hacking. Fixed: Attempted to make the plugin compatible with PlugMan or other reloading plugins. This is probably the most I will do to attempt to support these types of plugins. I still recommend rebooting the server when you install/edit my plugin.
- Loading branch information
1 parent
96221a9
commit c397292
Showing
36 changed files
with
77 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...stindevb/VulcanReplay/DiscordWebhook.java → ...evb/VulcanReplay/Util/DiscordWebhook.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...evb/VulcanReplpay/util/UpdateChecker.java → ...devb/VulcanReplay/Util/UpdateChecker.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file removed
BIN
-1.84 KB
target/classes/me/justindevb/VulcanReplay/DiscordWebhook$EmbedObject$Author.class
Binary file not shown.
Binary file removed
BIN
-1.88 KB
target/classes/me/justindevb/VulcanReplay/DiscordWebhook$EmbedObject$Field.class
Binary file not shown.
Binary file removed
BIN
-1.59 KB
target/classes/me/justindevb/VulcanReplay/DiscordWebhook$EmbedObject$Footer.class
Binary file not shown.
Binary file removed
BIN
-1.34 KB
target/classes/me/justindevb/VulcanReplay/DiscordWebhook$EmbedObject$Image.class
Binary file not shown.
Binary file removed
BIN
-1.35 KB
target/classes/me/justindevb/VulcanReplay/DiscordWebhook$EmbedObject$Thumbnail.class
Binary file not shown.
Binary file removed
BIN
-4.68 KB
target/classes/me/justindevb/VulcanReplay/DiscordWebhook$EmbedObject.class
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+2.6 KB
...tindevb/VulcanReplay/PlayerListener.class → ...lcanReplay/Listeners/PlayerListener.class
Binary file not shown.
Binary file renamed
BIN
+2.19 KB
...ndevb/VulcanReplay/VulcanListener$1.class → ...anReplay/Listeners/VulcanListener$1.class
Binary file not shown.
Binary file added
BIN
+11.4 KB
target/classes/me/justindevb/VulcanReplay/Listeners/VulcanListener.class
Binary file not shown.
Binary file added
BIN
+254 Bytes
target/classes/me/justindevb/VulcanReplay/Util/DiscordWebhook$1.class
Binary file not shown.
Binary file added
BIN
+1.89 KB
target/classes/me/justindevb/VulcanReplay/Util/DiscordWebhook$EmbedObject$Author.class
Binary file not shown.
Binary file added
BIN
+1.94 KB
target/classes/me/justindevb/VulcanReplay/Util/DiscordWebhook$EmbedObject$Field.class
Binary file not shown.
Binary file added
BIN
+1.65 KB
target/classes/me/justindevb/VulcanReplay/Util/DiscordWebhook$EmbedObject$Footer.class
Binary file not shown.
Binary file added
BIN
+1.39 KB
target/classes/me/justindevb/VulcanReplay/Util/DiscordWebhook$EmbedObject$Image.class
Binary file not shown.
Binary file added
BIN
+1.41 KB
target/classes/me/justindevb/VulcanReplay/Util/DiscordWebhook$EmbedObject$Thumbnail.class
Binary file not shown.
Binary file added
BIN
+4.84 KB
target/classes/me/justindevb/VulcanReplay/Util/DiscordWebhook$EmbedObject.class
Binary file not shown.
Binary file renamed
BIN
+3.33 KB
...canReplay/DiscordWebhook$JSONObject.class → ...play/Util/DiscordWebhook$JSONObject.class
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+3.05 KB
...vb/VulcanReplpay/util/UpdateChecker.class → ...evb/VulcanReplay/Util/UpdateChecker.class
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+803 Bytes
(110%)
target/classes/me/justindevb/VulcanReplay/VulcanReplay.class
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name: VulcanReplay | ||
main: me.justindevb.VulcanReplay.VulcanReplay | ||
version: 1.3 | ||
version: 1.4 | ||
author: JustinDevB | ||
depend: [AdvancedReplay, Vulcan] | ||
api-version: 1.13 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#Generated by Maven | ||
#Wed Nov 24 10:02:13 CST 2021 | ||
#Wed Nov 24 13:33:52 CST 2021 | ||
groupId=me.justindevb | ||
artifactId=VulcanReplay | ||
version=1.3 | ||
version=1.4 |
26 changes: 13 additions & 13 deletions
26
target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
me\justindevb\VulcanReplay\Util\DiscordWebhook$1.class | ||
me\justindevb\VulcanReplay\VulcanReplay.class | ||
me\justindevb\VulcanReplay\VulcanListener.class | ||
me\justindevb\VulcanReplay\DiscordWebhook$EmbedObject$Image.class | ||
me\justindevb\VulcanReplay\DiscordWebhook$JSONObject.class | ||
me\justindevb\VulcanReplay\DiscordWebhook.class | ||
me\justindevb\VulcanReplay\DiscordWebhook$EmbedObject$Author.class | ||
me\justindevb\VulcanReplay\DiscordWebhook$EmbedObject.class | ||
me\justindevb\VulcanReplay\VulcanListener$1.class | ||
me\justindevb\VulcanReplay\PlayerListener.class | ||
me\justindevb\VulcanReplay\DiscordWebhook$EmbedObject$Footer.class | ||
me\justindevb\VulcanReplpay\util\UpdateChecker.class | ||
me\justindevb\VulcanReplay\DiscordWebhook$EmbedObject$Field.class | ||
me\justindevb\VulcanReplay\Util\DiscordWebhook$EmbedObject$Author.class | ||
me\justindevb\VulcanReplay\Listeners\PlayerListener.class | ||
me\justindevb\VulcanReplay\Util\DiscordWebhook$EmbedObject$Thumbnail.class | ||
me\justindevb\VulcanReplay\Listeners\VulcanListener.class | ||
me\justindevb\VulcanReplay\Util\UpdateChecker.class | ||
me\justindevb\VulcanReplay\Util\DiscordWebhook$EmbedObject$Field.class | ||
me\justindevb\VulcanReplay\Util\DiscordWebhook$EmbedObject.class | ||
me\justindevb\VulcanReplay\Util\DiscordWebhook$EmbedObject$Image.class | ||
me\justindevb\VulcanReplay\PlayerCache.class | ||
me\justindevb\VulcanReplay\DiscordWebhook$1.class | ||
me\justindevb\VulcanReplay\DiscordWebhook$EmbedObject$Thumbnail.class | ||
me\justindevb\VulcanReplay\Listeners\VulcanListener$1.class | ||
me\justindevb\VulcanReplay\Util\DiscordWebhook$JSONObject.class | ||
me\justindevb\VulcanReplay\Util\DiscordWebhook$EmbedObject$Footer.class | ||
me\justindevb\VulcanReplay\Util\DiscordWebhook.class |
8 changes: 4 additions & 4 deletions
8
target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
C:\Users\Justin\eclipse-workspace\VulcanReplay\src\main\java\me\justindevb\VulcanReplpay\util\UpdateChecker.java | ||
C:\Users\Justin\eclipse-workspace\VulcanReplay\src\main\java\me\justindevb\VulcanReplay\Util\DiscordWebhook.java | ||
C:\Users\Justin\eclipse-workspace\VulcanReplay\src\main\java\me\justindevb\VulcanReplay\Util\UpdateChecker.java | ||
C:\Users\Justin\eclipse-workspace\VulcanReplay\src\main\java\me\justindevb\VulcanReplay\PlayerCache.java | ||
C:\Users\Justin\eclipse-workspace\VulcanReplay\src\main\java\me\justindevb\VulcanReplay\PlayerListener.java | ||
C:\Users\Justin\eclipse-workspace\VulcanReplay\src\main\java\me\justindevb\VulcanReplay\VulcanListener.java | ||
C:\Users\Justin\eclipse-workspace\VulcanReplay\src\main\java\me\justindevb\VulcanReplay\Listeners\PlayerListener.java | ||
C:\Users\Justin\eclipse-workspace\VulcanReplay\src\main\java\me\justindevb\VulcanReplay\Listeners\VulcanListener.java | ||
C:\Users\Justin\eclipse-workspace\VulcanReplay\src\main\java\me\justindevb\VulcanReplay\VulcanReplay.java | ||
C:\Users\Justin\eclipse-workspace\VulcanReplay\src\main\java\me\justindevb\VulcanReplay\DiscordWebhook.java |
Binary file not shown.
Binary file not shown.