SimpleLogin 登录 [1.8-1.16] | |
---|---|
![]() |
加入消息、加入标题、加入声音、加入命令+更多!-完全可定制-PlaceholderAPI |
作 者 | rossf_ |
发布时间 | 2020年4月23日 |
支持核心 | Spigot | 原生版本 |
支持版本 | 1.8,1.9,1.10,1.11,1.12,1.13,1.14,1.15,1.16 |
插件详细介绍
🎉 SimpleLogin 是一款高级的加入/退出事件插件,旨在为玩家提供专业和独特的登录体验。它允许你自定义玩家加入和退出服务器时的各种事件,包括消息、声音、烟花、命令等,并支持 PlaceholderAPI,以及与其他插件的联动。
/SimpleLogin Help
- 显示 SimpleLogin 命令列表/SimpleLogin Reload
- 重载插件配置/SimpleLogin Check
- 打开检查菜单SimpleLogin.help
- 使用 /SimpleLogin
和 /SimpleLogin Help
命令SimpleLogin.reload
- 使用 /SimpleLogin Reload
命令SimpleLogin.check
- 打开检查菜单所有权限都可以在 config.yml
文件中进行编辑。
#-----------------------------------------------------------------
# SimpleLogin v2 - by RossRao
# Available Placeholders:
# %player% - Get the players name
# %playerdisplayname% - Get the players display name
# %prefix% - Get the plugins prefix
# %world% - Get the players current world
# %health% - Get the players health
# %maxHeatlh% - Get the players max health
# %hunger% - Get the players hunger
# %uuid% - Get the players UUID
#-----------------------------------------------------------------
# Utility Messages
Prefix: '&8[&9SimpleLogin&8]'
pluginReload: '&8<&a&l*&8> &7SimpleLogin: &aReloaded'
unknownArgument: '&8<&c&l*&8> &cThat argument does not exist, silly.'
# /SimpleLogin help message
helpMessage:
- '&8<&9&l*&8> &9&l&nSimpleLogin v2&r &8<&9&l*&8>'
- ''
- '&f&lCommands Usage:'
- ' &f» /SimpleLogin reload &7- Reload the plugin'
- ' &f» /SimpleLogin help &7- A list of commands'
- ' &f» /SimpleLogin check &7- Open the Check GUI'
- ''
- '&8<&3&l*&8> &3Discord: &ndiscord.gg/5TVUXfd&r &8<&3&l*&8>'
# Join/Quit Message Options
joinMessage:
Enabled: true
Message: '&8<&a+&8> &a%player%'
firstJoinMessage:
Enabled: true
Message: '&8<&a&l*&8> &a&n%player%&r &ahas joined the Server for the First Time! &8<&a&l*&8>'
quitMessage:
Enabled: true
Message: '&8<&c-&8> &c%player%'
# Join/First Join MOTD Options
joinMOTD:
Enabled: true
MOTD:
- '&8<&9&l*&8> &9Welcome back to the Server, &n%player%&r&9! &8<&9&l*&8>'
- ''
- ' &f- &7Discord: &fdiscord.gg/mydiscord'
- ' &f- &7Website: &fmywebsite.com'
- ' &f- &7Store: &fmystore.com'
- ''
firstJoinMOTD:
Enabled: true
MOTD:
- '&8<&9&l*&8> &9Welcome to the Server, &n%player%&r&9! &8<&9&l*&8>'
- ''
- ' &f- &7Rules: &f/rules'
- ' &f- &7Discord: &fdiscord.gg/mydiscord'
- ' &f- &7Website: &fmywebsite.com'
- ' &f- &7Store: &fmystore.com'
- ''
# Firework Options
Firework:
Join: true
FirstJoin: true
# Sound Options
# Available Sounds: https://www.spigotmc.org/wiki/cc-sounds-list/
joinSound:
Enabled: false
Sound: ''
firstJoinSound:
Enabled: false
Sound: ''
# Global sounds will be played to everyone on the server when someone joins/quits.
joinGlobalSound:
Enabled: false
Sound: ''
firstJoinGlobalSound:
Enabled: false
Sound: ''
quitGlobalSound:
Enabled: false
Sound: ''
# Title Options
joinTitle:
Enabled: true
Title: '%prefix%'
SubTitle: '&9Welcome back to the Server, &n%player%&r&9!'
firstJoinTitle:
Enabled: true
Title: '%prefix%'
SubTitle: '&9Welcome to the Server, &n%player%&r&9!'
# Join/First Join/Quit Command Options
# (Supports Placeholders)
joinCommand:
Enabled: false
Command: ''
joinConsoleCommand:
Enabled: false
Command: ''
firstJoinCommand:
Enabled: false
Command: ''
firstJoinConsoleCommand:
Enabled: false
Command: ''
quitCommand:
Enabled: false
Command: ''
quitConsoleCommand:
Enabled: false
Command: ''
# Other Options
# Cancel the Join Message, Join Firework etc for operators
noOperatorMessage: false
# Clear the players inventory when they join
inventoryClearJoin: false
# Clear the players potion effects when they join
potionClearJoin: false
# Set the players health level when they join
# Level 20 = All Hearts
# Level 2 = 1 Heart
# Level 1 = Half a Heart
Health:
Enabled: false
Level: 20
# Set the player hunger level when they join
# Level 20 = All Hunger
# Level 2 = 1 Hunger
# Level 1 = Half a Hunger
Hunger:
Enabled: false
Level: 20
# Cancelled Events
# Disable players from taking hunger
hungerDisabled: false
# Disable players from crafting items
craftingDisabled: false
# Disable players from dropping items
itemDropDisabled: false
# Disable players from picking up items
itemPickupDisabled: false
# Permissions
noPermission: '%prefix% &cYou do not have permission to do that!'
reloadPermission: 'SimpleLogin.reload'
helpPermission: 'SimpleLogin.help'
checkPermission: 'SimpleLogin.check'