Stránka 1 z 1

Nefunkční Quarry

Napsal: 18 úno 2013, 19:16
od serq89
Server: 93.91.250.108:27784
Tekkit Classic

Dobrý den.Nedávno jsem jsi založil Tekkit Classic server.Kouknul jsem všechny návody jak zprovoznit Quarry na serverech (opnutí "falešných uživatelů", nastavení permissions....),ale bohužel mi Quarry fungovat nechce (samozřejmě je zapojena na zásobu energie atd ...)

Zde přikládám config buildcraftu:

Kód: Vybrat vše

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=true
   # If enabled, exploding engines will always be removed, even if the explosion is prevented by a plugin.
   engine.removeonexplode=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=true
   power.framework=buildcraft.energy.PneumaticPowerFramework
   trackNetworkUsage=false


a config PEX:

Kód: Vybrat vše

groups:
  default:
    default: true
    permissions:
    - modifyworld.*

"Falešní" Operátoři :
[buildcraft]
[redpower]
[industrialcraft]



Seznam "dalších" pluginů:
LWC
AuthMe
WorldEdit
CommandBook
Vault
PermissionEx


Děkuji za pomoc s řešením problému

Re: Nefunkční Quarry

Napsal: 18 úno 2013, 20:29
od vojtamaniak
Dej sem config authme..

Re: Nefunkční Quarry

Napsal: 18 úno 2013, 20:38
od serq89
Zde config ke AuthMe:

Kód: Vybrat vše

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: []
  messagesLanguage: en
ExternalBoardOptions:
  mySQLColumnSalt: ''

Re: Nefunkční Quarry

Napsal: 18 úno 2013, 21:10
od Qefik
Jen pro příště, výpisy z configů nebo logů dávej do CODE, lépe se v tom orientuje. Dále pak pokud jsou dlouhé, dej to také do spoileru. Více zde viewtopic.php?f=67&t=6985

Re: Nefunkční Quarry

Napsal: 18 úno 2013, 21:40
od vojtamaniak
Zkus to takto:
Spoiler: zobrazit

Kód: Vybrat vše

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]'
  messagesLanguage: en
ExternalBoardOptions:
  mySQLColumnSalt: ''

Re: Nefunkční Quarry

Napsal: 18 úno 2013, 21:48
od serq89
Ano, už to funguje .Díky za pomoc