Remove silly "@author"
This commit is contained in:
parent
3a4e973551
commit
bc6cae9b5e
@ -14,8 +14,6 @@ import mineplex.core.common.util.C;
|
||||
|
||||
/**
|
||||
* This module handles player chat.
|
||||
*
|
||||
* @author Sam
|
||||
*/
|
||||
@ReflectivelyCreateMiniPlugin
|
||||
public class ChatModule extends MiniPlugin
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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>
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user