Stránka 1 z 1

Nejde PVP

Napsal: 21 zář 2015, 20:17
od TheGoldTiger
Server: 93.91.250.139:27048

Ahoj, mám problém, že mi nejde na serveru PVP. Tento problém jsem řešil již nedávno, v configu multiverse světů bylo pvp na false, teď je tam true, v nastavení serveru je taky true u pvp.

region __global__ má pvp allow

pluginy:
Spoiler: zobrazit
dynmap, WorldEdit, Essentials, ClearLag, AutoMessage, EnchantedFurnace, ProtocolLib, Multiverse-Core, WorldGuard, LibsDisguises, CustomDeathMessages, SkinsRestorer, CustomServerMessages, SafeEdit, EssentialsProtect, EssentialsChat, PermissionsEx, LagMeter, mcMMO, Multiverse-Portals, Vault, EssentialsSpawn, FakaHedaMinequery, MyCommand, MassiveCore, GriefLog, BlockHunt, ItemSlotMachine, uSkyBlock, HeadHunting, Jobs, MobArena, Jail, HolographicDisplays, Marriage, Citizens, Residence, GlobalMarket, AuthMe, Factions, CombatTagPlus, Dynmap-Factions, BattleArena, ScoreboardStats

Re: Nejde PVP

Napsal: 21 zář 2015, 20:19
od zabijak
Koukni ještě sem EssentialsProtect

Re: Nejde PVP

Napsal: 21 zář 2015, 20:36
od TheGoldTiger
Spoiler: zobrazit

Kód: Vybrat vše

############################################################
# +------------------------------------------------------+ #
# |                 EssentialsProtect                    | #
# +------------------------------------------------------+ #
############################################################

# This section requires the EssentialsProtect.jar to work.

protect:

  # General physics/behavior modifications.
  prevent:
    lava-flow: false
    water-flow: false
    water-bucket-flow: true
    fire-spread: true
    lava-fire-spread: true
    flint-fire: false
    lightning-fire-spread: true
    portal-creation: false
    tnt-explosion: false
    tnt-playerdamage: false
    tnt-minecart-explosion: false
    tnt-minecart-playerdamage: false
    fireball-explosion: false
    fireball-fire: false
    fireball-playerdamage: false
    witherskull-explosion: false
    witherskull-playerdamage: false
    wither-spawnexplosion: false
    wither-blockreplace: false
    creeper-explosion: false
    creeper-playerdamage: false
    creeper-blockdamage: true
    enderdragon-blockdamage: true
    enderman-pickup: false
    villager-death: false
    # Monsters won't follow players.
    # permission essentials.protect.entitytarget.bypass disables this.
    entitytarget: false
    # Prevent the spawning of creatures.
    spawn:
      creeper: false
      skeleton: false
      spider: false
      giant: false
      zombie: false
      slime: false
      ghast: false
      pig_zombie: false
      enderman: false
      cave_spider: false
      silverfish: false
      blaze: false
      magma_cube: false
      ender_dragon: false
      pig: false
      sheep: false
      cow: false
      chicken: false
      squid: false
      wolf: false
      mushroom_cow: false
      snowman: false
      ocelot: false
      iron_golem: false
      villager: false
      wither: false
      bat: false
      witch: false
      horse: false

  # Maximum height the creeper should explode. -1 allows them to explode everywhere.
  # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
  creeper:
    max-height: -1

  # Disable various default physics and behaviors.
  disable:
    # Should fall damage be disabled?
    fall: false

    # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
    # They will be unable to attack users without that same permission node.
    pvp: false

    # Should drowning damage be disabled?
    # (Split into two behaviors; generally, you want both set to the same value.)
    drown: false
    suffocate: false

    # Should damage via lava be disabled?  Items that fall into lava will still burn to a crisp. ;)
    lavadmg: false

    # Should arrow damage be disabled?
    projectiles: false

    # This will disable damage from touching cacti.
    contactdmg: false

    # Burn, baby, burn!  Should fire damage be disabled?
    firedmg: false

    # Should the damage after hit by a lightning be disabled?
    lightning: false

    # Should Wither damage be disabled?
    wither: false

    # Disable weather options?
    weather:
      storm: false
      thunder: false
      lightning: false


Tady taky nevidím, že by bylo něco špatně.

Re: Nejde PVP

Napsal: 21 zář 2015, 20:42
od zabijak
pvp: false změn na pvp: true

Re: Nejde PVP

Napsal: 21 zář 2015, 20:46
od TheGoldTiger
Aha, díky, já jsem to kvůli tomu disable nad tím pochopil, jako, že když je tam true, tak to pvp vypíná.