SimCraft for Minecraft

!!

Welcome Guest

Dear visitor, welcome to MC Port Central. If this is your first visit here,  you should consider registering to show your support.   By registering you will give us an idea and clear indication of how in demand our work really are and will motivate our porting team to continue there work. We port vanilla mods to Bukkit and you will also find a lot of other related Minecraft material on our Forum.

Author Topic: [SOLVED]Buildcraft quarries don't work[Also works for IC2 stuff]  (Read 11841 times)

Sluijsens

  • Newbie
  • *
  • Posts: 3
[SOLVED]Buildcraft quarries don't work[Also works for IC2 stuff]
« on: February 20, 2012, 11:14:21 AM »
Hello,

I have recently installed buildcraft on my bukkit server and it runs fine, except that the quarries and miningwells etc do not work. For the quarries I can place the landmarks but place the quarryblock next to it. But when I power it using a clock, engine or redstone torch it does not build a frame. Same with the mining wells, it does not dig down.

I used the 'pre-patched' bukkit-R4 with Buildcraft modloader and mineforge only from this forum.
Any ideas? I guess it's an installation error since it does not work.

Also on singleplayer it does work.

Tanks in advance,
Sluijsens
« Last Edit: February 21, 2012, 05:12:21 PM by GadgetTvMan »

feargus

  • Newbie
  • *
  • Posts: 7
Re: Buildcraft quarries don't work
« Reply #1 on: February 20, 2012, 08:42:17 PM »
try to op User [BuildCraft]


Mercor

  • Full Member
  • ***
  • Posts: 153
Re: Buildcraft quarries don't work
« Reply #2 on: February 20, 2012, 08:50:36 PM »
or if you are using some xAuth or similar, then it won't work for sure because the account will not be able to auth itself.

Anyways you need to add [BuildCraft] (with [ ]) into permissions and give it permissions to edit land, create blocks, etc.
« Last Edit: February 21, 2012, 08:32:12 PM by Mercor »

Sluijsens

  • Newbie
  • *
  • Posts: 3
Re: Buildcraft quarries don't work
« Reply #3 on: February 21, 2012, 04:34:27 PM »
Yay it worked!
Thanks guys, I was really struggling with this.

KR
Sluijsens

conrad26sr

  • Newbie
  • *
  • Posts: 37
Re: [SOLVED]Buildcraft quarries don't work[Also works for IC2 stuff]
« Reply #4 on: February 22, 2012, 02:09:15 AM »
I' can't resolve ;V
i add [Buildcraft] op, in permission, in authme but nothing... this il my buildcraft configuration:
please help me :(
Code: [Select]
# Configuration file
# Generated on 2/20/12 5:11 PM

###########
# General #
###########

general {
   # Causes login and join events to be sent for the fake player. This may help some plugins, but will cause errors with others. YMMV.
   blocks.fakeplayerlogin=false
   # Configures the name of the fake player used when blocks.placedby=fakeplayer
   blocks.fakeplayername=[BuildCraft]
   # Configures BLOCK_PLACE and BLOCK_BREAK events. Options are 'null' and 'fakeplayer'
   blocks.placedby=fakeplayer
   # set to true for allowing machines to be driven by continuous current
   current.continuous=false
   # set to true to load pre 2.2.5 worlds pipes
   loadLegacyPipes=true
   mining.enabled=true
   # set to false if BuildCraft should not generate custom blocks (e.g. oil)
   modifyWorld=true
   # increasing this number will decrease network update frequency, useful for overloaded servers
   network.updateFactor=10
   # set to false to deactivate pipe connection rules, true by default
   pipes.alwaysConnect=false
   power.framework=buildcraft.energy.PneumaticPowerFramework
   trackNetworkUsage=false
   version=2.2.12
}

#########
# Block #
#########

block {
   autoWorkbench.id=152
   builder.id=157
   cobblestonePipe.id=159
   diamondPipe.id=149
   dockingStation.id=168
   drill.id=151
   engine.id=161
   filler.id=155
   frame.id=160
   goldenPipe.id=148
   ironPipe.id=147
   marker.id=154
   miningWell.id=150
   obsidianPipe.id=156
   oilMoving.id=162
   oilStill.id=163
   pipe.id=166
   pump.id=164
   quarry.id=153
   refinery.id=167
   stonePipe.id=146
   tank.id=165
   template.id=158
   woodenPipe.exclusion=
   woodenPipe.id=145
}

########
# Item #
########

item {
   bucketFuel.id=3810
   bucketOil.id=3807
   diamondGearItem.id=3804
   fuel.id=3808
   goldenGearItem.id=3803
   ironGearItem.id=3802
   pipeItemsCobblestone.id=4051
   pipeItemsDiamond.id=4055
   pipeItemsGold.id=4054
   pipeItemsIron.id=4053
   pipeItemsObsidian.id=4056
   pipeItemsStone.id=4052
   pipeItemsWood.id=4050
   pipeLiquidsCobblestone.id=4058
   pipeLiquidsGold.id=4061
   pipeLiquidsIron.id=4060
   pipeLiquidsStone.id=4059
   pipeLiquidsWood.id=4057
   pipePowerGold.id=4068
   pipePowerStone.id=4066
   pipePowerWood.id=4064
   stoneGearItem.id=3801
   templateItem.id=3805
   woodenGearItem.id=3800
   wrench.id=3806
}


Sluijsens

  • Newbie
  • *
  • Posts: 3
Re: [SOLVED]Buildcraft quarries don't work[Also works for IC2 stuff]
« Reply #5 on: February 22, 2012, 11:04:23 AM »
Can you even get on the server?
I opped [BuildCraft] and gave him permissions.* and made him admin (I am using PermissionsEx) and it worked for me.

Mercor

  • Full Member
  • ***
  • Posts: 153
Re: [SOLVED]Buildcraft quarries don't work[Also works for IC2 stuff]
« Reply #6 on: February 23, 2012, 08:02:07 AM »
make sure you add [BuildCraft] not [Buildcraft], that may have some differences but I doubt it will matter much, hmm if you can't get it working them maybe tell what permissions plugin are you using and what area modification protection plugins, for example modifyworld that comes with PermissionsEx needs permissions like
Code: [Select]
- modifyworld.buildor
Code: [Select]
- modifyworld.* if you want to allow it to do everything

conrad26sr

  • Newbie
  • *
  • Posts: 37
Re: [SOLVED]Buildcraft quarries don't work[Also works for IC2 stuff]
« Reply #7 on: February 24, 2012, 09:36:44 AM »
ok I resolved the problem of quarry, mineng welll, i activate the login value to true, and set null on fakeplayer, but if i run a builder or filler the server crash... ad i can't go near that machines.... i must set again fakeplayer and false on login value.... to acces and destroy a machines... repeat... filler and builder... i use a craftbukkit R4 modded... nothing more...
please help me ^^

Vaupell

  • Jr. Member
  • **
  • Posts: 60
  • Enjoying converting O2 to CO2
    • Tebt - Gaming
Re: [SOLVED]Buildcraft quarries don't work[Also works for IC2 stuff]
« Reply #8 on: February 25, 2012, 09:17:14 PM »

does IC2 and RP2 also have a "user" to add? 

GadgetTvMan

  • Administrator
  • Hero Member
  • *****
  • Posts: 1088
Re: [SOLVED]Buildcraft quarries don't work[Also works for IC2 stuff]
« Reply #9 on: February 25, 2012, 09:23:43 PM »
Yep! Look in their configs, they have them listed there.

rahmat2222

  • Server Owners/Moderators
  • Newbie
  • *
  • Posts: 21
Re: [SOLVED]Buildcraft quarries don't work[Also works for IC2 stuff]
« Reply #10 on: March 11, 2012, 11:17:34 AM »
i add [BuildCraft] op, and not work

how to add in authme?

i use plugin authme and essentials

Mattizin

  • Newbie
  • *
  • Posts: 31
Re: [SOLVED]Buildcraft quarries don't work[Also works for IC2 stuff]
« Reply #11 on: March 11, 2012, 03:47:06 PM »
try this command:
/authme register <playername> <password>
and rename <playername> with [Buildcraft] and <password> with anything you want...
[IMG]http://server.nitrado.net/deu/serverstatus/show/128.65.216.147/25565/200.png
[IMG]

Ocram

  • Jr. Member
  • **
  • Posts: 52
Re: [SOLVED]Buildcraft quarries don't work[Also works for IC2 stuff]
« Reply #12 on: March 13, 2012, 07:36:33 AM »
There's no need to register a fake user, and is useless (since he can't /login). Just download the latest version of authme or the one with hqSparx armor fixes and add the fake users in the section 'unrestrictions', as explained in the plugin's pages. Also, do not op these users, it's all but good.

rahmat2222

  • Server Owners/Moderators
  • Newbie
  • *
  • Posts: 21
Re: [SOLVED]Buildcraft quarries don't work[Also works for IC2 stuff]
« Reply #13 on: March 23, 2012, 05:02:06 AM »
how to add fakeplayer?
i use xauth

Ghaz_ranka

  • Server Owners/Moderators
  • Full Member
  • *
  • Posts: 239
Re: [SOLVED]Buildcraft quarries don't work[Also works for IC2 stuff]
« Reply #14 on: April 19, 2012, 02:13:33 AM »
Yep! Look in their configs, they have them listed there.

Not seeing it in IC2 config for 1.2.4