Bukkit Serverde WorldGuard Kullanımı hakkında Destek

reiszorro

Ağaç Yumruklayıcı
En iyi cevaplar
0
Bukkit Serverde Bir Yere wg attıgım zaman rg flag ları ayarlıyrum creeper patlıyor kıramıyor. daha sonra Oyuncular birbirine vuramıyor falan ama
Sıkıntı surda Oyuncular Blokları kırabiliyor anlamadım gitti herseyi denedim gene olmadı bi destek olursanız sevinirim.
 

emrah4434

Obsidyen Madencisi
En iyi cevaplar
0
Bukkit Serverde Bir Yere wg attıgım zaman rg flag ları ayarlıyrum creeper patlıyor kıramıyor. daha sonra Oyuncular birbirine vuramıyor falan ama
Sıkıntı surda Oyuncular Blokları kırabiliyor anlamadım gitti herseyi denedim gene olmadı bi destek olursanız sevinirim.
Grupmanagerden sorun olabilir tam bilmiyorum.Ama bakcam

GT-S5360 cihazımdan Tapatalk 2 ile gönderildi.Yazim hatasi olabilir.
 

reiszorro

Ağaç Yumruklayıcı
En iyi cevaplar
0
Tellux Simdi Deneyeceğim. De benim bildigim WG attıgın an hic kimsenin kıramaması lazım flag komutu yazmaya grk olmaması lazım Ama deneyecegim.
 

reiszorro

Ağaç Yumruklayıcı
En iyi cevaplar
0
Bide Şçyle bi sorun var //expand vert ile uzunlugunu yapıyorum ama Örnegin wg yi atıgım yüzeye Creeper Spawnlayamıyorum Ancak Biraz üstüne blokla cıksam Creeper dogabiliyor. Pek Anlamış deilim ama bişiler Yapa Yapa cözerim Erinde Sonunda :D
 

reiszorro

Ağaç Yumruklayıcı
En iyi cevaplar
0
Tmm region sorununu hallettik Simdi bi Yardım daha isticem..

Bazı pluginler yükledim
Jobs plugininde Hiçbir Meslek yok. /jobs browse Falan yazınca ingilizce önce bi jobsa katılmalısınız Falan gibisinden bir şey Söylüyor.
Dosyalarından AyarlanMası gerek Galiba Ama Bende Anlamıyorum Neyi yapıcagımı söylerseniz ona göre Yaparım arkadaşlar ..
 

TelluxMatic

Altın Madencisi
En iyi cevaplar
0
Eski serverimde ayarladağım bir jobs configi."plugins/Jobs/jobsconfig"e gir.Şunları yapıştır.
Kod:
# Jobs configuration.
#
# Stores information about each job.
#
# For example configurations, visit http://dev.bukkit.org/server-mods/jobs/.

Jobs:
  Woodcutter:
    fullname: Oduncu
    shortname: O
    ChatColour: GREEN
    chat-display: full
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.05)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Break:
      LOG:
        income: 2.1
        experience: 2.1
    Place:
      SAPLING:
        income: 1.0
        experience: 1.0
      WOOD:
        income: 2.1
        experience: 2.1
    Kill:
      Player:
        income: 7.5
        experience: 7.5
    custom-kill:
      Woodcutter:
        income: 10.0
        experience: 10.0
    permissions:
      aaaaaatest.node:
        value: true
        level: 0
      aaaaaatest.node2:
        value: true
        level: 10
  Miner:
    fullname: Madenci
    shortname: M
    ChatColour: DARK_GRAY
    chat-display: full
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.05)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Break:
      STONE:
        income: 3.1
        experience: 3.1
      COAL_ORE:
        income: 5.1
        experience: 5.1
      REDSTONE_ORE:
        income: 6.1
        experience: 6.1
      IRON_ORE:
        income: 5.1
        experience: 8.1
      GOLD_ORE:
        income: 5.1
        experience: 5.1
      LAPIS_ORE:
        income: 3.1
        experience: 3.1
      DIAMOND_ORE:
        income: 10.1
        experience: 10.1
      OBSIDIAN:
        income: 15.1
        experience: 15.1
      MOSSY_COBBLESTONE:
        income: 5.1
        experience: 5.1
    Place:
      RAILS:
        income: 2.0
        experience: 2.0
      IRON_ORE:
        income: -5.0
        experience: -5.0
      GOLD_ORE:
        income: -6.0
        experience: -6.0
    Kill:
      Player:
        income: 7.5
        experience: 7.5
    custom-kill:
      Miner:
        income: 10.0
        experience: 10.0
  Digger:
    fullname: Kazici
    shortname: K
    ChatColour: GOLD
    chat-display: full
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.05)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Break:
      DIRT:
        income: 1.1
        experience: 1.1
      GRASS:
        income: 1.1
        experience: 1.1
      GRAVEL:
        income: 1.1
        experience: 3.0
      SAND:
        income: 1.1
        experience: 1.1
      CLAY:
        income: 1.1
        experience: 1.1
    Kill:
      Player:
        income: 7.5
        experience: 7.5
    custom-kill:
      Digger:
        income: 10.0
        experience: 10.0
  Hunter:
    fullname: Avci
    shortname: A
    ChatColour: RED
    chat-display: full
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.05)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Kill:
      Chicken:
        income: 1.1
        experience: 1.1
      Cow:
        income: 1.1
        experience: 1.1
      Pig:
        income: 1.1
        experience: 1.1
      Sheep:
        income: 1.1
        experience: 1.1
      Wolf:
        income: 1.1
        experience: 1.1
      Creeper:
        income: 10.0
        experience: 10.0
      Skeleton:
        income: 10.0
        experience: 10.0
      Spider:
        income: 10.0
        experience: 10.0
      Zombie:
        income: 10.0
        experience: 10.0
      Player:
        income: 7.5
        experience: 7.5
    custom-kill:
      Woodcutter:
        income: 10.0
        experience: 10.0
      Miner:
        income: 10.0
        experience: 10.0
      Digger:
        income: 10.0
        experience: 10.0
      Farmer:
        income: 10.0
        experience: 10.0
      Simyaci:
        income: 10.0
        experience: 10.0
      Hunter:
        income: 20.0
        experience: 20.0
  Fisherman:
    fullname: Balikci
    shortname: F
    ChatColour: AQUA
    chat-display: full
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.05)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Fish:
      RAW_FISH:
        income: 4.0
        experience: 4.0
    Kill:
      Player:
        income: 7.5
        experience: 7.5
    custom-kill:
      Fisherman:
        income: 10.0
        experience: 10.0
  Weaponsmith:
    fullname: Silahci
    shortname: W
    ChatColour: DARK_PURPLE
    chat-display: full
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.05)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Craft:
      WOOD_SWORD:
        income: 1.0
        experience: 1.0
      IRON_SWORD:
        income: 2.0
        experience: 2.0
      GOLD_SWORD:
        income: 3.0
        experience: 3.0
      DIAMOND_SWORD:
        income: 4.0
        experience: 4.0
    Smelt:
      IRON_INGOT:
        income: 2.0
        experience: 2.0
      GOLD_INGOT:
        income: 2.0
        experience: 2.0
  Simyaci:
    fullname: Simyaci
    shortname: B
    ChatColour: LIGHT_PURPLE
    chat-display: full
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.05)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Place:
      COBBLESTONE:
        income: 1.0
        experience: 1.0
      WOOD:
        income: 3.0
        experience: 3.0
      FENCE:
        income: 1.5
        experience: 1.5
      WOOL:
        income: 1.5
        experience: 1.5
      STONE:
        income: 3.0
        experience: 3.0
      GLOWSTONE:
        income: 3.0
        experience: 3.0
      SANDSTONE:
        income: 2.0
        experience: 2.0
      GLASS:
        income: 3.0
        experience: 3.0
      BRICK:
        income: 4.0
        experience: 4.0
      LAPIS_BLOCK:
        income: 6.0
        experience: 6.0
      DOUBLE_STEP:
        income: 2.0
        experience: 2.0
      STEP:
        income: 2.0
        experience: 2.0
      BOOKSHELF:
        income: 3.0
        experience: 3.0
      WOOD_STAIRS:
        income: 2.0
        experience: 2.0
      COBBLESTONE_STAIRS:
        income: 2.0
        experience: 2.0
      MOSSY_COBBLESTONE:
        income: 5.0
        experience: 5.0
      DIAMOND_BLOCK:
        income: 7.0
        experience: 7.0
      GOLD_BLOCK:
        income: 7.0
        experience: 7.0
    Kill:
      Player:
        income: 7.5
        experience: 7.5
    custom-kill:
      Simyaci:
        income: 10.0
        experience: 10.0
  Enchanter:
    fullname: Buyucu
    shortname: E
    ChatColour: DARK_BLUE
    chat-display: full
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.05)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Enchant:
      WOOD_SWORD:
        income: 4.0
        experience: 4.0
      IRON_SWORD:
        income: 6.0
        experience: 6.0
      GOLD_SWORD:
        income: 8.0
        experience: 8.0
      DIAMOND_SWORD:
        income: 10.0
        experience: 10.0
  None:
    fullname: None
    shortname: N
    ChatColour: WHITE
    chat-display: none
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.05)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Kill:
      Player:
        income: 7.5
 

reiszorro

Ağaç Yumruklayıcı
En iyi cevaplar
0
Orasını biliyoruz Canım :) Ama Hard bir Serverde Kac olmalı.. ve orda Lvl Artış Kodu var o Normalmi Onuda bilmiyorum.
 
Üst