Skip to content

Commit

Permalink
Use class in dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
esotericenderman committed Oct 29, 2024
1 parent d64b422 commit 2e67df2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 48 deletions.
2 changes: 1 addition & 1 deletion run/server.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Minecraft server properties
#Fri Oct 11 17:09:35 IST 2024
#Tue Oct 29 12:06:55 GMT 2024
accepts-transfers=false
allow-flight=false
allow-nether=true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
package org.esoteric.minecraft.plugins.template.custom.multiblocks;

import foundation.esoteric.minecraft.plugins.library.utility.types.BlockLocation;
import org.bukkit.Bukkit;
import org.bukkit.Location;
import org.bukkit.block.Block;
import org.bukkit.event.Listener;
import org.esoteric.minecraft.plugins.template.PaperTemplatePlugin;
import org.esoteric.minecraft.plugins.template.util.types.BlockLocation;
import org.jetbrains.annotations.NotNull;

import java.util.ArrayList;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package org.esoteric.minecraft.plugins.template.custom.multiblocks;

import org.esoteric.minecraft.plugins.template.util.types.BlockLocation;
import foundation.esoteric.minecraft.plugins.library.utility.types.BlockLocation;
import org.jetbrains.annotations.NotNull;

import java.util.List;
Expand Down

This file was deleted.

0 comments on commit 2e67df2

Please sign in to comment.