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

Помогите Не работает плагин "CraftBook" Есть лог!

Тема в разделе "[Архив] Помощь", создана пользователем Primal_Healer, 26 июл 2014.

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

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

    Баллы:
    103
    Skype:
    primal.healer.tmp
    Имя в Minecraft:
    Primal_Healer
    Перестал работать плагн "CraftBook"!

    Вот что пишет в чате, при запуске сервера: Warning! You have no mechanics enabled, the plugin will appear to do nothing until a feature is enabled!

    Вот лог:
    Код:
    [19:33:45] [Server thread/INFO]: [CraftBook] Enabling CraftBook v3.8-SNAPSHOT:3779-116355d,master
    [19:33:45] [Server thread/INFO]: [CraftBook] Default configuration file written: /home/minecraft/multicraft/servers/server1749/plugins/CraftBook/config.yml
    [19:33:45] [Server thread/INFO]: [CraftBook] Loading persistant data from YAML!
    [19:33:45] [Server thread/INFO]: [CraftBook] Enumerating chunks for self-triggered components...
    [19:33:45] [Server thread/INFO]: [WorldEdit] Using external NmsBlock for this version: CBXNmsBlock_172
    [19:33:45] [Server thread/INFO]: [CraftBook] 1877 chunk(s) for 3 world(s) processed (66ms elapsed)
    [19:33:45] [Server thread/INFO]: [CraftBook] CraftBook v3.9 Beta 3 is the latest version available, and the updatability of it is: UPDATE_AVAILABLE. You currently have version CraftBook v3.9 Beta 3 installed.
    Код:
    # CraftBook Configuration for Bukkit. Generated for version: 3.8-SNAPSHOT:3779-116355d,master
    # This configuration will automatically add new configuration options for you,
    # So there is no need to regenerate this configuration unless you need to.
    # More information about these features are available at...
    # http://wiki.sk89q.com/wiki/CraftBook/Usage
    
    
    
    # If this is set to false, all circuit mechanics will be disabled, and circuit configuration will not do anything.
    enable-circuits: true
    
    # If this is set to false, all mechanics will be disabled, and mechanism configuration will not do anything.
    enable-mechanisms: true
    
    # If this is set to false, all vehicles mechanics will be disabled, and vehicle configuration will not do anything.
    enable-vehicles: true
    
    # WARNING! Changing this can result in all ST mechanics acting very weirdly, only change this if you know what you are doing!
    st-think-ticks: 2
    
    # Enables the update notifier. This checks for updates on start, and notifies anyone with the permission when they join. They can then use /cb update to download the update.
    notify-updates: true
    
    # Causes many mechanics to require sufficient blocks to function, for example gates, bridges and doors.
    safe-destruction: true
    
    # If on, OP's will not default to have access to everything.
    no-op-permissions: false
    
    # Allows redstone not directly facing a mechanism to trigger said mechanism.
    indirect-redstone: true
    
    # Rounds all distance equations to the block grid.
    use-block-distance: false
    
    # Checks to see if WorldGuard allows building/using in the area when activating mechanics.
    check-worldguard-flags: true
    
    # Use advanced methods to detect if a player can build or not. Use this if you use region protections other than WorldGuard, or experience issues with WorldGuard protection. This can add extra entries to Block Logging plugins when a mechanic is broken/placed.
    advanced-block-checks: true
    
    # In conjunction with advanced-block-checks, this option adds a few extra checks if you are experiencing compatibility issues with certain plugins that stop breaks/places/interacts.
    pedantic-block-checks: false
    
    # Make sure a player can only press signs so often.
    sign-click-timeout: 10
    
    # The default language for CraftBook. Note: This language needs to be in the 'languages' field for this to work.
    language: en_US
    
    # A list of languages supported by craftbook, if a user requests a language not listed... They will see default.
    languages:
    - en_US
    
    # If enabled, CraftBook will scan messages sent to players for localizable text, instead of just checking if the entire message is localizable.
    scan-text-for-localization: false
    
    # Enable a mode that will print extra debug information to the console.
    debug-mode: false
    
    # Enable certain debug types when debug mode is enabled.
    debug-flags: []
    
    # Enables random easter eggs. Can be from console messages on startup for a special occasion, to funny little effects with IC's and other mechanics (Always harmless, won't mess anything up)
    easter-eggs: true
    
    # Random numbers are much more random, with a small cost to CPU usage.
    realistic-randoms: false
    
    # Show messages when a player does not have permission to do something.
    show-permission-messages: true
    
    # PersistentStorage stores data that can be accessed across server restart. Method of PersistentStorage storage (Note: DUMMY is practically off, and may cause issues). Can currently be any of the following: YAML, DUMMY, SQLite
    persistent-storage-type: YAML
    
    # Causes mechanics to attempt to convert names to use CBIDs. This can and should be disabled after you believe your servers transition to UUIDs v Names is complete.
    convert-names-to-cbids: true
    common:
        variables:
            enable: true
            default-to-global: false
            enable-in-commandblocks: false
            enable-in-player-commands: false
            enable-in-player-chat: false
    circuits:
        ics:
            enable: false
            cache: true
            max-radius: 10
            allow-short-hand: true
            keep-loaded: false
            disallowed-ics: []
            default-coordinate-system: RELATIVE
            save-persistent-data: true
            midi-use-percussion: false
            break-on-error: false
        wiring:
            netherrack-enabled: false
            pumpkins-enabled: false
            glowstone-enabled: false
            glowstone-off-block: GLASS
        pipes:
            enable: false
            allow-diagonal: false
            insulator-block: WOOL
            stack-per-move: true
            require-sign: false
        jukebox:
            enable: false
    mechanics:
        ai:
            enable: false
            vision-enable:
            - Zombie
            - PigZombie
            crit-bow-enable:
            - Skeleton
            attack-passive-enable:
            - Zombie
        ammeter:
            enable: false
            item: COAL
        area:
            enable: false
            allow-redstone: true
            use-schematics: true
            shorten-long-names: true
            max-size: 5000
            max-per-user: 30
        better-leads:
            enable: false
            stop-mob-target: false
            owner-unleash-only: false
            hitch-persists: false
            mob-repel: false
            allowed-mobs:
            - ZOMBIE
            - SPIDER
        better-physics:
            enable: false
            falling-ladders: true
        better-pistons:
            enable: false
            crushers: true
            crushers-kill-mobs: false
            crusher-blacklist:
            - OBSIDIAN
            - BEDROCK
            super-sticky: true
            super-push: true
            movement-blacklist:
            - OBSIDIAN
            - BEDROCK
            bounce: true
            bounce-blacklist:
            - OBSIDIAN
            - BEDROCK
            max-distance: 12
        better-plants:
            enable: false
            fern-farming: true
        bookcase:
            enable: false
            read-when-sneaking: 'no'
            read-when-holding-block: false
        bridge:
            enable: false
            allow-redstone: true
            max-length: 30
            max-width: 5
            blocks:
            - COBBLESTONE
            - WOOD
            - GLASS
            - DOUBLE_STEP
            - WOOD_DOUBLE_STEP
        cauldron:
            enable: false
            spoons: true
            enable-redstone: false
            item-tracking: false
        chair:
            enable: false
            allow-holding-blocks: false
            regen-health: true
            blocks:
            - WOOD_STAIRS
            - COBBLESTONE_STAIRS
            - BRICK_STAIRS
            - SMOOTH_STAIRS
            - NETHER_BRICK_STAIRS
            - SANDSTONE_STAIRS
            - SPRUCE_WOOD_STAIRS
            - BIRCH_WOOD_STAIRS
            - JUNGLE_WOOD_STAIRS
            - QUARTZ_STAIRS
            - ACACIA_STAIRS
            face-correct-direction: true
            require-sign: false
            max-distance: 3
            max-click-radius: 5
        chunk-anchor:
            enable: false
            enable-redstone: true
            check-chunks: true
        command-items:
            enable: false
        command-sign:
            enable: false
            allow-redstone: true
        cooking-pot:
            enable: false
            allow-redstone: true
            require-fuel: true
            cook-ores: false
            sign-click-open: true
            take-buckets: false
            super-fast-cooking: false
        custom-crafting:
            enable: false
        dispenser-recipes:
            enable: false
            cannon-enable: true
            fan-enable: true
            fire-arrows-enable: true
            snow-shooter-enable: true
            xp-shooter-enable: true
        custom-drops:
            enable: false
            require-permissions: false
        door:
            enable: false
            allow-redstone: true
            max-length: 30
            max-width: 5
            blocks:
            - COBBLESTONE
            - WOOD
            - GLASS
            - DOUBLE_STEP
            - WOOD_DOUBLE_STEP
        elevator:
            enable: false
            enable-buttons: true
            allow-looping: false
            smooth-movement: false
            smooth-movement-speed: 0.5
        footprints:
            enable: false
            blocks:
            - DIRT
            - SAND
            - SNOW
            - SNOW_BLOCK
            - ICE
        gate:
            enable: false
            allow-redstone: true
            limit-columns: true
            max-columns: 14
            blocks:
            - FENCE
            - IRON_FENCE
            - THIN_GLASS
            - NETHER_FENCE
            enforce-type: true
            max-column-height: 12
            gate-search-radius: 3
        head-drops:
            enable: false
            drop-mob-heads: true
            drop-player-heads: true
            require-player-killed: true
            drop-head-when-mined: true
            override-natural-head-drops: false
            drop-rate: 0.05
            looting-rate-modifier: 0.05
            show-name-right-click: true
            drop-rates: {}
            custom-mob-skins: {}
        hidden-switch:
            enable: false
            any-side: true
        legacy-cauldron:
            enable: false
            block: STONE
        lightstone:
            enable: false
            item: GLOWSTONE_DUST
        light-switch:
            enable: false
            max-range: 10
            max-lights: 20
        map-changer:
            enable: false
        marquee:
            enable: false
        paintings:
            enable: false
        payment:
            enable: false
        sign-copy:
            enable: false
            item: INK_SACK:0
        snow:
            enable: false
            piling: false
            trample: false
            partial-trample-only: false
            jump-trample: false
            place: false
            slowdown: false
            realistic: false
            high-piling: false
            max-pile-height: 3
            replacable-blocks:
            - DEAD_BUSH
            - LONG_GRASS
            - YELLOW_FLOWER
            - RED_ROSE
            - BROWN_MUSHROOM
            - RED_MUSHROOM
            - FIRE
            falldown-animation-speed: 5
            freeze-water: false
            melt-in-sunlight: false
            partial-melt-only: false
        sponge:
            enable: false
            radius: 5
            circular-radius: true
            require-redstone: false
        teleporter:
            enable: false
            require-sign: false
            max-range: 0
        tree-lopper:
            enable: false
            block-list:
            - LOG
            - LOG_2
            tool-list:
            - IRON_AXE
            - WOOD_AXE
            - STONE_AXE
            - DIAMOND_AXE
            - GOLD_AXE
            max-size: 30
            allow-diagonals: false
            enforce-data: false
            place-saplings: false
            break-leaves: false
        xp-storer:
            enable: false
            require-bottle: false
            xp-per-bottle: 16
            block: MOB_SPAWNER
            require-sneaking-state: 'no'
    vehicles:
        minecart:
            decay-when-empty:
                enable: false
                time-in-ticks: 20
            mechanisms:
                station:
                    enable: false
                    block: OBSIDIAN:0
                sorter:
                    enable: false
                    block: NETHERRACK:0
                ejector:
                    enable: false
                    block: IRON_BLOCK:0
                deposit:
                    enable: false
                    block: IRON_ORE:0
                teleport:
                    enable: false
                    block: EMERALD_BLOCK:0
                elevator:
                    enable: false
                    block: NETHER_BRICK:0
                messager:
                    enable: false
                    block: ENDER_STONE:0
                reverse:
                    enable: false
                    block: WOOL:0
                max-speed:
                    enable: false
                    block: COAL_BLOCK:0
                speed-modifier:
                    enable: false
                    max-boost-block: GOLD_BLOCK:0
                    25x-boost-block: GOLD_ORE:0
                    50x-slow-block: SOUL_SAND:0
                    20x-slow-block: GRAVEL:0
                dispenser:
                    enable: false
                    block: EMERALD_ORE:0
                    spawn-infront: false
                    check-for-carts: true
                    propel-cart: false
            fall-speed:
                enable: false
                vertical-fall-speed: 0.9
                horizontal-fall-speed: 1.1
            more-rails:
                enable: false
                pressure-plate-intersection: false
                ladder-vertical-rail: false
                ladder-vertical-rail-velocity: 0.5
            remove-entities:
                enable: false
                remove-other-minecarts: false
                allow-empty-carts: false
            vision-steering:
                enable: false
                minimum-sensitivity: 3
            block-mob-entry:
                enable: false
            remove-on-exit:
                enable: false
                give-item: false
            collision-entry:
                enable: false
            item-pickup:
                enable: false
            constant-speed:
                enable: false
                speed: 0.5
            rail-placer:
                enable: false
            speed-modifiers:
                enable: false
                max-speed: 0.4
                off-rail-speed: 0.0
            empty-slowdown-stopper:
                enable: false
            no-collide:
                enable: false
                empty-carts: true
                full-carts: false
            place-anywhere:
                enable: false
            temporary-cart:
                enable: false
        boat:
            drops:
                enable: false
            remove-on-exit:
                enable: false
                give-item: false
            land-boats:
                enable: false
            remove-entities:
                enable: false
                remove-other-boats: false
            speed-modifiers:
                enable: false
                max-speed: 0.4
                unnoccupied-deceleration: -1.0
                occupied-deceleration: 0.2
            uncrashable:
                enable: false
            water-place-only:
                enable: false
    

    Как можно скорее нужна ваша помощ!
     
  2. Хостинг MineCraft
    <
  3. Bonedon

    Bonedon Активный участник Пользователь Заблокирован

    Баллы:
    88
    Skype:
    Ybral_ot_Daynov
    Имя в Minecraft:
    Bonedon
    Уважаемый, а так трудно в наше время скачать последнюю версию плагина?
     
  4. Автор темы
    Primal_Healer

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

    Баллы:
    103
    Skype:
    primal.healer.tmp
    Имя в Minecraft:
    Primal_Healer
    С ней проблема ещё хуже. На последней версии плагин вообще не работает т.к. сервер 1.7.2, а плагин 1.7.9[DOUBLEPOST=1406390372,1406389964][/DOUBLEPOST]
    Код:
    [19:54:53] [Server thread/INFO]: [CraftBook] Enabling CraftBook v3.9-SNAPSHOT:3873-edf1456,master
    [19:54:53] [Server thread/INFO]: [CraftBook] Default configuration file written: /home/minecraft/multicraft/servers/server1749/plugins/CraftBook/config.yml
    [19:54:53] [Server thread/INFO]: [CraftBook] Loading persistent data from YAML!
    [19:54:53] [Server thread/INFO]: [CraftBook] Default configuration file written: /home/minecraft/multicraft/servers/server1749/plugins/CraftBook/mechanisms.yml
    [19:54:53] [Server thread/INFO]: [CraftBook] Enumerating chunks for self-triggered components...
    [19:54:53] [Server thread/INFO]: [CraftBook] 1877 chunk(s) for 3 world(s) processed (92ms elapsed)
    [19:54:54] [Server thread/INFO]: [CraftBook] CraftBook v3.9 Beta 3 is the latest version available, and the updatability of it is: UPDATE_AVAILABLE. You currently have version CraftBook v3.9 Beta 3 installed.
    [19:54:54] [Server thread/ERROR]: Error occurred while enabling CraftBook v3.9-SNAPSHOT:3873-edf1456,master (Is it up to date?)
    java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()Ljava/util/Collection;
        at com.sk89q.craftbook.bukkit.CraftBookPlugin.checkForUpdates(CraftBookPlugin.java:774) ~[?:?]
        at com.sk89q.craftbook.bukkit.CraftBookPlugin.registerGlobalEvents(CraftBookPlugin.java:679) ~[?:?]
        at com.sk89q.craftbook.bukkit.CraftBookPlugin.onEnable(CraftBookPlugin.java:433) ~[?:?]
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:250) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:350) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:389) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
        at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugin(CraftServer.java:439) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
        at org.bukkit.craftbukkit.v1_7_R1.CraftServer.enablePlugins(CraftServer.java:375) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
        at net.minecraft.server.v1_7_R1.MinecraftServer.m(MinecraftServer.java:342) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
        at net.minecraft.server.v1_7_R1.MinecraftServer.g(MinecraftServer.java:319) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
        at net.minecraft.server.v1_7_R1.MinecraftServer.a(MinecraftServer.java:275) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
        at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:175) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
        at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:424) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
        at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
    [DOUBLEPOST=1406392153][/DOUBLEPOST]UP!!![DOUBLEPOST=1406439416][/DOUBLEPOST]UP!! UP!! UP!!
     
  5. Serrrgio

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

    Баллы:
    173
    Skype:
    nonecsa
    Имя в Minecraft:
    None
  6. Автор темы
    Primal_Healer

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

    Баллы:
    103
    Skype:
    primal.healer.tmp
    Имя в Minecraft:
    Primal_Healer
    Изначально тема была написана именно от этой версии.
     
  7. Serrrgio

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

    Баллы:
    173
    Skype:
    nonecsa
    Имя в Minecraft:
    None
    в логе первого поста нет никакой ошибки, просто плагин сообщает что есть обновления, откатывайся.
     
  8. Автор темы
    Primal_Healer

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

    Баллы:
    103
    Skype:
    primal.healer.tmp
    Имя в Minecraft:
    Primal_Healer
    Вернулся. Вот результат:

    В чате пишет: Warning! You have no mechanics enabled, the plugin will appear to do nothing until a feature is enabled!

    В логе пишет:
    Код:
    [CraftBook] Enabling CraftBook v3.8-SNAPSHOT:3779-116355d,master
    [09:59:03] [Server thread/INFO]: [CraftBook] Default configuration file written: /home/minecraft/multicraft/servers/server1749/plugins/CraftBook/config.yml
    [09:59:03] [Server thread/INFO]: [CraftBook] Loading persistant data from YAML!
    [09:59:03] [Server thread/INFO]: [CraftBook] Enumerating chunks for self-triggered components...
    [09:59:03] [Server thread/INFO]: [WorldEdit] Using external NmsBlock for this version: CBXNmsBlock_172
    [09:59:03] [Server thread/INFO]: [CraftBook] 1877 chunk(s) for 3 world(s) processed (68ms elapsed)
    [09:59:03] [Server thread/INFO]: [CraftBook] CraftBook v3.9 Beta 3 is the latest version available, and the updatability of it is: UPDATE_AVAILABLE. You currently have version CraftBook v3.9 Beta 3 installed.
     
  9. Serrrgio

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

    Баллы:
    173
    Skype:
    nonecsa
    Имя в Minecraft:
    None
    v3.8.8?
     
  10. Автор темы
    Primal_Healer

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

    Баллы:
    103
    Skype:
    primal.healer.tmp
    Имя в Minecraft:
    Primal_Healer
    Щас попробую.
     
  11. Автор темы
    Primal_Healer

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

    Баллы:
    103
    Skype:
    primal.healer.tmp
    Имя в Minecraft:
    Primal_Healer
    Плагин просто не работает и всё.
    На этот раз лови полный лог[DOUBLEPOST=1406442163,1406442128][/DOUBLEPOST]
    Не понял. Чтото нужно сделать?
     

    Вложения:

    • latest.zip
      Размер файла:
      5,4 КБ
      Просмотров:
      8
  12. Автор темы
    Primal_Healer

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

    Баллы:
    103
    Skype:
    primal.healer.tmp
    Имя в Minecraft:
    Primal_Healer
    Я полностью папку удалял. Толку нет
     
  13. Автор темы
    Primal_Healer

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

    Баллы:
    103
    Skype:
    primal.healer.tmp
    Имя в Minecraft:
    Primal_Healer
    Да включено это. Ты не видишь чтоли конфиг в начале темы?
     
  14. Автор темы
    Primal_Healer

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

    Баллы:
    103
    Skype:
    primal.healer.tmp
    Имя в Minecraft:
    Primal_Healer
    Это не касается механизмов. Это просто дополнения![DOUBLEPOST=1406449686,1406447584][/DOUBLEPOST]UP!
     
  15. Alexgrist

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

    Баллы:
    173
    Вообще-то у тебя в конфиге действительно всё выключено.. Что ждёшь от плагина не понятно.
     

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