Sol Reklam
Sağ Reklam

Ezprotector türkçe çeviri

Durum
Mesaj gönderimine kapalı.

EpikLava

Developer/oyna.epiklava.com
Katılım
1 Kasım 2018
Mesajlar
1.567
Elmaslar
419
Puanlar
8.735
Kod:
# eZProtector | Version 4.4.2
# To see what are the placeholders available to you, read the information page here: https:  -   - git.io  - vpDio

# Here you can modify the prefix of the plugin.
prefix: '&7[&aeZProtector&7]&f'

# If enabled, you'll get a message if there is a new version of eZProtector!
updater: true

# This feature blocks tab completion! (with various features added to it)
# Punishments and notifications will *not* work 1.13 or above
tab-completion:
  blocked: true
  # These commands will never be allowed to be tab completed!
  blacklisted:
  - unregister
  - .kickall
  - plugins
  - bukkit:plugins
  - pl
  - bukkit:pl
  - icanhasbukkit
  - ver
  - bukkit:ver
  - version
  - bukkit:version
  - '?'
  - bukkit:?
  - a
  - about
  - bukkit:about
  - help
  - bukkit:help
  warn:
    # If this option is set to true and a player holds the Tab key, they'll be spammed with the message below
    enabled: false
    message: '%prefix% &cTab tamamlama komutları için izniniz yok.'
  notify-admins:
    # If this is set to true, players with notify permissions will also get spammed if a player holds the Tab key.
    enabled: false
    message: '%prefix% %player% bir komutu Tab komudu ile çalıştırdı. &4(%command%)'
  punish-player:
    # This shouldn't really be necessary, but it's here for convenience. It's not recommended to punish a player for pressing the Tab key in the chat!
    enabled: false
    command: 'kick %player% %errormessage%'

# This blocks players from using commands such as   - bukkit:help or   - essentials:warp, since they can use that to bypass various protections.
hidden-syntaxes:
  blocked: true
  error-message: '%prefix% &cBu sözdizimi yasaktır.'
  # If you add a command to this list, it will not be blocked.
  whitelisted:
  - whitelisted:commands
  - with:hidden
  - syntaxes:here
  notify-admins:
    enabled: true
    message: '%prefix% %player% Gizli bir sözdizimi ile bir komut yapmaya çalıştım. &4(%command%)'
  punish-player:
    enabled: true
    command: 'kick %player% %errormessage%'

# This option allows you to set a custom list of plugins that will be shown if players do   - plugins
# This will *not* work if you add the plugins command to the blocked commands list.
custom-plugins:
  # If you enable this, the other three options will *not* work!
  enabled: true
  plugins: Fully, Custom, Plugins pl, plugman list
  # If the enabled option above is set to false, this message will be shown instead.
  error-message: '%prefix% &4Bu sunucunun eklenti listesini göremezsin.'
  notify-admins:
    enabled: true
    message: '%prefix% %player% Eklentiler listesini görmeye çalıştı'
  # The punish feature will only work if you have the custom-plugins feature set to false.
  punish-player:
    enabled: false
    command: 'kick %player% %prefix% Bunu yapmak için izniniz yok. (%command%)'

# Same deal as with the custom plugins above, but for the version command!
# It shows up as "This server is running server version Custom Version"
custom-version:
  # If you enable this, the other three options will *not* work!
  enabled: false
  version: "Custom Version"
  # If the enabled option above is set to false, this message will be shown instead.
  error-message: '%prefix% &4Bu sunucunun sürümünü göremezsin.'
  notify-admins:
    enabled: true
    message: '%prefix% %player% sunucu sürümünü görmeye çalıştı'
  # The punish feature will only work if you have the custom-version feature set to false.
  punish-player:
    enabled: false
    command: 'kick %player% %prefix% Bunu yapmak için izniniz yok. (%command%)'

# This option allows you to block any command you wish! Just add it to the list to
custom-commands:
  blocked: true
  error-message: '%prefix% Bunu yapmak için izniniz yok. &4(%command%)'
  commands:
  - bukkit
  - bukkit:me
  - bukkit:op
  - bukkit:deop
  - bukkit:gm
  - bukkit:s
  - bukkit
  - bukkit help
  - help
  - list
  - minecraft
  - minecraft:me
  - minecraft:op
  - minecraft:deop
  - s
  - bukkit:stop
  - stop
  - op
  - deop
  - plugins
  - pl
  - fdesc
  - f desc
  - bukkit:pl
  - bukkit:plugins
  - version
  - versions
  - pl version
  - bukkit:version
  - craftbukkit:
  - essentials
  - me
  - my
  - tell
  - announcer
  - an
  - announ
  - announcer:
  - say
  - bukkit:say
  - rl
  - logout
  - fix
  - fixall
  - debug
  - an
  - enchants
  - enchant
  - logouts
  - test~this
  - null: null
  - null
  - null:
  - cmute
  - ?
  - bukkit:?
  - bukkit:tell
  - motd
  - bukkit:motd
  - ci
  - plugins
  - plugin
  - essentials:me
  - essentials:tell
  - op ''
  - op '
  - unregister
  - op list
  - a
  - about
  - icanhasbukkit
  - '?'
  - plugman list
  - command_without_slash
  notify-admins:
    enabled: true
    message: '%prefix% &e%player% &bBu komudu denedi &e%command%'
  punish-player:
    enabled: true
    command: 'kick %player% %errormessage%'

# This section allows you to block various mods (and even punish players for some of them!)
# These **do not** work for 1.13
mods:
  5zig:
    block: true
  # This option also blocks Xaero's Minimap!
  betterpvp:
    block: false
  bettersprinting:
    block: false
  forge:
    block: true
    warning-message: '&4Uyarı &c- &f%player% Forge ile girdi fakat başarılı olamadı.'
    punish-command: %player% Atıldın &4Forge mod yasak.
  liteloader:
    block: true
    warning-message: '&4Uyarı &c- &f%player% Liteloader ile map çalmaya çalışıldı fakat başarılı olamadı
    punish-command:  %player% atıldın &4The LiteLoader mod yasak.
  schematica:
    block: false
  voxelmap:
    block: false
  wdl:
    block: true

# This is the end of the config! Yay!
 
S

Silinen üye 79251

Ziyaretçi

Bu çeviriyi forum halkı ile paylaştığınız için sizlere minettarız. Gerçekten çevirim başarılı ve özenle yapılmış. Ellerine sağlık!
 
Durum
Mesaj gönderimine kapalı.
Neden altınlarını Discord sunucumuzda kazmıyorsun? TIKLA VE KATIL!
Yukarı