- 欢迎来到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