[QUOTE=johan svensk;28933582]Yeah what minimap is that and where can i download it?[/QUOTE]
[url]http://www.minecraftforum.net/viewtopic.php?f=25&t=97332&p=1456935#ZansMini[/url]
Where are the damn wolves?
Cannot find any, I'm seriously starting to wonder if they even exist :frown:
I just started a new world, too. Also on hard, so it should spawn. Looked in forests, deserts, tundras and all that jazz. None!
[QUOTE=johnlmonkey;28933553]Has essentials updated yet?[/QUOTE]
It's been updated for ages.
Get 2.1 for 6##
[QUOTE=PortalGod;28933645][img_thumb]http://i54.tinypic.com/xbzo8h.png[/img_thumb]
:allears:[/QUOTE]
What pack is that? Reminds me of frenden's but the sun's not from there.
[QUOTE=Wirexia;28933697]Where are the damn wolves?
Cannot find any, I'm seriously starting to wonder if they even exist :frown:
I just started a new world, too. Also on hard, so it should spawn. Looked in forests, deserts, tundras and all that jazz. None![/QUOTE]
They can spawn on peaceful, no need to be on hard.
[editline]1st April 2011[/editline]
[QUOTE=Wirexia;28933705]What pack is that? Reminds me of frenden's but the sun's not from there.[/QUOTE]
Xaiwaker, with edited wood and grass.
[QUOTE=coolity;28933622]How do I make a mysql database?[/QUOTE]
Get Microsoft Access.
There may be a free program though
[QUOTE=BluFox;28933768]Get Microsoft Access.
There may be a free program though[/QUOTE]
:frog:
HeidiSQL
You learn something new everyday.
ok pat really won't be happy about this
[IMG]http://i55.tinypic.com/106fvia.png[/IMG]
Come join 83.222.249.102 for awesomeness.. it's a 24/7 server :downs:
[QUOTE=EDDY TT;28933795]:frog:
HeidiSQL[/QUOTE]
Thank ye.
[QUOTE=Hanibal;28933871]ok pat really won't be happy about this
[img_thumb]http://i55.tinypic.com/106fvia.png[/img_thumb][/QUOTE]
[Img]http://gyazo.com/9b2931f900013d9f21b1672fff5bae77.png[/Img]
They should make it so when you pick up a chest, all the contents stay in it and you can put the chest in your inventory with all items still inside. It would free up space and allow for more inventory able to be carried.
[QUOTE=Shadowstone;28934167]They should make it so when you pick up a chest, all the contents stay in it and you can put the chest in your inventory with all items still inside. It would free up space and allow for more inventory able to be carried.[/QUOTE]
Or just make a backpack type item that functions this way, it could have fewer slots that a chest, but you'd be able to travel with it and all the contents inside and maybe it would cause you to move at a slightly slower pace while wearing it?
Oh fuck
My brother was making a little sleef arena, and i was like "oh cool" so i logged on on my computer and joined, then he explained that we should shoot each other with arrows, and our wolfs started fighting in the arena, i was like NOOO and jumped in with my diamond sword and saved my wolf
The support thread isnt getting much attention and i believe people here can help me, so...
LWC is having some sort of conflict with Permissions when a default player tries to lock a chest.
When given admin rights it works perfectly.
After it tells the player to punch the chest, and the player punches it, this happens:
[code]2011-04-01 14:32:33 [SEVERE] Could not pass event BLOCK_DAMAGE to LWC
java.lang.NoSuchMethodError: com.nijiko.permissions.PermissionHandler.getGroup(Ljava/lang/String;)Ljava/lang/String;
at com.griefcraft.lwc.LWC.getProtectionLimits(LWC.java:429)
at com.griefcraft.lwc.LWC.enforceProtectionLimits(LWC.java:394)
at com.griefcraft.listeners.LWCBlockListener.blockTouched(LWCBlockListener.java:471)
at com.griefcraft.listeners.LWCBlockListener.onBlockDamage(LWCBlockListener.java:98)
at org.bukkit.plugin.java.JavaPluginLoader$23.execute(JavaPluginLoader.java:300)
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:255)
at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockDamageEvent(CraftEventFactory.java:180)
at net.minecraft.server.ItemInWorldManager.a(ItemInWorldManager.java:87)
at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:356)
at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
at net.minecraft.server.NetworkManager.a(NetworkManager.java:198)
at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:72)
at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)[/code]
they can still use any other LWC commands such as /cinfo and /cremove
Here is my Permissions file:
[code]groups:
Default:
default: true
info:
prefix: ''
suffix: ''
build: true
inheritance:
permissions:
- 'essentials.sethome'
- 'essentials.home'
- 'essentials.warp'
- 'essentials.mail'
- 'essentials.mail.send'
- 'essentials.signs.heal.use'
- 'essentials.signs.free.use'
- 'essentials.signs.disposal.use'
- 'essentials.signs.mail.use'
- 'lwc.protect'
- 'essentials.help'
- 'essentials.signs.trade.use'
- 'essentials.signs.trade.create'
- 'essentials.signs.buy.use'
- 'essentials.signs.sell.use'
- 'essentials.tpaccept'
- 'essentials.tpdeny'
- 'essentials.balance'
- 'essentials.pay'
- 'essentials.msg'
- 'essentials.afk'
- 'essentials.me'
- 'essentials.list'
- 'essentials.helpop'
- 'essentials.suicide'
Admins:
default: false
info:
prefix: ''
suffix: ''
build: true
inheritance:
permissions:
- '*'
users:
str4fe114:
group: Admins
permissions:
- '*'[/code]
What am i doing wrong? It worked on 1.3
[QUOTE=Str4fe;28934350]The support thread isnt getting much attention and i believe people here can help me, so...
LWC is having some sort of conflict with Permissions when a default player tries to lock a chest.
When given admin rights it works perfectly.
After it tells the player to punch the chest, and the player punches it, this happens:
[code]2011-04-01 14:32:33 [SEVERE] Could not pass event BLOCK_DAMAGE to LWC
java.lang.NoSuchMethodError: com.nijiko.permissions.PermissionHandler.getGroup(Ljava/lang/String;)Ljava/lang/String;
at com.griefcraft.lwc.LWC.getProtectionLimits(LWC.java:429)
at com.griefcraft.lwc.LWC.enforceProtectionLimits(LWC.java:394)
at com.griefcraft.listeners.LWCBlockListener.blockTouched(LWCBlockListener.java:471)
at com.griefcraft.listeners.LWCBlockListener.onBlockDamage(LWCBlockListener.java:98)
at org.bukkit.plugin.java.JavaPluginLoader$23.execute(JavaPluginLoader.java:300)
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:255)
at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockDamageEvent(CraftEventFactory.java:180)
at net.minecraft.server.ItemInWorldManager.a(ItemInWorldManager.java:87)
at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:356)
at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
at net.minecraft.server.NetworkManager.a(NetworkManager.java:198)
at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:72)
at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)[/code]
they can still use any other LWC commands such as /cinfo and /cremove
Here is my Permissions file:
[code]groups:
Default:
default: true
info:
prefix: ''
suffix: ''
build: true
inheritance:
permissions:
- 'essentials.sethome'
- 'essentials.home'
- 'essentials.warp'
- 'essentials.mail'
- 'essentials.mail.send'
- 'essentials.signs.heal.use'
- 'essentials.signs.free.use'
- 'essentials.signs.disposal.use'
- 'essentials.signs.mail.use'
- 'lwc.protect'
- 'essentials.help'
- 'essentials.signs.trade.use'
- 'essentials.signs.trade.create'
- 'essentials.signs.buy.use'
- 'essentials.signs.sell.use'
- 'essentials.tpaccept'
- 'essentials.tpdeny'
- 'essentials.balance'
- 'essentials.pay'
- 'essentials.msg'
- 'essentials.afk'
- 'essentials.me'
- 'essentials.list'
- 'essentials.helpop'
- 'essentials.suicide'
Admins:
default: false
info:
prefix: ''
suffix: ''
build: true
inheritance:
permissions:
- '*'
users:
str4fe114:
group: Admins
permissions:
- '*'[/code]
What am i doing wrong? [B]It worked on 1.3[/B][/QUOTE]
Well uh, it's 1.4.
What the hell I found some Steave Co. crate in a tree.
[media]http://i.imgur.com/Fti42.png[/media]
[media]http://i.imgur.com/9zmRm.png[/media]
They are all over my world :frown:
I tried making a sql database and It isnt working. Someone help. :smith:
[QUOTE=backspace78;28934420]What the hell I found some Steave Co. crate in a tree.
[media]http://i.imgur.com/Fti42.png[/media]
[media]http://i.imgur.com/9zmRm.png[/media]
They are all over my world :frown:[/QUOTE]
Just like how I seem to be the only one to get 10 per game.
[QUOTE=backspace78;28934420]What the hell I found some Steave Co. crate in a tree.
[media]http://i.imgur.com/Fti42.png[/media]
[media]http://i.imgur.com/9zmRm.png[/media]
They are all over my world :frown:[/QUOTE]Can you blow them up with TNT?
[QUOTE=Political Gamer;28934486]Can you blow them up with TNT?[/QUOTE]
Never break so like bedrock.
[QUOTE=Political Gamer;28934486]Can you blow them up with TNT?[/QUOTE]
Theyre indestructible
[QUOTE=coolity;28934421]I tried making a sql database and It isnt working. Someone help. :smith:[/QUOTE]
Please? :smithicide:
I really need help.
I found a tree mushroom pretty weird it's on the leaves too.
[media]http://i.imgur.com/SYQWI.png[/media]
[editline]1st April 2011[/editline]
[QUOTE=vexx21322;28934457]Just like how I seem to be the only one to get 10 per game.[/QUOTE]
I find them all over the fucking place it pisses me off so much!
My wolves, they fell into some lava :saddowns:
[IMG]http://i741.photobucket.com/albums/xx53/awettowel/2011-04-01_153156.png[/IMG]
[QUOTE=vexx21322;28934411]Well uh, it's 1.4.[/QUOTE]
Yes i know that. I just wanted ya to know it worked this way back in 1.3
[QUOTE=vexx21322;28934509]Never break so like bedrock.[/QUOTE]
[QUOTE=johnlmonkey;28934513]Theyre indestructible[/QUOTE]Well thats dumb. Kinda screws over anyone trying to build something there.
Well what the fuck I found MORE tree mushrooms is it a feature now?
Sorry, you need to Log In to post a reply to this thread.