Refactor/rework
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package com.alttd.playershops.hook;
|
||||
|
||||
import org.bukkit.Location;
|
||||
import org.bukkit.entity.Player;
|
||||
|
||||
public class WorldGuardHook {
|
||||
|
||||
public static boolean canUseShopInRegion(Player player, Location location) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user