欢迎来到Minecraft插件百科!
对百科编辑一脸懵逼?
帮助:快速入门
带您快速熟悉百科编辑!
因近日遭受攻击,百科现已限制编辑,有意编辑请加入插件百科企鹅群:223812289
查看“Ancient Gates”的源代码
←
Ancient Gates
跳转到导航
跳转到搜索
因为以下原因,您没有权限编辑本页:
您请求的操作仅限属于这些用户组的用户执行:
用户
、
自动确认用户
、
巡查者
您可以查看和复制此页面的源代码。
{{模板:待完善}} {{Plugin Infobox |外文名 = Ancient Gates |图片 = [[文件:Ancient Gates.png]] |作者 = ChanceSD |插件类型 = Bukkit,BungeeCord |最新版本 = 2.6.1 |兼容服务端 = Bukkit,BungeeCord |源地址 = https://www.spigotmc.org/resources/ancient-gates.6583/ }} ==介绍== 此插件可以让那些有创建权限的人创建门 这些门可以传送任何实体(玩家,动物,矿车等) 进入了大门还可以实行指定的任务! 你可以选择门是横着或者竖着的,还可以自定义门的材质! 创造出只有你才能想到的门! 简单实用,少BUG 支持跨服!详细请看:https://dev.bukkit.org/projects/ ... d-bungee-cord-usage ==指令== '''[id]均为传送门的名字、[pa]是指令,如果有多个指令比如[ help,h,?]就是说你可以用Help或者h或者?来进行使用''' /gate create,new [id] - 创建一个传送门 /gate delete,del,remove [id] - 删除一个传送门 /gate setfrom [id] - 设置门的起始点 /gate setto [id] - 设置门的目的地 /gate open [id] - 开启大门 /gate close [id] - 关闭传送门 /gate setmaterial [id] [air/portal/water/lava/web/sugarcane] - 设置门的材质【也就是说吧那个门改成另一个方块】[air:空气/portal:地狱传送门方块/water:水/lava:岩浆/web:蜘蛛网/sugarcane:甘蔗] /gate setexec [id] [player/console] [command] - 设置在进入门的时候输入一个指令[比如你输入/gate setexec men player say 2333,那么,一旦有玩家进入门,会自动发出"/say 2333"这个指令][player:玩家/console:控制台/command:输入的指令] /gate remexec [id] - 删除传送门的指令 /gate setmessage, setmsg [id] [message] - 在进入门的时候设置一个传送信息.就比如领地、那个进入的时候说一段信息 /gate setcost [id] [cost] - 设置传送门花费的价格[cost是花费的钱] /gate setinv [id] [true/false/clear] - 允许/禁止/默认|是否可以通过传送门[true是允许/false是禁止] /gate setentities [id] [true/false] - 允许/禁止实体传送过去[true是允许/false是禁止] /gate setvehicles [id] [true/false] - Allow/disallow vehicle teleportation. /gate rename [id] [newid] - 重命名一个门[newid是新的名字] /gate addfrom [id] - 在同一个传送门中添加更多个传送起始点 /gate remfrom [id] - 在同一个传送门中删除多余的传送起始点【最少只能留下一个】 /gate addto [id] - 在同一个传送门中添加多个传送目的地 /gate remto [id] - 在同一个传送门中删除更多目的地【最少只能留下一个】 /gate info - 显示传送门的详细信息 /gate list,ls - 查看所有的门 /gate openall - 打开所有的门 /gate closeall - 清除所有的门 /gate tpfrom, tp [id] - 传送到一个门的位置 /gate tpto [id] - 传送到那个门的目的地 /gate setconf [option] [value] - Set config option to specified value ==权限== Permissions (Requires Vault) *ancientgates.* - 全部权限 *ancientgates.help - help的权限 *ancientgates.create - 创建门 *ancientgates.delete -删除门 *ancientgates.setfrom - 使用setfrom *ancientgates.setto.* - 使用setto *ancientgates.open - 打开门的权限 *ancientgates.close - 使用colse *ancientgates.setexec 给门添加指令 *ancientgates.setmaterial - 使用setmaterial 的权限 *ancientgates.setmessage - 设置传送门信息指令 *ancientgates.setinv - 使用setinf 的权限 *ancientgates.setentities - 使用setentities 的权限 *ancientgates.setvehicles - 使用指令 setvehicles 的权限 *ancientgates.setcost - 使用指令 setcost 的权限 *ancientgates.rename - 使用指令 rename 的权限 *ancientgates.addfrom - 使用指令 addfrom 的权限 *ancientgates.remfrom - 使用指令 remfrom 的权限 *ancientgates.addto - 使用指令 addto 的权限 *ancientgates.remto - 使用指令 remto 的权限 *ancientgates.remexec - 使用指令 remexec 的权限 *ancientgates.info - 使用指令 info 的权限 *ancientgates.info.exec - 查看更多Info信息的权限 *ancientgates.list - 使用指令 list 的权限 *ancientgates.openall - 使用指令 openall 的权限 *ancientgates.closeall - 使用指令 closeall 的权限 *ancientgates.setconf - 使用指令 setconf 的权限 *ancientgates.tofrom - 使用指令 tpfrom 的权限 *ancientgates.tpto - 使用指令 tpto 的权限 *ancientgates.econbypass - 经过门的时候可以扣除游戏币 需要当config配置文件中 "enforceAccess" 开启的时候才能使用扣除游戏币 (/gate setconf): *ancientgates.use.* - 可以通过所有的门. *ancientgates.use.[gateid] - 可以使用特定的门[gateid:门的名字] ==使用过程== [[文件:AncientGates1.jpg|缩略图]] [[文件:AncientGates2.jpg|缩略图]] [[文件:AncientGates3.jpg|缩略图]] [[文件:AncientGates4.jpg|缩略图]] ==配置== "colorValue": "LIGHT_PURPLE", "colorSystem": "YELLOW", "colorChrome": "GOLD", "colorCommand": "AQUA", "colorParameter": "DARK_AQUA", "enforceAccess": false, "useEconomy": false, "useVanillaPortals": false, "teleportEntitiesDefault": true, "teleportVehiclesDefault": false, "teleportInventoryDefault": "TRUE", "gateMaxArea": 70, "gateMaterialDefault": "PORTAL", "gateCooldownPeriod": 1000, "bungeeCordSupport": false, "bungeeTeleportDefault": "LOCATION", "useBungeeMessages": true, "bungeeJoinMessage": "\u0026e%p came from %s server", "bungeeQuitMessage": "\u0026e%p went to %s server", "useSocketComms": false, "socketCommsPort": 18001, "socketCommsPass": "3fb945594480ab18", "socketCommsTimeout": 10000, "debug": false ==更新记录== '''AncientGates v2.1''' 修复了在Java版1.11中会传送马的Bug 简化了传送方式,这样会加快传送效率 修复了载具传送位置过高的问题 马和其它比较“高”的生物不会再被卡死在传送门里 问题: 在BungeeCord群组中马等生物很可能在传送时失去它们原有的颜色 '''AncientGates v2.0.6''' 修复了对于BungeeCord群组的支持 '''AncientGates v2.0.5''' 希望是修复了在BungeeCord中传送非实体的Bug 其它内容开始支持BungeeCord群组 ==参考资料== https://www.spigotmc.org/resources/ancient-gates.6583/ https://www.mcbbs.net/thread-584063-1-1.html [[Category:传送]]
本页使用的模板:
模板:ArticleCategory
(
查看源代码
)
模板:Info
(
查看源代码
)
模板:Plugin Infobox
(
查看源代码
)
模板:信息表
(
查看源代码
)
模板:信息表/列表
(
查看源代码
)
模板:待完善
(
查看源代码
)(受保护)
返回
Ancient Gates
。
导航菜单
个人工具
登录
命名空间
页面
讨论
大陆简体
查看
阅读
查看源代码
查看历史
更多
搜索
导航
首页
最近更改
随机页面
编辑相关
百科公告
编辑帮助
互助客栈
贡献分数
测试沙盒
发布条目
插件分类
管理
安全
聊天
编程
经济
修正
娱乐
综合
信息
机械
角色
传送
网页
整地
创世
付费
其它
工具
链入页面
相关更改
特殊页面
页面信息
相关网站
MCMOD百科
Minecraft中文百科
Minecraft纪念论坛
Minecraft百度贴吧
虚无世界Wiki