mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Update to 1.16.1
This commit is contained in:
parent
d1ecf9232e
commit
cb04c183a8
@ -22,9 +22,9 @@ dependencies {
|
|||||||
implementation(project(":PlotSquared-Core"))
|
implementation(project(":PlotSquared-Core"))
|
||||||
compile("org.bstats:bstats-bukkit:1.7")
|
compile("org.bstats:bstats-bukkit:1.7")
|
||||||
compile(project(":PlotSquared-Core"))
|
compile(project(":PlotSquared-Core"))
|
||||||
compile("com.destroystokyo.paper:paper-api:1.15.2-R0.1-SNAPSHOT")
|
compile("com.destroystokyo.paper:paper-api:1.16.1-R0.1-SNAPSHOT")
|
||||||
//implementation 'com.onarandombox.multiversecore:Multiverse-Core:3.0.0-SNAPSHOT'
|
//implementation 'com.onarandombox.multiversecore:Multiverse-Core:3.0.0-SNAPSHOT'
|
||||||
implementation("org.spigotmc:spigot-api:1.15.2-R0.1-SNAPSHOT")
|
implementation("org.spigotmc:spigot-api:1.16.1-R0.1-SNAPSHOT")
|
||||||
compile(group: "com.sk89q.worldedit", name: "worldedit-bukkit", version: "7.0.1")
|
compile(group: "com.sk89q.worldedit", name: "worldedit-bukkit", version: "7.0.1")
|
||||||
compile("io.papermc:paperlib:1.0.2")
|
compile("io.papermc:paperlib:1.0.2")
|
||||||
implementation("net.kyori:text-adapter-bukkit:3.0.3")
|
implementation("net.kyori:text-adapter-bukkit:3.0.3")
|
||||||
|
@ -123,6 +123,7 @@ import org.bukkit.World;
|
|||||||
import org.bukkit.command.ConsoleCommandSender;
|
import org.bukkit.command.ConsoleCommandSender;
|
||||||
import org.bukkit.command.PluginCommand;
|
import org.bukkit.command.PluginCommand;
|
||||||
import org.bukkit.entity.Entity;
|
import org.bukkit.entity.Entity;
|
||||||
|
import org.bukkit.entity.EntityType;
|
||||||
import org.bukkit.entity.LivingEntity;
|
import org.bukkit.entity.LivingEntity;
|
||||||
import org.bukkit.entity.Player;
|
import org.bukkit.entity.Player;
|
||||||
import org.bukkit.event.Listener;
|
import org.bukkit.event.Listener;
|
||||||
@ -790,7 +791,6 @@ public final class BukkitMain extends JavaPlugin implements Listener, IPlotMain<
|
|||||||
case MUSHROOM_COW:
|
case MUSHROOM_COW:
|
||||||
case OCELOT:
|
case OCELOT:
|
||||||
case PIG:
|
case PIG:
|
||||||
case PIG_ZOMBIE:
|
|
||||||
case RABBIT:
|
case RABBIT:
|
||||||
case SHEEP:
|
case SHEEP:
|
||||||
case SILVERFISH:
|
case SILVERFISH:
|
||||||
|
@ -1389,6 +1389,11 @@ public class PlayerEvents extends PlotListener implements Listener {
|
|||||||
case BUBBLE_CORAL_FAN:
|
case BUBBLE_CORAL_FAN:
|
||||||
case FIRE_CORAL_FAN:
|
case FIRE_CORAL_FAN:
|
||||||
case HORN_CORAL_FAN:
|
case HORN_CORAL_FAN:
|
||||||
|
case BRAIN_CORAL_WALL_FAN:
|
||||||
|
case BUBBLE_CORAL_WALL_FAN:
|
||||||
|
case FIRE_CORAL_WALL_FAN:
|
||||||
|
case HORN_CORAL_WALL_FAN:
|
||||||
|
case TUBE_CORAL_WALL_FAN:
|
||||||
if (!plot.getFlag(CoralDryFlag.class)) {
|
if (!plot.getFlag(CoralDryFlag.class)) {
|
||||||
plot.debug("Coral could not dry because coral-dry = false");
|
plot.debug("Coral could not dry because coral-dry = false");
|
||||||
event.setCancelled(true);
|
event.setCancelled(true);
|
||||||
|
Loading…
Reference in New Issue
Block a user