欢迎来到Minecraft插件百科!
对百科编辑一脸懵逼?
帮助:快速入门
带您快速熟悉百科编辑!
因近日遭受攻击,百科现已限制编辑,有意编辑请加入插件百科企鹅群:223812289
查看“Captcha”的源代码
←
Captcha
跳转到导航
跳转到搜索
因为以下原因,您没有权限编辑本页:
您请求的操作仅限属于这些用户组的用户执行:
用户
、
自动确认用户
、
巡查者
您可以查看和复制此页面的源代码。
{{Bukkit Plugin Infobox |插件名=Captcha |图标= |版本= 0.05 BETA 5 |前置插件= |兼容服务端版本=1.7-1.11 |作者= InstantlyMoist |網址= [https://www.spigotmc.org/resources/captcha-50-off-beta-version.36057/ spigotmc] }} [[Category:安全]] [[Category:修正]] [[Category:付费]] ={{mCColor|&2|介绍}}= Captcha为你的服务器提供反BOT系统. 它提供了相当多的验证方式. 可以防止BOT加入游戏,刷屏或是作弊. 除了内置的反BOT系统外.这个插件还包括反挂机、反作弊系统 (比如检测玩家的点击速度) 如果大于指定的点击速度就会出现验证码, 并且这个插件还可以防止快速重登来防止卡服. 大多数情况下插件使用异步处理,所以不会影响服务器性能. ={{mCColor|&1|特点}}= 这个插件有9种验证方式,分为GUI式和非GUI式: <br /> '''GUI 1 (点击验证)''':<br /> 这种验证方式需要点击特点的物品. 你可以在配置文件内自定义这一项. 你甚至可以使用自定义材质 (检测玩家是否启用特定的材质包) '''GUI 2 (数学验证)''':<br /> 是时候考考你的数学了, 这种验证方式会问你一些简单的数学问题. '''GUI 3 (发光验证)''':<br /> 这种验证方式需要点击发光的物品, The glowing item is a random item inbetween other random items. This one can be quite diffcult to spot, the perfect way to spot bots. '''GUI 4 (点击所有的 ... GUI)''':<br /> Although this one is quite simlair to GUI 1, this one is a bit different. In this GUI you'll need to click more types of one certain item. This item can be set in to the configuration file, and this one is also perfect for testing if the player has a certain resource pack on. '''Captcha 1 (输入验证)''':<br /> In this Captcha you'll get a random letter string, The size is customizable but set to 5 by default. Your goal is to type the string correctly. '''Captcha 2 (潜行验证)''':<br /> 很简单, 你只需按住潜行即可验证. '''Captcha 3 (随机数字验证)''':<br /> 这和验证方式 1 差不多,你需要输入一个随机显示的数字. '''Captcha 4 (方向验证)''':<br /> 这个验证方式仍在测试中所以默认关闭. 需要看着上下左右这些方向来验证. '''Captcha 5 (跳跃验证)''':<br /> 这个验证最简单,只需要跳跃即可! ={{mCColor|&8|指令&权限}}= '''/captcha''' * 基础插件指令 * 无权限 '''/captcha reload''' * 重载配置 * 权限: captcha.reload (可自定义) '''/captcha PLAYER''' * 验证某个玩家 * 权限: captcha.open.others (可自定义) <big>其他权限:</big><br /> '''captcha.override''' (可自定义) * 允许你忽略验证 '''captcha.notify''' (可自定义) * 在其他玩家收到验证时提醒你 ={{mCColor|&b|配置}}= <spoiler> ############### #C-A-P-T-C-H-A# ############### # # Welcome to the NEW and recoded Captcha! I hope you enjoy it :) # # For all material names go to: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html # For all sound names go to: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html # IgnoreMouseMovements: true # Ignores mouse movements ClearDataOnBoot: false # Should the plugin clear the Captcha data on boot? OnlyCaptchaIn: - 'world' - 'spawn' # Messages: PassedCaptcha: '&7[&a&lCaptcha&7]: You succesfully passed the captcha!' PassedCaptchaMessageEnabled: true NoPermissions: '&7[&c&lError&7]: You dont have permissions to execute this command' # Message when you dont have the permissions UnknownPlayer: '&7[&c&lError&7]: The player %player% is invalid' # Message when the player you specified is not known NoCaptchasEnabled: '&7[&c&lError&7]: None of the captchas are enabled' # Message when you try to open a Captcha but no Captcha's are enabled HasOverride: '&7[&c&lError&7]: The player you specified has an override permission' # Message when you try to open a Captcha to someone that has an override permission CommandsOnGood: - 'say %player% completed the captcha' CommandsOnKick: - 'say %player% failed the captcha' # Does also work when kick is disabled KickEnabled: true # Is kicking after failing a captcha enabled or disabled? KickMessage: '&7You have been kicked\nBecause you havent completed the captcha!' # The message displayed when the player is kicked, Use \n for a new line RelogDelayKickMessage: '&7You should wait another %s%\n seconds before logging in again' # Message when you get kicked because you are still in cooldown MustMove: '&7[&c&lError&7]: In order to talk or execute commands you must move' # Message when you didnt move but you tried to talk or execute a command. NotifyMessage: '&7[&a&lCaptcha&7]: %player% didnt complete the Captcha!' NotifyMessageEnabled: true NotifyPermission: 'captcha.notify' BotAttackOver: '&7[&a&lCaptcha&7]: The bot attack seems to be over' ServerLockedKickMessage: '&7Sorry, the server seems to be under a bot attack\n please try again later!' # Message when the server is locked # Other settings: CaptchaAfterNotChattingEnabled: true IncludeCommands: true CaptchaAfterNotChatting: 300 # After what time a player should get a captcha when they dont chat (Seconds) CaptchaAfterNotMovingEnabled: true CaptchaAfterNotMoving: 300 # After what time a player should get a captcha when they dont move (Seconds) MaximumJoinsPerSecond: 5 # Amount of players that can join before the server locks CaptchaOnClick: 25 # Specify how many times a player should click per second in order to open a captcha (Anti-Macro) CaptchaOnClickEnabled: true MaximumChatsPer5Seconds: 5 # Specify how many times a player can chat in 5 seconds in order to open a captcha MaximumChatsPer5SecondsEnabled: true ReloadPermission: 'captcha.reload' # Permission to reload CaptchaOpenPermission: 'captcha.open.others' # Permission to open captchas to other people SoundOnCaptcha: 'BLOCK_ANVIL_LAND' # The sound you get when you get a captcha # Set to NONE to disable SoundOnCaptchaComplete: 'ENTITY_SILVERFISH_DEATH' # The sound you get when you completed a captcha succesfully # Set to NONE to disable TimesFailed: 5 # Maximum times you can fail before you get kicked KickTime: 10 # Time where the player should answer the Captcha in, Otherwise he or she gets kicked RelogDelay: 15 # Time the player should wait before logging back on again OverridePermission: 'captcha.override' # Permission to override the captcha + move before chat/commands MoveBeforeChatAndCommands: true # Should you move before you chat or execute a command? AllowedCommands: - '/login' # Command that are allowed when you didnt move yet CaptchaOn: ALL # Specify on wich joins captcha's should appear # Valid types are: FIRSTJOIN, ALL, NONE BlockDirectConnections: true # Should the server block direct connections? BlockDirectConnectionsKickMessage: '&7Oops, Make sure you add the server To your server list! \n Was this a mistake? Refresh your server list!' # Message when you directly connected to the server # GUI 1: # A.K.A Steak GUI GUI1Enabled: true # Is GUI1 enabled or not? GUI1InventorySize: 54 # Must be a factor of 9 GUI1InventoryName: '&a&lClick the steak!' # Name of the inventory GUI1InventoryClickItem: 'COOKED_BEEF' # What material should the item you need to click be? GUI1InventoryClickItemDurabillity: 1 # Sets the durabilly of the item, for custom textures GUI1InventoryClickItemUnbreakable: false # Makes the item unbreakable or not, usefull for custom textures GUI1InventoryClickItemName: '&a&lClick me!' # What should the name of the item be? GUI1InventoryClickItemLore: - '&a&lClick me to complete the captcha!' - '&a&lYes! me, Click me!' # What should the lore of the item be? GUI1InventoryFillName: '&c&lDont click me!' # What should the name of the item be? GUI1InventoryFillLore: - '&c&lYou shouldnt click me at all!' - '&c&lNo! not me! Dont click me' # What should the lore of the item be? GUI1InventoryFillItem: 'STAINED_GLASS_PANE' # What material should the item you dont need to click be? GUI1InventoryFillDurability: 15 # Sets the durabillity of the item, for custom textures GUI1InventoryFillUnbreakable: false # Makes the item unbreakable or not, usefull for custom textures GUI1EnabledIn: - 'world' # GUI 2: # A.K.A Math GUI GUI2Enabled: true GUI2InventoryName: '&a&lWhat is %1 + %2' GUI2EnabledIn: - 'world' # GUI 3: # A.K.A Glow GUI GUI3Enabled: true GUI3InventorySize: 54 GUI3InventoryName: '&a&lClick the glowing item!' GUI3ClickItemName: '&a&lClick me!' GUI3ClickItemLore: - '&a&lClick me!' - 'Yes, Im the glowing item!' GUI3EnabledIn: - 'world' # GUI 4: # A.K.A CLick all the ... GUI GUI4Enabled: true GUI4InventoryName: '&7Click all the green blocks' GUI4ClickItem: 'STAINED_CLAY' GUI4ClickItemName: '&a&lYes! Click me' GUI4ClickItemDurabillity: 5 GUI4FillItemName: '&c&lNo!, Dont click me!' GUI4FillItem: 'STAINED_GLASS_PANE' GUI4FillItemDurabillity: 15 GUI4EnabledIn: - 'world' # Captcha 1: # A.K.A Type Captcha Captcha1Enabled: true Captcha1Lenght: 5 # Lenght of the random letter string Captcha1Message: '&7[&a&lCaptcha&7]: In order to complete the captcha you must type %captcha%' # Message to be displayed when they get a type captcha Captcha1EnabledIn: - 'world' # Captcha 2: # A.K.A Sneak Captcha Captcha2Enabled: true Captcha2Message: '&7[&a&lCaptcha&7]: In order to complete the captcha you must sneak' # Message to be displayed when they get a type captcha Captcha2EnabledIn: - 'world' # Captcha 3: # A.K.A Random number captcha Captcha3Enabled: true Captcha3Message: '&7[&a&lCaptcha&7]: In order to complete the captcha, you must type %number%' Captcha3MaxRandomNumber: 9999 Captcha3EnabledIn: - 'world' # Captcha 4: # A.K.A Look (left/right/up/down) captcha Captcha4Enabled: false Captcha4Message: '&7[&a&lCaptcha&7]: In order to complete the captcha, you must look %to%' Captcha4EnabledIn: - 'world' # Captcha 5: # A.K.A Jump captcha Captcha5Enabled: true Captcha5Message: '&7[&a&lCaptcha&7]: In order to complete the captcha, you must jump' Captcha5EnabledIn: - 'world' </spoiler> ={{mCColor|&9|链接}}= [[image:Paypal.jpg|250px|center|link=paypal.me/MoistDev|作者的paypal投喂链接]]
本页使用的模板:
模板:ArticleCategory
(
查看源代码
)
模板:Bukkit Plugin Infobox
(
查看源代码
)
模板:Info
(
查看源代码
)
模板:Plugin Infobox
(
查看源代码
)
模板:信息表
(
查看源代码
)
模板:信息表/列表
(
查看源代码
)
模板:待翻译
(
查看源代码
)
返回
Captcha
。
导航菜单
个人工具
登录
命名空间
页面
讨论
大陆简体
查看
阅读
查看源代码
查看历史
更多
搜索
导航
首页
最近更改
随机页面
编辑相关
百科公告
编辑帮助
互助客栈
贡献分数
测试沙盒
发布条目
插件分类
管理
安全
聊天
编程
经济
修正
娱乐
综合
信息
机械
角色
传送
网页
整地
创世
付费
其它
工具
链入页面
相关更改
特殊页面
页面信息
相关网站
MCMOD百科
Minecraft中文百科
Minecraft纪念论坛
Minecraft百度贴吧
虚无世界Wiki