Remove silly "@author"

This commit is contained in:
Sam 2017-02-12 15:23:37 +00:00
parent 3a4e973551
commit bc6cae9b5e
5 changed files with 0 additions and 10 deletions

View File

@ -14,8 +14,6 @@ import mineplex.core.common.util.C;
/**
* This module handles player chat.
*
* @author Sam
*/
@ReflectivelyCreateMiniPlugin
public class ChatModule extends MiniPlugin

View File

@ -37,8 +37,6 @@ import mineplex.gemhunters.spawn.SpawnModule;
/**
* This module handles anything to do with a players death
*
* @author Sam
*/
@ReflectivelyCreateMiniPlugin
public class DeathModule extends MiniPlugin

View File

@ -7,8 +7,6 @@ import mineplex.core.common.util.UtilMath;
/**
* Represents an item that can be contained in a chest inside the Gem Hunters
* world.
*
* @author Sam
*/
public class LootItem
{

View File

@ -10,8 +10,6 @@ import mineplex.gemhunters.loot.LootModule;
/**
* An ADMIN command that allows users to retrieve the latest data from the
* google sheet and update all locally cached loot tables.
*
* @author Sam
*/
public class UpdateLootCommand extends CommandBase<LootModule>
{

View File

@ -34,8 +34,6 @@ import mineplex.core.common.util.UtilShapes;
* <br>
* {@link SupplyDropModule} handles when and where these supply drops will
* spawn.
*
* @author Sam
*/
public class SupplyDrop
{