mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-01-03 15:08:18 +01:00
Fix some minor errors in config/docs (#3566)
This commit is contained in:
parent
c86e1a5973
commit
97e3f32d7f
@ -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();
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user