CoolLobby

让您在Lobby的体验更加有趣 /fly, /lt, /spit, /spawn 双跳

资源图片

支持的版本:Paper: 1.18.2 — 1.21.x

让你的大厅体验更有趣

### 选择俄语 README.md ## 目录 - [关于](#about) - [功能](#features) - [Config.yml](#config) - [指令](#commands) - [双跳](#double_jump) - [权限](#permissions) - [多世界同步](#sync) - [多重生成系统](#spawn-system) - [画廊](#pictures) - [链接](#links) - [请我喝咖啡](#donate) - [报告错误](https://github.com/ilezzov-code/CoolLobby/issues) ## 关于 **CoolLobby** 是一款多功能的 Lobby 插件,它增加了各种功能来增强游戏体验,并带有有趣的指令。 易于设置、开发者支持、高优化——所有这些都包含在一个插件中! ## 功能 * **[🔥] 多世界同步** → [更多信息](#sync) * 支持 2 种语言 (俄语,英语) + 能够创建你自己的翻译 * 禁用伤害 * 禁用饥饿 * 禁用天气变化 * 设置默认天气 * 禁用时间循环 * 设置默认时间 * 禁用生物生成 * 禁用火焰蔓延 * 设置默认游戏模式 * 设置默认经验等级 * 5 个实用又有趣的指令 → [更多信息](#commands) * 多重生成系统 → [更多信息](#spawn-system) * 玩家加入和离开消息 * 加入时标题消息 * 加入时音效 * 加入时传送到生成点 * 双跳: → [更多信息](#double_jump) * 双跳时音效 * 双跳时特效 * 完全可定制: * 启用/禁用每个功能 * 每个指令的延迟 * 详细的权限系统 * 支持 SQLite, MySQL, PostgreSQL ## Config.yml
查看 config.yml ```yaml # ░█████╗░░█████╗░░█████╗░██╗░░░░░██╗░░░░░░█████╗░██████╗░██████╗░██╗░░░██╗ # ██╔══██╗██╔══██╗██╔══██╗██║░░░░░██║░░░░░██╔══██╗██╔══██╗██╔══██╗╚██╗░██╔╝ # ██║░░╚═╝██║░░██║██║░░██║██║░░░░░██║░░░░░██║░░██║██████╦╝██████╦╝░╚████╔╝░ # ██║░░██╗██║░░██║██║░░██║██║░░░░░██║░░░░░██║░░██║██╔══██╗██████╦╝░░╚██╔╝░░ # ╚█████╔╝╚█████╔╝╚█████╔╝███████╗███████╗╚█████╔╝██████╦╝██████╦╝░░░██║░░░ # ░╚════╝░░╚════╝░░╚════╝░╚══════╝╚══════╝░╚════╝░╚═════╝░╚═════╝░░░░╚═╝░░░ # Developer / Разработчик: ILeZzoV # Socials / Ссылки: # • Contact with me / Связаться: https://t.me/ilezovofficial # • Telegram Channel / Телеграм канал: # | RUS: https://t.me/ilezzov # | EN: https://t.me/ilezzov_en # • GitHub: https://github.com/ilezzov-code # By me coffee / Поддержать разработчика: # • DA: https://www.donationalerts.com/r/ilezzov_dev # • YooMoney: https://yoomoney.ru/to/4100118180919675 # • Telegram Gift: https://t.me/ilezovofficial # • TON: UQCInXoHOJAlMpZ-8GIHqv1k0dg2E4pglKAIxOf3ia5xHmKV # • BTC: 1KCM1QN9TNYRevvQD63UF81oBRSK67vCon # • Card: 5536914188326494 # Supporting messages languages / Доступные языки сообщений: # ru-RU, en-US language: "en-US" # Check the plugin for updates # Проверять плагин на наличие обновлений check_updates: true # Enable logging # Включить логирование logging: true lobby_settings: # The names of the lobby worlds # Имя lobby мира worlds: - lobby-1 # Disable damage # Отключить получение урона disable_damage: true # Disable hunger # Отключить голод disable_hunger: true # Disable daylight cycle # Отключить смену时间的循环 disable_daylight_cycle: enable: true # true — /gamerule doDaylightCycle false, false — cyclic /time set (the sun will twitch) # true — /gamerule doDaylightCycle false, false — цикличное /time set (будет дергание солнца) use_gamerule: false # Disable mob spawning # Отключить生物生成 disable_mob_spawning: true # Disable fire tick # Отключить火焰蔓延 disable_fire_tick: true # Disable weather cycle # Отключить天气循环 disable_weather_cycle: true # Default time value # 默认时间 default_time: enable: true value: 1000 # Default weather # 默认天气 default_weather: enable: true type: CLEAR # CLEAR, RAIN, THUNDER # Default gamemode # 默认游戏模式 default_gamemode: enable: true type: ADVENTURE # Player XP Level # 玩家经验等级 default_level: enable: true level: 2025 # /firework command. Permission: coollobby.fw # /firework 指令。权限: coollobby.fw fw_command: # Enable the command / 启用指令 enable: true # Use command only lobby world only_lobby: true # Cooldown command in seconds / 指令冷却时间(秒) cooldown: 10 # /lighting command. Permission: coollobby.lt # /lighting 指令。权限: coollobby.lt lt_command: # Enable the command / 启用指令 enable: true # Use command only lobby world only_lobby: true # Cooldown command in seconds / 指令冷却时间(秒) cooldown: 10 # /spit command. Permission: coollobby.spit # /spit 指令。权限: coollobby.spit spit_command: # Enable the command / 启用指令 enable: true # Use command only lobby world only_lobby: true # Cooldown command in seconds / 指令冷却时间(秒) cooldown: 10 # /fly command. Permission: coollobby.fly # /fly 指令。权限: coollobby.fly fly_command: # Enable the command / 启用指令 enable: true # Use command only lobby world only_lobby: true # Cooldown command in seconds / 指令冷却时间(秒) cooldown: 10 spawn_command: # Enable the command / 启用指令 enable: true # Cooldown command in seconds / 指令冷却时间(秒) cooldown: 10 # Join actions # 加入动作 player_join: # Enable join message / 启用加入消息 join_message: enable: true # Enable global join message / 启用全局加入消息 global_join_message: enable: true # Join Title / 加入时标题 join_title: enable: true fade_in: 1 # Time when the title appeared in seconds / 标题出现时间(秒) fade_out: 1 # Time when the title disappeared in seconds / 标题消失时间(秒) stay: 5 # Stay time in milliseconds / 停留时间(毫秒) # Join sound / 加入时音效 join_sound: enable: true sound: ENTITY_EXPERIENCE_ORB_PICKUP # Teleport to spawn when logging in to the server / 加入服务器时传送到生成点 teleport_to_spawn: true # Leave actions # 离开动作 player_leave: # Enable global leave message / 启用全局离开消息 global_leave_message: enable: true # Double Jump # 双跳 double_jump: enable: true cooldown: 10 # Use double jump only lobby world only_lobby: true double_jump_sound: enable: true sound: ENTITY_EXPERIENCE_ORB_PICKUP double_jump_particle: enable: true particle: FLAME # Don't edit this # 请勿编辑 config_version: 1.2 ```
## 指令 (/cmd → /alias1, /alias2, ... ※ `权限`) ### /firework → /fw, /firework ※ `coollobby.fw` * 启动一个色彩缤纷且独特的烟花表演 ### /lighting → /lt, /lightning ※ `coollobby.lt` * 召唤闪电 (无伤害或火焰) ### /spit → /spit ※ `coollobby.spit` * 吐远 (骆驼吐口水视觉效果) ### /fly → /fly ※ `coollobby.fly` * 启用 / 禁用飞行 ### /spawn → /spawn ※ `coollobby.spawn` * 传送到生成点
其他 /spawn 指令 ### /spawn {名称} ※ `coollobby.spawn` * 传送到世界中的生成点 ### /spawn {玩家} ※ `coollobby.spawn.other_player_tp` * 将指定玩家传送到生成点 ### /spawn {名称} {玩家} ※ `coollobby.spawn.other_player_tp` * 将指定玩家传送到其名称的生成点 ### /spawn help ※ `coollobby.spawn` * 所有 /spawn 指令的帮助 ### /spawn set ※ `coollobby.spawn.set` * 在当前世界设置新的生成点 ### /spawn confirm ※ `coollobby.spawn.set` * 确认在一个新的生成点 ### /spawn remove ※ `coollobby.spawn.remove` * 移除当前世界中的生成点 ### /spawn remove ※ `coollobby.spawn.remove` * 移除一个具名生成点
## 双跳 ※ `coollobby.double_jump` * 通过双击空格键激活 * 如果启用 /fly 或游戏模式为创造模式则无效 * 跳跃时会创建一个漂亮的粒子轨迹并播放声音 ## 所有插件权限 | 权限 | 描述 | |---------------------------------|--------------------------------------------| | coollobby.* | 访问所有插件功能 | | coollobby.reload | 访问插件重载 /cl reload | | coollobby.no_cooldown | 禁用所有功能的冷却时间 | | coollobby.fw | 访问 /firework 指令 | | coollobby.lt | 访问 /lighting 指令 | | coollobby.spit | 访问 /spit 指令 | | coollobby.fly | 访问 /fly 指令 | | coollobby.double_jump | 访问双跳 | | coollobby.spawn | 访问 /spawn 指令 | | coollobby.spawn.set | 访问 /spawn set 指令 | | coollobby.spawn.remove | 访问 /spawn remove 指令 | | coollobby.spawn.other.player_tp | 能够将其他玩家传送到生成点 | | coollobby.spawn.* | 访问所有 /spawn 指令 | ## 多世界同步 🔥 这款插件的独特之处在于,它允许你不用为大厅单独设置服务器。你可以配置服务器上的某些世界作为大厅,插件将记住玩家的等级、游戏模式和饥饿值。例如,当离开大厅,进入游戏世界时,插件将恢复玩家先前保存的经验等级、游戏模式和饥饿值。请参见以下示例: ### 从普通世界传送到大厅: 插件会保存玩家当前的等级、游戏模式和饥饿值,并在传送到时应用配置值 ```yml # Default gamemode # 默认游戏模式 default_gamemode: enable: true type: ADVENTURE # Player XP Level # 玩家经验等级 default_level: enable: true level: 2025 ``` ### 从大厅传送到普通世界: 插件会恢复之前保存的饥饿、等级和游戏模式 ## 多重生成系统 你可以为服务器上的每个世界设置一个生成点。 设置后,可以使用 `/spawn {world_name}` 传送到生成点。 如果有多个生成点设置,`/spawn` 将将玩家传送到随机的生成点。 ## 画廊 ### Fireworks /firework
### Lighting /lighting
### Spit /spit
### Double jump
## 链接 * 联系方式: https://t.me/ilezovofficial * 电报频道: https://t.me/ilezzov_en * Modrinth: https://modrinth.com/plugin/coollobby ## * DA: https://www.donationalerts.com/r/ilezzov_dev * YooMoney: https://yoomoney.ru/to/4100118180919675 * Telegram Gift: https://t.me/ilezovofficial * TON: UQCInXoHOJAlMpZ-8GIHqv1k0dg2E4pglKAIxOf3ia5xHmKV * BTC: 1KCM1QN9TNYRevvQD63UF81oBRSK67vCon * Card: 5536914188326494 ## 发现问题或有疑问? 创建一个新的问题 — https://github.com/ilezzov-code/CoolLobby/issues/new ## 许可证 该项目在 `GPL-3.0` 许可证下分发。 详细信息请参见 [LICENSE](LICENSE.txt) 文件。