Minecraft Experience: Played since BETA 1.4 and play at least 2-3 hours every day.
Playing Style(builder, miner, redstoner, ect.) Aesthetic builder and redstoner. I know a lot about how the gameplay works in minecraft, sorta like Ethoslab or Sethbling but not as much as them.
Why do you want to join the server? I want to join a server that is similar to mindcrack, completely vanilla and legit and not many players without any griefing.
Can you give me a good joke? I would make a joke about pizza but i think its too cheesy
Tell me something about you. I like to make nice looking caves under the ground or really large houses above the ground with a lot of aesthetic features to it. I also like chatting with other players through the server (When people aren't spamming the crap out of it) and helping others with redstone/building or maybe giving some extra items if i have them.
Any previous bans? If so, please tell me why you were banned in the first place. (If you're banned for x-ray, and greifing, you better have a good application.) N/A
Well today i was screwing around in minecraft as always but i found something weird O.O I found a zombie with a pumpkin on its head which is normal but the thing is, the zombie didn't burn. I wonder if i just found out a glitch or if Mojang specifically made that but its still awesome
As you can see in this picture, all the other mobs around it are burning but not the zombie with a pumpkin on its head ;D
Well, here is my new server that i have been workin on for a week or so(Getting the VPS).
It doesn't really have a name but we needed one for the VPS/MineStatus so we just called it
RPServerCraft
It is highly suggested that you read this page for information about the server and how to play or you can just scroll to the bottom and get the ip, but the admins wont tell you in game what you can find on the rules board or on this forum.
We are a RolePlay server where you can buy homes, and live in villages with other people as in real life, We have multiple villages to live in which you can get to from the train station. There are also homes to buy at the spawn village but they are very expensive.
We also have shops/stall for sale that you can make your own chest shop to sell items to other players. There are also non-buyable shops that will be around the villages that don't have all the items but just the items that would be likely sold in that area (Such as selling pickaxes/swords in the blacksmith)
In your home, you are not allowed to make shops or it will be removed. in your shop, you are not allowed to make beds/chests or store items in the chest shop chests and we will be checking often, if we do find items that are not on the selling sign then we will take all the items from your shop and give your shop to someone else.
In the villages, there will be buyregion signs that you can buy the home for the price on the third line. There will also be signs near the door that say the region name just in case (for admins)
If you are selling your store then ask an admin. Do not be surprised if they do not know how to do world guard but i will try to be teaching them. When you sell your home, it will be cleared from everything on the inside so i would take everything you want, we will even destroy expensive items such as diamond blocks. Do not build outside of your homes or break the walls or else you will get your home taken away from you. If you are still not able to build inside your house after you buy it then ask an admin because sometimes we forget to set the region priority. There is also a limit to having 2 houses/shops total so i suggest 1 house and 1 shop. Outside of villages, where the region ends, Griefing is allowed!
Outside of villages, you are allowed to make your own villages/towns but we will NOT protect them so do not ask, you can sell homes if you want but as i said, they will not be protected so i suggest only inviting people you trust and going far away because all kinds of griefing is allowed.
If you have any further questions then please ask someone in game, The rules are in game also.
Donating:
Type "/Buy" in game to get a list of the donations (Donating helps the server stay up or upgrade to better host/slots if we get enough money)
No, i don't know java at all, i posted this so SOMEONE could help me with what this means because that website just had a bunch of other web pages that i have NO IDEA what it goes to or what it helps you understand.
I know i have made this post before but these forums make it go by fast and lots of people will post and nobody will see my post anymore so my question is: "What do these errors mean" or "What can i do to fix it"
On my last post, someone told me that i had to have mod loader installed in my minecraft jar when i decompile but it gives me a "Fatal error" report.
This is the error that it gives me when i DONT have mod loader:
== ERRORS FOUND ==
src/minecraft/net/minecraft/src/mod_Food.java:3: cannot find symbol
symbol: class BaseMod
public class mod_Food extends BaseMod
^
src/minecraft/net/minecraft/src/mod_Food.java:9: cannot find symbol
symbol : variable ModLoader
location: class net.minecraft.src.mod_Food
seaweed.iconIndex = ModLoader.addOverride("/gui/items.png", "/mod/seaweed.png");
^
src/minecraft/net/minecraft/src/mod_Food.java:10: cannot find symbol
symbol : variable ModLoader
location: class net.minecraft.src.mod_Food
ModLoader.addName(seaweed, "SeaWeed");
^
src/minecraft/net/minecraft/src/mod_Food.java:11: cannot find symbol
symbol : variable ModLoader
location: class net.minecraft.src.mod_Food
ModLoader.addRecipe(new ItemStack(seaweed, 4), new Object [] {"#", Character.valueOf('#'), Block.leaves});
^
src/minecraft/net/minecraft/src/mod_Food.java:14: missing method body, or declare abstract
public String getVersion();
^
src/minecraft/net/minecraft/src/mod_Food.java:16: return outside method
return "1.2.5";
^
And yes it is obvious that i am making a food mod for seaweed.
There is a website called minecrafthost.ca which gives free 14 day trials (atm, They may make the trials longer or shorter sometime) and it is pretty cheap if you want just a 5 or 10 slot server for you and your friends.
HINT: The trials arena exactly 14 days. it takes about 21 days until the VPS fully shuts down.
The rest of the errors say that it does not recognize "modloader" and BaseMod". Did you make sure that the .jar file you decompiled had modloader installed in it?
Oh my god, **** me, i forgot that i had a few mods installed that might of broke it, i think i had mod loader but the mods that i had didn't require mod loader. ._.
EDIT: Whenever i decompile a minecraft bin with the jar that has mod loader installed, it gives me fatal errors and doesn't work...
SECOND EDIT: Ok i renamed it from "Namehere" to "seaweed" and now im only getting two errors:
== ERRORS FOUND ==
src/minecraft/net/minecraft/src/mod_Food.java:14: missing method body, or declare abstract
public String getVersion();
^
src/minecraft/net/minecraft/src/mod_Food.java:16: return outside method
return "1.2.5";
^
Looks like you forgot to change a little something!
What does that do?
Its just the same as my code.
What i need help with is understanding what the errors mean or want me to do because i keep getting those.
EDIT: I see now, you were looking at the errors but what did i forget?
I am a noob to making mods and i have few errors left after fixing most of them.
It is obvious that i am making see weed as a food in minecraft but i still don't know what these errors want me to do.
These are my errors:
== ERRORS FOUND ==
src/minecraft/net/minecraft/src/mod_Food.java:3: cannot find symbol
symbol: class BaseMod
public class mod_Food extends BaseMod
^
src/minecraft/net/minecraft/src/mod_Food.java:9: cannot find symbol
symbol : variable Namehere
location: class net.minecraft.src.mod_Food
Namehere.iconIndex = ModLoader.addOverride("/gui/items.png", "/mod/seaweed.png");
^
src/minecraft/net/minecraft/src/mod_Food.java:9: cannot find symbol
symbol : variable ModLoader
location: class net.minecraft.src.mod_Food
Namehere.iconIndex = ModLoader.addOverride("/gui/items.png", "/mod/seaweed.png");
^
src/minecraft/net/minecraft/src/mod_Food.java:10: cannot find symbol
symbol : variable ModLoader
location: class net.minecraft.src.mod_Food
ModLoader.addName(seaweed, "SeaWeed");
^
src/minecraft/net/minecraft/src/mod_Food.java:11: cannot find symbol
symbol : variable ModLoader
location: class net.minecraft.src.mod_Food
ModLoader.addRecipe(new ItemStack(seaweed, 4), new Object [] {"#", Character.valueOf('#'), Block.leaves});
^
src/minecraft/net/minecraft/src/mod_Food.java:14: missing method body, or declare abstract
public String getVersion();
^
src/minecraft/net/minecraft/src/mod_Food.java:16: return outside method
return "1.2.5";
^
And this is my code:
package net.minecraft.src;
public class mod_Food extends BaseMod
{
public static final Item seaweed = new ItemFood(5001, 4, 1F, false).setItemName("seaweed");
public void load()
{
Namehere.iconIndex = ModLoader.addOverride("/gui/items.png", "/mod/seaweed.png");
ModLoader.addName(seaweed, "SeaWeed");
ModLoader.addRecipe(new ItemStack(seaweed, 4), new Object [] {"#", Character.valueOf('#'), Block.leaves});
}
public String getVersion();
{
return "1.2.5";
}
}
0
Age: 15
Location(Country): Nevada USA
Minecraft Experience: Played since BETA 1.4 and play at least 2-3 hours every day.
Playing Style(builder, miner, redstoner, ect.) Aesthetic builder and redstoner. I know a lot about how the gameplay works in minecraft, sorta like Ethoslab or Sethbling but not as much as them.
Why do you want to join the server? I want to join a server that is similar to mindcrack, completely vanilla and legit and not many players without any griefing.
Can you give me a good joke? I would make a joke about pizza but i think its too cheesy
Tell me something about you. I like to make nice looking caves under the ground or really large houses above the ground with a lot of aesthetic features to it. I also like chatting with other players through the server (When people aren't spamming the crap out of it) and helping others with redstone/building or maybe giving some extra items if i have them.
Any previous bans? If so, please tell me why you were banned in the first place. (If you're banned for x-ray, and greifing, you better have a good application.) N/A
0
I found a zombie with a pumpkin on its head which is normal but the thing is, the zombie didn't burn. I wonder if i just found out a glitch or if Mojang specifically made that but its still awesome
As you can see in this picture, all the other mobs around it are burning but not the zombie with a pumpkin on its head ;D
0
I got this error :/
0
Well, here is my new server that i have been workin on for a week or so(Getting the VPS).
It doesn't really have a name but we needed one for the VPS/MineStatus so we just called it
RPServerCraft
It is highly suggested that you read this page for information about the server and how to play or you can just scroll to the bottom and get the ip, but the admins wont tell you in game what you can find on the rules board or on this forum.
We are a RolePlay server where you can buy homes, and live in villages with other people as in real life, We have multiple villages to live in which you can get to from the train station. There are also homes to buy at the spawn village but they are very expensive.
We also have shops/stall for sale that you can make your own chest shop to sell items to other players. There are also non-buyable shops that will be around the villages that don't have all the items but just the items that would be likely sold in that area (Such as selling pickaxes/swords in the blacksmith)
In your home, you are not allowed to make shops or it will be removed. in your shop, you are not allowed to make beds/chests or store items in the chest shop chests and we will be checking often, if we do find items that are not on the selling sign then we will take all the items from your shop and give your shop to someone else.
In the villages, there will be buyregion signs that you can buy the home for the price on the third line. There will also be signs near the door that say the region name just in case (for admins)
If you are selling your store then ask an admin. Do not be surprised if they do not know how to do world guard but i will try to be teaching them. When you sell your home, it will be cleared from everything on the inside so i would take everything you want, we will even destroy expensive items such as diamond blocks. Do not build outside of your homes or break the walls or else you will get your home taken away from you. If you are still not able to build inside your house after you buy it then ask an admin because sometimes we forget to set the region priority. There is also a limit to having 2 houses/shops total so i suggest 1 house and 1 shop. Outside of villages, where the region ends, Griefing is allowed!
Outside of villages, you are allowed to make your own villages/towns but we will NOT protect them so do not ask, you can sell homes if you want but as i said, they will not be protected so i suggest only inviting people you trust and going far away because all kinds of griefing is allowed.
If you have any further questions then please ask someone in game, The rules are in game also.
Donating:
Type "/Buy" in game to get a list of the donations (Donating helps the server stay up or upgrade to better host/slots if we get enough money)
So here is the IP:
http://minestatus.net/44969-rpservercraft" target=""
If this one doesnt work then use this one:
64.79.107.123
0
0
Yeah? Well thanks for helping. ._.
0
No, i don't know java at all, i posted this so SOMEONE could help me with what this means because that website just had a bunch of other web pages that i have NO IDEA what it goes to or what it helps you understand.
0
No, i don't know basic java, I don't know what those error reports mean but i can tell if im missing a ; or something.
0
Ok i got mod loader and then i put the mod back in WITH mod loader installed and got this:
0
On my last post, someone told me that i had to have mod loader installed in my minecraft jar when i decompile but it gives me a "Fatal error" report.
This is the error that it gives me when i DONT have mod loader:
And yes it is obvious that i am making a food mod for seaweed.
0
0
HINT: The trials arena exactly 14 days. it takes about 21 days until the VPS fully shuts down.
0
Oh my god, **** me, i forgot that i had a few mods installed that might of broke it, i think i had mod loader but the mods that i had didn't require mod loader. ._.
EDIT: Whenever i decompile a minecraft bin with the jar that has mod loader installed, it gives me fatal errors and doesn't work...
SECOND EDIT: Ok i renamed it from "Namehere" to "seaweed" and now im only getting two errors:
0
What does that do?
Its just the same as my code.
What i need help with is understanding what the errors mean or want me to do because i keep getting those.
EDIT: I see now, you were looking at the errors but what did i forget?
0
It is obvious that i am making see weed as a food in minecraft but i still don't know what these errors want me to do.
These are my errors:
And this is my code: