CommandPass | Komutları Sadece Şifreyi Bilenler Kullansın |

Thanagor

Kömür Madencisi
Mesajlar
139
En iyi cevaplar
5
Beğeniler
29
Puanları
210
Ruh hali
Command Pass Plugin.jpg


Öncelikle Merhaba. Bugün kendi kodlamış olduğum plugini tanıtmak istiyorum.
Plugin Spigotda paylaşmıştım. Burada da size yararlı ola bileceğini düşündüğümden paylaşmak istedim.

CommandPass plugini ile istediğiniz komuta şifre koya bilirsiniz, eğer kullanıcıya permission verirseniz şifre kullanması gerekmeyecek.
Devamını spigotda açtığım konudan göre bilirsiniz. Configi spigotda olduğu icin ingilizce yaptim ama siz kendinize uygun mesajları config.yml den düzenleye bilirsiniz.

Komutlar
/commandpass - komutları gormek icin.
/commandpass reload - plugini yenilemek için.

/commandpass addpass <komut> <şifre> - istediğiniz komutu şifrelemek için.


Permissions:

cmdpass.admin - "commandpass" komutunu kullanabilmek için yetki verir.

config.yml
Kod:
#You can change messages as you want!

#If you do something wrong, delete config.yml and restart the server.

Messages:
  You_Do_Not_Have_Permission: '&cYou do not have permission to perform this command!'
  Correct_Password: '&aPassword is correct!'
  Wrong_Password: '&cPassword isn''t correct!'
  You_Locked_The_Command: '&aYou successfully locked the command!'
  Command_Password_Alert: '&cThis command is locked. Write password to chat!'
  Invalid_Arguments: '&cInvalid Arguments!'
  Prefix: '&8[&bCommandPass&8]'
  Config_Reloaded: '&aConfig reloaded!'
  Already_Added: '&cThis command is already locked!'

#You can see locked commands and passwords here!

Commands:
  example:
    Pass: '123'

#You can change settings here!

Settings:
  Permissions: false #If you change this to "true", even op players will have to write a password to perform a command!

Indirmek için:

Not: Fikirlerinize saygı duyuyorum. Tüm eleştirilerinize açigim.
 


Son düzenleme:

Üst