mirror of
https://github.com/Xiao-MoMi/Custom-Fishing.git
synced 2026-01-06 15:51:50 +00:00
1.0
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
config:
|
||||
#插件兼容
|
||||
|
||||
lang: cn
|
||||
|
||||
integrations:
|
||||
#限定区域钓鱼需要启用WorldGuard兼容
|
||||
WorldGuard: false
|
||||
#钓MM怪需要启用MythicMobs兼容
|
||||
MythicMobs: false
|
||||
#使用季节特性启用PlaceholderAPI兼容
|
||||
PlaceholderAPI: false
|
||||
PlaceholderAPI: true
|
||||
|
||||
#季节特性
|
||||
season:
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#物品库说明:
|
||||
#除了display.name/weight/difficulty/material/time为必填项目,其他都是可选项目
|
||||
#items与mobs不可重复,否则无法正确进行权重分配
|
||||
#物品支持MiniMessage Format
|
||||
#https://docs.adventure.kyori.net/minimessage/format.html
|
||||
|
||||
@@ -12,6 +9,7 @@ items:
|
||||
name: '垃圾'
|
||||
weight: 50
|
||||
time: 100000
|
||||
show-in-fishfinder: false
|
||||
difficulty: 1-1
|
||||
|
||||
#物品内部ID
|
||||
@@ -29,7 +27,7 @@ items:
|
||||
#自定义NBT
|
||||
#可类型(Int) (Byte) (String) (Float) (String) (Double) (Short) (Long) (UUID) (Boolean)
|
||||
nbt:
|
||||
- Itemsadder:
|
||||
- itemsadder:
|
||||
namespace: '(String) momirealms'
|
||||
id: '(String) rainbow_fish'
|
||||
CustomModelData: '(Int) 1'
|
||||
|
||||
19
src/main/resources/messages/messages_cn.yml
Normal file
19
src/main/resources/messages/messages_cn.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
#所有位置均可使用MiniMessage Format
|
||||
#https://docs.adventure.kyori.net/minimessage/format.html
|
||||
messages:
|
||||
prefix: '<gradient:#0070B3:#A0EACF>[CustomFishing] </gradient>'
|
||||
reload: '重载成功.'
|
||||
no-perm: '你没有权限!'
|
||||
not-online: '玩家不在线!'
|
||||
not-exist: '此物品不存在!'
|
||||
escape: '太久没拉钩鱼儿跑走啦!'
|
||||
give-item: '成功给予玩家 {Player} {Amount}x {Item}.'
|
||||
get-item: '成功获得 {Amount}x {Item}.'
|
||||
no-console: '这个指令不能由控制台执行!'
|
||||
wrong-amount: '不能给玩家数量为负数的物品!'
|
||||
lack-args: '参数不足.'
|
||||
cooldown: '你使用找鱼器的速度太快了!'
|
||||
possible-loots: '此处可能钓到: '
|
||||
split-char: ','
|
||||
no-loot: '这个地方什么鱼都没有!'
|
||||
not-open-water: '这里不是开放水域,你将无法获得任何奖励!'
|
||||
Reference in New Issue
Block a user