Statues
Create statues from players/mobs with 1 command!
Compatible with 1.7.9 and supports offline player skins!
Have you ever wanted to get a good view of that new skin? Or perhaps tell your players, "AVOID PIGS!!!" and haven't been able to show them what a pig looks like? Then this is the plugin for you! This plugin will allow the player to make statues of players, animals, and more. These statues will not be able to be moved, hurt, or interacted with in any way. For anyone who has errors or finds a bug, please submit a ticket, it's difficult to help you just from a comment.
Features
- Create player statues
- Create animal statues
- Face statues the way you look at
- Animate Statues (currently being worked on)
Dependecies
- BKCommonLib - Required
- ProtocalLib - Optional
images

To do
Fix mobs that cause client crash upon loginfix head direction for player statues
Commands
- /statue create mob <mob name> - Create an animal statue
- /statue create player <player name> - Create a player statue
- /statue select - Select nearest statue
- /stature remove - Remove selected statue
- /statue edit - Allows you to change name tag, items and armor (Comming soon)
/statue animate <animation> <duration> [delay] - Make your statue come to life for the amount of time given. Set duration to -1 for an infinite animation
Removing a statue
Right click a statue to select it and type '/statue remove' to remove it ;)
Animation Types
Animations were temporarly removed at the 2.0 update! The current Animation types are:
- Punch - Make the statue punch
- Hurt - Turn the statue turn red with the hurt animation
- Crouch - Make the statue crouch
- Rotate - Slowly rotate the statue
- Stop - Stop statue animations(Bugged, currently stops all statues' animations)
Permissions
- statues.create.mob - permission to create animal statues
- statues.create.player - permission to create player statues
- statues.select - permission to select a statue
statues.animate - permission to animate a statuestatues.deleteall - permission to delete all statues BE CAREFUL WHEN GIVING THIS PERMISSION! YOU'VE BEEN WARNED!
Disclaimer
Statues is connecting to external services to obtain player's uuid and skin information. By downloading Statues you agree to obtain this data from uuid.swordpvp.com It is used to properly display skins from offline players, and is only used if the statue's player is offline.
Download
- v2.0 - Download (1.7.2-R0.3)
Extra
If you have this plugin on your server and want to gloat about it, or are looking for a server to get a preview of statues on, go check out http://dev.bukkit.org/bukkit-mods/statues/pages/servers-using-statues/


-
View User Profile
-
Send Message
Posted Apr 21, 2013@Abbyplaysminecraft
-
View User Profile
-
Send Message
Posted Apr 21, 2013Yep It's another dud!!
-
View User Profile
-
Send Message
Posted Apr 17, 2013I've been trying a lot of possibility's, can you make a YouTube tutorial or something?
-
View User Profile
-
Send Message
Posted Apr 16, 2013If You can't download latest version, download 0.6… it worked for me…
-
View User Profile
-
Send Message
Posted Apr 15, 2013Will you make mob statues nameable in a future or upcoming update? If so, I will prolly get this plugin over citizens. Citizens has a bit too much and is often buggy, smaller active plugins are more reliable.
-
View User Profile
-
Send Message
Posted Apr 13, 2013the link to the dev builds is wrong. its "http://ci.dj-tcraft.nl:8080/job/Statues/" but should be "http://ci.dj-tcraft.nl/job/Statues/"
build #7 works, #9 gives tons of error log at startup. in #7 players are still looking in the wrong direction
-
View User Profile
-
Send Message
Posted Apr 11, 2013It says it wont load and i tryed EVERYTHING the instructions say but it just doesnt work plz help me someone!!!
-
View User Profile
-
Send Message
Posted Apr 11, 2013I've installed the statues plugin as well as BKCommonLib and they are all up to date, but when i reload my server it doesn't show up in my plugins list or even in my file manager with the .jar for the plugin.
-
View User Profile
-
Send Message
Posted Apr 11, 2013When I reload my server it doesnt load! When i do /pl its not there too! I do have BKCommonLib installed.
Help! -Ak
-
View User Profile
-
Send Message
Posted Apr 3, 2013ok, it is working. uih, now i have to remake all staues, becuse its not converted from old config file. Select and remove also working now.
But the statues only visible after a relog, not immedately, like before. Thats not so fine.
They still watching to wrong direction.
-
View User Profile
-
Send Message
Posted Apr 3, 2013@Recolance
Your CraftBukkit is outdated.
Use 1.5.1-R0.1 build 2734
@RCEKH
It should
-
View User Profile
-
Send Message
Posted Apr 2, 2013new dev version working with linux server ?
-
View User Profile
-
Send Message
Posted Apr 1, 2013@lenis0012
doesnt work. none of the commands work correctly and everytime i type /statue create it says unknown command type /help statue.
Using latest dev build as of now for bother BKCommonLib and Statues. Getting errors on both plugins.
-
View User Profile
-
Send Message
Posted Mar 30, 2013Jenkins dev build for 1.5.1 available!
-
View User Profile
-
Send Message
Posted Mar 29, 2013Error on startup:
2013-03-29 13:23:26 [SEVERE] Could not load 'plugins\Statues.jar' in folder 'plugins' org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/minecraft/server/v1_4_R1/LongHashMap at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:182) at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:305) at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:230) at org.bukkit.craftbukkit.v1_5_R2.CraftServer.loadPlugins(CraftServer.java:239) at org.bukkit.craftbukkit.v1_5_R2.CraftServer.<init>(CraftServer.java:217) at net.minecraft.server.v1_5_R2.PlayerList.<init>(PlayerList.java:55) at net.minecraft.server.v1_5_R2.DedicatedPlayerList.<init>(SourceFile:11) at net.minecraft.server.v1_5_R2.DedicatedServer.init(DedicatedServer.java:105) at net.minecraft.server.v1_5_R2.MinecraftServer.run(MinecraftServer.java:379) at net.minecraft.server.v1_5_R2.ThreadServerApplication.run(SourceFile:573) Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_4_R1/LongHashMap at com.lenis0012.bukkit.statues.Statues.<init>(Statues.java:27) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:178) ... 9 more Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_4_R1.LongHashMap at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:70) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 15 more
-
View User Profile
-
Send Message
Posted Mar 27, 2013doesnt work for the latest bkcommonlib
-
View User Profile
-
Send Message
Posted Mar 25, 2013Hi i was wondering why the Statues.jar file wont show up when i reload my server and when i try to type the command it says unknown command. Is it because I'm on mine craft 1.5.1?
-
View User Profile
-
Send Message
Posted Mar 22, 2013when is next update???? or is there another statues plugin just like this, cause ive seen it on minecraft universe's server
-
View User Profile
-
Send Message
Posted Mar 19, 2013Can you update this to 1.5 please? The plugin is a bit broken atm.
-
View User Profile
-
Send Message
Posted Mar 16, 2013for everyone who is having trouble, please submit a ticket.