Nefunkční Quarry

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
serq89
Příspěvky: 3
Registrován: 18 úno 2013, 19:02
Reputation: 0

Nefunkční Quarry

#1 Příspěvekod serq89 » 18 úno 2013, 19:16

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

vojtamaniak
Příspěvky: 3512
Věk: 25
Registrován: 18 úno 2012, 21:02
Reputation: 11

Re: Nefunkční Quarry

#2 Příspěvekod vojtamaniak » 18 úno 2013, 20:29

Dej sem config authme..

serq89
Příspěvky: 3
Registrován: 18 úno 2013, 19:02
Reputation: 0

Re: Nefunkční Quarry

#3 Příspěvekod serq89 » 18 úno 2013, 20:38

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: ''

Uživatelský avatar
Qefik
Příspěvky: 5714
Registrován: 26 pro 2009, 11:26
Reputation: 0
Kontaktovat uživatele:

Re: Nefunkční Quarry

#4 Příspěvekod Qefik » 18 úno 2013, 21:10

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
Rozdávat rady je zbytečné. Moudrý si poradí sám a hlupák stejně neposlechne.
Mark Twain

vojtamaniak
Příspěvky: 3512
Věk: 25
Registrován: 18 úno 2012, 21:02
Reputation: 11

Re: Nefunkční Quarry

#5 Příspěvekod vojtamaniak » 18 úno 2013, 21:40

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: ''

serq89
Příspěvky: 3
Registrován: 18 úno 2013, 19:02
Reputation: 0

Re: Nefunkční Quarry

#6 Příspěvekod serq89 » 18 úno 2013, 21:48

Ano, už to funguje .Díky za pomoc


Zpět na „Minecraft, Tekkit“

Kdo je online

Uživatelé prohlížející si toto fórum: Žádní registrovaní uživatelé a 152 hostů