Skip to content
This repository has been archived by the owner on Feb 10, 2024. It is now read-only.

Commit

Permalink
Rename class; use standard project layout
Browse files Browse the repository at this point in the history
  • Loading branch information
datatags committed May 24, 2022
1 parent 9f5c41a commit 0406196
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.budderman18.TooExpensiveFix;
package com.budderman18.tooexpensivefix;

import org.bukkit.Bukkit;
import org.bukkit.ChatColor;
Expand All @@ -12,7 +12,7 @@
* This class enables and disables the plugin
* It also imports commands and handles events
*/
public class Main extends JavaPlugin implements Listener {
public class TooExpensiveFix extends JavaPlugin implements Listener {
private final ConsoleCommandSender sender = getServer().getConsoleSender();
private final String prefixMessage = ChatColor.translateAlternateColorCodes('&', "&a[&cTooExpensiveFix&a] ");
/*
Expand Down
File renamed without changes.

0 comments on commit 0406196

Please sign in to comment.