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

UltrabansLite

Тема в разделе "Запросы на перевод плагинов", создана пользователем KatranLife, 12 мар 2013.

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

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

    Баллы:
    88
    Имя в Minecraft:
    KatranLife
    http://dev.bukkit.org/server-mods/ultrabans-lite/

    перевел, на домашнем сервере работает, на хосте на отказ отказывается работать (кодировку делал UTF-8, всё равно плагин переставал работать)



    Код:
    lockdown: false
    lockdown-reason: ""
       
    max-warnings: 3
    #3 days
    warn-expirey-in-minutes: 4320
    #Should we check that we're running the latest version of MaxBans?
    #This does NOT update it for you, it just notifies you in the console when
    #the server boots up if there is a new version available.
    update-check: true
     
    #Accepts colorcodes. (v1.2)
    default-reason: "без объяснения причин"
    #Appeal-message accepts color codes, like &a and &4... Set it to "" to disable this. Accepts new line characters, just add \n where you want a new line.
    appeal-message: "За разбаном молите Богов"
     
    #The two char colors used that STAFF will see.
    #Usually, primary = text, and secondary = variables (Like ban reason)
    #0-9,a-f are valid. Also any Bukkit ChatColor is valid (Eg RED, AQUA, DARK_GRAY)
    color:
        primary: f
        secondary: a
       
       
    #This applies to kick, ban, and anything else.
    kick-colors:
        #0-9,a-f are valid. Also any Bukkit ChatColor is valid (Eg RED, AQUA, DARK_GRAY)
        message: f #"Вы были забанены:"
        reason: f #"без объяснения причин"
        regular: c #"Админом:"
        banner: 4 #"Netherfoam"
        time: f #4 hours 59 minutes remaining.
     
     
    #Some plugins will register their commands before we do (Eg other ban/kick plugins).
    #This option allows users to try and force MaxBans to take those already-taken commands.   
    override-commands: true
     
    chat-commands:
        - me
        - say
     
    #Should we notify players with maxbans.notify whenever a banned player tries (fails) to join?
    notify: true
    #Should we verify names have the letters (A-Z,a-z,0-9 and _) only and are valid?
    filter-names: true
     
    #Should we use the DNS blacklist?
    dnsbl:
        #Should we use this? Setting it to false disables DNSBL entirely.
        use: true
        #The DNSBL servers we should use to look up.  More servers = Slower results.
        #Each server takes approx 4 seconds to respond.  Use http://dnsbl.info to find
        #More servers, if you like.
        #DNSBL results are cached for 1 week, then expire (Are deleted).
        #This is how MaxBans checks for proxied IPs
        # 1.  Have we looked the IP up on DNSBL before, and has it not expired? If so go to 3
        # 2.  Start IP lookup, this takes a few seconds...
        # 3.  If the IP is not a proxy, stop checking, they're allowed, do not proceed to step 4.
        # 4.  Take appropriate action (Kick, notify) if any.
        servers:
        - bl.spamcop.net
        - sbl.spamhaus.org
        #Should we notify players with maxbans.notify when a player is joining with a proxy IP?
        notify: true
        #Should we kick players who are discovered to have proxy IPs?
        kick: false
     
    # Sync is an advanced feature of MaxBans.
    # It only applies to server owners who want to BAN/etc Players using a WEBPAGE, such as PHP Script
    # Or owners who want two servers to have the SAME banlist!
    # This option is in BETA! I take no responsibility if it breaks, though I will endeaver to fix it.
    sync:
        #Should we use Sync? Setting this to false disables it entirely :)
        use: true
        #Is this server the Sync server? Otherwise it's a client.
        server: false
        #The host of the Sync server, if this is a client.
        host: 127.0.0.1
        #The port of the Sync server.
        port: 2711
        #The password required to join.
        pass: ChangeMeNow
        #How many times should the Syncer try to ping the SyncServer
        #Before giving up? Each try is 5 seconds apart... 12 tries = 1 minute.
        tries: 120
     
    database:
        mysql: false
        user: root
        pass: passwd
        host: localhost
        port: 3306
        name: maxbans
        read-only: false
     
    Сникерсни нравится это.
  2. Хостинг MineCraft
    <
  3. Golos.pro

    Golos.pro Участник Пользователь

    Баллы:
    28
    Д
    Думаю это связанно с хостингом так как некоторые хост-сервера при изменении bukkit (ядра) просто заливают новый! Попробуй по общаться с администрации хостинга!
     
  4. Starr

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

    Баллы:
    98
    Имя в Minecraft:
    _Starr_
    Вообще, Ultrabans - штука хитрая. Сам использую Ultrabans полный, и далеко не всегда нормально запускается на новом железе. Мне помогает генерирование нового конфига.
     
  5. Автор темы
    KatranLife

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

    Баллы:
    88
    Имя в Minecraft:
    KatranLife
    Эмм ребят, я уже настроил его :D
    Но спасибо что отозвались))))
     

Поделиться этой страницей