Jump to content

Question

Posted

Title: Quarry aren't working

Version: 3.0.3/3.0.4

OS: Windows 7 Professional

Java Version: 1.7.0_05

Description of Problem:

When I try to start a Quarry powered by a Combusion Engine it isn't working. I know it should work cause I tried the same set up in Single Player and then it did work. I dont get a error in my console.

Buildcraft file name in mods folder: buildcraft-2.2.14-mcpc1.2.5-r6

Plugins I installed:

AuthMe

Dynmap

Essentials

GroupManager

MobileAdmin

Spectate

TreeAssist

WorldEdit

WorldGuard

Sanderisbestok

Error Messages:

Error Log:




5 answers to this question

Recommended Posts

  • 0
Posted

I found out its has to deal with one of the plugins I removed the plugins folder and started the server and then it worked! So right now I'm going to remove plugin after plugin to see which one is making this error!

  • 0
Posted

Found out once I removed Authme the Quarry is working perfectly, just need to search a other authentication plugin!

I had the same problem! AuthMe is the problem but their is a way around it! Download the latest version of AuthMeReloaded and use a config file like this:

DataSource:

  mySQLColumnName: username

  mySQLTablename: authme

  mySQLUsername: authme

  backend: file

  mySQLColumnLastLogin: lastlogin

  mySQLDatabase: authme

  mySQLPort: '3306'

  mySQLColumnIp: ip

  mySQLHost: 127.0.0.1

  mySQLColumnPassword: password

  mySQLPassword: '12345'

  caching: true

GroupOptions:

  UnregisteredPlayerGroup: ''

  RegisteredPlayerGroup: ''

  Permissions:

    PermissionsOnJoin: []

settings:

  sessions:

    enabled: false

    timeout: 10

  restrictions:

    allowChat: false

    maxRegPerIp: 1

    maxNicknameLength: 20

    ForceSingleSession: true

    ForceSpawnLocOnJoinEnabled: false

    SaveQuitLocation: false

    AllowRestrictedUser: false

    AllowedRestrictedUser: []

    kickNonRegistered: false

    kickOnWrongPassword: false

    teleportUnAuthedToSpawn: false

    minNicknameLength: 3

    allowMovement: false

    timeout: 30

    allowedNicknameCharacters: '[a-zA-Z0-9_?]*'

    allowedMovementRadius: 100

    enablePasswordVerifier: true

    ProtectInventoryBeforeLogIn: true

  GameMode:

    ForceSurvivalMode: false

    ResetInventotyIfCreative: false

  security:

    minPasswordLength: 4

    unLoggedinGroup: unLoggedinGroup

    passwordHash: SHA256

    passwordMaxLength: 20

  registration:

    enabled: true

    messageInterval: 5

    force: true

  unrestrictions:

    UnrestrictedName:

    - '[buildCraft]'

    - '[industrialCraft]'

    - '[RedPower]'

    - '[ComputerCraft]'

    - '[ComputerCraft] Turtle 0'

    - '[ComputerCraft] Turtle 1'

  messagesLanguage: en

ExternalBoardOptions:

  mySQLColumnSalt: ''

  mySQLColumnGroup: ''

  nonActivedUserGroup: -1

permission:

  EnablePermissionCheck: false

BackupSystem:

  ActivateBackup: false

  OnServerStart: false

  OnServerStop: true

  MysqlWindowsPath: C:\\Program Files\\MySQL\\MySQL Server 5.1\\

Passpartu:

  enablePasspartu: false

The unrestricted users part makes it so that they work. ^_^

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...