/[projects]/miscJava/bukkit-minecraft-plugins/CreativeWorld/src/main/java/dk/thoerup/bukkit/creativeworld/GamemodeCommand.java
ViewVC logotype

Annotation of /miscJava/bukkit-minecraft-plugins/CreativeWorld/src/main/java/dk/thoerup/bukkit/creativeworld/GamemodeCommand.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3238 - (hide annotations) (download)
Wed Jul 18 07:41:35 2018 UTC (5 years, 10 months ago) by torben
File size: 467 byte(s)
Compile with spigot 1.13
1 torben 1657 package dk.thoerup.bukkit.creativeworld;
2    
3     import org.bukkit.ChatColor;
4     import org.bukkit.command.Command;
5     import org.bukkit.command.CommandExecutor;
6     import org.bukkit.command.CommandSender;
7    
8     public class GamemodeCommand implements CommandExecutor {
9    
10     @Override
11     public boolean onCommand(final CommandSender sender, Command command, String label, String[] args) {
12    
13     sender.sendMessage(ChatColor.RED + "Change of gamemode has been disabled");
14    
15     return true;
16     }
17     }

  ViewVC Help
Powered by ViewVC 1.1.20