All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.sanctum.myessentials.commands.GMSCommand Maven / Gradle / Ivy

The newest version!
/*
 *  Copyright 2021 Sanctum 
 *
 *  This file is part of myEssentials, a derivative work inspired by the
 *  Essentials  and EssentialsX 
 *  projects, both licensed under the GPLv3.
 *
 *  This software is currently in development and its licensing has not
 *  yet been chosen.
 */
package com.github.sanctum.myessentials.commands;

import com.github.sanctum.myessentials.model.GameModeCommandBase;
import com.github.sanctum.myessentials.model.InternalCommandData;
import org.bukkit.GameMode;

/**
 * Set yourself or other players to Survival Mode.
 */
public final class GMSCommand extends GameModeCommandBase {
	public GMSCommand() {
		super(InternalCommandData.GMS_COMMAND, GameMode.SURVIVAL, "Survival Mode");
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy