Posted February 23, 201510 yr Hello! I am just writing a little minigame plugin for a server and want to use premade map. I managed to delete the created map and to download/copy my custom one in the dim folder. But minecraft still creates a flat world befor my map is copied. Can i somehow tell minecraft to create nothing in my dimension? And how can I play vanilla sounds? I found .playSound(name, volume, pitch); but I don't know what I should use as name. I am sorry if this is in the wrong section. This is my first post Have a nice day!
February 23, 201510 yr Talking about a plugin I'd assume you're using bukkit/spigot or something similar. If you are using forge then unless you set it up right, the client would also need the mod to join the server.
February 23, 201510 yr Author No, with 1.8 its possible to create forge-plugins. (Or whatever they are called.) I already got this part working.
February 23, 201510 yr Implement new WorldProvider/ChunkProvider that will generate void world. You might find this useful: https://github.com/Jimmy04Creeper (1.7.10 Dimension tut, 1.8 is similar). 1.7.10 is no longer supported by forge, you are on your own.
February 23, 201510 yr Author I already had a look at this two classes. I understand where structures are generated, but where exactly is the actuall terrain made?
February 24, 201510 yr Nice questions. Have you tried to look at the vanilla play sound command? Here could be your advertisement!
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.