FramePicture
What is FramePicture?
Frame Picture is a plugin that can draw images in a itemframe.
-> How to install
1. Download the newest FramePicture.jar
2. Download the newest ProtocolLib from http://dev.bukkit.org/bukkit-plugins/protocollib/
3. Stop your Server
4. Drop the FramePicture.jar into your plugins folder.
5. Drop the ProtocolLib.jar into your plugins folder.
6. Start your Server
7. See the Tutorial
-> Tutorial
1. Install the Plugin and ProtocolLib.
2. Join to your Server.
3. Place a item frame
4. Search a photo in the internet
5. Type "/fp set URL" in the chat
6. Interact a item frame
7. Finish!
-> Supported file formats
FramePicture supports the file formats .gif (no animations), .png and .jpg.
-> Multilanguage
This plugin supports multilanguage.
message.yml Downloads: English (Standard), Deutsch, France (by cocoman37), Czech (by jaraxxx), Portuguese (by LCastr0), Polish (by Alsiokowsky), Spanish (by jaime29010), Dutch (by Jhtzb), Russian (by Igor1998), Danish (by fungreenfox)
You can make Translates and send me the messages.yml!
-> Video
-> Spigot 1.8.3?
Thanks to @LordBoos
Download: https://drive.google.com/file/d/0ByhZ6GRuHf_WY2ZzSVBnOGV3dWs/view?usp=sharing
Warning: This builds wasn't tested from the "curse" team!







-
View User Profile
-
Send Message
Posted Apr 6, 2014Most of the issues people are bringing up are mostly because of the lack of multiworld support. Is it is a minecraft limitation, or a fix that needs to be added?
-
View User Profile
-
Send Message
Posted Apr 5, 2014I'm not sure if this was already brought up but some of the pictures get removed when the server or plugin is reloaded, is there a fix to that?
-
View User Profile
-
Send Message
Posted Apr 5, 2014When I make a picture.. it disappears later when I go back to it...
Help?
-
View User Profile
-
Send Message
Posted Apr 3, 2014@D3thw0lf
Reduce the amount of frame pictures used. They can cause lag if you use too many of them at the same place.
-
View User Profile
-
Send Message
Posted Apr 3, 2014Theres actually a better bukkit plugin that does this same thing and pictures can be stored on your server locally and you can allow players to use the pictures in their own item frames. Plugins called Pixelator
Commands are easy /pixel create plugins/pixelator/mypic.gif If you use server signs plugin you can give pics to players with this command below
/svs add *pixel give 2376 I have it up where you can view at my server 67.77.90.100:25565 then warp to /warp signshop Version 1.7.4
-
View User Profile
-
Send Message
Posted Apr 3, 2014Uff...I've much of client/render laggs when I use this plugin with some frames in one or more chunks. Before someone say "buy a newer PC" ... I can run the shader mod (ultra with DOF) and other Games more than in Ultra. Always have 120 or more FPS so THIS must be plug-in bug. please help. :(
btw. I tried some different plug-ins like chunkkeeper to keep these chunks loaded but it laggs anyway (but it keeps the item frames loading/loaded after coming back into these chunks so the loading-problem is solved )
sorry for my bad english. :/
PS: I'm using ver. 1.6.6
-
View User Profile
-
Send Message
Posted Apr 3, 2014When do you plan to release a build for 1.7.5? :)
-
View User Profile
-
Send Message
Posted Apr 1, 2014@prodigyrick
thanks for replying, i will try it but if anyone can fix this error i will really appreciate it.
-
View User Profile
-
Send Message
Posted Apr 1, 2014xDizasterCYx: Use a lower version to make some things work and setup a command block to enable it if needed when you leave and come back. Also I got those errors when I had an incompatibility with multicore and multiverse plugins. I removed multi and it went fine besides never showing pics without reloading the configs.
-
View User Profile
-
Send Message
Posted Apr 1, 2014could you help me:
[12:37:23] [Server thread/INFO]: [FramePicture] Loading FramePicture v1.6.6 [12:37:23] [Server thread/ERROR]: net/minecraft/server/v1_7_R1/EntityTrackerEntry initializing FramePicture v1.6.6 (Is it up to date?) java.lang.NoClassDefFoundError: net/minecraft/server/v1_7_R1/EntityTrackerEntry at de.howaner.FramePicture.FramePicturePlugin.onLoad(FramePicturePlugin.java:24) [?:?] at org.bukkit.craftbukkit.v1_7_R2.CraftServer.loadPlugins(CraftServer.java:361) [spigot.jar:git-Spigot-1360] at net.minecraft.server.v1_7_R2.DedicatedServer.init(DedicatedServer.java:135) [spigot.jar:git-Spigot-1360] at net.minecraft.server.v1_7_R2.MinecraftServer.run(MinecraftServer.java:440) [spigot.jar:git-Spigot-1360] at net.minecraft.server.v1_7_R2.ThreadServerApplication.run(SourceFile:618) [spigot.jar:git-Spigot-1360] Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_7_R1.EntityTrackerEntry at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:67) [spigot.jar:git-Spigot-1360] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) [spigot.jar:git-Spigot-1360] at java.lang.ClassLoader.loadClass(Unknown Source) [?:1.7.0_51] at java.lang.ClassLoader.loadClass(Unk
-
View User Profile
-
Send Message
Posted Mar 31, 2014Works now that I removed multiverse, but when I log out and back in the images aren't loaded in the frames.
Edit: if I reload, it will reappear. In all versions except 1.6.6 but still disappears if I relog until I reload the plugin. Odd.
-
View User Profile
-
Send Message
Posted Mar 27, 2014Hello: An error log..
[21:53:51] [Server thread/ERROR]: Error occurred while enabling FramePicture v1.6.6 (Is it up to date?) java.lang.NullPointerException at de.howaner.FramePicture.FrameManager.onEnable(FrameManager.java:90) [?:?] at de.howaner.FramePicture.FramePicturePlugin.onEnable(FramePicturePlugin.java:33) [?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:250) [spigot.jar:git-Spigot-1339] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:350) [spigot.jar:git-Spigot-1339] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:390) [spigot.jar:git-Spigot-1339] at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugin(CraftServer.java:460) [spigot.jar:git-Spigot-1339] at org.bukkit.craftbukkit.v1_7_R1.CraftServer.enablePlugins(CraftServer.java:380) [spigot.jar:git-Spigot-1339] at net.minecraft.server.v1_7_R1.MinecraftServer.m(MinecraftServer.java:348) [spigot.jar:git-Spigot-1339] at net.minecraft.server.v1_7_R1.MinecraftServer.g(MinecraftServer.java:325) [spigot.jar:git-Spigot-1339] at net.minecraft.server.v1_7_R1.MinecraftServer.a(MinecraftServer.java:281) [spigot.jar:git-Spigot-1339] at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:186) [spigot.jar:git-Spigot-1339] at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:437) [spigot.jar:git-Spigot-1339] at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [spigot.jar:git-Spigot-1339]
Help me
-
View User Profile
-
Send Message
Posted Mar 22, 2014Very nice plugin. Will be trying it out on my server.
-
View User Profile
-
Send Message
Posted Mar 22, 2014superbuilder1830, Ok now i understand better ! please Howaner, make compatible with Multiverse ! :')
-
View User Profile
-
Send Message
Posted Mar 22, 2014The only problem is that it doesn't work with multiverse. When having multiverse on the server the pictures simply disappear when you die or leave the server. Leaving the server is only a problem wehen nobody else is on the server who stays on it while you disconnect. Please fix it
-
View User Profile
-
Send Message
Posted Mar 21, 2014jakeyp99, yes but nothing change.
-
View User Profile
-
Send Message
Posted Mar 19, 2014For all the people who say that their item frames are "despawning": Have you tried right-clicking the item frame? That worked for me. :3
-
View User Profile
-
Send Message
Posted Mar 19, 2014When I try to use this plugin, one of two things happens:
Using a URL, I get an error: "An error occurred while downloading the Picture."
Adding a picture to the images folder and using it's filename, the picture shows up for a split second and disappears.
-
View User Profile
-
Send Message
Posted Mar 18, 2014Pictures still disappearing after leaving a region
-
View User Profile
-
Send Message
Posted Mar 18, 2014ohh not for 1.6.2 :(