简易信息 (Simple-Info)
这是一个简单的插件,用户可以输入"/info"来查看服务器的一些信息。它还包含一些其他小命令。您可以在config.yml中自定义每条消息。您还可以停用您不需要的消息。如果您对插件有更多想法,请在Spigot上给我发消息:Sedad#8755。
功能
允许用户通过"/info"命令查看服务器信息,并包含其他一些小命令。
配置
下载.jar文件并将其放置在/plugins文件夹中,然后重新启动或重新加载服务器。
用法
用户输入"/info"来查看服务器信息。其他命令包括:/teamspeak (/ts),/spigot (/ds),/twitter,/server,/website。
权限
- info.admin(重新加载配置文件并查看/info帮助)
配置文件示例
# Simple-Info by Sedad # 如果您对插件有更多想法,请在Spigot上给我发消息。 # Spigot: Sedad#8755 # 在这里,您可以编辑每个命令的消息 :) # 变量: # %Player% = 玩家名字 # 权限: # info.admin = 重新加载配置并查看/info帮助 # 也请报告错误。 # 不要编辑配置版本号! # 在这里,您可以更改一些消息。 Config: Reload: '&7[&cInfo&7] &7Configuration-File successfully reloaded!' Messages: UnknownCommand: 'Unknown command. Type "/help" for help.' UsageNonOp: '&7[&cInfo&7] &cUsage: /info ' UsageOp: '&7[&cInfo&7] &cUsage: /info ' Teamspeak: '&7[&cInfo&7] &7Teamspeak: &3yourteamspeak.de' Spigot: '&7[&cInfo&7] &7Spigot: &3Spigot.gg/yourlink' Twitter: '&7[&cInfo&7] &7Twitter: &3twitter.com/sedad1337' Server: '&7[&cInfo&7] &7Hello &3%Player%&7, This server was developed by Sedad.' Website: '&7Visit our Website: &d&n&ospigot.sedad.de' EnableCommand: Teamspeak: 'true' Spigot: 'true' Twitter: 'true' Server: 'true' Website: 'true' PlaySound: Teamspeak: 'true' Spigot: 'true' Twitter: 'true' Server: 'true' Website: 'true' Info: 'true' Sound: Teamspeak: 'BLOCK_NOTE_BLOCK_PLING' Spigot: 'BLOCK_NOTE_BLOCK_PLING' Twitter: 'BLOCK_NOTE_BLOCK_PLING' Server: 'BLOCK_NOTE_BLOCK_PLING' Website: 'BLOCK_NOTE_BLOCK_PLING' Info: 'BLOCK_NOTE_BLOCK_HAT' EnablePage: '0': 'true' '1': 'true' '2': 'true' '3': 'true' '4': 'true' '5': 'true' InfoPage1: '1': '&7------------&7[&cInfo&7]------------' '2': '&7 &3&lPage 1:' '3': '&7' '4': '&7 - 规则:' '5': '&c 无作弊,尊重他人' '6': '&7' '7': '&7 - 命令:' '8': '&c /spawn /home /back' '9': '&7' '10': ' Type "/info 2" to see the next Page' '11': '&7-----------------------------' InfoPage2: '1': '&7------------&7[&cInfo&7]------------' '2': '&7 &3&lPage 2:' '3': '&7' '4': '&7 - 可用套件:' '5': '&c &6Hero&7, &dMaster&7, &aEmerald' '6': '&7' '7': '&7 - 访问我们的商店购买套件:' '8': '&9 EnterYourShop.com' '9': '&7' '10': ' Type "/info 3" to see the next Page' '11': '&7-----------------------------' InfoPage3: '1': '&7------------&7[&cInfo&7]------------' '2': '&7 &3&lPage 3:' '3': '&7' '4': '&7 - 即将举办的活动:' '5': '&c &o- 2025年5月21日' '6': '&c &o- 2025年5月25日' '7': '&c &o- 2025年5月28日' '8': '&7' '9': '&7 &b每个活动都将在UTC时间下午5点开始' '10': ' Type "/info 4" to see the next Page' '11': '&7-----------------------------' InfoPage4: '1': '&7------------&7[&cInfo&7]------------' '2': '&7 &3&lPage 4:' '3': '&7' '4': '&7 - 更多信息:' '5': '&c - 只需输入您想要的任何文本' '6': '&c - 或停用该页面' '7': '&c - 只需输入您想要的任何文本' '8': '&c - 或停用该页面' '9': '&7' '10': ' Type "/info 5" to see the next Page' '11': '&7-----------------------------' InfoPage5: '1': '&7------------&7[&cInfo&7]------------' '2': '&7 &3&lPage 5:' '3': '&7' '4': '&7 - 更多信息:' '5': '&c - 只需输入您想要的任何文本' '6': '&c - 或停用该页面' '7': '&c - 只需输入您想要的任何文本' '8': '&c - 或停用该页面' '9': '&7' '10': ' Type "/info" to see the first Page' '11': '&7-----------------------------' ConfigVersion: '6'
收录