-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- changed author info - now checks for gamemode when looking for non sleeping players - now correctly registers when people leave game while sleeping
- Loading branch information
1 parent
2c5b4ae
commit 84917b4
Showing
6 changed files
with
36 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,3 +27,6 @@ hs_err_pid* | |
|
||
# built artifacts | ||
out/ | ||
|
||
# intelliJ | ||
*.iml |
This file was deleted.
Oops, something went wrong.
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
src/de/SYRAPT0R/sleepblame/Logging.java → ...t/initialposition/sleepblame/Logging.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package de.SYRAPT0R.sleepblame; | ||
package net.initialposition.sleepblame; | ||
|
||
import java.text.MessageFormat; | ||
|
||
|
4 changes: 2 additions & 2 deletions
4
src/de/SYRAPT0R/sleepblame/Main.java → ...nitialposition/sleepblame/SleepBlame.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name: SleepBlame | ||
version: "1.1.3" | ||
author: SYRAPT0R | ||
main: de.SYRAPT0R.sleepblame.Main | ||
api-version: 1.15 | ||
version: 1.2.0 | ||
author: InitialPosition | ||
main: net.initialposition.sleepblame.SleepBlame | ||
api-version: 1.16 |