Minecraft Sneaky mod 2026 download
logo
minecraft mod Sneaky

Sneaky

Game Version: CB 1.4.7-R1.0
Total Downloads: 2,304
Updated: Feb 26, 2013
Created: Jan 25, 2013
Download SneakyDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
Sneaky 1.0.1 release 31.34 KB Feb 26, 2013 CB 1.4.7-R1.0 1,570 download Sneaky Sneaky 1.0.1 releaseDownload
Sneaky 1.0.0 release 31.12 KB Jan 25, 2013 CB 1.4.7-R0.1 734 download Sneaky Sneaky 1.0.0 releaseDownload

Description

Share this:

Use the latest version of ProtocolLib if Sneaky doesn't function in other worlds (such as the nether or the end).

Sneaky is a small but versatile plugin that simply allows players to only appear to be sneaking at all
times, without having to hold down the sneaking key.

Many plugins offer a similar ability, but they may cause glitchy movement or trigger anti-cheating measures as
they modify the player state on the server-side. To avoid these problems, Sneaky applies this effect on outgoing
packets destined for each player, ensuring that any modification is purely a client-side illusion. This approach
also permit us to selectively disable the sneaking effect, allowing (for instance) your operators or superusers
to see through it completely.

Links

  • Download
  • Source Code
  • Statistics

Up-to-date developer builds of this project can be acquired at my Jenkins server. These builds have not been approved by the BukkitDev staff. Use them at your own risk.

Dependencies

This plugin requires ProtocolLib to function!
Some features also require Vault.

Features

  • Toggle persistent sneaking on and off by calling /sneak
  • Operators can toggle the sneaking of other players by calling /sneak [player]
  • Operators are (by default) not affected by the sneak effect.
  • Set the maximum duration a player can be sneaking in a single go, and a cooldown time
    until the sneak command is available after a use.
  • Customize the duration and cooldown on a per player or per group basis. Requires Vault.

Commands

There is presently only one command – /sneak

If no parameters are specified, the sneaking of the sender will be toggled provided the
permission sneaky.sneak.self is set.

Operators, or players with the permission sneaky.sneak.other, can specify a player in the
second parameter other than themselves. The last parameter sets the desired state – either
on or off. If not included, the state will be toggled.

Permissions

Permission Description Default
sneaky.sneak.self Toggle automatic sneaking for your own player true
sneaky.sneak.other Toggle automatic sneaking of other players op
sneaky.hide.autosneak Whether or not to hide all automatic sneaking for this player false
sneaky.exempt If set, the player is not bound by any cooldown or duration limit op

It is also possible to customize the duration or cooldown for a specific player by setting the permission info nodes
(see the documentation of your permission plugin of choice) sneaky_duration and sneaky_cooldown
respectively. This feature requires Vault to be installed.

For PermissionsEx, this can be done like so:

users:
  Player:
    group:
     - Members
    options:
      sneaky_duration: 15
      sneaky_cooldown: 5

Configuration

The standard configuration file allows you to customize each notification message, with custom colors using the character '&' instead of '§'. You can also set the maximum duration of a persistent sneak effect along with the cooldown until it can be used next (in seconds):

messages:
  # Sent when sneaking has been enabled. %s is replaced by the player name.
  enabled_sneaking: Enabled automatic sneaking for %s
  disabled_sneaking: Disabled automatic sneaking for %s

  # Sent when the cooldown has expired and sneaking can be activated again
  cooldown_expired: Automatic sneaking can now be activated.

  # Error message sent when a player tries to use sneaking before the cooldown has expired
  cooldown: Sneaking is disabled for another %s seconds

# All in seconds
limits:
 # Amount of seconds until sneaking can be used again
 cooldown: 0  

 # The maximum number of seconds sneaking can be on in one go
 duration: 0

Comments

Add a comment