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

Помогите CommandBook и mysql

Тема в разделе "[Архив] Помощь", создана пользователем zigzag, 5 дек 2013.

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

    zigzag Участник

    Баллы:
    33
    Имя в Minecraft:
    zigzag
    Добрейшего Вам. Интересует такой вопрос, великий плагин CommandBook, как подключить его к mysql? Смысл подключения: (реализация "фишки" моего проекта) интеграция с сайтом. В кон-фиге на это намека нет. Кто силен, подскажите в какую сторону копать.

    Код:
    # Use users' display names rather than than their raw username in various messages. Display names are set by other plugins.
    use-display-names: true
    
    # Similar to use-display-names, this allows usage of users' display names when looking up players.
    lookup-with-display-names: true
    
    # For /time, /weather, and other commands, broadcast change messages to everyone when you change world information with the commands.
    broadcast-changes: true
    
    # Disables some features to be compatible with badly-written server wrappers.
    crappy-wrapper-compat: true
    
    # When this setting is enabled, CommandBook's commands will be registered AFTER every
    # other plugin's commands. If any other plugin registers a command that conflicts with
    # one of CommandBook's commands, the CommandBook command will be accessible with
    # /commandbook:<command>, and the other plugin's command will be accessible
    # with /<command>
    low-priority-command-registration: false
    
    # Give operators (set with the Minecraft /op command) all permissions.
    op-permissions: true
    component-class-dirs:
    - component-classes
    component-jar-dirs:
    - component-jars
    
    # A list of enabled and disabled components. Components in the disabled list
    # will automatically be removed from the enabled list. Fully qualified class names can
    # or aliases (automatically added to the list by CommandBook) can be used as component names.
    components:
        disabled:
        - freeze
        - help
        enabled:
        - bans
        - homes
        - warps
        - messaging
        - teleport
        - items
        - kits
        - midi
        - time
        - name-verification
        - fun
        - debug
        - thor
        - online-list
        - stored-messages
        - spawn-locations
        - info
        - world
        - player
        - god
        - flight
    
    # Configurations for CommandBook's built-in components are stored here.
    # Custom component configurations are stored as individual files in the the config/ folder
    component:
        bans:
            message: You have been banned
            broadcast-bans: false
            broadcast-kicks: false
        homes:
            per-world: false
        warps:
            per-world: false
        messaging:
            console-say-format: <`r*Console`w> %s
            broadcast-format: '`r[Broadcast] %s'
            pm-color: GRAY
            pm-text-color: RESET
            twitter-style: true
        teleports:
            call-message:
                sender: '`yTeleport request sent.'
                target: '`c**TELEPORT** %cname%`c requests a teleport! Use /bring <name>
                    to accept.'
                too-soon: Wait a bit before asking again.
            bring-message:
                sender: '`yPlayer teleported.'
                target: '`yYour teleport request to %cname%`y was accepted.'
                no-perm: That person didn't request a teleport (recently) and you don't have permission to teleport anyone.
        inventory:
            item-permissions-only: false
            allowed-items: []
            disllowed-items: []
            default-item-stack-size: 1
        time-control:
            time-lock:
            time-lock-delay: 20
        thor:
            hammer-items:
            - 257
            - 278
            - 270
            - 285
        online-list:
            show-max-players: true
            grouped-names: false
            list-on-join: true
        stored-messages:
            motd: |-
                Hello, `Y%name%`w.
                The time now is `Y%time%`w and you're in world '%world%'.
                `2This is the default CommandBook MOTD! Adjust it in config.yml.
                `2See `bhttp://wiki.sk89q.com/wiki/CommandBook`2 for more configuration information and help!
            rules: |-
                - Be courteous and respect others.
                - Don't use any tools to give you an unfair advantage.
                `2This is the default CommandBook rules text! You can adjust it in config.yml.
        spawn-locations:
            exact-spawn: false
        god:
            auto-enable: false
        flight:
            auto-enable: false
    
     
    Последнее редактирование: 5 дек 2013
    zuma2 нравится это.
  2. Хостинг MineCraft
    <
  3. WCRAFT

    WCRAFT Старожил Пользователь

    Баллы:
    173
    Skype:
    worldplaytv
    Имя в Minecraft:
    World
    Бери essentials, не легче ли всем пользоваться одним, по истине лучшим плагином?
     
  4. Автор темы
    zigzag

    zigzag Участник

    Баллы:
    33
    Имя в Minecraft:
    zigzag
    предложение может и не плохое, но все пермы переписывать не особо хороший вариант, тем более как поведет себя с другими плагинами неизвестно, а вариант и другие плагины менять на essentials это точно не приемлемо
     
  5. Безисходность

    Безисходность Старожил Пользователь

    Баллы:
    153
    Skype:
    yarik.007
    Имя в Minecraft:
    Adraax
    Ахах, из за лени немножко подредактировать пермы решил ставить кучу не нужных плагинов? Бред...
     
  6. Автор темы
    zigzag

    zigzag Участник

    Баллы:
    33
    Имя в Minecraft:
    zigzag
    Думайте что пишите, если я сюда пишу значит хорошо все обдумал, а не как некоторые высказывают тут свои поспешные доводы
     
    Black-UK-Lord и Dereku нравится это.
  7. Aqel

    Aqel Старожил Пользователь

    Баллы:
    123
    Skype:
    amaderuon
    Имя в Minecraft:
    Aqel
    К сожалению пока разработчики плагина не добавили поддержку MySQL (о чём и свидетельствует отсутствие настроек в файле конфига), я тоже столкнулся с этим в своё время.
     
  8. azat4610

    azat4610 Старожил Пользователь

    Баллы:
    173
    Ставь AdminCMD, он может подключаться к БД.
     

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