ElitePluginS | Survival /*\ Hile Koruma /*\ - Türkçe | V.3 - Yeni Eklentili - 1.7.X - Plugin Paketi

  • Konuyu Başlatan Konuyu Başlatan Zergi
  • Başlangıç tarihi Başlangıç tarihi
  • Görüntüleme 17.384
  • Etiketler Etiketler
    pkaet
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Pluginer arıyorum serverime skyp depremzede14789 ! EKLEYİN KONUŞALIM PAKET YAPCAK YANİ EDİTLİCEK !
SAkın İnanmayın O kişi benim plugin paketimi çaldı bu mesajı okuyan sakın ama sakın vermesin ona plugin ! yoksa pişman olursun!
 
Beğendim güzelmiş güzel olmuş herkeze tavsiye ederim
 
seninle birlikte çalışabilirmiyim ? yada yardımcı[DOUBLEPOST=1442391162,1442387456][/DOUBLEPOST]Plugin Paketi Süper Detayları Fena Değil Ama Hack Engelleme Falan Gayet Çok Çok Başarılı Devamını Bekliyorum Mutlaka Değişik V.4 sürümünü bekliyorm
 
seninle birlikte çalışabilirmiyim ? yada yardımcı[DOUBLEPOST=1442391162,1442387456][/DOUBLEPOST]Plugin Paketi Süper Detayları Fena Değil Ama Hack Engelleme Falan Gayet Çok Çok Başarılı Devamını Bekliyorum Mutlaka Değişik V.4 sürümünü bekliyorm
Skype eklerseniz yardımcı olabilirm
 
Abi Çok Güzel Olmuş Eline Sağlık ...
 
Emeğine sağlık kardeşim çok beğendim başarılarının devamını dilerim
 

Usta skype bozuk ulaşamıyorum bir sorun var lagg clear plugininde.Şimdi şöyle itemleri yere atıyorsun yere düşmeden havada siliniyor onu nasıl ayarlayabiliriz sanırım plugin hatası ? Ve 6 dakikada bir lagg clear gelmiyor configlere bile baktım yok yinede çalışmıyor [Kısa bir Not] = /lagg reload çekince belirli bir süre kadar itemler yere düşsede silinmiyor 4-5 dakika belki gidiyor sonra tekrar havada düşmeden siliniyor itemler
 
Usta skype bozuk ulaşamıyorum bir sorun var lagg clear plugininde.Şimdi şöyle itemleri yere atıyorsun yere düşmeden havada siliniyor onu nasıl ayarlayabiliriz sanırım plugin hatası ? Ve 6 dakikada bir lagg clear gelmiyor configlere bile baktım yok yinede çalışmıyor [Kısa bir Not] = /lagg reload çekince belirli bir süre kadar itemler yere düşsede silinmiyor 4-5 dakika belki gidiyor sonra tekrar havada düşmeden siliniyor itemler
PHP:
#--------------------------------------------------------------------#
#                   ClearLag Configuration File                      #
#--------------------------------------------------------------------#
# Configure to your liking, reload the config by tying: /lagg reload #
#                                -                                   #
#        Here is a helpful tutorial on this configuration setup!     #
#   http://dev.bukkit.org/server-mods/clearlagg/pages/config-setup/  #
#--------------------------------------------------------------------#
#                     All possible mob names                         #
# http://dev.bukkit.org/server-mods/clearlagg/pages/mob-types/nodes/ #
#--------------------------------------------------------------------#
settings:
  auto-update: false
  enable-signs: true
  config-version: twelve
  disable-waterlife: true
  keep-spawn-in-memory: true
 
#Should clearlag reset the config (more stable), or attempt to add the new paths into your config?
# -- Puting this as false wont reset your config, but may cause bugs.. Still in testing!
config-updater:
  force-update: false
#This limits the mob egg spawners so players cannot "overload" the server with them
# -- 'check-radius' stands for the radius clearlag will check for nearby entities
# -- 'max-mobs' is how many entities may be in the radius before the spawning is blocked
mobegg-limiter:
  enabled: true
  check-radius: 8
  max-mobs: 100
#Disable new chunk generation, or just put a cap on how many can load at once.
# -- THIS DOES NOT WORK WITH 1.6.4!
chunk-limiter:
  enabled: true
  limit: 600
  create-new-chunks: true
#This modifies not only the view of the mobs, but will also simplify how they spawn
# -- They may spawn with armor, even if it was spawned with commands
# -- Lower it is, the better your entity tick will be
# -- If it's too high, expect bugs / lots of lag
# -- You MUST reboot your server to use these, /lagg reload will NOT work...
mob-range:
  enabled: true
  zombie: 30
  skeleton: 30
  creeper: 30
#How long should items/Mobs be left on the ground
# -- Goes by seconds
live-time:
  enabled: false
  interval: 10
  mobtimer: true
  itemtimer: true
  moblivetime: 600
  itemlivetime: 240
#Let clearlag control the spawning in ALL worlds? (Supports all plugins!)
# -- This will also respect cancelations, unlike minecraft's native code
custom-mobspawner:
  enabled: true
#How many times should clearlag attempt to find a safe location for the mob to spawn
  max-tries: 50
#(In seconds) how often should clearlag try to spawn mobs?
  interval: 60
#This is the radius around the player
  radius: 20
#This is the radius FROM the player (in blocks!)
  radius-from: 7
#How far should mobs spawn from eachother (NOT in blocks!!) (1,010 = around 10-20 blocks)
  mob-radius: 1010
#Should we keep trying to spawn a mob if a clear location isn't found
  forcespawn: false
#4 = nighttime, what light level should mobs spawn in
  lightlevel: 4
#Chance mobs will have armor/sword, 1 being diamond every time
  armor-chance: 30
  mobs: #More types of a mob, more likely it'll spawn(ONLY IN NORMAL WORLDS!)
    - zombie 5
    - skeleton 3
    - creeper
    - enderman
  animals: #More types of a mob, more likely it'll spawn(ONLY IN NORMAL WORLDS!)
    - pig 4
    - sheep 1
    - cow 6
    - chicken 2
 
#This option disallows the placement of too many tnt-minecarts
tnt-minecart:
  enabled: false
  max: 2
  radius: 6
 
#This option reduces global dispenser rate
dispenser-reducer:
  enabled: true
  time: 100
 
#This option reduces the explosions of mass amounts of tnt, and reduces tnt lag
tnt:
  tnt-reducer: true
 
#This option reduces fire spread rate
firespread-reducer:
  enabled: false
  time: 2000
 
#How many entities should one chunk be allowed to hold?
chunk-entity-limiter:
  enabled: true
  clean-chunk: true
  limit: 40
 
spawn-limiter:
  enabled: true
  interval: 15
  monsters: 100
  animals: 100
 
#Meters your TPS, if it goes to low, run the commands you wrote below!
tps-meter:
  enabled: true
  interval: 60
  tps-trigger: 17.0
  commands:
    - 'lagg killmobs'
    - 'lagg clear'
 
#This is /lagg killmobs, put what you DON'T want removed!
kill-mobs:
   disable-build-wither: false
   mob-filter:
        - Villager
        - Wolf
        - Horse
 
#This takes care of mob spawners
mobspawner:
  enabled: true
  max-spawn: 4
 
#No longer bugged! -- Dont use if you have CB++ or Spigot!
item-merger:
  enabled: false
  radius: 6
 
#Auto-removal options
auto-removal:
  warning-message: '&b&l>> &6Yerdeki Coplerin Silinmesi Icin &eSon 60 Saniye.!'
  broadcast-message: '&b&l>> &6Yerdeki Coplerin Silinmesi Icin &eSon 60 Saniye.!'
  broadcast-warning: true
  enable-scheduler: true
  autoremoval-interval: 120
  warning-delay: 60
 
#What should be removed during an auto-removal
remove:
  world-filter:
    - this_world
  broadcast-removal: true
  boat: true
  falling-block: true
  experienceOrb: true
  painting: true
  projectile: true
  item: true
  itemframe: false
  minecart: true
  primed-tnt: true
  arrow: true
  snowball: true
  fireball: true
  ender-signal: true
  item-filter:
  # - 264
  # - 265
  # - 311
  # - 312
  # - 266
  mobs:
  # - cow
#What should be removed during /lagg clear
command-remove:
  world-filter:
    - this_world
  broadcast-removal: false
  boat: true
  falling-block: true
  experienceOrb: true
  painting: true
  projectile: true
  item: true
  itemframe: false
  minecart: true
  primed-tnt: true
  arrow: true
  snowball: true
  fireball: true
  ender-signal: true
  item-filter:
  # - 264
  # - 265
  # - 311
  # - 312
  # - 266
  mobs:
  # - cow
  
check:
  world-filter:
    - this_world
  boat: true
  falling-block: true
  experienceOrb: true
  painting: true
  projectile: true
  item: true
  itemframe: false
  minecart: true
  primed-tnt: true
  arrow: true
  snowball: true
  fireball: true
  ender-signal: true
  item-filter:
  # - 264
  # - 265
  # - 311
  # - 312
  # - 266
  mobs:
    creature: true
    animals: true
    monster: true
  
limit:
  enable-limit: true
  max: 10
  check-interval: 60
  world-filter:
    - this_world
  broadcast-removal: true
  remove:
  boat: true
  falling-block: true
  experienceOrb: true
  painting: true
  projectile: true
  item: true
  itemframe: false
  minecart: true
  primed-tnt: true
  arrow: true
  snowball: true
  fireball: true
  ender-signal: true
  item-filter:
  # - 264
  # - 265
  # - 311
  # - 312
  # - 266

Config.yml bu yap mutlaka değişecektir.
 
Kardeşim son birşey daha /mobkill all çekince eşya çerçeveleri de siliniyor onu nasıl engelleyebiliriz ? sanırım buda bir sorun ?
 
Son düzenleme:
Başarılı Paket Devamı Gelsin
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Hala Discord sunucumuza katılmadın mı?

Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!

Şimdi Katıl
Üst