- Katılım
- 22 Temmuz 2019
- Mesajlar
- 465
- Elmaslar
- 172
- Puan
- 14.025
- Yaş
- 26
- Konum
- Bursa
- Minecraft
- Melih_Demirel
Discord:
Melih Demirel#2076
- Minecraft Sürümleri
- 1.7 1.8 1.9 1.10 1.11 1.12 1.13 1.14 1.15 1.16 1.17 1.18 1.19
Selamlar, Ben Melih Demirel Bugün Sizlere Başlıktanda Görmüş Olduğunuz
UltimateServerProtector Pluginini Tanıtacağım Haydi Geçelim
Bu Pluginimizin Kullanımı Çok Basittir. Bir Oyuncu Bir şekilde Op Veya yönetici aldıysa hesabı bir
yönetici şifresi girene kadar dondurulur. veya isterseniz yasaklanır.
yönetici izinleri ekleme ve her oyuncu için kişisel bir yönetici şifresi oluşturma işlevi olarak düşünülmelidir! Hep birlikte, bu, bilgisayar korsanı için neredeyse aşılmaz bir engel oluşturur.
Bir oyuncu yapılandırmada kayıtlı değilse, ancak yönetici haklarına sahipse, cezalandırma işlevi etkinleştirildiğinde, yasa dışı olarak yönetici haklarına sahip bir oyuncuya herhangi bir komutu uygulayabileceğinizi söylemeye değer.
Kod:
# Main settings
main-settings:
# Plugin prefix (hex - &#colorID)
prefix: '&f&l[&c&lProtection&f&l] '
enable-metrics: true
update-checker: true
# Session settings
session-settings:
# Save player's IP
session: true
# Should player data be deleted after a while
session-time-enabled: false
# The time after which the data about the registered player will be deleted in seconds (the countdown starts from the player's exit)
session-time: 21600 #(6 hrs)
# Punishment settings
punish-settings:
# Should punishments be applied to players with admin-permissions who are not in the config
notadmin-punish: true
# Should punishment be applied to a player who did not have time to enter the admin password for the number of attempts allotted to him
enable-attemps: true
# Maximum number of attempts to enter the admin password
max-attempts: 3
# Should punishment be applied to a player who did not have time to enter the admin password for a certain time
enable-time: true
# The time for which the player will have to enter the admin password in seconds
time: 60
# Secure Settings
secure-settings:
# Should punishments be applied to operators that are not on the list
enable-op-whitelist: true
# Whether to enable commands for adding new players to the config
enable-admin-commands: false
# Whether to enable IPWhitelist for admins (default - false)
enable-ip-whitelist: false
# Should plugin turn off the server if the plugin is disabled (default - false)
shutdown-on-disable: false
# Whether to allow a specific players to join the game without an admin password (disabled by default and unsafe!)
enable-excluded-players: false
# Message settingd
message-settings:
# Delay between auto-messages and titles in seconds
delay: 1
# Enable titles?
send-titles: true
# Enable broadcasts for admins?
enable-broadcasts: true
# Enable broadcasts for console?
enable-console-broadcasts: true
# Log settings
logging-settings:
# Log successful/failed password entry attempts?
logging-pas: true
# Log admin joins?
logging-join: true
# Log plugin enable and disable?
logging-enable-disable: true
# Commands that will be applied to violators
commands:
# Commands that will be applied to those who have admin-permissions, but who are not in the config
not-in-config:
- 'kick %player% You are not admin!'
- 'deop %player%'
# Commands that will be applied to those who hava OP, but who are not in op-whitelist
not-in-opwhitelist:
- 'deop %player%'
#- 'ban %player% Вам нельзя иметь права оператора!'
# Commands that will be applied to those who logged in with admin-perms and are specified in the config, but have a non-admin IP
not-admin-ip:
- 'kick %player% Your IP is not in whitelist'
#- 'deop %player'
# Commands that will be applied to those who entered the pass incorrectly for the attempts allotted to him
failed-pass:
- 'ban %player% You entered the admin password incorrectly, your account is banned'
- 'deop %player%'
# Commands that will be applied to those who have not entered a pass in the allotted time
failed-time:
- 'ban %player% You did not have time to enter the admin password in the allotted time'
- 'deop %player%'
# Permissions for which the player will need to enter the admin password (Add as many as you need)
permissions:
- '*'
- 'bukkit.*'
- 'minecraft.*'
- 'essentials.*'
- 'cmi.*'
- 'worldguard.*'
- 'worldedit.*'
- 'permissions.*'
- 'luckperms.*'
- 'holograms.*'
- 'protocol.admin'
# Commands that can be entered before entering the admin password
allowed-commands:
- '/l'
- '/login'
- '/reg'
- '/register'
# Which players are allowed to have OP
op-whitelist:
- Overwrite
- test99999
# Which IP is admin-ip
ip-whitelist:
- '127.0.0.1'
- '0.0.0.0'
# Players who can join the server, without admin-password
excluded-players:
- test99999
- test123123
Kod:
# Messages that will be displayed to people when entering a command
msg:
message: '&fAdmin permissiond detected! You should enter admin-password!'
incorrect: '&cWrong password!'
correct: '&aCorrect password. Have a nice day ;)'
noneed: '&fYou do not need to enter the admin password or it has already been entered.'
cantbenull: '&fPassword cannot be empty.'
playeronly: '&fOnly for players'
# Admin broadcasts (%player% = player's nick / %ip% = player's IP)
broadcasts:
failed: '&fAdmin &3%player% &fentered the password &cwrongly! &fIP: &c%ip%'
passed: '&fAdmin &3%player% &fentered the password &acorrectly! &fIP: &c%ip%'
joined: '&fAdmin &3%player% &fjoined the game! &fIP: &c%ip%'
captured: '&fPlayer &3%player% &fwas detected with admin-permissions! &fIP: &c%ip%'
disabled: '&6&lWARNING! &fPlugin has been disabled!'
# Log format
log-format:
enabled: '%date% [UltimateServerProtector - plugin enabled]'
disabled: '%date% [UltimateServerProtector - plugin disabled]'
failed: '%date% Admin %player% entered admin password incorrectly! IP: %ip%'
passed: '%date% Admin %player% sucsessfully logged in! IP: %ip%'
joined: '%date% Admin %player% joined the game. IP: %ip%'
captured: '%date% Player %player% was detected with admin-permissions! IP: %ip%'
# Titles
titles:
title: '&e&l⚠ &c&lProtection &e&l⚠'
subtitle: '&fAdmin permissions detected! You should enter admin-password!'
# Command messages
uspmsg:
reloaded: '&aPlugin reloaded'
rebooted: '&aPlugin rebooted'
alreadyinconfig: '&aThis accout is already in config'
playeradded: '&aPlayer %nick% sucsessfully added'
ipadded: '&aIP %ip% sucsessfully added'
Kod:
# Unique passwords for admins
data:
Overwrite: # player 1
pass: '123123' # player's 1 password
test99999: # player 2
pass: '321321' # player's 2 password
İzinler:
serverprotector.protect - varsa, oyuncudan yönetici şifresini girmesini ister. Yapılandırmada fazladan bir izin belirtmenize gerek kalmaması için eklentiye eklenmiştir.
serverprotector.admin - /usp komutunu kullanmanıza ve başarılı/başarısız parola giriş denemeleriyle ilgili bildirimleri görmenize olanak tanır
Komutlar :
/pas <password> - girmek için yönetici haklarına veya OP'ye sahip olmanız gerekir.
/pass & /password, /pas
/usp reload - yapılandırma yeniden yükleme komutu ile aynıdır /usp yeniden
başlatma - eklentiyi yeniden başlatma komutu
/usp setpass - oynatıcıya
passworld ekle /usp addop - op beyaz listesine oyuncu ekle
/usp addip - IP ekle ipwhitelist'e
/ultimateserverprotector ve /serverprotector - /usp ile aynı
Değerli ziyaretçimiz, içeriği görebilmek için
şimdi giriş yapın veya kayıt olun.
Değerli ziyaretçimiz, içeriği görebilmek için
şimdi giriş yapın veya kayıt olun.