- Supports version
- 1.15.✘
- 1.16.✘
- 1.19.✘
- Official page
- https://www.spigotmc.org/resources/authpin.66094/
ОПИСАНИЕ:
Решил перевести еще один плагин на авторизацию
потому что вам мог не понравится прошлый
а я хочу угодить всем
ИНСТРУКЦИЯ
Решил перевести еще один плагин на авторизацию
потому что вам мог не понравится прошлый
а я хочу угодить всем
ИНСТРУКЦИЯ
- Скопировать текст ниже
- Поменять весь текст в файле config
- Скачать файл по ссылке
- Заменить его на файл config в папке конфига
Спасибо за использование моих переводов!
Текст для копирования:
##################Текст для копирования:
########
#####
# Here you can edit all messages
Messages:
# They must be logged in to do something like Moving, Messaging, etc
Must Login: '&8Вы должны войти в систему, чтобы сделать это'
# They must be registered to join to the server
Must Register: '&8привет &c%player% &8для регистрации используй команду /authpin'
# Invalid permission message
Permission: '&4У вас нет разрешения на это'
# Console tried to use the command
Console: '&4Вы должны быть игроком, чтобы сделать это'
# Already registered message
Login Now: '&4Вы уже зарегестрированы'
# Spawn error message
Spawn Error: '&4Чтобы установить спавн, используйте &6/auth setspawn'
# Reload message
Reload: '&aКонфиги успешно перезагружены'
# Unknown command message
Unknown: '&4Неизвестная команда, используйте команду &6/auth &4для списка команд'
# Successfully spawn message
Spawn: '&aТелепортация успешна'
# Delete Spawn
Delete Spawn: '&aСпавн успешно удален'
# Set Spawn
Set Spawn: '&aСпаун успешно установлен'
# Register success message
Register: '&aВы успешно зарегистрированы'
# Login success message
Login: '&aВы успешно вошли в систему'
# Change password success message
Changepass: '&aПароль успешно изменен'
# Tell their password after registration
Registry: '&aВаш пароль &c%pass%'
# Pass error message
PassError: '&4Неверный пин-код'
# Already logged message
AlreadyLogged: '&4Вы уже вошли в систему'
# Logout success message
Logout Success: '&aВы успешно вышли из системы'
# Upon changepass tell them the new password
ChangeRegistry: '&aВаш новый пароль &c%pass%'
# Kick player if had too many attempts
# Change the message here
Kick: '&cСлишком много попыток'
##################
########
#####
# Here you can change all names in the gui
Names:
# The register gui name
Register: '&6&lРегистрация'
# The main authpin gui name
Main: '&6&lAuthPin'
# The login gui name
Login: '&6&lВход в систему'
# The change pass gui name
Changepass: '&6&lИзменение пароля'
# Changepass looking for old pincode
Changepass_old: '&6&lСтарый пин'
# Changepass looking for new pincode
Changepass_new: '&6&lНовый пин'
# Confirmation pin
Confirm: '&6&lВведите пин-код повторно'
# Current pin name
MainPin: '&6&lтекущий пин-код'
# Logout name
Logout: '&4&lВыход'
# Confirm register
# Confirm and ConfirmReg should be different
ConfirmReg: '&6&lПодтвердите регистрацию'
##################
########
#####
# Set the gamemode when joins
Gamemode: 'Приключение'
# They must login after they registered
Login After Register: false
# Remove authpin item after login
Remove AuthPin Item: false
# AuthPin give the custom item when player joins
AuthPin Item Give: true
# if player fell out of nowhere save them
# specify the world name so it can only run on a specific world
# make it blank so at all worlds it could be implemented at all worlds
NoFall_World: ''
# Kick if player is not going to logged on but only afk
KickIdle: true
# If the player afk for 60 seconds they will be kicked
AfkSeconds: 60
# Kick idle message
KickIdleMessage: '&cВы были выгнаны с сервера за afk'
# Sounds to play
# Go to https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html for all sounds
Sounds:
# When error came such as no permission and the password you input is incorrect
Error:
# Type of sound
sound: 'ENTITY_CHICKEN_EGG'
# The volume of the sound
volume: 10
# The pitch of the sound
pitch: 10
# When the login change register and some comand at this plugin process correctly and having a permission to do so
Success:
# Type of sound
sound: 'BLOCK_ANVIL_FALL'
# The volume of the sound
volume: 10
# The pitch of the sound
pitch: 10
##################
########
#####
# Setup the authpin item on join
AuthPin:
Item:
type: 'blaze_rod'
name: '&6&lAuthpin'
enchantments: true
slot: 1
lore:
- Нажмите сюда дл authpin
##################
########
#####
# Setup with mysql
mysql:
host: 'localhost'
port: 3306
database: 'playerdata'
user: 'root'
pass: ''
##################
########
#####