https://github.com/davids-repo/mobstatues
The MobStatues plugin allows players to create and manage decorative mob statues in Minecraft
https://github.com/davids-repo/mobstatues
bukkit bukkit-plugin minecraft minecraft-plugin paper paper-plugin papermc plugin spigot spigot-plugin
Last synced: 5 months ago
JSON representation
The MobStatues plugin allows players to create and manage decorative mob statues in Minecraft
- Host: GitHub
- URL: https://github.com/davids-repo/mobstatues
- Owner: DavidS-Repo
- License: mit
- Created: 2023-07-11T05:39:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-14T23:21:32.000Z (5 months ago)
- Last Synced: 2026-01-15T05:39:34.874Z (5 months ago)
- Topics: bukkit, bukkit-plugin, minecraft, minecraft-plugin, paper, paper-plugin, papermc, plugin, spigot, spigot-plugin
- Language: Java
- Homepage:
- Size: 6.88 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MobStatues
## Overview
MobStatues is a simple plugin that lets you turn standard mobs into decorative statues. Place and position these statues anywhere in your world to add unique visual elements. It’s perfect for builders looking to enhance their creations with static, life-like figures.
## Commands
- **/ms **
Create a statue of the specified mob at your current location.
Example: `/ms myzombie zombie`
- **/msmove **
Move a specific statue to your current location.
Example: `/msmove myzombie`
- **/msdel **
Remove a specific statue. Using `/msdel` without a name lists all your statues.
Example: `/msdel myzombie`
- **/msadjust **
Adjust the rotation and pitch of a statue to get the perfect angle.
Example: `/msadjust myzombie 90 45`
## Permissions
- **mobstatues.create**: Create new statues.
- **mobstatues.edit**: Move and adjust existing statues.
- **mobstatues.remove**: Remove statues.
- **mobstatues.adjust**: Adjust the rotation and pitch of statues.
- **mobstatues.\***: All permissions for full control.
With MobStatues, you can easily bring more character and style to your Minecraft world, making every build feel more lively and engaging.