- 欢迎来到Minecraft插件百科!
- 对百科编辑一脸懵逼?帮助:快速入门带您快速熟悉百科编辑!
- 因近日遭受攻击,百科现已限制编辑,有意编辑请加入插件百科企鹅群:223812289
RegionTitleReloaded
介绍
这个简单轻便的插件可以让你在进出一个区域的时候显示title或Actionbar信息
前置
- java 8
- 1.8-1.12的spigot
- worldguard 6 以上版本
插件效果
特点
- 可关闭显示区域信息
- 自定义显示区域信息
- 淡入效果
- 淡出效果
- 完全自定义
- 支持minecraft1.8 - 1.12版本
- 在玩家出入一个区域的时候播放音效
- 支持&颜色代码
- 出入区域粒子特效
指令&权限
重载插件:
- /regiontitlereloaded reload
- /rtr reload
权限:
- regiontitlereloaded.reload
食用方法
- 打开config.yml
- 用worldguard声明一块区域
- 在special-region内添加worldguard区域名并修改配置
- 用{Region}显示区域名,{Player}显示玩家名
配置
默认配置
Settings: #If you want enable effect , please change the text 'Disable' to effect ID entry-effect: Disable exit-effect: Disable #If you want enable song , please change the text 'Disable' to sound ID #1.8 Sound : http://docs.codelanx.com/Bukkit/1.8/org/bukkit/Sound.html #1.9-1.11 Sound : #1.12 Sound : https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html entry-sound: Disable exit-sound: Disable #ActionBar message entry-ActionBar: '&aWelcome to &b{Region}' exit-ActionBar: #Title text for general region here entry: '&eEntering &a&l{Region}' sub-entry: '&aYou entered &a&l{Region}' exit: '&cLeaving &a&l{Region} &f&c! &a&l{Player}' sub-exit: '&cYou leaved &a&l{Region}' #Blacklist region that not showing titles #Feel free to add line xD #Remember to capitalize the first letter of region if capitalize-region-name = true disable-region: - example-region1 - example-region2 - example-region3 #Custom title text for special region #Feel free to add section special-region: example1: entry: '&f&l[&b{Region}&f&l]' sub-entry: '&eBig City' exit: sub-exit: entry-ActionBar: exit-ActionBar: entry-sound: Disable exit-sound: Disable entry-effect: Disable exit-effect: Disable example2: entry: '&f&l[&a&l{Region}&f&l]' sub-entry: '&e&lSmall Town' exit: '&cLeaving &a&l{Region} &f&cTown' sub-exit: '&cBe careful! &f{Player}' entry-ActionBar: 'okey1' exit-ActionBar: 'okey2' entry-sound: Disable exit-sound: Disable entry-effect: Disable exit-effect: Disable #Title timing & format timings: fade-in-ticks: 10 fade-out-ticks: 20 stay-ticks: 30 #Capitalize the first letter? format: capitalize-region-name: false
汉化配置示例
########..########..######...####..#######..##....##....########.####.########.##.......######## ##.....##.##.......##....##...##..##.....##.###...##.......##.....##.....##....##.......##...... ##.....##.##.......##.........##..##.....##.####..##.......##.....##.....##....##.......##...... ########..######...##...####..##..##.....##.##.##.##.......##.....##.....##....##.......######.. ##...##...##.......##....##...##..##.....##.##..####.......##.....##.....##....##.......##...... ##....##..##.......##....##...##..##.....##.##...###.......##.....##.....##....##.......##...... ##.....##.########..######...####..#######..##....##.......##....####....##....########.######## # Settings: #如果你想要启用粒子特效 , 请把'Disable' 改为 粒子特效 ID entry-effect: Disable exit-effect: Disable #如果你想要启用音效 , 请把'Disable' 改为 音效 ID #1.8 音效 : http://docs.codelanx.com/Bukkit/1.8/org/bukkit/Sound.html #1.9-1.11 音效 : #1.12 音效 : https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html entry-sound: Disable exit-sound: Disable #ActionBar信息, 如果你不想用就留空 entry-ActionBar: '&a欢迎来到 &b{Region}' exit-ActionBar: #总体区域信息Title显示 entry: '&e进入 &a&l{Region}' sub-entry: '&a你进入了 &a&l{Region}' exit: '&c你离开了&a&l{Region}' sub-exit: #不会显示信息的区域黑名单 #自由修改 xD #如果设置了capitalize-region-name = true那么这里填写的区域也要首字母大写 disable-region: - example-region1 - example-region2 - example-region3 #自定义特定区域的信息 #自由修改 special-region: spawn: entry: '&f&l[&b主城&f&l]' sub-entry: '&e你进入了主城' exit: '你离开了主城' sub-exit: '小心野外的怪物' entry-ActionBar: exit-ActionBar: entry-sound: Disable exit-sound: Disable entry-effect: Disable exit-effect: Disable #Title 标题间隔 & 格式 timings: fade-in-ticks: 10 fade-out-ticks: 20 stay-ticks: 30 #是否大写第一个字母? format: capitalize-region-name: false