Plugin AutoIn

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
Uživatelský avatar
majkor
Příspěvky: 15
Registrován: 27 úno 2015, 20:06
Reputation: 0

Plugin AutoIn

#1 Příspěvekod majkor » 17 dub 2015, 10:43

Ahoj mám problém s pluginem AutoIn plugin by měl umožnit aby se na server připojili ORIGO hráči a i WAREZ ale WAREZ se nemůžou připojit nevíte proč :?: :?:

Toto to píše do konzole když se chce WAREZ připojit: > [10:35:04 INFO]: com.mojang.authlib.GameProfile@6ef82514[id=<null>,name=Nerdy,properties={},legacy=false] (/93.99.69.82:51800) lost connection: Disconnected



Tady je můj config:

# Auto-In 3.0 by GoToFinal! Now with bungee and potatos!
# Plugin website: http://www.spigotmc.org/resources/auto-in.578/
# Issues/bugs, ideas, wiki, api on github: https://github.com/GotoFinal/AutoIn
# |
# You like this plugin? You can support me by donate: (USD) https://www.paypal.com/cgi-bin/webscr?c ... Q6D5CU2F5L
# More donate links in PLN, GBP or EUR you can find here: http://www.spigotmc.org/resources/auto-in.578/
# You can find my other plugins here: http://www.spigotmc.org/resources/autho ... nal.31682/
# I also creating plugins "for request" ($), Skype: gotofinal, e-mail: GotoFinalDev@Gmail.com
# |
# If you want use this plugin with bungee vist wiki: https://github.com/GotoFinal/AutoIn/wiki/Bungee-Cord
# Don't change options if you don't understand them -> ask.
# Note: proxy = BungeeCord (or other supported proxy server), Server = Bukkit/Cauldron/Forge/Spigot server.

Sockets: # If you want use this plugin with proxy server (BungeeCord) see: https://github.com/GotoFinal/AutoIn/wiki/Sockets
- Enabled: false
Required: true
Port: 22644
Host: localhost
ServerName: serverOne
TYPE: LISTENER
- Enabled: false
Port: 22644
Host: localhost
TYPE: HANDLER

# Options

Options: # options that can be used by proxy and server plugin.
ConfigurationVersion_DO_NOT_CHANGE_THIS: 4
NettyThreads: 0 # 0 -> unlimited/as needed.
UseChannels: false # DON'T USE THAT IF YOU CAN USE SOCKETS, Enable when you can't use sockets but you want use that on bungee server, it isn't good as sockets, but it should not explode. NOTE: You NEED MySQL for that, and this is slower and may by VERY buggy on first join.
ReTryConnectSocketTime: 250 # Time in ms between trying connect LISTENER to HANLDER socket, on linux using smaller times can cause some weird problems.
SaveData: # where AutoIn should store exceptions, enabled login, whitelists, cache and other player settings.
Type: SQLite
MySQL:
Host: localhost
Port: 3306
User: root
Pass: root
Database: database
Prefix: GT_
SQLite:
File: AutoIn_PlayerOptions.db

# Both

Both:

Dependencies:
ForceDisable: # If you have one of that plugin, you can force AutoIn to don't use them even if they can be used. (change to true)
ProtocolLib: false
Skript: false
AuthMe: true
LogIt: false
XAuth: false
LoginSecurity: false

Listeners:
GetFromModule: true # you can try disable that and manualy configure priority below if auto-login will stop work after update of auth pluhin. PS: tell me about that problem!
PlayerLoginEvent: LOWEST
PlayerJoinEvent: LOWEST
PlayerQuitEvent: MONITOR

Players:
AutoLogin: true # no more /login commands for premium users! Enable only on servers where you have auth plugin!
NegateExceptions: false # if true, then all players are exception by default, they can use /ai IAmNowPremium to remove exception flag (NOTE: they will lose all data after login as premium if you have fixedUUIDs set to false)
Registration: true # if true, then even premium players needs to register. PS: You can make registration optional, see wiki: https://github.com/GotoFinal/AutoIn/wiki/Registration
AllowNewCrackedPlayers: true # A.K.A. SwitchMode, If you disable that, only old cracked players will be able to join. New cracked players will be kicked from server. Good if you want switch from offline-mode to online-mode without losing players!
FixedUUID: false # if true, then everyone have UUID generated from nickname
CrackedWhiteListEnabled: false # WhiteList that works only on cracked players, black-list works even if this is disabled.

ForceLogin:
UseRegEx: false # Allow use RegEx in nicknames list, like 'Test\\d{1,3}'
Nicknames: # Nicknames from this list don't need use login or register command, use to supprot mods like buildcraft and others
- SomeNicknameThatDoNotNeedUseLoginOrRegisterCommandEvenIfHeDoNotHavePremium

Sessions:
Enabled: true # If enabled, plugin will remember premium players with their IP number, when servers will be down, premium players can be still auto-logged if IP will be valid.
AsServerProtect: false # If true, then players with valid session can join even if mojang server are down and without using password. PS: You can enable this and ServerProtect, then registered players OR players with valid session can join.
Expires: 1d # time in easy format, 1w = 1 week, 1d = 1 day, 1d5h12s -> 1 day, 5 hours, 12 seconds
ExpiresOnRestart: true # If true sessions aren't saved on reload.

Protections:
CrackedPlayersNicknames: # If enabled, when new cracked player join to game he will get special protection "flag", that work like exception-player. so even if someone buy premium account with this same nickname, he will be still tract as cracked player.
# If player will buy premium, he must disable protection using "IamNowPremium" command, or admin must disable it manually, using API or /setProtection command.
Enabled: true
AutoProtect: true # If disabled, player must use "ProtectMe" command, or protection must be enabled manually, using API or /setProtection command



ServerProtect:
Enabled: true # If enabled and mojang server don't work, only registered players can join (So you must set "Registration" to true). If disabled, all players will be kicked.

Cache: true # If enabled plugin will remember if username was premium. (It's saved to database/file) NOTE: Enable that if you have bigger server, like 100/200+ players online.

# Server

Server: # ignored by proxy plugin

UpdateCacheOnPreJoin: false # It will try check if cache is updated before player join.
UpdateCacheOnJoin: true # It will try check if cache is updated after player join.


# Proxy

Proxy: # ignored by server
NeedLoginToUseCommands: true # Players needs to be logged in to use commands
NotBlocked: # Player can use this commands
- /login
- /register
- /l
ForcedServers: # players from selected group can be send to other servers. This override Proxy/BungeeCord setting!
PREMIUM:
Enabled: false
Server: PremiumServer # works like "default_server" from bungee
Force: false # works like "force_default_server" from bungee
ForcedHosts: # works like "forced_hosts" from bungee -> this override "Force" option
eg: nul.goto. ...\\.. .final..IIlIlIIlIl@92a4147
Fallback: FallbackServer # like "fallback_server" from bungee
CRACKED:
Enabled: false
Server: CrackedServer # works like "default_server" from bungee
Force: false # works like "force_default_server" from bungee
Fallback: FallbackServer # like "fallback_server" from bungee
EXCEPTION:
Enabled: false
Server: PremiumServer # works like "default_server" from bungee
Force: true # works like "force_default_server" from bungee
Fallback: FallbackServer # like "fallback_server" from bungee
Parent: CRACKED # This status will use this same settings as parent status, but you can override that settings by adding them here.
ERROR:
Enabled: false
Server: ErrorServer # works like "default_server" from bungee
Force: false # works like "force_default_server" from bungee
Fallback: FallbackServer # like "fallback_server" from bungee


Jestli kdokoli pomůže budu mu moc vděčný :!: :!: :)

Obrázek

Uživatelský avatar
panChemicky
Příspěvky: 1737
Věk: 34
Registrován: 07 čer 2013, 12:32
Reputation: 1
Bydliště: Cheb
Kontaktovat uživatele:

Re: Plugin AutoIn

#2 Příspěvekod panChemicky » 17 dub 2015, 12:24

Chybí identifikace serveru
ObrázekObrázek

Smexhy
Příspěvky: 5602
Věk: 26
Registrován: 31 říj 2012, 15:50
Reputation: 20
Bydliště: Slovensko
Kontaktovat uživatele:

Re: Plugin AutoIn

#3 Příspěvekod Smexhy » 17 dub 2015, 15:49

^ + by bolo pekné keby si ten config hodil do "Code" tagov.

Uživatelský avatar
majkor
Příspěvky: 15
Registrován: 27 úno 2015, 20:06
Reputation: 0

Re: Plugin AutoIn

#4 Příspěvekod majkor » 18 dub 2015, 11:28

Potřebuji vědět co mám udělat aby se na server připojili i WAREZ hráči !

Uživatelský avatar
pf99
Příspěvky: 357
Věk: 26
Registrován: 19 bře 2015, 17:35
Reputation: 0
Bydliště: Veľa chceš vedieť

Re: Plugin AutoIn

#5 Příspěvekod pf99 » 18 dub 2015, 11:49

Zmen
Online mod - t
máš ták a zmen
Online mod -f

Smexhy
Příspěvky: 5602
Věk: 26
Registrován: 31 říj 2012, 15:50
Reputation: 20
Bydliště: Slovensko
Kontaktovat uživatele:

Re: Plugin AutoIn

#6 Příspěvekod Smexhy » 18 dub 2015, 12:49

majkor píše:Potřebuji vědět co mám udělat aby se na server připojili i WAREZ hráči !

Dopíš IP adresu podľa pravidiel.


Zpět na „Minecraft, Tekkit“

Kdo je online

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