"4 otázky o pluginech"

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
SlePicka
Příspěvky: 126
Registrován: 12 úno 2014, 19:21
Reputation: 0

"4 otázky o pluginech"

#1 Příspěvekod SlePicka » 15 úno 2014, 12:48

93.91.250.131:27811

Zdravím, mám pár otázek:

1. Jestliže mám AdminCMD, jak nastavím knihu, která se spawne po prvním příchodu na server hráči s informacemi?
2. Když jsem vymazal v AdminCMD News, Rules a Motd, tak se mi to stále po příchodu na server ukazuje.Jak to mám prosím zrušit?
3. Stáhl jsem si CraftBook (&WorldEdit), nainstaloval, ale stejně mi nejdou dělat brány, mosty apod.
Jak udělám, aby to fungovalo?
Config:
Spoiler: zobrazit

Kód: Vybrat vše

# CraftBook Configuration for Bukkit. Generated for version: 3.8-SNAPSHOT:3640-cac26c9,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: false

# 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: false

# 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
persistent-storage-type: YAML
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
    bookcase:
        enable: false
        read-when-sneaking: false
        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
    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
        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
        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
        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
    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

4. A poslední zpráva je ta, že i když mám nastavené OP v permissích admina (PEX), tak ho nemám.
A ta ještě horší je, že mi nefunguje Weather Clear, i když mám OP a ani dávat hodnosti PEX.
Config:
Spoiler: zobrazit

Kód: Vybrat vše

groups:
  Premium:
    default: false
    prefix: '&6'
    suffix: '&f'
  Hrac:
    default: true
    prefix: '&2'
    suffix: '&f'
  Admin:
    default: false
    prefix: '&c'
    suffix: '&f'
    permisions:
    - '*'
users:
  SupertCZ:
    group:
    - Admin
  TheGomezbros4:
    group:
    - Admin
  MeldenCZ:
    group:
    - Admin
  veda1:
    group:
    - Admin
  Lesa:
    group:
    - Admin
Naposledy upravil(a) SlePicka dne 15 úno 2014, 14:32, celkem upraveno 2 x.

Vilak
Příspěvky: 316
Registrován: 11 zář 2013, 19:07
Reputation: 0
Kontaktovat uživatele:

Re: "4 otázky o pluginech"

#2 Příspěvekod Vilak » 15 úno 2014, 13:52

dej sem seznam pluginu
Pokud sem pomohl, dejte karmu + :)
Majitel mc serveru IP: mc.weap.cz
naše webové stránky: weap.cz

SlePicka
Příspěvky: 126
Registrován: 12 úno 2014, 19:21
Reputation: 0

Re: "4 otázky o pluginech"

#3 Příspěvekod SlePicka » 15 úno 2014, 13:58

AdminCMD, AuthMe, Citizens, CoreProtect, CraftBook, ChatEx, ChestShop, iConomy, Jobs, mcMMO, mcore, PermissionsEX, Vault, WorldEdit, WorldBorder, Factions

marty_
Příspěvky: 1191
Věk: 54
Registrován: 27 srp 2012, 10:10
Reputation: 0
Bydliště: Hranice na Morave
Kontaktovat uživatele:

Re: "4 otázky o pluginech"

#4 Příspěvekod marty_ » 15 úno 2014, 14:31

nekdy toto

Kód: Vybrat vše

 - '*'
nepomuze jako multipermise :-)
pridej tam do skupiny Admin napr tuto permisi:

Kód: Vybrat vše

PermissionsEx.*
Všechny své servery jsem sloučil pomocí BungeeCordu na jediny multiserver play.hero-craft.cz a jsem maximálně spokojenej :)
Jsou to tyto:
Lobby (1.11), Creativ(1.12), Skyblock(1.12), Planet(1.12), Games(1.9.4), Hranice(1.11), Classic(1.12), , Seniorcraft (1.12), a dalsi pripravuji... (aktualne RPG 1.12)

SlePicka
Příspěvky: 126
Registrován: 12 úno 2014, 19:21
Reputation: 0

Re: "4 otázky o pluginech"

#5 Příspěvekod SlePicka » 15 úno 2014, 14:35

Taky nepomaha. Zkouska: /deop SlePicka a /op Slepicka = Sorry, but you dont permissions blablabla..

marty_
Příspěvky: 1191
Věk: 54
Registrován: 27 srp 2012, 10:10
Reputation: 0
Bydliště: Hranice na Morave
Kontaktovat uživatele:

Re: "4 otázky o pluginech"

#6 Příspěvekod marty_ » 15 úno 2014, 22:06

a /pex ti jde?

teda pokud to PermissionsEx.* mas porad v permisich

pokud ne , ukaz jeste jednou permise jak to mas + log serveru po startu.
Všechny své servery jsem sloučil pomocí BungeeCordu na jediny multiserver play.hero-craft.cz a jsem maximálně spokojenej :)
Jsou to tyto:
Lobby (1.11), Creativ(1.12), Skyblock(1.12), Planet(1.12), Games(1.9.4), Hranice(1.11), Classic(1.12), , Seniorcraft (1.12), a dalsi pripravuji... (aktualne RPG 1.12)

Uživatelský avatar
nejento
Příspěvky: 9815
Registrován: 28 lis 2011, 14:09
Reputation: 55
Kontaktovat uživatele:

Re: "4 otázky o pluginech"

#7 Příspěvekod nejento » 15 úno 2014, 23:47

1) Připrav si napsanou knihu a vyprázdni si potom celý inventář. Potom použij příkaz /dkit název. Potom v kits.yml nastav název tohoto kitu, který bude předán při přihlášení na server.
2) Smažeš je v souborech news.txt, motd.txt apod... A musíš to dělat při vypnutém serveru.
3) Protože to všechno si musíš nastavit tady:
Spoiler: zobrazit

Kód: Vybrat vše

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
    bookcase:
        enable: false
        read-when-sneaking: false
        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
    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
        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
        block: MOB_SPAWNER
        require-sneaking-state: 'no'

4) AdminCMD má pířkaz /wclear. Jinak sem můžeš zkusit dát ještě server.properites do Code a Spoileru a tam, pokud jsi něco nepřenastavoval by mohla být chybka.
Obrázek

Obrázek Přidejte se ke komunitě zákazníků na FakaHeda.eu Discord! Poznejte nové lidi nebo vyřešte svůj technický problém živě: https://discord.fakaheda.eu/

SlePicka
Příspěvky: 126
Registrován: 12 úno 2014, 19:21
Reputation: 0

Re: "4 otázky o pluginech"

#8 Příspěvekod SlePicka » 20 úno 2014, 22:40

Ok, díky, všechno vyřešeno, můžete lock. ;)

//LOCK -vm


Zpět na „Minecraft, Tekkit“

Kdo je online

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