Menu

Fun Commands

Zathrus Writer

Fun Commands

These are commands made just for fun! What can be more appealing than slapping players so they fall to the ground from 1000 blocks (and don't die)!


Configuration

Each of the commands may have a specific configuration options included with it. Please check commands descriptions for more details.


/cex_slap

  • Description: Slaps a player, sending them to air. Fall damage can be disabled in the config file.
  • Usage: /cex_slap \<Player> [blocks]
  • Permission node: cex.slap
  • Default permission: Nobody (you need to explicitly give permissions to players/groups)
  • Aliases: slap, launch, catapult
  • Location in JAR file: com/github/zathrus_writer/commandsex/commands/Command_cex_slap.class

Configuration:

# default height (in blocks) a player should be ejected into when slapped and no height is provided via parameter
defaultSlapHeight: 20

# set this to true if you want to disable damage to slapped player as they drop down, otherwise set it to false
slapPreventDamage: true

/cex_slapall

  • Description: Slaps all players, sending them to air. Fall damage can be disabled in the config file.
  • Usage: /cex_slapall [blocks]
  • Permission node: cex.slap.all
  • Default permission: Nobody (you need to explicitly give permissions to players/groups)
  • Aliases: slapall, launchall, catapultall
  • Location in JAR file: com/github/zathrus_writer/commandsex/commands/Command_cex_slapall.class

Configuration:

  • See /cex_slap for configuration

/cex_smite

  • Description: Kills a player with lightning
  • Usage: /cex_smite \<Player>
  • Permission node: cex.smite
  • Default permission: OP only
  • Aliases: smite
  • Location in JAR file: com/github/zathrus_writer/commandsex/commands/Command_cex_smite.class

Configuration:

# If the player that is smited with /smite should be told who smited them, set this to true
showMessageOnSmite: false

/cex_explode

  • Description: Kills a player with explosions, leaving same effect as TNT.
  • Usage: /cex_explode [player] [explosion-strength]
  • Permission node: cex.explode
  • Default permission: OP only
  • Aliases: explode
  • Location in JAR file: com/github/zathrus_writer/commandsex/commands/Command_cex_explode.class

Configuration:

# If the player that is exploded with /explode should be told who exploded them, set this to true
showMessageOnExplode: false

# The default strength when /explode is used
explodeStrength: 5

/cex_hat

  • Description: HAPPY 100th BUKKIT DEV DOWNLOAD :D - Puts the block you are holding in your hand into your helmet slot.
  • Usage: /cex_hat
  • Permission node: cex.hat
  • Default permission: OP only
  • Aliases: hat, h , head, helmet
  • Location in JAR file: com/github/zathrus_writer/commandsex/commands/Command_cex_hat.class

/cex_cannon

  • Description: Launches a mob in front of a player and explodes it.
  • Usage: /cex_cannon [player] \<mob>:[type] [explosion-strength]
  • Permission node: cex.cannon
  • Default permission: OP only
  • Aliases: cannon, kittycannon, kc
  • Location in JAR file: com/github/zathrus_writer/commandsex/commands/Command_cex_cannon.class

Configuration:

# This is the strength of the cannon explosion. Set to 0 for no block damage and -1 for no mob damage.
CannonExplosionStrength: 5

/cex_cannonall

  • Description: Launches a mob in front of all players and explodes it.
  • Usage: /cex_cannon \<mob>:[type] [explosion-strength]
  • Permission node: cex.cannon.all
  • Default permission: OP only
  • Aliases: cannonall, kittycannonall, kcall
  • Location in JAR file: com/github/zathrus_writer/commandsex/commands/Command_cex_cannonall.class

Configuration:

See /cex_cannon for configuration


/cex_blind

  • Description: Blind's a player, making them unable to see
  • Usage: /cex_blind [player] [time in seconds]
  • Permission node: cex.blind
  • Default permission: OP only
  • Aliases: blind
  • Location in JAR file: com/github/zathrus_writer/commandsex/commands/Command_cex_blind.class

/cex_blindall

  • Description: Launches a mob in front of a player and explodes it.
  • Usage: /cex_blindall [time in seconds]
  • Permission node: cex.blind.all
  • Default permission: OP only
  • Aliases: blindall
  • Location in JAR file: com/github/zathrus_writer/commandsex/commands/Command_cex_blindall.class

Related

Wiki: CommandsEX CraftBukkit plugin Wiki

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.