MrBoots icon

MrBoots -----

Custom Boots with different abilities!



MrBoots is a plugin with 11 custom boots which every single one of them has an ability. There are Spider-Boots, Fire Boots, Troll Boots, Slime Boots, Jesus Boots, Mining Boots, Air Walker Boots, Ender Boots, Ender Stick, TNT Boots, Invisible Boots and Double Jump Boots.
Here are their Crafting Recipes:
Spider-Boots:
[​IMG]
Fire Boots:
[​IMG]
Troll Boots (Warning: It creates a big explosion!!! Be careful! You can change/edit its power in config.yml):
[​IMG]

Slime Boots:
[​IMG]
Jesus Boots:
[​IMG]
Mining Boots
(Note: You have to squat and they have durability):
[​IMG]
Air Walker Boots:
[​IMG]
Ender Boots:
[​IMG]
Ender Stick:
[​IMG]
TNT Boots:
[​IMG]
Invisible Boots:
[​IMG]
Double Jump Boots:
[​IMG]
  • Permissions
  • mrboots.admin

  • Admin Commands
  • /mrbootsreload (/mbr)
  • /mrbootsgui (/mbgui)
You can use this plugin on 1.16.5 - 1.21.X servers (NOT 1.0 - 1.16.4!!!).
If you enjoyed, please like this post and leave a comment.
You can also report bugs or anything else in our discord.
Discord: https://discord.gg/BB98Dg7A23
Website: mcexe.ir

Code (YAML):
[/COLOR ]
#  __       __          _______                      __
# |  \     /  \        |       \                    |  \
# | ▓▓\   /  ▓▓ ______ | ▓▓▓▓▓▓▓\ ______   ______  _| ▓▓_    _______
# | ▓▓▓\ /  ▓▓▓/      \| ▓▓__/ ▓▓/      \ /      \|   ▓▓ \  /       \
# | ▓▓▓▓\  ▓▓▓▓  ▓▓▓▓▓▓\ ▓▓    ▓▓  ▓▓▓▓▓▓\  ▓▓▓▓▓▓\\▓▓▓▓▓▓ |  ▓▓▓▓▓▓▓
# | ▓▓\▓▓ ▓▓ ▓▓ ▓▓   \▓▓ ▓▓▓▓▓▓▓\ ▓▓  | ▓▓ ▓▓  | ▓▓ | ▓▓ __ \▓▓    \
# | ▓▓ \▓▓▓| ▓▓ ▓▓     | ▓▓__/ ▓▓ ▓▓__/ ▓▓ ▓▓__/ ▓▓ | ▓▓|  \_\▓▓▓▓▓▓\
# | ▓▓  \▓ | ▓▓ ▓▓     | ▓▓    ▓▓\▓▓    ▓▓\▓▓    ▓▓  \▓▓  ▓▓       ▓▓
#  \▓▓      \▓▓\▓▓      \▓▓▓▓▓▓▓  \▓▓▓▓▓▓  \▓▓▓▓▓▓    \▓▓▓▓ \▓▓▓▓▓▓▓
#                 MRBOOTS - V1.0 | By Mr_maeazadi

# Boots Data
boots
:
  slime-boots
: # Cancels fall damage and gives you a 3 block high, jump.
    enabled
: true
    show-in-crafting-table
: true
    name
: "&aSlime Boots"
    first-lore
: "&aBouncy!"
    second-lore
: ""
    third-lore
: ""

  fire-boots
: # Gives you fire resistance and makes a fire trail, behind you.
    enabled
: true
    show-in-crafting-table
: true
    name
: "#ff8000Fire Boots"
    first-lore
: "#ff0000Very Hot!"
    second-lore
: "#bababaGives you fire resistance!"
    third-lore
: ""
    block-type
: "FIRE"

  air-walker-boots
: # Gives you ability to walk on thin air (Save your life in air).
    enabled
: true
    show-in-crafting-table
: true
    name
: "#bababaAir Walker Boots"
    first-lore
: "#8f8f8fWTF??? Walking on air???"
    second-lore
: "#a8a8a8Gives you ability to walk on thin air!"
    third-lore
: ""
    block-type
: "HAY_BLOCK"
    block-break-time-tick
: 60 # Time to destroy the placed block in ticks (20 = 1 Seconds(0 means never break the block))
    allow-pick-up
: true

  ender-boots
: # Teleport anywhere with its child, Ender Stick.
    enabled
: true
    show-in-crafting-table
: true
    name
: "#800080Ender Boots"
    first-lore
: "#ba00baTeleports you to where you are looking!"
    second-lore
: "&4Requires 'Ender Stick' to teleport!"
    third-lore
: ""
    max-distance
: 120

  ender-stick
: # Teleport anywhere with its dad, Ender Boots.
    enabled
: true
    show-in-crafting-table
: true
    name
: "#800080Ender Stick"
    first-lore
: "#ba00baTeleports you to where you are looking!"
    second-lore
: "&4Requires 'Ender Boots' to teleport!"
    third-lore
: ""

  spider-boots
: # Climb walls like Spider-Man.
    enabled
: true
    show-in-crafting-table
: true
    name
: "#ff0000Spider-#00aaffBoots"
    first-lore
: "#00aaffClimb walls like #ff0000Spider-Man!"
    second-lore
: "#00aaffWalk to a block"
    third-lore
: ""

  mining-boots
: # Mine any block.
    enabled
: true
    show-in-crafting-table
: true
    name
: "#a6a6a6Mining Boots"
    first-lore
: "#a7a7a7Now that's cool and handy!"
    second-lore
: "#a7a7a7Sneak and look to a block to break and pick it up automatically!"
    third-lore
: ""
    max-distance
: 3 # DO NOT USE DOUBLE OR FLOAT VALUES (LIKE: 3.5, 3.539, 3.3652)
    max-durability
: 500
    break-bedrock
: false

  jesus-boots
: # Walk on water, like Jesus. (JPG or PDF?).
    enabled
: true
    show-in-crafting-table
: true
    name
: "&bJesus Boots"
    first-lore
: "&9Walk on water like Jesus!"
    second-lore
: "&bNo more swimming - just walk!"
    third-lore
: ""
    block-type
: "BARRIER"
    block-break-time-tick
: 20

  troll-boots
: # Fuck the world with these boots (Troll someone with a huge explosion that will destroy anything in 60 Blocks radius(Including yourself...))
    enabled
: true
    show-in-crafting-table
: true
    name
: "&8Troll &7Boots"
    first-lore
: "#ff0000The best pair of Boots of all time!"
    second-lore
: ""
    third-lore
: ""
    explosion-power
: 20
    explosion-delay
: 40
    explosion-message
: "&f%player% has made the advancement &a[R.I.P]"

  tnt-boots
:
    enabled
: true
    show-in-crafting-table
: true
    name
: "#ff0000T#ffffffN#ff0000T #ffffffBoots"
    first-lore
: "#ff0000Does it need explanation?"
    second-lore
: "#e86666When you walk/run, everything explodes!"
    third-lore
: ""
    tnt-power
: 5
    break-block
: false
    spawn-fire
: false

# Messages configuration
messages
:
  only-players
: "&cOnly players can use this command!"
  reload
: "&dConfig Reloaded!"

# GUI configuration
gui
:
  title
: "#1c979cMrBoots"
[COLOR= #000000]
Resource Information
Author:
----------
Total Downloads: 78
First Release: Aug 4, 2025
Last Update: Aug 9, 2025
Category: ---------------
All-Time Rating:
3 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings