Хостинг серверов Minecraft playvds.com
  1. Вы находитесь в русском сообществе Bukkit. Мы - администраторы серверов Minecraft, разрабатываем собственные плагины и переводим на русский язык плагины наших собратьев из других стран.
    Dismiss Notice

Решено Не запускается плагин Authme Reloaded

Discussion in 'Помощь' started by InteruS, Apr 14, 2017.

  1. Автор темы
    InteruS

    InteruS Участник Пользователь

    Trophy Points:
    31
    Имя в Minecraft:
    InteruS
    У меня незапускается authme reloaded, из-за проблем c sqlite, а по sqlite я полностью хз, что как и т.п.
    Конфиг и лог:
    ...
    [14:47:52] [Server thread/INFO]: [AuthMe] Enabling AuthMe v5.3-SNAPSHOT-b1648
    [14:47:52] [Server thread/INFO]: [AuthMe] SQLite driver loaded
    [14:47:52] [Server thread/WARN]: [AuthMe] Aborting initialization of AuthMe: [UnsatisfiedLinkError]: org.sqlite.core.NativeDB._open_utf8([BI)V
    [14:47:52] [Server thread/INFO]: [AuthMe] Waiting for 0 tasks to finish
    [14:47:52] [Server thread/INFO]: [AuthMe] AuthMe 5.3-SNAPSHOT-b1648 disabled!
    ...

    Code:
    DataSource:
        # What type of database do you want to use?
        # Valid values: SQLITE, MYSQL
        backend: 'SQLITE'
        # Enable database caching, should improve database performance
        caching: true
        # Database host address
        mySQLHost: '127.0.0.1'
        # Database port
        mySQLPort: '3306'
        # Connect to MySQL database over SSL
        mySQLUseSSL: true
        # Username to connect to the MySQL database
        mySQLUsername: 'authme'
        # Password to connect to the MySQL database
        mySQLPassword: '12345'
        # Database Name, use with converters or as SQLITE database name
        mySQLDatabase: 'authme'
        # Table of the database
        mySQLTablename: 'authme'
        # Column of IDs to sort data
        mySQLColumnId: 'id'
        # Column for storing or checking players nickname
        mySQLColumnName: 'username'
        # Column for storing or checking players RealName
        mySQLRealName: 'realname'
        # Column for storing players passwords
        mySQLColumnPassword: 'password'
        # Column for storing players emails
        mySQLColumnEmail: 'email'
        # Column for storing if a player is logged in or not
        mySQLColumnLogged: 'isLogged'
        # Column for storing players ips
        mySQLColumnIp: 'ip'
        # Column for storing players lastlogins
        mySQLColumnLastLogin: 'lastlogin'
        # Column for storing player LastLocation - X
        mySQLlastlocX: 'x'
        # Column for storing player LastLocation - Y
        mySQLlastlocY: 'y'
        # Column for storing player LastLocation - Z
        mySQLlastlocZ: 'z'
        # Column for storing player LastLocation - World Name
        mySQLlastlocWorld: 'world'
        # Overrides the size of the DB Connection Pool, -1 = Auto
        poolSize: -1
    ExternalBoardOptions:
        # Column for storing players passwords salts
        mySQLColumnSalt: ''
        # Column for storing players groups
        mySQLColumnGroup: ''
        # -1 means disabled. If you want that only activated players
        # can log into your server, you can set here the group number
        # of unactivated users, needed for some forum/CMS support
        nonActivedUserGroup: -1
        # Other MySQL columns where we need to put the username (case-sensitive)
        mySQLOtherUsernameColumns: []
        # How much log2 rounds needed in BCrypt (do not change if you do not know what it does)
        bCryptLog2Round: 10
        # phpBB table prefix defined during the phpBB installation process
        phpbbTablePrefix: 'phpbb_'
        # phpBB activated group ID; 2 is the default registered group defined by phpBB
        phpbbActivatedGroupId: 2
        # IP Board table prefix defined during the IP Board installation process
        IPBTablePrefix: 'ipb_'
        # IP Board default group ID; 3 is the default registered group defined by IP Board
        IPBActivatedGroupId: 3
        # XenForo default group ID; 2 is the default registered group defined by Xenforo
        XFActivatedGroupId: 2
        # Wordpress prefix defined during WordPress installation
        wordpressTablePrefix: 'wp_'
    settings:
    ...
    
    скажите, что сделать
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    UPD: всё решил.
     
    Last edited: Apr 15, 2017
  2. Хостинг MineCraft
    <
  3. AtomicScience

    AtomicScience Активный участник Пользователь

    Trophy Points:
    76
    Отключи использование БД в настройках
     
  4. Автор темы
    InteruS

    InteruS Участник Пользователь

    Trophy Points:
    31
    Имя в Minecraft:
    InteruS
    Можешь конкретную строку указать?
     
  5. AtomicScience

    AtomicScience Активный участник Пользователь

    Trophy Points:
    76
    Строка 413[DOUBLEPOST=1492178137,1492178098][/DOUBLEPOST]Там остановка сервера при ошибке подключения, поставь на False upload_2017-4-14_16-55-22.png
     
  6. Автор темы
    InteruS

    InteruS Участник Пользователь

    Trophy Points:
    31
    Имя в Minecraft:
    InteruS
    пробовал, тогда авторизация просто исчезает, так как authme перестаёт работать
    ---------------
    В строке 413 у меня про tempban идёт.
     
    Last edited: Apr 14, 2017

Share This Page