Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Frames.yml is wiped when server starts #1

Open
robotnikthingy opened this issue Mar 12, 2014 · 3 comments
Open

Frames.yml is wiped when server starts #1

robotnikthingy opened this issue Mar 12, 2014 · 3 comments

Comments

@robotnikthingy
Copy link

Hi, whenever my server restarts, the Frames.yml is wiped, and hundreds of picture frames go blank. Luckily i make daily server backups, so I was able to get a copy of the frames.yml from the other day. But when I start up the server, the frames.yml is wiped yet again.

Here is what the frames.yml im trying to use looks like:
http://pastebin.com/pFBAQP6U

Using Framepicture 1.6.4
Using Craftbukkit 1.7.2 R0.3

edit: just updated to framepicture 1.6.5. The frames.yml no longer resets, but now framepicture doesnt work at all and I get the following error on server startup

http://pastebin.com/axtyzX69

@Fchen48
Copy link

Fchen48 commented Mar 15, 2014

I don't get an error like @robotnikthingy but I think I know the problem.

[02:00:34 INFO]: [FramePicture] Enabling FramePicture v1.6.5
[02:00:34 INFO]: [FramePicture] Configuration loaded!
[02:00:34 WARN]: [FramePicture] Can't find World arenamap_flat for Frame #0!
[02:00:34 WARN]: [FramePicture] Can't find World arenamap_flat for Frame #1!
[02:00:34 INFO]: [FramePicture] Loaded 0 Frames!
[02:00:34 INFO]: [FramePicture] Plugin enabled!

WorldGuard comes after FramePicture and so the maps are loading after FramePicture. I tried to rename it to xFramePicture but this doesn't work like with some other plugins.

@Howaner
Copy link
Owner

Howaner commented Mar 15, 2014

You can open the jar file with 7zip (or winrar) and edit the permissions.yml.
When you add the Multiworld Plugin (like Multiverse-Core) as softdepend to plugin.yml, FramePicture will load after the world.

Example:
softdepend: [Multiverse-Core]

@robotnikthingy
Copy link
Author

I Just tried using framepicture versions 1.6 and 1.6.1, and it says it cannot convert any of the frames for some reason.
http://dev.bukkit.org/paste/9570/
this is using both version 1.6 and 1.6.1, they both give the same results, and the frames.yml ends up blank

I tried it on another server as well, and it changes the frames.yml to this

'0': MemorySection[path='0', root='YamlConfiguration']
'1': MemorySection[path='1', root='YamlConfiguration']
'2': MemorySection[path='2', root='YamlConfiguration']
'3': MemorySection[path='3', root='YamlConfiguration']
'4': MemorySection[path='4', root='YamlConfiguration']
'5': MemorySection[path='5', root='YamlConfiguration']
'6': MemorySection[path='6', root='YamlConfiguration']
'7': MemorySection[path='7', root='YamlConfiguration']
'8': MemorySection[path='8', root='YamlConfiguration']
'9': MemorySection[path='9', root='YamlConfiguration']
'10': MemorySection[path='10', root='YamlConfiguration']

Howaner pushed a commit that referenced this issue Sep 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants