1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00

Missing author tags

This commit is contained in:
Daniel Walsh 2021-10-09 10:06:05 +01:00
parent b2590ddd42
commit 1d27adabd4
No known key found for this signature in database
GPG Key ID: DA4CCF44247893FD
3 changed files with 6 additions and 2 deletions

View File

@ -11,6 +11,8 @@ import javax.annotation.Nonnull;
/**
* The debug command will allow server owners to get information for us developers.
* We can put debug messages in the code and they can trigger it for us to see what exactly is going on.
*
* @author WalshyDev
*/
public class DebugCommand extends SubCommand {

View File

@ -5,12 +5,12 @@ import io.github.thebusybiscuit.slimefun4.implementation.Slimefun;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
// We don't have validates in here because we want it to be quick and it's mainly for us internal devs.
/**
* This class is responsible for debug logging.
* Server owners can enable testing specific cases and have debug logs for those cases.
*
* <b>Note:</b> We don't have validates in here because we want it to be quick and it's mainly for us internal devs.
*
* @author WalshyDev
*/
public final class Debug {

View File

@ -5,6 +5,8 @@ import java.util.Locale;
/**
* Test cases in Slimefun. These are very useful for debugging why behavior is happening.
* Server owners can enable these with {@code /sf debug <test-case>}
*
* @author WalshyDev
*/
public enum TestCase {