com.github.sanctum.myessentials.commands.GMACommand 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 Adventure Mode.
*/
public final class GMACommand extends GameModeCommandBase {
public GMACommand() {
super(InternalCommandData.GMA_COMMAND, GameMode.ADVENTURE, "Adventure Mode");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy