Authme portování na spawn

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
DafalesCZ
Příspěvky: 52
Registrován: 18 led 2014, 16:56
Reputation: 0

Authme portování na spawn

#1 Příspěvekod DafalesCZ » 26 pro 2014, 23:25

93.91.250.122:27406
Ahoj,
nevíte proč se při každém připojení na server objevím na spawnu a ne na minulé pozici?
Díky
Config authme:
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
mySQLlastlocX: x
mySQLlastlocY: y
mySQLlastlocZ: z
mySQLColumnEmail: email
mySQLColumnId: id
mySQLColumnLogged: isLogged
GroupOptions:
UnregisteredPlayerGroup: ''
RegisteredPlayerGroup: ''
Permissions:
PermissionsOnJoin: []
settings:
sessions:
enabled: false
timeout: 10
sessionExpireOnIpChange: false
restrictions:
allowChat: false
allowCommands:
- /login
- /register
- /l
- /reg
- /passpartu
maxRegPerIp: 3
maxNicknameLength: 20
ForceSingleSession: true
ForceSpawnLocOnJoinEnabled: false
SaveQuitLocation: true
AllowRestrictedUser: false
AllowedRestrictedUser: []
kickNonRegistered: false
kickOnWrongPassword: false
teleportUnAuthedToSpawn: true
minNicknameLength: 3
allowMovement: false
timeout: 30
allowedNicknameCharacters: '[a-zA-Z0-9_]*'
allowedMovementRadius: 100
enablePasswordVerifier: true
ProtectInventoryBeforeLogIn: true
displayOtherAccounts: false
ForceSpawnOnTheseWorlds: []
banUnsafedIP: false
spawnPriority: authme,essentials,multiverse,default
maxLoginPerIp: 0
maxJoinPerIp: 0
noTeleport: false
GameMode:
ForceSurvivalMode: false
ResetInventoryIfCreative: false
security:
minPasswordLength: 4
unLoggedinGroup: unLoggedinGroup
passwordHash: SHA256
passwordMaxLength: 20
doubleMD5SaltLength: 8
unsafePasswords:
- '123456'
- password
registration:
enabled: true
messageInterval: 3
force: true
enableEmailRegistrationSystem: false
doubleEmailCheck: false
forceKickAfterRegister: false
forceLoginAfterRegister: false
unrestrictions:
UnrestrictedName: []
messagesLanguage: cz
forceCommands: []
forceCommandsAsConsole: []
useWelcomeMessage: true
broadcastWelcomeMessage: false
delayJoinMessage: false
ExternalBoardOptions:
mySQLColumnSalt: ''
mySQLColumnGroup: ''
nonActivedUserGroup: -1
mySQLOtherUsernameColumns: []
permission:
EnablePermissionCheck: false
BackupSystem:
ActivateBackup: false
OnServerStart: false
OnServerStop: true
MysqlWindowsPath: C:\\Program Files\\MySQL\\MySQL Server 5.1\\
Passpartu:
enablePasspartu: false
Security:
SQLProblem:
stopServer: true
ReloadCommand:
useReloadCommandSupport: true
console:
noConsoleSpam: true
removePassword: true
captcha:
useCaptcha: false
maxLoginTry: 3
captchaLength: 5
Converter:
Rakamak:
fileName: users.rak
useIP: false
ipFileName: UsersIp.rak
useIp: false
Email:
RecoveryPasswordLength: 8
mailPort: 465
mailSMTP: smtp.gmail.com
mailAccount: ''
mailPassword: ''
mailSenderName: ''
mailSubject: ''
mailText: "Dear <playername>, \n\n This is your new AuthMe password for the server\
\ : \n\n <servername> \n\n <generatedpass>\n\n \t Do not forget to change password\
\ after login! \n /changepassword <generatedpass> newPassword"
maxRegPerEmail: 1
recallPlayers: false
delayRecall: 5
Xenoforo: {}
Hooks:
multiverse: true
chestshop: true
notifications: true
bungeecord: false
Protection:
enableProtection: false
countries:
- US
- GB
enableAntiBot: false
antiBotSensibility: 5
antiBotDuration: 10
countriesBlacklist:
- A1
VeryGames:
enableIpCheck: false

Uživatelský avatar
zdenda204
Příspěvky: 3617
Věk: 36
Registrován: 23 kvě 2012, 21:38
Reputation: 0

Re: Authme portování na spawn

#2 Příspěvekod zdenda204 » 26 pro 2014, 23:51

Kód: Vybrat vše

ForceSpawnLocOnJoinEnabled: false
Přijímám zakázky na skripty/pluginy v PHP/Javě za malý poplatky! A kup mi sušenku :) Obrázek Obrázek
⇨Projekt Market⇦

DafalesCZ
Příspěvky: 52
Registrován: 18 led 2014, 16:56
Reputation: 0

Re: Authme portování na spawn

#3 Příspěvekod DafalesCZ » 27 pro 2014, 00:12

Ale to tam právě mám.

Uživatelský avatar
zdenda204
Příspěvky: 3617
Věk: 36
Registrován: 23 kvě 2012, 21:38
Reputation: 0

Re: Authme portování na spawn

#4 Příspěvekod zdenda204 » 27 pro 2014, 00:18

Čekal jsem že tě napadne to dát na true když false tam už je :)
Ale tak dobře.
Řešení: ForceSpawnLocOnJoinEnabled nastav na true
Přijímám zakázky na skripty/pluginy v PHP/Javě za malý poplatky! A kup mi sušenku :) Obrázek Obrázek
⇨Projekt Market⇦

DafalesCZ
Příspěvky: 52
Registrován: 18 led 2014, 16:56
Reputation: 0

Re: Authme portování na spawn

#5 Příspěvekod DafalesCZ » 27 pro 2014, 12:58

Aha sorry :D
Ale pořád to nejde, i po úpravě:

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
  mySQLlastlocX: x
  mySQLlastlocY: y
  mySQLlastlocZ: z
  mySQLColumnEmail: email
  mySQLColumnId: id
  mySQLColumnLogged: isLogged
GroupOptions:
  UnregisteredPlayerGroup: ''
  RegisteredPlayerGroup: ''
  Permissions:
    PermissionsOnJoin: []
settings:
  sessions:
    enabled: false
    timeout: 10
    sessionExpireOnIpChange: false
  restrictions:
    allowChat: false
    allowCommands:
    - /login
    - /register
    - /l
    - /reg
    - /passpartu
    maxRegPerIp: 3
    maxNicknameLength: 20
    ForceSingleSession: true
    ForceSpawnLocOnJoinEnabled: true
    SaveQuitLocation: true
    AllowRestrictedUser: false
    AllowedRestrictedUser: []
    kickNonRegistered: false
    kickOnWrongPassword: false
    teleportUnAuthedToSpawn: true
    minNicknameLength: 3
    allowMovement: false
    timeout: 30
    allowedNicknameCharacters: '[a-zA-Z0-9_]*'
    allowedMovementRadius: 100
    enablePasswordVerifier: true
    ProtectInventoryBeforeLogIn: true
    displayOtherAccounts: false
    ForceSpawnOnTheseWorlds: []
    banUnsafedIP: false
    spawnPriority: authme,essentials,multiverse,default
    maxLoginPerIp: 0
    maxJoinPerIp: 0
    noTeleport: false
  GameMode:
    ForceSurvivalMode: false
    ResetInventoryIfCreative: false
  security:
    minPasswordLength: 4
    unLoggedinGroup: unLoggedinGroup
    passwordHash: SHA256
    passwordMaxLength: 20
    doubleMD5SaltLength: 8
    unsafePasswords:
    - '123456'
    - password
  registration:
    enabled: true
    messageInterval: 3
    force: true
    enableEmailRegistrationSystem: false
    doubleEmailCheck: false
    forceKickAfterRegister: false
    forceLoginAfterRegister: false
  unrestrictions:
    UnrestrictedName: []
  messagesLanguage: cz
  forceCommands: []
  forceCommandsAsConsole: []
  useWelcomeMessage: true
  broadcastWelcomeMessage: false
  delayJoinMessage: false
ExternalBoardOptions:
  mySQLColumnSalt: ''
  mySQLColumnGroup: ''
  nonActivedUserGroup: -1
  mySQLOtherUsernameColumns: []
permission:
  EnablePermissionCheck: false
BackupSystem:
  ActivateBackup: false
  OnServerStart: false
  OnServerStop: true
  MysqlWindowsPath: C:\\Program Files\\MySQL\\MySQL Server 5.1\\
Passpartu:
  enablePasspartu: false
Security:
  SQLProblem:
    stopServer: true
  ReloadCommand:
    useReloadCommandSupport: true
  console:
    noConsoleSpam: true
    removePassword: true
  captcha:
    useCaptcha: false
    maxLoginTry: 3
    captchaLength: 5
Converter:
  Rakamak:
    fileName: users.rak
    useIP: false
    ipFileName: UsersIp.rak
    useIp: false
Email:
  RecoveryPasswordLength: 8
  mailPort: 465
  mailSMTP: smtp.gmail.com
  mailAccount: ''
  mailPassword: ''
  mailSenderName: ''
  mailSubject: ''
  mailText: "Dear <playername>, \n\n This is your new AuthMe password for the server\
    \ : \n\n <servername> \n\n <generatedpass>\n\n \t Do not forget to change password\
    \ after login! \n /changepassword <generatedpass> newPassword"
  maxRegPerEmail: 1
  recallPlayers: false
  delayRecall: 5
Xenoforo: {}
Hooks:
  multiverse: true
  chestshop: true
  notifications: true
  bungeecord: false
Protection:
  enableProtection: false
  countries:
  - US
  - GB
  enableAntiBot: false
  antiBotSensibility: 5
  antiBotDuration: 10
  countriesBlacklist:
  - A1
VeryGames:
  enableIpCheck: false


-- 27 pro 2014, 13:02 --

A při spouštění serveru to vyhazuje nějakou chybu, pokud to teda vyhazuje authme:

Kód: Vybrat vše

[20:45:32] [Server thread/ERROR]: Could not pass event PlayerJoinEvent to AuthMe v3.4
org.bukkit.event.EventException
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:294) ~[minecraft_server.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
   at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[minecraft_server.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
   at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [minecraft_server.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
   at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [minecraft_server.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
   at net.minecraft.server.v1_7_R3.PlayerList.c(PlayerList.java:251) [minecraft_server.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
   at net.minecraft.server.v1_7_R3.PlayerList.a(PlayerList.java:138) [minecraft_server.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
   at net.minecraft.server.v1_7_R3.LoginListener.c(LoginListener.java:76) [minecraft_server.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
   at net.minecraft.server.v1_7_R3.LoginListener.a(LoginListener.java:42) [minecraft_server.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
   at net.minecraft.server.v1_7_R3.NetworkManager.a(NetworkManager.java:160) [minecraft_server.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
   at net.minecraft.server.v1_7_R3.ServerConnection.c(SourceFile:134) [minecraft_server.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
   at net.minecraft.server.v1_7_R3.MinecraftServer.v(MinecraftServer.java:667) [minecraft_server.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
   at net.minecraft.server.v1_7_R3.DedicatedServer.v(DedicatedServer.java:260) [minecraft_server.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
   at net.minecraft.server.v1_7_R3.MinecraftServer.u(MinecraftServer.java:558) [minecraft_server.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
   at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:469) [minecraft_server.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
   at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [minecraft_server.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
Caused by: ru.tehkode.permissions.exceptions.PermissionsNotAvailable: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
   at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:393) ~[?:?]
   at net.milkbowl.vault.permission.plugins.Permission_PermissionsEx.getUser(Permission_PermissionsEx.java:243) ~[?:?]
   at net.milkbowl.vault.permission.plugins.Permission_PermissionsEx.getPrimaryGroup(Permission_PermissionsEx.java:264) ~[?:?]
   at net.milkbowl.vault.permission.Permission.getPrimaryGroup(Permission.java:738) ~[?:?]
   at fr.xephi.authme.cache.limbo.LimboCache.addLimboPlayer(LimboCache.java:72) ~[?:?]
   at fr.xephi.authme.cache.limbo.LimboCache.updateLimboPlayer(LimboCache.java:124) ~[?:?]
   at fr.xephi.authme.listener.AuthMePlayerListener.onPlayerJoin(AuthMePlayerListener.java:641) ~[?:?]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_51]
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_51]
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_51]
   at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_51]
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) ~[minecraft_server.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
   ... 14 more

Uživatelský avatar
DenOwq
Příspěvky: 2703
Věk: 28
Registrován: 06 bře 2014, 21:26
Reputation: 2

Re: Authme portování na spawn

#6 Příspěvekod DenOwq » 27 pro 2014, 13:13

Máš na serveru PermissionsEX nebo vault?
Muhahha.

DafalesCZ
Příspěvky: 52
Registrován: 18 led 2014, 16:56
Reputation: 0

Re: Authme portování na spawn

#7 Příspěvekod DafalesCZ » 27 pro 2014, 13:19

Mám tam oboje, protože jsem myslel, že vault nějaký plugin vyžaduje.
Ale chci používat pex

Uživatelský avatar
DenOwq
Příspěvky: 2703
Věk: 28
Registrován: 06 bře 2014, 21:26
Reputation: 2

Re: Authme portování na spawn

#8 Příspěvekod DenOwq » 27 pro 2014, 13:20

a jde ti Permissions?
Muhahha.

DafalesCZ
Příspěvky: 52
Registrován: 18 led 2014, 16:56
Reputation: 0

Re: Authme portování na spawn

#9 Příspěvekod DafalesCZ » 27 pro 2014, 13:31

Nejde mám tady na to i příspěvek, ale zatím bez řešení (nejdou ještě frakce).
Tady je kdyžtak log serveru

Kód: Vybrat vše

[12:29:24] [Server thread/INFO]: Starting minecraft server version 1.7.9
[12:29:24] [Server thread/INFO]: Loading properties
[12:29:24] [Server thread/INFO]: Default game type: SURVIVAL
[12:29:24] [Server thread/INFO]: Generating keypair
[12:29:24] [Server thread/INFO]: Starting Minecraft server on 93.91.250.122:27406
[12:29:24] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks (MC: 1.7.9) (Implementing API version 1.7.9-R0.2)
[12:29:24] [Thread-6/WARN]: Could not get information about this CraftBukkit version; perhaps you are running a custom one?: IOException
[12:29:24] [Thread-6/WARN]: Could not get latest artifact information: IOException
[12:29:25] [Server thread/INFO]: [LagMeter] Loading LagMeter v1.16.0
[12:29:25] [Server thread/INFO]: [HeroicDeathPlus] Loading HeroicDeathPlus v2.5
[12:29:25] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.8.1
[12:29:25] [Server thread/INFO]: [AutoMessage] Loading AutoMessage v2.5.2
[12:29:25] [Server thread/INFO]: [FakaHedaMinequery] Loading FakaHedaMinequery v1.3
[12:29:25] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.0;3342-78f975b9
[12:29:25] [Server thread/INFO]: [TagAPI] Loading TagAPI v3.0.6
[12:29:25] [Server thread/INFO]: [Trampoline] Loading Trampoline v1.0
[12:29:25] [Server thread/INFO]: [MassiveCore] Loading MassiveCore v2.7.4
[12:29:25] [Server thread/INFO]: [ColoredSigns] Loading ColoredSigns v4.25 Release
[12:29:25] [Server thread/INFO]: [Heads] Loading Heads v1.3
[12:29:25] [Server thread/INFO]: [OpenInv] Loading OpenInv v2.2.4
[12:29:25] [Server thread/INFO]: [Vault] Loading Vault v1.4.1-b436
[12:29:25] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.7.2
[12:29:25] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23
[12:29:25] [Server thread/WARN]: [PermissionsEx] This server is in offline mode. Unless this server is configured to integrate with a supported proxy (see http://dft.ba/-8ous), UUIDs *may not be stable*!
[12:29:25] [Server thread/INFO]: [HealthBar] Loading HealthBar v1.8.2
[12:29:25] [Server thread/INFO]: [MobArena] Loading MobArena v0.96.8
[12:29:25] [Server thread/INFO]: [Essentials] Loading Essentials v2.13.1
[12:29:25] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.13.1
[12:29:25] [Server thread/INFO]: [VipZero] Loading VipZero v1.2.2
[12:29:25] [Server thread/INFO]: [BKCommonLib] Loading BKCommonLib v1.59-SNAPSHOT
[12:29:25] [Server thread/INFO]: [AuthMe] Loading AuthMe v3.4
[12:29:25] [Server thread/INFO]: [Factions] Loading Factions v2.7.4
[12:29:25] [Server thread/INFO]: [MassiveCore] Enabling MassiveCore v2.7.4
[12:29:25] [Server thread/INFO]: [MassiveCore 2.7.4] === ENABLE START ===
[12:29:25] [Server thread/INFO]: [MassiveCore 2.7.4] §eLoading Cachefile datas...
[12:29:25] [Server thread/INFO]: [MassiveCore 2.7.4] §eLoading Onlineplayer datas...
[12:29:25] [Server thread/INFO]: [MassiveCore 2.7.4] §eLoading Registry datas...
[12:29:25] [Server thread/INFO]: [MassiveCore 2.7.4] §eSkipping Dbmojangapi datas since offline mode...
[12:29:25] [Server thread/INFO]: [MassiveCore 2.7.4] §eSaving Cachefile...
[12:29:25] [Server thread/INFO]: [MassiveCore 2.7.4] §eSetup of IdUtil took §d10§ems.
[12:29:25] [Server thread/INFO]: [MassiveCore 2.7.4] === ENABLE §aCOMPLETE §e(Took §d79ms§e) ===
[12:29:25] [Server thread/INFO]: [Vault] Enabling Vault v1.4.1-b436
[12:29:25] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[12:29:25] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
[12:29:25] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[12:29:25] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
[12:29:25] [Server thread/INFO]: [Vault] Enabled Version 1.4.1-b436
[12:29:25] [Server thread/INFO]: [MassiveCore 2.7.4] §aActivated §eintegration with §dVault
[12:29:25] [Server thread/INFO]: [BKCommonLib] Enabling BKCommonLib v1.59-SNAPSHOT
[12:29:25] [Server thread/ERROR]: [BKCommonLib] This version of BKCommonLib is not compatible with: CraftBukkit (git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks) : v1_7_R3 (Minecraft 1.7.9)
[12:29:25] [Server thread/ERROR]: [BKCommonLib] It could be that BKCommonLib has to be updated, as the current version is built for MC v1_7_R4
[12:29:25] [Server thread/ERROR]: [BKCommonLib] Please look for an available BKCommonLib version that is compatible:
[12:29:25] [Server thread/ERROR]: [BKCommonLib] http://dev.bukkit.org/server-mods/bkcommonlib/
[12:29:25] [Server thread/ERROR]: [BKCommonLib] BKCommonLib and all depending plugins will now disable...
[12:29:25] [Server thread/INFO]: [BKCommonLib] Disabling BKCommonLib v1.59-SNAPSHOT
[12:29:25] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[12:29:25] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[12:29:25] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[12:29:25] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[12:29:25] [Server thread/INFO]: Preparing level "world"
[12:29:25] [Server thread/INFO]: Preparing start region for level 0 (Seed: 3916301773906099686)
[12:29:25] [Server thread/INFO]: Preparing start region for level 1 (Seed: 3916301773906099686)
[12:29:26] [Server thread/INFO]: Preparing start region for level 2 (Seed: 3916301773906099686)
[12:29:26] [Server thread/INFO]: [LagMeter] Enabling LagMeter v1.16.0
[12:29:26] [Server thread/INFO]: [LagMeter] Not using logs folder.
[12:29:26] [Server thread/INFO]: [LagMeter] Enabled! Polling every 40 server ticks. Logging to /hlserver/27406/plugins/LagMeter/lag.log.
[12:29:26] [Server thread/INFO]: [LagMeter] Chunks loaded:
[12:29:26] [Server thread/INFO]: [LagMeter] World "world": 625.
[12:29:26] [Server thread/INFO]: [LagMeter] World "world_nether": 625.
[12:29:26] [Server thread/INFO]: [LagMeter] World "world_the_end": 625.
[12:29:26] [Server thread/INFO]: [LagMeter] Total chunks loaded: 1875
[12:29:26] [Server thread/INFO]: [LagMeter] Entities:
[12:29:26] [Server thread/INFO]: [LagMeter] World "world": 467.
[12:29:26] [Server thread/INFO]: [LagMeter] World "world_nether": 0.
[12:29:26] [Server thread/INFO]: [LagMeter] World "world_the_end": 12.
[12:29:26] [Server thread/INFO]: [LagMeter] Total entities: 479
[12:29:26] [Server thread/INFO]: [HeroicDeathPlus] Enabling HeroicDeathPlus v2.5
[12:29:26] [Server thread/INFO]: [HeroicDeathPlus] 2.5 enabled.
[12:29:26] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.8.1
[12:29:26] [Server thread/INFO]: [WorldBorder] [CONFIG] Using elliptic/round border, knockback of 3.0 blocks, and timer delay of 5.
[12:29:26] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
[12:29:26] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: -334.0 Y: 72.0 Z: 9.0
[12:29:26] [Server thread/INFO]: [AutoMessage] Enabling AutoMessage v2.5.2
[12:29:26] [Server thread/INFO]: [FakaHedaMinequery] Enabling FakaHedaMinequery v1.3
[12:29:26] [Server thread/INFO]: Starting FakaHedaMinequery server on 93.91.250.122:28406
[12:29:26] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.0;3342-78f975b9
[12:29:26] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[12:29:26] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.CraftBukkit_v1_7_R3 as the Bukkit adapter
[12:29:26] [Server thread/INFO]: [TagAPI] Enabling TagAPI v3.0.6
[12:29:26] [Server thread/INFO]: [TagAPI] Using hooks for CraftBukkit v1_7_R3
[12:29:26] [Server thread/INFO]: [Trampoline] Enabling Trampoline v1.0
[12:29:26] [Server thread/INFO]: [ColoredSigns] Enabling ColoredSigns v4.25 Release
[12:29:26] [Server thread/INFO]: [ColoredSigns] ColoredSigns v4.25 Release has been enabled.
[12:29:26] [Server thread/INFO]: [Heads] Enabling Heads v1.3
[12:29:27] [Server thread/INFO]: [OpenInv] Enabling OpenInv v2.2.4
[12:29:27] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.7.2
[12:29:27] [Server thread/INFO]: [ClearLag] Loading modules...
[12:29:27] [Server thread/WARN]: [ClearLag] mob-range requires you to use bukkit v1.7_r4 (1.7.10)
[12:29:27] [Server thread/INFO]: [ClearLag] Modules have been loaded!
[12:29:27] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
[12:29:27] [Thread-13/INFO]: [ClearLag] Checking for updates...
[12:29:27] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23
[12:29:27] [Server thread/INFO]: [PermissionsEx] Disabling PermissionsEx v1.23
[12:29:27] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[12:29:27] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[12:29:27] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
[12:29:27] [Server thread/INFO]: [HealthBar] Enabling HealthBar v1.8.2
[12:29:27] [Server thread/INFO]: [MobArena] Enabling MobArena v0.96.8
[12:29:27] [Server thread/INFO]: [MobArena] Vault found; economy rewards enabled.
[12:29:27] [Server thread/INFO]: [MobArena] Loaded arena 'default'
[12:29:27] [Server thread/INFO]: [MobArena] v0.96.8 enabled.
[12:29:27] [Server thread/INFO]: [Essentials] Enabling Essentials v2.13.1
[12:29:27] [Server thread/INFO]: Using locale cs_CZ
[12:29:27] [Server thread/INFO]: Using locale cs_CZ
[12:29:27] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
[12:29:27] [Server thread/INFO]: Essentials: Using config file enhanced permissions.
[12:29:27] [Server thread/INFO]: Permissions listed in as player-commands will be given to all users.
[12:29:27] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.13.1
[12:29:27] [Server thread/INFO]: [VipZero] Enabling VipZero v1.2.2
[12:29:27] [Server thread/INFO]: [VipZero] Enabling VipZero (V1.2.2) - Author: SubZero0
[12:29:27] [Server thread/INFO]: [VipZero] Checking for updates...
[12:29:27] [Thread-13/INFO]: [ClearLag] No updates found!
[12:29:28] [Server thread/INFO]: [VipZero] No updates found.
[12:29:28] [Server thread/INFO]: [VipZero] Checking for old config file...
[12:29:28] [Server thread/INFO]: [VipZero] No updates found.
[12:29:28] [Server thread/INFO]: [VipZero] Checking for config file update...
[12:29:28] [Server thread/INFO]: [VipZero] No updates found.
[12:29:28] [Server thread/INFO]: [VipZero] Checking for language file update...
[12:29:28] [Server thread/INFO]: [VipZero] No updates found.
[12:29:28] [Server thread/INFO]: [VipZero] Using flatfile system.
[12:29:28] [Server thread/INFO]: [VipZero] Hooked to PermissionsEx.
[12:29:28] [Server thread/INFO]: [VipZero] Hooked to Vault (Economy).
[12:29:28] [Server thread/INFO]: [AuthMe] Enabling AuthMe v3.4
[12:29:28] [Server thread/INFO]: [AuthMe] Loading Configuration File...
[12:29:28] [Server thread/INFO]: [AuthMe] Set Language: cz
[12:29:28] [pool-6-thread-1/ERROR]: [PermissionsEx] Error occurred with PermissionsEx! Please post it to http://git.io/VaMlLg. Full error:
java.lang.NoSuchMethodError: com.google.common.cache.CacheBuilder.maximumSize(J)Lcom/google/common/cache/CacheBuilder;
   at ru.tehkode.permissions.RegExpMatcher.<init>(RegExpMatcher.java:17)
   at ru.tehkode.permissions.PermissionManager.<init>(PermissionManager.java:58)
   at ru.tehkode.permissions.bukkit.PermissionsEx.onEnable(PermissionsEx.java:164)
   at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316)
   at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:324)
   at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404)
   at org.bukkit.craftbukkit.v1_7_R3.CraftServer.loadPlugin(CraftServer.java:446)
   at org.bukkit.craftbukkit.v1_7_R3.CraftServer.enablePlugins(CraftServer.java:380)
   at net.minecraft.server.v1_7_R3.MinecraftServer.n(MinecraftServer.java:352)
   at net.minecraft.server.v1_7_R3.MinecraftServer.g(MinecraftServer.java:326)
   at net.minecraft.server.v1_7_R3.MinecraftServer.a(MinecraftServer.java:282)
   at net.minecraft.server.v1_7_R3.DedicatedServer.init(DedicatedServer.java:182)
   at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:436)
   at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628)

[12:29:28] [Server thread/INFO]: [AuthMe] Vault plugin detected, hook with PermissionsEx system
[12:29:28] [Server thread/INFO]: [AuthMe] Hook with Essentials plugin
[12:29:28] [Server thread/INFO]: [AuthMe] Hook with EssentialsSpawn plugin
[12:29:28] [Server thread/INFO]: [AuthMe] LICENSE : This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com
[12:29:28] [Server thread/INFO]: [AuthMe] Authme 3.4 enabled
[12:29:28] [Server thread/INFO]: [Factions] Enabling Factions v2.7.4
[12:29:28] [Server thread/INFO]: [Factions 2.7.4] === ENABLE START ===
[12:29:28] [Server thread/ERROR]: Error occurred while enabling Factions v2.7.4 (Is it up to date?)
java.lang.NoSuchFieldError: ACACIA_DOOR
   at com.massivecraft.factions.entity.MConf.<init>(MConf.java:498) ~[?:?]
   at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.7.0_51]
   at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) ~[?:1.7.0_51]
   at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.7.0_51]
   at java.lang.reflect.Constructor.newInstance(Constructor.java:526) ~[?:1.7.0_51]
   at java.lang.Class.newInstance(Class.java:374) ~[?:1.7.0_51]
   at com.massivecraft.massivecore.store.Coll.createNewInstance(Coll.java:258) ~[?:?]
   at com.massivecraft.massivecore.store.Coll.create(Coll.java:282) ~[?:?]
   at com.massivecraft.massivecore.store.Coll.get(Coll.java:120) ~[?:?]
   at com.massivecraft.massivecore.store.Coll.get(Coll.java:111) ~[?:?]
   at com.massivecraft.factions.entity.MConfColl.init(MConfColl.java:30) ~[?:?]
   at com.massivecraft.factions.Factions.onEnable(Factions.java:130) ~[?:?]
   at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) ~[minecraft_server.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
   at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:324) [minecraft_server.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
   at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) [minecraft_server.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
   at org.bukkit.craftbukkit.v1_7_R3.CraftServer.loadPlugin(CraftServer.java:446) [minecraft_server.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
   at org.bukkit.craftbukkit.v1_7_R3.CraftServer.enablePlugins(CraftServer.java:380) [minecraft_server.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
   at net.minecraft.server.v1_7_R3.MinecraftServer.n(MinecraftServer.java:352) [minecraft_server.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
   at net.minecraft.server.v1_7_R3.MinecraftServer.g(MinecraftServer.java:326) [minecraft_server.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
   at net.minecraft.server.v1_7_R3.MinecraftServer.a(MinecraftServer.java:282) [minecraft_server.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
   at net.minecraft.server.v1_7_R3.DedicatedServer.init(DedicatedServer.java:182) [minecraft_server.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
   at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:436) [minecraft_server.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
   at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [minecraft_server.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
[12:29:28] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[12:29:28] [Server thread/INFO]: Done (3.128s)! For help, type "help" or "?"
[12:29:28] [Server thread/INFO]: Starting GS4 status listener
[12:29:28] [Server thread/INFO]: Starting remote control listener
[12:29:28] [Query Listener #1/INFO]: Query running on 93.91.250.122:27406
[12:29:28] [Server thread/WARN]: No rcon password set in '/hlserver/27406/server.properties', rcon disabled!
[12:29:28] [Server thread/INFO]: [MassiveCore 2.7.4] Loading Cachefile datas...
[12:29:28] [Server thread/INFO]: [MassiveCore 2.7.4] Loading Onlineplayer datas...
[12:29:28] [Server thread/INFO]: [MassiveCore 2.7.4] Loading Registry datas...
[12:29:28] [Server thread/INFO]: [MassiveCore 2.7.4] Skipping Dbmojangapi datas since offline mode...
[12:29:28] [Server thread/INFO]: [MassiveCore 2.7.4] Saving Cachefile...
[12:29:28] [Server thread/INFO]: [MassiveCore 2.7.4] Upgrading from player name to player uuid...
[12:29:28] [Server thread/INFO]: [MassiveCore 2.7.4]  ... done!
[12:29:28] [Server thread/INFO]: [MassiveCore 2.7.4] (database saving will now commence which might lock the server for a while)
[12:29:28] [Server thread/INFO]: [MobArena] MobArena v0.96.9 is now available!
[12:29:28] [Server thread/INFO]: [MobArena] Your version: v0.96.8
[12:29:28] [pool-3-thread-14/INFO]: [Vault] Checking for Updates:
[12:29:28] [pool-3-thread-14/WARN]: [Vault] Stable Version: 1.5.0 is out! You are still running version: 1.4.1
[12:29:28] [pool-3-thread-14/WARN]: [Vault] Update at: http://dev.bukkit.org/server-mods/vault

Uživatelský avatar
DenOwq
Příspěvky: 2703
Věk: 28
Registrován: 06 bře 2014, 21:26
Reputation: 2

Re: Authme portování na spawn

#10 Příspěvekod DenOwq » 27 pro 2014, 13:32

Zmenši verzi permissions i fractions.
Muhahha.


Zpět na „Minecraft, Tekkit“

Kdo je online

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