From 97e3f32d7f14af7378066a3abba953d633aa4afb Mon Sep 17 00:00:00 2001 From: Olivia Date: Tue, 4 Aug 2020 03:13:09 -0500 Subject: [PATCH] Fix some minor errors in config/docs (#3566) --- Essentials/src/net/ess3/api/events/UserTeleportHomeEvent.java | 2 +- Essentials/src/plugin.yml | 3 --- Essentials/src/worth.yml | 1 - 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/Essentials/src/net/ess3/api/events/UserTeleportHomeEvent.java b/Essentials/src/net/ess3/api/events/UserTeleportHomeEvent.java index 0bb96d7a3..ad04da29c 100644 --- a/Essentials/src/net/ess3/api/events/UserTeleportHomeEvent.java +++ b/Essentials/src/net/ess3/api/events/UserTeleportHomeEvent.java @@ -9,7 +9,7 @@ import org.bukkit.event.HandlerList; /** * Called when a user is teleported home via the /home command. * - * This is called before {@link net.ess3.api.events.UserTeleportEvent UserTeleportEvent}. + * This is called before {@link net.ess3.api.events.teleport.TeleportWarmupEvent TeleportWarmupEvent}. */ public class UserTeleportHomeEvent extends Event implements Cancellable { private static final HandlerList handlers = new HandlerList(); diff --git a/Essentials/src/plugin.yml b/Essentials/src/plugin.yml index 569ddf288..5111057dc 100644 --- a/Essentials/src/plugin.yml +++ b/Essentials/src/plugin.yml @@ -571,9 +571,6 @@ permissions: description: Give players with op everything by default children: essentials.gamemode.*: true - essentials.sleepingignored: - default: false - description: If the player has this permission, they will not have to sleep for the night to be skipped # These permissions can't be assigned from player-commands for compatibility reasons essentials.teleport.cooldown.bypass.tpa: default: true diff --git a/Essentials/src/worth.yml b/Essentials/src/worth.yml index 5ee6ada47..4a9de5191 100644 --- a/Essentials/src/worth.yml +++ b/Essentials/src/worth.yml @@ -31,7 +31,6 @@ worth: minecart: 23.0 leatherchestplate: 85.0 storageminecart: 30.0 - leaves: 1.0 feather: 3.0 goldchestplate: 6.5 mushroomsoup: 4.5