Skip to content

Commit

Permalink
Subpackage plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
nullptr committed Jun 2, 2019
1 parent 96ce574 commit 7a2c5fe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package ws.mcserver.in;
package ws.mcserver.in.mostlynorefunds;

import org.bukkit.configuration.file.YamlConfiguration;
import org.bukkit.event.EventHandler;
Expand All @@ -10,7 +10,6 @@
import java.io.IOException;
import java.util.UUID;

//TODO Subpackage
public class DeathListener implements Listener {
private JavaPlugin plugin;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
package ws.mcserver.in;
package ws.mcserver.in.mostlynorefunds;

import org.bukkit.event.EventHandler;
import org.bukkit.event.entity.PlayerDeathEvent;
import org.bukkit.plugin.java.JavaPlugin;

public class MostlyNoRefunds extends JavaPlugin {

@Override
public void onEnable() {
getCommand("refund").setExecutor(new RefundExecutor(this));
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package ws.mcserver.in;
package ws.mcserver.in.mostlynorefunds;

import org.bukkit.Bukkit;
import org.bukkit.command.Command;
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: MostlyNoRefunds
main: ws.mcserver.in.MostlyNoRefunds
main: ws.mcserver.in.mostlynorefunds.MostlyNoRefunds
version: ${project.version}
authors: [HelloWorld]
api-version: "1.13"
Expand Down

0 comments on commit 7a2c5fe

Please sign in to comment.