mirror of
https://e.coding.net/circlecloud/Residence.git
synced 2025-11-25 21:56:06 +00:00
move src path and modify config file...
Signed-off-by: 502647092 <jtb1@163.com>
This commit is contained in:
327
src/main/resources/config.yml
Normal file
327
src/main/resources/config.yml
Normal file
@@ -0,0 +1,327 @@
|
||||
#领地插件配置文件2.7.0.0 重制 By: 喵♂呜(部分汉化来自宝石汉化组 大刘,Zesty).
|
||||
Global:
|
||||
# 载入的语言文件
|
||||
Language: Chinese
|
||||
# 圈地工具ID(默认是|木锄-290|)(木斧是271)
|
||||
SelectionToolId: 290
|
||||
# 查看工具ID(默认是线)
|
||||
InfoToolId: 287
|
||||
# 运动检查间隔,以毫秒为单位.
|
||||
# 数值越小,对服务器负担越大.
|
||||
# 增加数值会导致玩家在被强制传送前进入禁止移动区域.
|
||||
MoveCheckInterval: 500
|
||||
# 数据保存间隔(单位: 分)
|
||||
SaveInterval: 10
|
||||
# 默认权限组
|
||||
DefaultGroup: default
|
||||
# 是否启用'出租'系统
|
||||
UseLeaseSystem: false
|
||||
# 出租系统检查间隔(单位: 分)
|
||||
LeaseCheckInterval: 10
|
||||
# 允许出租系统自动续租,只要玩家有足够的资金.如果经济系统被禁用,这个设置将无效.
|
||||
LeaseAutoRenew: true
|
||||
# 使用权限系统.
|
||||
EnablePermissions: true
|
||||
# 设置为'true'如果不使用 Permissions 或 PermissionsBukkit, 或使用旧版 Permissions.
|
||||
LegacyPermissions: false
|
||||
# 使用/禁用领地的经济系统 (支持 Vault 所支持的所有经济插件).
|
||||
EnableEconomy: true
|
||||
# 使用/禁用领地'租用'系统
|
||||
EnableRentSystem: false
|
||||
# 以分钟为单位,领地租用到期检测间隔 (如果开启了领地租用系统).
|
||||
RentCheckInterval: 10
|
||||
# 使用/禁用领地内聊天频道.
|
||||
ResidenceChatEnable: true
|
||||
# 设置为true启动ActionBar 仅限 1.8 以上.
|
||||
# 设置为false将显示消息在聊天窗口.
|
||||
UseActionBar: true
|
||||
# 领地频道聊天颜色.
|
||||
ResidenceChatColor: DARK_PURPLE
|
||||
# 是否只有OP或者拥有 'residence.admin' 权限的玩家创建/修改/删除领地(启用后普通玩家将无法使用领地命令).
|
||||
AdminOnlyCommands: false
|
||||
# 设置为'true'让OP具有领地管理员权限.
|
||||
AdminOPs: true
|
||||
# 多世界插件的名称设置, 如果你没有多世界插件,你可忽略这个.
|
||||
# 这样做是确保多世界插件在领地插件前开启,以确保其他世界的领地正确读取.
|
||||
# 可选项: Multiverse-Core MultiWorld 或者别的插件(区分大小写)
|
||||
MultiWorldPlugin: Multiverse-Core
|
||||
# 设置为'true'可以使'领地子区域'继承 领地 当前的flag设置.
|
||||
ResidenceFlagsInherit: true
|
||||
# 设置为'false'则允许出租的领地可被租用的玩家修改.
|
||||
PreventRentModify: true
|
||||
# 设置为'false'将造成即使在保存文件时检测到错误,领地插件也会继续加载.
|
||||
StopOnSaveFault: true
|
||||
# 领地名称字符过滤,Google搜索 "Java正则表达式" 可以了解它是如何工作.
|
||||
ResidenceNameRegex: '[^a-zA-Z0-9\\-\\_]'
|
||||
# 设置为'true'将会 当每次租用到期或出租期满,都会发送给控制台一个信息.
|
||||
ShowIntervalMessages: false
|
||||
# 实验 - 以下设置块的ID列表将作为检查的“箱子”和“使用”标志的使用,当使用MOD自定义箱子和物品时.
|
||||
CustomContainers: []
|
||||
CustomBothClick: []
|
||||
CustomRightClick: []
|
||||
# 这个是世界flag,不在领地中时.
|
||||
Flags:
|
||||
Global: #下面这些为世界总体默认flag设置, 这会覆盖各个组的设置.
|
||||
use: true
|
||||
build: true
|
||||
ignite: true
|
||||
firespread: true
|
||||
damage: true
|
||||
creeper: true
|
||||
tnt: true
|
||||
pvp: true
|
||||
WorldNameHere: #这里你可以设定个人的世界,这些覆盖总体的flag
|
||||
#build: true
|
||||
# 这个是所有人可以设置的权限true为允许设置false为不允许.
|
||||
FlagPermission:
|
||||
move: true
|
||||
build: true
|
||||
place: true
|
||||
destroy: true
|
||||
use: true
|
||||
container: true
|
||||
pvp: true
|
||||
tp: true
|
||||
ignite: true
|
||||
firespread: true
|
||||
bucket: true
|
||||
flow: true
|
||||
lavaflow: true
|
||||
waterflow: true
|
||||
creeper: true
|
||||
tnt: true
|
||||
monsters: true
|
||||
animals: true
|
||||
subzone: true
|
||||
healing: true
|
||||
piston: true
|
||||
diode: true
|
||||
lever: true
|
||||
button: true
|
||||
door: true
|
||||
table: true
|
||||
enchant: true
|
||||
brew: true
|
||||
bed: true
|
||||
cake: true
|
||||
note: true
|
||||
trample: false
|
||||
burn: true
|
||||
explode: false
|
||||
fireball: true
|
||||
# 以下为领地飞行的Flag
|
||||
fly: true
|
||||
# 以下为领地扩展的Flag
|
||||
zombie: true
|
||||
skeleton: true
|
||||
creeperspawn: true
|
||||
spider: true
|
||||
cavespider: true
|
||||
slime: true
|
||||
ghast: true
|
||||
blaze: true
|
||||
magmacube: true
|
||||
silverfish: true
|
||||
snowgolem: true
|
||||
irongolem: true
|
||||
enderman: true
|
||||
chicken: true
|
||||
cow: true
|
||||
wolf: true
|
||||
mooshroom: true
|
||||
ocelot: true
|
||||
zombiepigmen: true
|
||||
pig: true
|
||||
sheep: true
|
||||
squid: true
|
||||
villager: true
|
||||
bat: true
|
||||
witch: true
|
||||
witherspawn: true
|
||||
melt: true
|
||||
form: true
|
||||
animalkilling: true
|
||||
mobkilling: true
|
||||
drops: true
|
||||
pickup: true
|
||||
commands: true
|
||||
enderpearl: true
|
||||
falldamage: true
|
||||
portal: true
|
||||
villagerkilling: true
|
||||
vehicleprotect: true
|
||||
lightning: true
|
||||
grow: true
|
||||
hunger: true
|
||||
sprint: true
|
||||
fishing: true
|
||||
eggs: true
|
||||
sneak: true
|
||||
pigzap: true
|
||||
slimesplit: true
|
||||
shear: true
|
||||
pigsaddle: true
|
||||
trade: true
|
||||
god: true
|
||||
day: true
|
||||
night: true
|
||||
weather: true
|
||||
blockdamage: true
|
||||
# 这是领地创建后默认设置.
|
||||
ResidenceDefault:
|
||||
build: false
|
||||
use: false
|
||||
container: false
|
||||
pvp: false
|
||||
tnt: false
|
||||
creeper: false
|
||||
flow: false
|
||||
piston: false
|
||||
ignite: false
|
||||
firespread: false
|
||||
# 以下为领地飞行的Flag
|
||||
fly: false
|
||||
# 以下为领地扩展的Flag
|
||||
animalkilling: false
|
||||
villagerkilling: false
|
||||
# 这是领地创建后 拥有者 的flag.
|
||||
CreatorDefault:
|
||||
build: true
|
||||
move: true
|
||||
use: true
|
||||
ignite: true
|
||||
container: true
|
||||
# 以下为领地飞行的Flag
|
||||
fly: true
|
||||
# 以下为领地扩展的Flag
|
||||
animalkilling: true
|
||||
villagerkilling: true
|
||||
# 这是默认组,适用于任何组的用户领地flag.
|
||||
GroupDefault:
|
||||
#default: #group name
|
||||
#build: true
|
||||
|
||||
# 这些用户组相当于 '<worldname>.yml的Permissions groups.
|
||||
Groups:
|
||||
Default: #用户组名称
|
||||
# 有关玩家可以定义的信息.
|
||||
# 去除下面的'#'可以镜像复制此配置到其他组.
|
||||
#Mirror:
|
||||
#- 'group1'
|
||||
#- 'group2'
|
||||
Residence:
|
||||
# 玩家是否可以创建领地.这个设置可被 'residence.create' 权限覆盖.
|
||||
CanCreate: true
|
||||
# 玩家允许拥有最大领地数.
|
||||
MaxResidences: 3
|
||||
# 一个领地的最大物理区域数目.
|
||||
MaxAreasPerResidence: 2
|
||||
# 一个领地在东西方向最大距离 (X坐标).
|
||||
MaxEastWest: 16
|
||||
# 一个领地在南北方向最大距离 (Z坐标).
|
||||
MaxNorthSouth: 16
|
||||
# 一个领地在上下方向最大高度 (Y坐标).
|
||||
MaxUpDown: 256
|
||||
# 允许创建领地的最低高度.
|
||||
MinHeight: 0
|
||||
# 允许创建领地的最高高度.
|
||||
MaxHeight: 255
|
||||
# 子区域领地最大深度.
|
||||
# 当一个领地子区域包含另一个子区域时,最大深度为2.
|
||||
# 设置为0将禁用领地子区域.
|
||||
SubzoneDepth: 3
|
||||
# 是否允许传送
|
||||
CanTeleport: true
|
||||
# 是否允许使用'/res unstuck'命令, 当你卡在领地内时可以传送出去
|
||||
Unstuck: true
|
||||
# 是否允许使用'/res select '命令, 如果禁用,那么只能使用工具选取领地.
|
||||
SelectCommandAccess: true
|
||||
# 领地主人是否允许使用 黑名单/屏蔽列表 .
|
||||
ItemListAccess: true
|
||||
# 进入和离开领地时的消息设置.
|
||||
Messaging:
|
||||
#玩家是否可以改变领地进出提示.
|
||||
CanChange: true
|
||||
# 这个文本是当前用户组新建领地后的默认进入信息.
|
||||
# 消息留空将禁用.
|
||||
DefaultEnter: '欢迎 %player 来到 %owner 的领地 %residence.'
|
||||
# 这个文本是当前用户组新建领地后的默认离开信息.
|
||||
# 消息留空将禁用信息.
|
||||
DefaultLeave: '你离开了 %owner 的领地 %residence.'
|
||||
# 有关出租系统的设置.
|
||||
Lease:
|
||||
# 可出租最大天数.
|
||||
MaxDays: 16
|
||||
# 当使用 '/res lease renew' 命令时可续租多少天.
|
||||
RenewIncrement: 14
|
||||
# 有关租用系统的设置
|
||||
Rent:
|
||||
# 决定一次可以租用多少个领地
|
||||
MaxRents: 3
|
||||
# 决定玩家一次可以设置为出租的领地个数
|
||||
MaxRentables: 3
|
||||
# 有关领地经济系统的设置.
|
||||
Economy:
|
||||
# 是否可以购买出售中的领地.
|
||||
CanBuy: true
|
||||
# 是否可以出售领地.
|
||||
CanSell: false
|
||||
# 在购买领地时,是否忽略领地限制.
|
||||
IgnoreLimits: false
|
||||
# 创建一个新领地或添加物理区域时的每个方块大小花费.
|
||||
BuyCost: 0.05
|
||||
# 出租领地时每个方块大小花费 (如果出租系统开启).
|
||||
RenewCost: 0.02
|
||||
# Flag检查顺序:
|
||||
# 1: Player 玩家
|
||||
# 2: Group 用户组
|
||||
# 3: Owner 拥有者
|
||||
# 4: 如果其他都未定义将使用默认(一般是true).
|
||||
# Flag 的权限默认是 false.
|
||||
# 这些 flag 设置覆盖总体设置.
|
||||
Flags:
|
||||
# 特别允许或拒绝这个组权限的Flag.
|
||||
Permission:
|
||||
#build: true
|
||||
# 特指为这个组的成员在领地内是否可以进行建造的Flag.
|
||||
Default:
|
||||
#build: true
|
||||
# 特指领地的创建者在领地内是否可以进行建造的Flag.
|
||||
CreatorDefault:
|
||||
#build: true
|
||||
# 特指其他组的成员在领地内是否可以进行建造的Flag.
|
||||
GroupDefault:
|
||||
#default: #组名
|
||||
#build: false
|
||||
# 这些Flag将应用于这个组, 当他们在领地之外时将会被使用.
|
||||
# 这些Flag将会覆盖上面的Flag, 均为全局选?钕?
|
||||
World:
|
||||
Global: # 这些Flag将会应用于所有世界.
|
||||
#build: false
|
||||
WorldNameHere: # 或者你也可以单独设置每个世界的情况.
|
||||
#build: false
|
||||
# 你可以手动设定组里一个玩家的情况, 这将覆盖他所在组的权限.
|
||||
GroupAssignments:
|
||||
bekvon: default
|
||||
player: default
|
||||
|
||||
ItemList: #在这里你可以建立黑名单/白名单.
|
||||
DefaultList: #列表的名称并不重要,只要它是唯一的.最好使用一个描述性的名称.
|
||||
# 列表类型, 可以是黑名单, 白名单, 或屏蔽列表.
|
||||
Type: blacklist
|
||||
# 如果你想的话, 你可以将此列表只应用到一个世界上, 否则将会应用到所有世界中.
|
||||
#World: world
|
||||
# 你也可以将此列表只应用到一个组里, 否者将会应用到所有组中.
|
||||
#Group: default
|
||||
# 此列表是允许或禁止的材料名称的列表
|
||||
# 你可以通过在游戏里输入命令'/res material <id>' 查询材料名称的物品ID
|
||||
#另外, 你也可以在列表中输入物品ID, 但是这将使其难以辨别并且难以直接查询列表中的物品的启用或禁止情况
|
||||
Items:
|
||||
- 'BEDROCK'
|
||||
- 'LAVA'
|
||||
- 'WATER'
|
||||
- 'STATIONARY_LAVA'
|
||||
- 'STATIONARY_WATER'
|
||||
- 'MOB_SPAWNER'
|
||||
# 这个是用来判断领地插件config.yml修订版本的,不要修改.
|
||||
ResidenceVersion: 2
|
||||
615
src/main/resources/languagefiles/Chinese.yml
Normal file
615
src/main/resources/languagefiles/Chinese.yml
Normal file
@@ -0,0 +1,615 @@
|
||||
# NOTE: 'If you want to modify this file, it is HIGHLY recommended that you make a copy
|
||||
# of this file and modify that instead. This file will be updated automatically by Residence
|
||||
# when a newer version is detected, and your changes will be overwritten. Once you
|
||||
# have a copy of this file, change the Language: 'option under the Residence config.yml
|
||||
# to whatever you named your copy.
|
||||
Version: 22
|
||||
FieldsVersion: 23
|
||||
Language:
|
||||
# The below lines represent various messages residence sends to the players.
|
||||
# Note that some messages have variables such as %1 that are inserted at runtime.
|
||||
# Version 1 Fields
|
||||
InvalidResidence: '无效的领地...'
|
||||
InvalidSubzone: '无效的附属领地...'
|
||||
InvalidDirection: '无效的方向...'
|
||||
InvalidChannel: '无效频道...'
|
||||
InvalidAmount: '无效数量...'
|
||||
InvalidCost: '无效的花费金额...'
|
||||
InvalidDays: '无效的天数...'
|
||||
InvalidMaterial: '无效的材料...'
|
||||
InvalidBoolean: '无效值,必须是布尔值,true(t)或者false(f)。'
|
||||
InvalidArea: '无效的区域...'
|
||||
InvalidGroup: '无效的权限组...'
|
||||
InvalidMessageType: '消息类型必须enter(进入)或remove(离开)。'
|
||||
InvalidList: '无效的清单...'
|
||||
InvalidFlag: '权限不存在...'
|
||||
InvalidFlagState: '无效的权限状态,必须是true(t)开启,false(f)关闭,或者 remove(r)移除。'
|
||||
AreaExists: '区域名字已经存在。'
|
||||
AreaCreate: '领地ID %1 创建成功'
|
||||
AreaDiffWorld: '区域与领地是在一个不同的世界。'
|
||||
AreaCollision: '区域与领地 %1 冲突。'
|
||||
AreaSubzoneCollision: '区域和附属领地 %1 冲突。'
|
||||
AreaNonExist: '区域不存在。'
|
||||
AreaInvalidName: '区域名无效...'
|
||||
AreaRename: '区域名从 %1 更改到 %2'
|
||||
AreaRemove: '移除区域 %1 ...'
|
||||
AreaRemoveLast: '不能把最后一个区域从领地中移除。'
|
||||
AreaNotWithinParent: '这个区域不在父区域之内。'
|
||||
AreaUpdate: '区域已更新...'
|
||||
AreaMaxPhysical: '你已经达到你的领地所允许的最大区域。'
|
||||
AreaSizeLimit: '区域的大小超出你允许的范围上限。'
|
||||
AreaHighLimit: '你不能保护这样高的领地,你的上限是 %1 。'
|
||||
AreaLowLimit: '你不能保护这样深的领地,你的上限是 %1 。'
|
||||
NotInResidence: '你不在一个领地里。'
|
||||
InResidence: '你正站在领地 %1 里。'
|
||||
ResidenceOwnerChange: '领地的拥有者从玩家 %1 改为玩家 %2 。'
|
||||
NonAdmin: '你不是领地的管理员。'
|
||||
AdminOnly: '只有管理员才能使用这个命令。'
|
||||
ChatDisabled: '领地聊天已关闭...'
|
||||
SubzoneRename: '附属领地 %1 已重命名为 %2 。'
|
||||
SubzoneRemove: '附属领地 %1 已移除.'
|
||||
SubzoneCreate: '创建附属领地 %1 。'
|
||||
SubzoneCreateFail: '不能创建附属领地 %1 。'
|
||||
SubzoneExists: '附属领地 %1 已经存在。'
|
||||
SubzoneCollide: '附属领地与另一个附属领地 %1 冲突。'
|
||||
SubzoneMaxDepth: '您已达到了系统允许的最大分区深度。'
|
||||
SubzoneSelectInside: '两个选择点必须在领地内。'
|
||||
SelectPoints: '在用这个命令之前,请先用选择工具选取两个点!'
|
||||
SelectionSuccess: '选择成功!'
|
||||
SelectionFail: '无效的选择命令...'
|
||||
SelectionBedrock: '扩大到允许的最低高度。'
|
||||
SelectionSky: '扩大到允许的最高高度。'
|
||||
SelectionArea: '在领地 %2 中选择区域 %1 。'
|
||||
SelectDiabled: '你没有圈地权限。'
|
||||
NoPermission: '你没有使用此命令的权限。'
|
||||
OwnerNoPermission: '所有者无此命令的权限。'
|
||||
ParentNoPermission: '你没有改变父区域的权限。'
|
||||
MessageChange: '消息已设置...'
|
||||
FlagSet: '权限已设置...'
|
||||
FlagCheckTrue: '权限 %1 为玩家 %2 在领地 %3 设置,值为=%4 。'
|
||||
FlagCheckFalse: '权限 %1 未为玩家 %2 在领地中设置。'
|
||||
FlagsCleared: '权限已清除。'
|
||||
FlagsDefault: '权限已设置为默认。'
|
||||
Usage: '命令用法'
|
||||
InvalidHelp: '无效的帮助页...'
|
||||
SubCommands: '子命令'
|
||||
InvalidList: '未知列表的类型,必须是黑名单中的类型.'
|
||||
MaterialGet: '材料名称为ID %1 是 %2 。'
|
||||
MarketDisabled: '市场功能已禁用!'
|
||||
MarketList: '市场列表'
|
||||
SelectionTool: '选择工具'
|
||||
InfoTool: '信息工具'
|
||||
NoBankAccess: '你没有银行权限...'
|
||||
NotEnoughMoney: '你没有足够的钱。'
|
||||
BankNoMoney: '在银行里没有足够的钱。'
|
||||
BankDeposit: '你存 %1 元到领地银行。'
|
||||
BankWithdraw: '你取出 %1 元从领地银行。'
|
||||
MoneyCharged: '支出 %1 元从 %2 帐户。'
|
||||
MoneyCredit: '收入 %1 元从 %2 帐户。'
|
||||
RentDisabled: '租凭系统已关闭。'
|
||||
RentReleaseInvalid: '领地 %1 没有被租用或者被出租。'
|
||||
RentSellFail: '不能出售一个被租出去的领地。'
|
||||
SellRentFail: '当前领地在出售不能出租领地。'
|
||||
OwnerBuyFail: '无法购买自己的土地!'
|
||||
OwnerRentFail: '不能租你自己的土地!'
|
||||
AlreadySellFail: '领地已经出售!'
|
||||
ResidenceBought: '你已经买下了领地 %1 !'
|
||||
ResidenceBuy: '玩家 %1 从你那买下了领地 %2 。'
|
||||
ResidenceBuyTooBig: '此领地已超过系统允许的最大领域。'
|
||||
ResidenceNotForSale: '领地没有用于出售。'
|
||||
ResidenceForSale: '现在以 %2 销售领地 %1 。'
|
||||
ResidenceStopSelling: '领地不再销售。'
|
||||
ResidenceTooMany: '已达到系统允许领地的最大上限。'
|
||||
ResidenceMaxRent: '已达到系统允许你租用领地的最大上限。'
|
||||
ResidenceAlreadyRent: '领地已经被租用...'
|
||||
ResidenceNotForRent: '领地不用于出租...'
|
||||
ResidenceNotRented: '领地没有被租用。'
|
||||
ResidenceUnrent: '领地 %1 已不再出租。'
|
||||
ResidenceRemoveRentable: '领地 %1 不再出租。'
|
||||
ResidenceForRentSuccess: '领地 %1 现在租金为 %2 ,每次 %3 天。'
|
||||
ResidenceRentSuccess: '你已经租用领地 %1 %2 天...'
|
||||
ResidenceAlreadyRented: '领地 %1 ,目前已出租给 %2 。'
|
||||
ResidenceAlreadyExists: '领地 %1 已存在。'
|
||||
ResidenceCreate: '你创建了领地 %1 !'
|
||||
ResidenceRename: '领地 %1 已改名为 %2 。'
|
||||
ResidenceRemove: '领地 %1 已经被移除...'
|
||||
RentDisabled: '出租被禁用...'
|
||||
RentDisableRenew: '%1 自动到期续约已关闭'
|
||||
RentEnableRenew: '%1 自动到期续约已开启.'
|
||||
RentableDisableRenew: '%1 更新可租用状态关闭.'
|
||||
RentableEnableRenew: '%1 更新可租用状态开启.'
|
||||
LandForSale: '出售土地'
|
||||
SellAmount: '销售金额'
|
||||
LeaseExpire: '租赁到期时间'
|
||||
RentExpire: '租金到期时间'
|
||||
RentableAutoRenew: '自动更新可出租的土地'
|
||||
RentAutoRenew: '租借自动更新'
|
||||
RentableLand: '可供出租土地'
|
||||
ListMaterialAdd: '%1 添加到领地 %2'
|
||||
ListMaterialRemove: '%1 已从领地 %2 移除'
|
||||
ItemBlacklisted: '你不能在这使用被禁止的物品.'
|
||||
RentedModifyDeny: '不能修改一个租来的领地.'
|
||||
WorldPVPDisabled: '当前世界的PvP被禁止.'
|
||||
NoPVPZone: '没有PVP的区域.'
|
||||
FlagDeny: '你没有拥有领地 %1 的权限.'
|
||||
FlagSetDeny: '所有者不能使用这个权限 %1'
|
||||
SelectPoint: '选择了 %1 的选择点'
|
||||
ResidenceChat: '领地聊天切换到 %1 '
|
||||
ResidenceMoveDeny: '你没有领地 %1 的移动权限'
|
||||
TeleportDeny: '你没有传送权限。'
|
||||
TeleportSuccess: '已传送!'
|
||||
TeleportNear: '已传送到领地的附近。'
|
||||
TeleportNoFlag: '对不起,你没有传送权限去目标领地。'
|
||||
SetTeleportLocation: '传送点已设置...'
|
||||
HelpPageHeader: '帮助页 - %1 - 第 %2页 共 %3页'
|
||||
ListExists: '列表已经存在...'
|
||||
ListRemoved: '列表被移除...'
|
||||
ListCreate: '已创建列表 %1'
|
||||
LeaseRenew: '租赁有效期至 %1到期'
|
||||
LeaseRenewMax: '租赁最大的允许值'
|
||||
LeaseNotExpire: '没有这样的租赁或者租赁未到期.'
|
||||
LeaseRenewalCost: '更新区域 %1 的花费是 %2'
|
||||
LeaseInfinite: '租赁时间已设置为无限...'
|
||||
PermissionsApply: '权限已应用到领地.'
|
||||
PhysicalAreas: '物理区域'
|
||||
CurrentArea: '当前区域'
|
||||
LeaseExpire: '租约期满'
|
||||
NotOnline: '目标玩家必须在线.'
|
||||
ResidenceGiveLimits: '无法给予目标玩家,因为这超过了目标玩家的上线'
|
||||
ResidenceGive: '你把领地 %1 给了玩家 %2'
|
||||
ResidenceRecieve: '你从玩家 %2 那里接收到了 %1 领地'
|
||||
#Version 4 New Fields
|
||||
#ResidenceListAll: 'Residences - <Page %1 of %2> - removed, use GenericPage now
|
||||
ResidenceListAllEmpty: '在这个服务器上没有任何的领地...'
|
||||
InvalidPage: '无效页数...'
|
||||
NextPage: '下一页'
|
||||
#Version 10 New Fields
|
||||
RemovePlayersResidences: '删除了所有这个玩家的领地 %1'
|
||||
GenericPage: '页数 %1 / %2'
|
||||
#Version 11 New Fields
|
||||
ResidenceRentedBy: '被 %1 租用'
|
||||
#Version 14 New Fields
|
||||
InvalidCharacters: '侦测到无效名字...'
|
||||
InvalidNameCharacters: '名字里包含非法字符...'
|
||||
#Version 15 New Fields
|
||||
DeleteConfirm: '你确定要删除领地 %1 吗?输入"/res confirm"来确定。'
|
||||
#Version 18 New Fields
|
||||
SelectTooHigh: '警告!你所划分的领地大小已超过服务器限制!'
|
||||
SelectTooLow: '警告!你所划分的领地大小已超过服务器限制!'
|
||||
WorldEditNotFound: '未发现WorldEdit插件。'
|
||||
#Version 19 New Fields
|
||||
NoResHere: '没有人在这里设置了领地。'
|
||||
DeleteSubzoneConfirm: '你确定要删除分区 %1 吗?输入“/res confirm”来确定。'
|
||||
#Version 20 New Fields
|
||||
SubzoneOwnerChange: '分区 %1 所有者改为 %2'
|
||||
CoordsTop: 'X:%1 Y:%2 Z:%3'
|
||||
CoordsBottom: 'X:%1 Y:%2 Z:%3'
|
||||
#Version 21 New Fields
|
||||
AdminToggle: 'Automatic resadmin toggle turned %1'
|
||||
#Version 22 New Fields
|
||||
NoSpawn: 'You do not have move permissions at your spawn point. Relocating'
|
||||
CompassTargetReset: '你的指南针指向已重置'
|
||||
CompassTargetSet: '你的指南针现在指向领地 %1'
|
||||
|
||||
|
||||
#The below lines are mostly a word bank for various uses.
|
||||
#Version 1 Fields
|
||||
Description: '描述'
|
||||
Land: '土地'
|
||||
Cost: '花费'
|
||||
Selection: '选择'
|
||||
Total: '总计'
|
||||
Size: '尺寸'
|
||||
Expanding: '扩张'
|
||||
Shifting: '移'
|
||||
Up: '上'
|
||||
Down: '下'
|
||||
Error: '错误'
|
||||
Flags: '权限'
|
||||
Your: '你的'
|
||||
Group: '组'
|
||||
Others: '其他人'
|
||||
Primary: '第一个'
|
||||
Secondary: '第二个'
|
||||
Selection: '选择'
|
||||
Moved: '移动'
|
||||
Status: '状态'
|
||||
Available: '可用'
|
||||
On: '开启'
|
||||
Off: '关闭'
|
||||
Name: '名字'
|
||||
Lists: '列表'
|
||||
Residences: '领地'
|
||||
Residence: '领地'
|
||||
Count: '统计'
|
||||
Owner: '所有者'
|
||||
#Version 4 Fields
|
||||
World: '世界'
|
||||
#Version 12 Fields
|
||||
Subzones: '附属领地'
|
||||
#Version 20 Fields
|
||||
CoordsT: '顶坐标'
|
||||
CoordsB: '底部的坐标'
|
||||
#Version 22 Fields
|
||||
TurnOn: '开'
|
||||
TurnOff: '关'
|
||||
|
||||
# This is the help / usage messages for each command.
|
||||
# It follows this format:
|
||||
# <Command>
|
||||
# Description: '<general description of command, one line of text>
|
||||
# Info: '<extra info lines to describe the command, list of text>
|
||||
# SubCommands:
|
||||
# <SubCommands> - these follow the same format, and each sub command can have its own subcommands
|
||||
# When a user gets help for a command (adds a ? mark on the end), first its Info lines are printed, then its sub commands are printed below that
|
||||
# Pages are automatically generated if the total lines of text exceeds 6 (will be configurable later).
|
||||
# Add a page number after the ? mark to see that page.
|
||||
|
||||
HelpLinesPerPage: 7
|
||||
CommandHelp: #this is just a holder node, that holds the entire help
|
||||
Description: '领地插件相关帮助 - 汉化 By: 喵♂呜'
|
||||
SubCommands: #this is the actual beginning of all commands
|
||||
res: #main residence command
|
||||
Description: '领地插件相关帮助 - 汉化 By: 喵♂呜'
|
||||
Info:
|
||||
- '如果有疑问在这里找不到,欢迎访问Wiki'
|
||||
- '地址:residencebukkitmod.wikispaces.com (英文)'
|
||||
- '输入/[命令] ? <页面>获得更多信息'
|
||||
SubCommands:
|
||||
select: #selection commands
|
||||
Description: '选区命令'
|
||||
Info:
|
||||
- '选择此命令的使用范围领地.'
|
||||
- '/res select [x] [y] [z] - 选择一个区块在中间, 你的半径.'
|
||||
SubCommands:
|
||||
coords:
|
||||
Description: '显示选定的坐标.'
|
||||
Info:
|
||||
- 'Usage: /res select coords'
|
||||
size:
|
||||
Description: '显示选定的领地大小.'
|
||||
Info:
|
||||
- 'Usage: /res select size'
|
||||
cost:
|
||||
Description: '显示选定的领地需缴纳金.'
|
||||
Info:
|
||||
- 'Usage: /res select cost'
|
||||
vert:
|
||||
Description: '调整选区至最大允许值.'
|
||||
Info:
|
||||
- 'Usage: /res select vert'
|
||||
- 'Will expand selection as high and as low as allowed.'
|
||||
sky:
|
||||
Description: '调整选区到最大高度.'
|
||||
Info:
|
||||
- 'Usage: /res select sky'
|
||||
- 'Expands as high as your allowed to go.'
|
||||
bedrock:
|
||||
Description: '调整选区到基岩底层.'
|
||||
Info:
|
||||
- 'Usage: /res select bedrock'
|
||||
- 'Expands as low as your allowed to go.'
|
||||
expand:
|
||||
Description: 'Expand selection in a direction.'
|
||||
Info:
|
||||
- 'Usage: /res select expand <amount>'
|
||||
- 'Expands <amount> in the direction your looking.'
|
||||
shift:
|
||||
Description: 'Shift selection in a direction'
|
||||
Info:
|
||||
- 'Usage: /res select shift <amount>'
|
||||
- 'Pushes your selection by <amount> in the direction your looking.'
|
||||
chunk:
|
||||
Description: '选取你所在的Chunk区域.'
|
||||
Info:
|
||||
- 'Usage: /res select chunk'
|
||||
- 'Selects the chunk your currently standing in.'
|
||||
residence:
|
||||
Description: 'Select a existing area in a residence.'
|
||||
Info:
|
||||
- 'Usage /res select <Residence> <AreaID>'
|
||||
- 'Selects a existing area in a residence.'
|
||||
worldedit:
|
||||
Description: '设置选区为WorldEdit的已选择区域.'
|
||||
Info:
|
||||
- 'Usage /res select worldedit'
|
||||
- 'Sets selection area using the current WorldEdit selection.'
|
||||
create: #creation command
|
||||
Description: '创建领地'
|
||||
Info:
|
||||
- Usage: '/res create <领地名字>'
|
||||
remove: #remove command
|
||||
Description: '删除领地'
|
||||
Info:
|
||||
- 'Usage: /res remove <领地名字>'
|
||||
removeall:
|
||||
Description: '删除某位玩家所属的全部领地.'
|
||||
Info:
|
||||
- 'Usage: /res removeall [owner]'
|
||||
- 'Removes all residences owned by a specific player.'
|
||||
- 'Requires /resadmin if you use it on anyone besides yourself.'
|
||||
confirm:
|
||||
- 'Usage: /res confirm'
|
||||
- '确认你要删除某个领地'
|
||||
subzone:
|
||||
Description: '在某个领地里创建附属领地.'
|
||||
Info:
|
||||
- 'Usage: /res subzone <领地名> [附属领地名]'
|
||||
- '如果领地名为空,那么将以你所在的领地为主'
|
||||
area:
|
||||
Description: '管理一个领地的物理区域.'
|
||||
SubCommands:
|
||||
list:
|
||||
Description: List physical areas in a residence
|
||||
Info:
|
||||
- Usage: /res area list [residence] <page>
|
||||
listall:
|
||||
Description: List coordinates and other info for areas
|
||||
Info:
|
||||
- Usage: /res area listall [residence] <page>
|
||||
add:
|
||||
Description: Add physical areas to a residence
|
||||
Info:
|
||||
- Usage: /res area add [residence] [areaID]
|
||||
- You must first select two points first.
|
||||
remove:
|
||||
Description: Remove physical areas from a residence
|
||||
Info:
|
||||
- Usage: /res area remove [residence] [areaID]
|
||||
replace:
|
||||
Description: Replace physical areas in a residence
|
||||
Info:
|
||||
- Usage: /res area replace [residence] [areaID]
|
||||
- You must first select two points first.
|
||||
- Replacing a area will charge the difference in size if the new area is bigger.
|
||||
info:
|
||||
Description: '显示某个领地的信息.'
|
||||
Info:
|
||||
- Usage: /res info <领地名>
|
||||
- 如果领地名为空,将以你所处的领地为主
|
||||
limits:
|
||||
Description: 显示领地功能限制.
|
||||
Info:
|
||||
- Usage: /res limits
|
||||
- 显示你在创建或管理领地时对部分功能的限制.
|
||||
message:
|
||||
Description: 设置领地进入/离开信息.
|
||||
Info:
|
||||
- 'Usage: /res message <领地名> [enter/leave] [信息]'
|
||||
- '设置某个领地的进入/离开信息.'
|
||||
- 'Usage: /res message <领地名> remove [enter/leave]'
|
||||
- '删除某个领地的进入/离开信息.'
|
||||
lease:
|
||||
Description: '管理领地的出租.'
|
||||
Info:
|
||||
- 'Usage: /res lease [renew/cost] [residence].'
|
||||
- '/res lease cost will show the cost of renewing a residence lease.'
|
||||
- '/res lease renew will renew the residence provided you have enough money.'
|
||||
SubCommands:
|
||||
set:
|
||||
Description: Set the lease time (admin only)
|
||||
Info:
|
||||
- Usage: /resadmin lease set [residence] [#days/infinite]
|
||||
- Sets the lease time to a specified number of days, or infinite.
|
||||
bank:
|
||||
Description: '管理领地的金钱.'
|
||||
Info:
|
||||
- 'Usage: /res bank [deposit/withdraw] [amount]'
|
||||
- 'You must be standing in a Residence'
|
||||
- 'You must have the +bank flag.'
|
||||
tp:
|
||||
Description: '传送到某个领地.'
|
||||
Info:
|
||||
- 'Usage: /res tp [领地名].'
|
||||
- '将你传送到某个领地,前提对应领地允许传送或你是对应领地的主人.'
|
||||
- 'Your permission group must also be allowed to teleport by the server admin.'
|
||||
tpset:
|
||||
Description: '设置某个领地的传送目标.'
|
||||
Info:
|
||||
- Usage: /res tpset
|
||||
- This will set the teleport location for a residence to where your standing.
|
||||
- You must be standing in the residence to use this command.
|
||||
- You must also be the owner or have the +admin flag for the residence.
|
||||
set:
|
||||
Description: '设置领地的全局属性.'
|
||||
Info:
|
||||
- Usage: /res set <residence> [flag] [true/false/remove]
|
||||
- To see a list of flags, use /res flags ?
|
||||
- These flags apply to any players who do not have the flag applied specifically to them. (see /res pset ?)
|
||||
pset:
|
||||
Description: '设置某个人的领地属性.'
|
||||
Info:
|
||||
- Usage: /res pset <residence> [player] [flag] [true/false/remove]
|
||||
- Usage: /res pset <residence> [player] removeall
|
||||
- To see a list of flags, use /res flags ?
|
||||
gset:
|
||||
Description: '设置某个组的领地属性.'
|
||||
Info:
|
||||
- Usage: /res gset <residence> [group] [flag] [true/false/remove]
|
||||
- To see a list of flags, use /res flags ?
|
||||
lset:
|
||||
Description: '改变黑名单和忽略列表.'
|
||||
Info:
|
||||
- Usage: /res lset <residence> [blacklist/ignorelist] [material]
|
||||
- Usage: /res lset <residence> info
|
||||
- Blacklisting a material prevents it from being placed in the residence.
|
||||
- Ignorelist causes a specific material to not be protected by Residence.
|
||||
flags:
|
||||
Description: 例举所有可配置属性
|
||||
Info:
|
||||
- '对于属性的值, true代表允许, false代表阻止.'
|
||||
- 'build - 允许或禁止玩家放置破坏方块'
|
||||
- 'use - 允许或禁止玩家使用门、按钮、拉杆等'
|
||||
- 'move - 允许或禁止玩家进入此领地或在此领地活动'
|
||||
- 'container - 允许或禁止玩家使用熔炉、箱子、发射器等'
|
||||
- 'trusted - 同时配置 build, use, move, container 和 tp 属性'
|
||||
- 'place - 允许或禁止玩家放置方块, 覆盖build属性.'
|
||||
- 'destroy - 允许或禁止玩家破坏方块, 覆盖build属性.'
|
||||
- 'pvp - 允许或禁止玩家在领地内PVP'
|
||||
- 'tp - 允许或禁止玩家传送到领地.'
|
||||
- 'admin - 允许或禁止玩家管理领地属性.'
|
||||
- 'subzone - 允许或禁止玩家在领地内创建子领地.'
|
||||
- 'monsters - 允许或禁止领地内刷怪'
|
||||
- 'animals - 允许或禁止领地内刷动物.'
|
||||
- 'healing - 允许或禁止领地内生命回复'
|
||||
- 'tnt - 允许或禁止领地内TNT爆炸'
|
||||
- 'creeper - 允许或禁止领地内苦力怕爆炸'
|
||||
- 'ignite - allows or denys fire ignition.'
|
||||
- 'firespread - allows or denys fire spread.'
|
||||
- 'bucket - 允许或禁止领地内使用桶.'
|
||||
- 'flow - 允许或禁止领地内液体流动.'
|
||||
- 'lavaflow - 允许或禁止领地内岩浆流动,覆盖flow属性'
|
||||
- 'waterflow - 允许或禁止领地内水流动,覆盖flow属性'
|
||||
- 'damage - 允许或禁止领地内所有的实体伤害.'
|
||||
- 'piston - 允许或禁止领地内活塞推动或吸方块.'
|
||||
- 'hidden - hides residence from list or listall commands.'
|
||||
- 'cake - 允许或禁止领地内吃蛋糕'
|
||||
- 'lever - 允许或禁止领地内使用拉杆'
|
||||
- 'button - 允许或禁止领地内使用按钮'
|
||||
- 'diode - 允许或禁止领地内使用红石中继器'
|
||||
- 'door - 允许或禁止领地内使用门(铁门,木门,活板门,栅栏门)'
|
||||
- 'table - 允许或禁止领地内使用工作台'
|
||||
- 'enchant - 允许或禁止领地内使用附魔台'
|
||||
- 'brew - 允许或禁止领地内使用铁毡'
|
||||
- 'bed - 允许或禁止领地内使用床'
|
||||
- 'pressure - allows or denys players to use pressure plates'
|
||||
- 'note - 允许或禁止领地内使用音符盒'
|
||||
- 'redstone - 同时配置 lever, diode, button, pressure, note 属性'
|
||||
- 'craft - 同时配置 table, enchant, brew 属性'
|
||||
list:
|
||||
Description: 查看某个玩家领地
|
||||
Info:
|
||||
- Usage: /res list <player> <page>
|
||||
- Lists all the residences you own.
|
||||
- To list everyones residences, use /res listall.
|
||||
listall:
|
||||
Description: 查看所有玩家领地
|
||||
Info:
|
||||
- Usage: /res listall <page>
|
||||
- Lists all residences on the server.
|
||||
sublist:
|
||||
Description: 查看领地内的子区域
|
||||
Info:
|
||||
- Usage: /res sublist <residence> <page>
|
||||
- List subzones within a residence.
|
||||
default:
|
||||
Description: 重置领地属性为默认.
|
||||
Info:
|
||||
- Usage: /res default <residence>
|
||||
- Resets the flags on a residence to their default. You must be the owner or an admin to do this.
|
||||
rename:
|
||||
Description: 重命名领地.
|
||||
Info:
|
||||
- Usage: /res rename [OldName] [NewName]
|
||||
- You must be the owner or an admin to do this.
|
||||
- The name must not already be taken by another residence.
|
||||
mirror:
|
||||
Description: 复制某个领地的属性
|
||||
Info:
|
||||
- Usage: /res mirror [Source Residence] [Target Residence]
|
||||
- Mirrors flags from one residence to another. You must be owner of both or a admin to do this.
|
||||
market:
|
||||
Description: 购买, 出售, 或 租借 领地
|
||||
Info:
|
||||
- Usage: /res market ? for more info
|
||||
SubCommands:
|
||||
info:
|
||||
Description: Get economy info on residence
|
||||
Info:
|
||||
- Usage: /res market info [residence]
|
||||
- Shows if the Residence is for sale or for rent, and the cost.
|
||||
list:
|
||||
Description: Lists rentable and for sale residences.
|
||||
Info:
|
||||
- Usage: /res market list
|
||||
sell:
|
||||
Description: Sell a residence
|
||||
Info:
|
||||
- Usage: /res market sell [residence] [amount]
|
||||
- Puts a residence for sale for [amount] of money.
|
||||
- Another player can buy the residence with /res market buy
|
||||
buy:
|
||||
Description: Buy a residence
|
||||
Info:
|
||||
- Usage: /res market buy [residence]
|
||||
- Buys a Residence if its for sale.
|
||||
unsell:
|
||||
Description: Stops selling a residence
|
||||
Info:
|
||||
- Usage: /res market unsell [residence]
|
||||
rent:
|
||||
Description: Rent a residence
|
||||
Info:
|
||||
- Usage: /res market rent [residence] <autorenew>
|
||||
- Rents a residence. Autorenew can be either true or false. If true, the residence will be automatically re-rented upon expire if the residence owner has allowed it.
|
||||
rentable:
|
||||
Description: Make a residence rentable.
|
||||
Info:
|
||||
- Usage: /res market rentable [residence] [cost] [days] <repeat>
|
||||
- Makes a residence rentable for [cost] money for every [days] number of days. If <repeat> is true, the residence will automatically be able to be rented again after the current rent expires.
|
||||
release:
|
||||
Description: Remove a residence from rent or rentable.
|
||||
Info:
|
||||
- Usage: /res market release [residence]
|
||||
- If you are the renter, this command releases the rent on the house for you.
|
||||
- If you are the owner, this command makes the residence not for rent anymore.
|
||||
current:
|
||||
Description: Show residence your currently in.
|
||||
Info:
|
||||
- Usage: /res current
|
||||
lists:
|
||||
Description: Predefined permission lists
|
||||
Info:
|
||||
- Predefined permissions that can be applied to a residence.
|
||||
SubCommands:
|
||||
add:
|
||||
Description: Add a list
|
||||
Info:
|
||||
- Usage: /res lists add <listname>
|
||||
remove:
|
||||
Description: Remove a list
|
||||
Info:
|
||||
- Usage: /res lists remove <listname>
|
||||
apply:
|
||||
Description: Apply a list to a residence
|
||||
Info:
|
||||
- Usage: /res lists apply <listname> <residence>
|
||||
set:
|
||||
Description: Set a flag
|
||||
Info:
|
||||
- Usage: /res lists set <listname> <flag> <value>
|
||||
pset:
|
||||
Description: Set a player flag
|
||||
Info:
|
||||
- Usage: /res lists pset <listname> <player> <flag> <value>
|
||||
gset:
|
||||
Description: Set a group flag
|
||||
Info:
|
||||
- Usage: /res lists gset <listname> <group> <flag> <value>
|
||||
view:
|
||||
Description: View a list.
|
||||
Info:
|
||||
- Usage: /res lists view <listname>
|
||||
server:
|
||||
Description: 设置某个领地为服务器所属(仅限管理员使用)
|
||||
Info:
|
||||
- Usage: /resadmin server [residence]
|
||||
- 可以让某个领地变为服务器所属
|
||||
setowner:
|
||||
Description: 设置某个领地的所有者(仅限管理员使用)
|
||||
Info:
|
||||
- Usage: /resadmin setowner [领地名] [玩家]
|
||||
resreload:
|
||||
Description: 重新加载插件配置(仅限管理员使用)
|
||||
Info:
|
||||
- Usage: /resreload
|
||||
resload:
|
||||
Description: 载入已保存的配置文件 (不安全, 仅限管理员使用).
|
||||
Info:
|
||||
- Usage: /resload
|
||||
- UNSAFE command, does not save residences first.
|
||||
- Loads the residence save file after you have made changes.
|
||||
version:
|
||||
Description: 显示领地插件的版本信息
|
||||
Info:
|
||||
- Usage: /res version
|
||||
628
src/main/resources/languagefiles/English.yml
Normal file
628
src/main/resources/languagefiles/English.yml
Normal file
@@ -0,0 +1,628 @@
|
||||
# NOTE: If you want to modify this file, it is HIGHLY recommended that you make a copy
|
||||
# of this file and modify that instead. This file will be updated automatically by Residence
|
||||
# when a newer version is detected, and your changes will be overwritten. Once you
|
||||
# have a copy of this file, change the Language: option under the Residence config.yml
|
||||
# to whatever you named your copy.
|
||||
Version: 21
|
||||
FieldsVersion: 22
|
||||
Language:
|
||||
# The below lines represent various messages residence sends to the players.
|
||||
# Note that some messages have variables such as %1 that are inserted at runtime.
|
||||
#Version 1 Fields
|
||||
InvalidResidence: Invalid Residence...
|
||||
InvalidSubzone: Invalid Subzone...
|
||||
InvalidDirection: Invalid Direction...
|
||||
InvalidChannel: Invalid Channel...
|
||||
InvalidAmount: Invalid Amount...
|
||||
InvalidCost: Invalid Cost...
|
||||
InvalidDays: Invalid number of days...
|
||||
InvalidMaterial: Invalid Material...
|
||||
InvalidBoolean: Invalid value, must be true(t) or false(f)
|
||||
InvalidArea: Invalid Area...
|
||||
InvalidGroup: Invalid Group...
|
||||
InvalidMessageType: Message type must be enter or remove.
|
||||
InvalidList: Invalid List...
|
||||
InvalidFlag: Invalid Flag...
|
||||
InvalidFlagState: Invalid flag state, must be true(t), false(f), or remove(r)
|
||||
AreaExists: Area name already exists.
|
||||
AreaCreate: 'Residence Area created, ID %1'
|
||||
AreaDiffWorld: Area is in a different world from residence.
|
||||
AreaCollision: 'Area collides with residence %1'
|
||||
AreaSubzoneCollision: 'Area collides with subzone %1'
|
||||
AreaNonExist: No such area exists.
|
||||
AreaInvalidName: Invalid Area Name...
|
||||
AreaRename: 'Renamed area %1 to %2'
|
||||
AreaRemove: 'Removed area %1...'
|
||||
AreaRemoveLast: Cannot remove the last area in a residence.
|
||||
AreaNotWithinParent: Area is not within parent area.
|
||||
AreaUpdate: Area Updated...
|
||||
AreaMaxPhysical: You've reached the max physical areas allowed for your residence.
|
||||
AreaSizeLimit: Area size is not within your allowed limits.
|
||||
AreaHighLimit: 'You cannot protect this high up, your limit is %1'
|
||||
AreaLowLimit: 'You cannot protect this deep, your limit is %1'
|
||||
NotInResidence: You are not in a Residence.
|
||||
Kicked: 'You were kicked from residence'
|
||||
InResidence: 'You are standing in Residence %1'
|
||||
ResidenceOwnerChange: 'Residence %1 owner changed to %2'
|
||||
NonAdmin: You are not a Residence admin.
|
||||
AdminOnly: Only admins have access to this command.
|
||||
ChatDisabled: Residence Chat Disabled...
|
||||
SubzoneRename: 'Renamed subzone %1 to %2'
|
||||
SubzoneRemove: 'Subzone %1 removed.'
|
||||
SubzoneCreate: 'Created Subzone %1'
|
||||
SubzoneCreateFail: 'Unable to create subzone %1'
|
||||
SubzoneExists: 'Subzone %1 already exists.'
|
||||
SubzoneCollide: 'Subzone collides with subzone %1'
|
||||
SubzoneMaxDepth: You have reached the maximum allowed subzone depth.
|
||||
SubzoneSelectInside: Both selection points must be inside the residence.
|
||||
SelectPoints: Select two points first before using this command!
|
||||
SelectionSuccess: Selection Successful!
|
||||
SelectionFail: Invalid select command...
|
||||
SelectionBedrock: Selection expanded to your lowest allowed limit.
|
||||
SelectionSky: Selection expanded to your highest allowed limit.
|
||||
SelectionArea: 'Selected area %1 of residence %2'
|
||||
SelectDiabled: You don't have access to selections commands.
|
||||
NoPermission: You dont have permission for this.
|
||||
OwnerNoPermission: The owner does not have permission for this.
|
||||
ParentNoPermission: You don't have permission to make changes to the parent zone.
|
||||
MessageChange: Message Set...
|
||||
FlagSet: Flag Set...
|
||||
FlagCheckTrue: 'Flag %1 applys to player %2 for residence %3, value = %4'
|
||||
FlagCheckFalse: 'Flag %1 does not apply to player %2 for residence.'
|
||||
FlagsCleared: Flags Cleared.
|
||||
FlagsDefault: Flags set to default.
|
||||
Usage: Command Usage
|
||||
InvalidHelp: Invalid Help Page...
|
||||
SubCommands: Sub Commands
|
||||
InvalidList: Unknown list type, must be blacklist or ignorelist.
|
||||
MaterialGet: 'The material name for ID %1 is %2'
|
||||
MarketDisabled: Economy Disabled!
|
||||
MarketList: Market List
|
||||
SelectionTool: Selection Tool
|
||||
InfoTool: Info Tool
|
||||
NoBankAccess: You dont have bank access.
|
||||
NotEnoughMoney: You dont have enough money.
|
||||
BankNoMoney: Not enough money in the bank.
|
||||
BankDeposit: 'You deposit %1 into the residence bank.'
|
||||
BankWithdraw: 'You withdraw %1 from the residence bank.'
|
||||
MoneyCharged: 'Charged %1 to your %2 account.'
|
||||
MoneyCredit: 'Credited %1 to your %2 account.'
|
||||
RentDisabled: Rent system is disabled.
|
||||
RentReleaseInvalid: 'Residence %1 is not rented or for rent.'
|
||||
RentSellFail: Cannot sell a Residence if it is for rent.
|
||||
SellRentFail: Cannot rent a Residence if it is for sale.
|
||||
OwnerBuyFail: Cannot buy your own land!
|
||||
OwnerRentFail: Cannot rent your own land!
|
||||
AlreadySellFail: Residence already for sale!
|
||||
ResidenceBought: 'You bought residence %1'
|
||||
ResidenceBuy: 'Residence %1 has bought residence %2 from you.'
|
||||
ResidenceBuyTooBig: This residence has areas bigger then your allowed max.
|
||||
ResidenceNotForSale: Residence is not for sale.
|
||||
ResidenceForSale: 'Residence %1 is now for sale for %2'
|
||||
ResidenceStopSelling: Residence is no longer for sale.
|
||||
ResidenceTooMany: You already own the max number of residences your allowed to.
|
||||
ResidenceMaxRent: You already are renting the maximum number of residences your allowed to.
|
||||
ResidenceAlreadyRent: Residence is already for rent...
|
||||
ResidenceNotForRent: Residence not for rent...
|
||||
ResidenceNotRented: Residence not rented.
|
||||
ResidenceUnrent: 'Residence %1 has been unrented.'
|
||||
ResidenceRemoveRentable: 'Residence %1 is no longer rentable.'
|
||||
ResidenceForRentSuccess: 'Residence %1 is now for rent for %2 every %3 days.'
|
||||
ResidenceRentSuccess: 'You have rented Residence %1 for %2 days.'
|
||||
ResidenceAlreadyRented: 'Residence %1 has currently been rented to %2'
|
||||
ResidenceAlreadyExists: 'A residence named %1 already exists.'
|
||||
ResidenceCreate: 'You have created residence %1!'
|
||||
ResidenceRename: 'Renamed Residence %1 to %2'
|
||||
ResidenceRemove: 'Residence %1 has been removed...'
|
||||
RentDisabled: Rent is disabled...
|
||||
RentDisableRenew: 'Residence %1 will now no longer re-rent upon expire.'
|
||||
RentEnableRenew: 'Residence %1 will now automatically re-rent upon expire.'
|
||||
RentableDisableRenew: '%1 will no longer renew rentable status upon expire.'
|
||||
RentableEnableRenew: '%1 will now automatically renew rentable status upon expire.'
|
||||
LandForSale: Land For Sale
|
||||
SellAmount: Sell Amount
|
||||
LeaseExpire: Lease Expire Time
|
||||
RentExpire: Rent Expire Time
|
||||
RentableAutoRenew: Rentable Auto Renew
|
||||
RentAutoRenew: Rent Auto Renew
|
||||
RentableLand: Rentable Land
|
||||
ListMaterialAdd: '%1 added to the residence %2'
|
||||
ListMaterialRemove: '%1 removed from the residence %2'
|
||||
ItemBlacklisted: You are blacklisted from using this item here.
|
||||
RentedModifyDeny: Cannot modify a rented residence.
|
||||
WorldPVPDisabled: World PVP is disabled.
|
||||
NoPVPZone: No PVP zone.
|
||||
FlagDeny: 'You dont have %1 permission<s> here.'
|
||||
FlagSetDeny: 'Owner does not have access to flag %1'
|
||||
SelectPoint: 'Placed %1 Selection Point'
|
||||
ResidenceChat: 'Residence chat toggled %1'
|
||||
ResidenceMoveDeny: 'You dont have movement permission for Residence %1'
|
||||
TeleportDeny: You dont have teleport access.
|
||||
TeleportSuccess: 'Teleported!'
|
||||
TeleportNear: Teleported to near residence.
|
||||
TeleportNoFlag: You dont have teleport access for that residence.
|
||||
SetTeleportLocation: Teleport Location Set...
|
||||
HelpPageHeader: 'Help Pages - %1 - Page <%2 of %3>'
|
||||
ListExists: List already exists...
|
||||
ListRemoved: List removed...
|
||||
ListCreate: 'Created list %1'
|
||||
LeaseRenew: 'Lease valid until %1'
|
||||
LeaseRenewMax: Lease renewed to maximum allowed
|
||||
LeaseNotExpire: No such lease, or lease does not expire.
|
||||
LeaseRenewalCost: 'Renewal cost for area %1 is %2'
|
||||
LeaseInfinite: Lease time set to infinite...
|
||||
PermissionsApply: Permissions applied to residence.
|
||||
PhysicalAreas: Physical Areas
|
||||
CurrentArea: Current Area
|
||||
LeaseExpire: Lease Expiration
|
||||
NotOnline: Target player must be online.
|
||||
ResidenceGiveLimits: Cannot give residence to target player, because it is outside the target players limits.
|
||||
ResidenceGive: 'You give residence %1 to player %2'
|
||||
ResidenceRecieve: 'You have recieved residence %1 from player %2'
|
||||
#Version 4 New Fields
|
||||
#ResidenceListAll: 'Residences - <Page %1 of %2>' - removed, use GenericPage now
|
||||
ResidenceListAllEmpty: No Residences exists on the server...
|
||||
InvalidPage: Invalid Page...
|
||||
NextPage: Next Page
|
||||
#Version 10 New Fields
|
||||
RemovePlayersResidences: 'Removed all residences belonging to player %1'
|
||||
GenericPage: 'Page %1 of %2'
|
||||
#Version 11 New Fields
|
||||
ResidenceRentedBy: 'Rented by %1'
|
||||
#Version 14 New Fields
|
||||
InvalidCharacters: Invalid characters detected...
|
||||
InvalidNameCharacters: Name contained unallowed characters...
|
||||
#Version 15 New Fields
|
||||
DeleteConfirm: 'Are you sure you want to delete residence %1, use "/res confirm" to confirm.'
|
||||
#Version 18 New Fields
|
||||
SelectTooHigh: Warning, selection went above top of map, limiting.
|
||||
SelectTooLow: Warning, selection went below bottom of map, limiting.
|
||||
WorldEditNotFound: WorldEdit was not detected.
|
||||
#Version 19 New Fields
|
||||
NoResHere: There is no residence in there.
|
||||
DeleteSubzoneConfirm: 'Are you sure you want to delete subzone %1, use "/res confirm" to confirm.'
|
||||
#Version 20 New Fields
|
||||
SubzoneOwnerChange: 'Subzone %1 owner changed to %2'
|
||||
CoordsTop: 'X:%1 Y:%2 Z:%3'
|
||||
CoordsBottom: 'X:%1 Y:%2 Z:%3'
|
||||
#Version 21 New Fields
|
||||
AdminToggle: 'Automatic resadmin toggle turned %1'
|
||||
#Version 22 New Fields
|
||||
NoSpawn: 'You do not have move permissions at your spawn point. Relocating'
|
||||
CompassTargetReset: 'Your compass has been reset'
|
||||
CompassTargetSet: 'Your compass now points to %1'
|
||||
|
||||
#The below lines are mostly a word bank for various uses.
|
||||
#Version 1 Fields
|
||||
Description: Description
|
||||
Land: Land
|
||||
Cost: Cost
|
||||
Selection: Selection
|
||||
Total: Total
|
||||
Size: Size
|
||||
Expanding: Expanding
|
||||
Shifting: Shifting
|
||||
Up: Up
|
||||
Down: Down
|
||||
Error: Error
|
||||
Flags: Flags
|
||||
Your: Your
|
||||
Group: Group
|
||||
Others: Others
|
||||
Primary: Primary
|
||||
Secondary: Secondary
|
||||
Selection: Selection
|
||||
Moved: Moved
|
||||
Status: Status
|
||||
Available: Available
|
||||
On: On
|
||||
Off: Off
|
||||
Name: Name
|
||||
Lists: Lists
|
||||
Residences: Residences
|
||||
Residence: Residence
|
||||
Count: Count
|
||||
Owner: Owner
|
||||
#Version 4 Fields
|
||||
World: World
|
||||
#Version 12 Fields
|
||||
Subzones: Subzones
|
||||
#Version 20 Fields
|
||||
CoordsT: Top Coords
|
||||
CoordsB: Bottom Coords
|
||||
#Version 22 Fields
|
||||
TurnOn: 'on'
|
||||
TurnOff: 'off'
|
||||
|
||||
# This is the help / usage messages for each command.
|
||||
# It follows this format:
|
||||
# <Command>
|
||||
# Description: <general description of command, one line of text>
|
||||
# Info: <extra info lines to describe the command, list of text>
|
||||
# SubCommands:
|
||||
# <SubCommands> - these follow the same format, and each sub command can have its own subcommands
|
||||
# When a user gets help for a command (adds a ? mark on the end), first its Info lines are printed, then its sub commands are printed below that
|
||||
# Pages are automatically generated if the total lines of text exceeds 6 (will be configurable later).
|
||||
# Add a page number after the ? mark to see that page.
|
||||
|
||||
HelpLinesPerPage: 7
|
||||
CommandHelp: #this is just a holder node, that holds the entire help
|
||||
Description: Contains Help for Residence
|
||||
SubCommands: #this is the actual beginning of all commands
|
||||
res: #main residence command
|
||||
Description: Main Residence Command
|
||||
Info:
|
||||
- 'See the residence wiki for more help.'
|
||||
- 'Wiki: residencebukkitmod.wikispaces.com'
|
||||
- 'Use /[command] ? <page> to view more help information.'
|
||||
SubCommands:
|
||||
select: #selection commands
|
||||
Description: Selection Commands
|
||||
Info:
|
||||
- 'This command selects areas for usage with residence.'
|
||||
- '/res select [x] [y] [z] - selects a radius of blocks, with you in the middle.'
|
||||
SubCommands:
|
||||
coords:
|
||||
Description: Display selected coordinates
|
||||
Info:
|
||||
- 'Usage: /res select coords'
|
||||
size:
|
||||
Description: Display selected size
|
||||
Info:
|
||||
- 'Usage: /res select size'
|
||||
cost:
|
||||
Description: Display selection cost
|
||||
Info:
|
||||
- 'Usage: /res select cost'
|
||||
vert:
|
||||
Description: Expand Selection Vertically
|
||||
Info:
|
||||
- 'Usage: /res select vert'
|
||||
- 'Will expand selection as high and as low as allowed.'
|
||||
sky:
|
||||
Description: Expand Selection to Sky
|
||||
Info:
|
||||
- 'Usage: /res select sky'
|
||||
- 'Expands as high as your allowed to go.'
|
||||
bedrock:
|
||||
Description: Expand Selection to Bedrock
|
||||
Info:
|
||||
- 'Usage: /res select bedrock'
|
||||
- 'Expands as low as your allowed to go.'
|
||||
expand:
|
||||
Description: Expand selection in a direction.
|
||||
Info:
|
||||
- 'Usage: /res select expand <amount>'
|
||||
- 'Expands <amount> in the direction your looking.'
|
||||
shift:
|
||||
Description: Shift selection in a direction
|
||||
Info:
|
||||
- 'Usage: /res select shift <amount>'
|
||||
- 'Pushes your selection by <amount> in the direction your looking.'
|
||||
chunk:
|
||||
Description: Select the chunk your currently in.
|
||||
Info:
|
||||
- 'Usage: /res select chunk'
|
||||
- 'Selects the chunk your currently standing in.'
|
||||
residence:
|
||||
Description: Select a existing area in a residence.
|
||||
Info:
|
||||
- 'Usage /res select <Residence> <AreaID>'
|
||||
- 'Selects a existing area in a residence.'
|
||||
worldedit:
|
||||
Description: Set selection using the current WorldEdit selection.
|
||||
Info:
|
||||
- 'Usage /res select worldedit'
|
||||
- 'Sets selection area using the current WorldEdit selection.'
|
||||
create: #creation command
|
||||
Description: Create Residences
|
||||
Info:
|
||||
- 'Usage: /res create <residence name>'
|
||||
remove: #remove command
|
||||
Description: Remove residences.
|
||||
Info:
|
||||
- 'Usage: /res remove <residence name>'
|
||||
removeall:
|
||||
Description: Remove all residences owned by a player.
|
||||
Info:
|
||||
- 'Usage: /res removeall [owner]'
|
||||
- 'Removes all residences owned by a specific player.'
|
||||
- 'Requires /resadmin if you use it on anyone besides yourself.'
|
||||
confirm:
|
||||
- 'Usage: /res confirm'
|
||||
- 'Confirms removal of a residence.'
|
||||
subzone:
|
||||
Description: Create subzones in residences.
|
||||
Info:
|
||||
- 'Usage: /res subzone <residence name> [subzone name]'
|
||||
- 'If residence name is left off, will attempt to use residence your standing in.'
|
||||
area:
|
||||
Description: Manage physical areas for a residence.
|
||||
SubCommands:
|
||||
list:
|
||||
Description: List physical areas in a residence
|
||||
Info:
|
||||
- 'Usage: /res area list [residence] <page>'
|
||||
listall:
|
||||
Description: List coordinates and other info for areas
|
||||
Info:
|
||||
- 'Usage: /res area listall [residence] <page>'
|
||||
add:
|
||||
Description: Add physical areas to a residence
|
||||
Info:
|
||||
- 'Usage: /res area add [residence] [areaID]'
|
||||
- 'You must first select two points first.'
|
||||
remove:
|
||||
Description: Remove physical areas from a residence
|
||||
Info:
|
||||
- 'Usage: /res area remove [residence] [areaID]'
|
||||
replace:
|
||||
Description: Replace physical areas in a residence
|
||||
Info:
|
||||
- 'Usage: /res area replace [residence] [areaID]'
|
||||
- 'You must first select two points first.'
|
||||
- 'Replacing a area will charge the difference in size if the new area is bigger.'
|
||||
info:
|
||||
Description: Show info on a residence.
|
||||
Info:
|
||||
- 'Usage: /res info <residence>'
|
||||
- 'Leave off <residence> to display info for the residence your currently in.'
|
||||
limits:
|
||||
Description: Show your limits.
|
||||
Info:
|
||||
- 'Usage: /res limits'
|
||||
- 'Shows the limitations you have on creating and managing residences.'
|
||||
message:
|
||||
Description: Manage residence enter / leave messages
|
||||
Info:
|
||||
- 'Usage: /res message <residence> [enter/leave] [message]'
|
||||
- 'Set the enter or leave message of a residence.'
|
||||
- 'Usage: /res message <residence> remove [enter/leave]'
|
||||
- 'Removes a enter or leave message.'
|
||||
lease:
|
||||
Description: Manage residence leases
|
||||
Info:
|
||||
- 'Usage: /res lease [renew/cost] [residence]'
|
||||
- '/res lease cost will show the cost of renewing a residence lease.'
|
||||
- '/res lease renew will renew the residence provided you have enough money.'
|
||||
SubCommands:
|
||||
set:
|
||||
Description: Set the lease time (admin only)
|
||||
Info:
|
||||
- 'Usage: /resadmin lease set [residence] [#days/infinite]'
|
||||
- 'Sets the lease time to a specified number of days, or infinite.'
|
||||
bank:
|
||||
Description: Manage money in a Residence
|
||||
Info:
|
||||
- 'Usage: /res bank [deposit/withdraw] [amount]'
|
||||
- 'You must be standing in a Residence'
|
||||
- 'You must have the +bank flag.'
|
||||
tp:
|
||||
Description: Teleport to a residence
|
||||
Info:
|
||||
- 'Usage: /res tp [residence]'
|
||||
- 'Teleports you to a residence, you must have +tp flag access or be the owner.'
|
||||
- 'Your permission group must also be allowed to teleport by the server admin.'
|
||||
tpset:
|
||||
Description: Set the teleport location of a Residence
|
||||
Info:
|
||||
- 'Usage: /res tpset'
|
||||
- 'This will set the teleport location for a residence to where your standing.'
|
||||
- 'You must be standing in the residence to use this command.'
|
||||
- 'You must also be the owner or have the +admin flag for the residence.'
|
||||
set:
|
||||
Description: Set general flags on a Residence
|
||||
Info:
|
||||
- 'Usage: /res set <residence> [flag] [true/false/remove]'
|
||||
- 'To see a list of flags, use /res flags ?'
|
||||
- 'These flags apply to any players who do not have the flag applied specifically to them. (see /res pset ?)'
|
||||
pset:
|
||||
Description: Set flags on a specific player for a Residence.
|
||||
Info:
|
||||
- 'Usage: /res pset <residence> [player] [flag] [true/false/remove]'
|
||||
- 'Usage: /res pset <residence> [player] removeall'
|
||||
- 'To see a list of flags, use /res flags ?'
|
||||
gset:
|
||||
Description: Set flags on a specific group for a Residence.
|
||||
Info:
|
||||
- 'Usage: /res gset <residence> [group] [flag] [true/false/remove]'
|
||||
- 'To see a list of flags, use /res flags ?'
|
||||
lset:
|
||||
Description: Change blacklist and ignorelist options
|
||||
Info:
|
||||
- 'Usage: /res lset <residence> [blacklist/ignorelist] [material]'
|
||||
- 'Usage: /res lset <residence> info'
|
||||
- 'Blacklisting a material prevents it from being placed in the residence.'
|
||||
- 'Ignorelist causes a specific material to not be protected by Residence.'
|
||||
flags:
|
||||
Description: List of flags
|
||||
Info:
|
||||
- 'For flag values, usually true allows the action, and false denys the action.'
|
||||
- 'build - allows or denys building'
|
||||
- 'use - allows or denys use of doors, lever, buttons, etc...'
|
||||
- 'move - allows or denys movement in the residence.'
|
||||
- 'container - allows or denys use of furnaces, chests, dispensers, etc...'
|
||||
- 'trusted - Gives build, use, move, container and tp flags'
|
||||
- 'place - allows or denys only placement of blocks, overrides the build flag.'
|
||||
- 'destroy - allows or denys only destruction of blocks, overrides the build flag.'
|
||||
- 'pvp - allow or deny pvp in the residence'
|
||||
- 'tp - allow or disallow teleporting to the residence.'
|
||||
- 'admin - gives a player permission to change flags on a residence.'
|
||||
- 'subzone - allow a player to make subzones in the residence.'
|
||||
- 'monsters - allows or denys monster spawns'
|
||||
- 'animals - allows or denys animal spawns.'
|
||||
- 'healing - setting to true makes the residence heal its occupants'
|
||||
- 'tnt - allow or deny tnt explosions'
|
||||
- 'creeper - allow or deny creeper explosions'
|
||||
- 'ignite - allows or denys fire ignition.'
|
||||
- 'firespread - allows or denys fire spread.'
|
||||
- 'bucket - allow or deny bucket use.'
|
||||
- 'flow - allows or denys liquid flow.'
|
||||
- 'lavaflow - allows or denys lava flow, overrides flow'
|
||||
- 'waterflow - allows or denys water flow, overrides flow'
|
||||
- 'damage - allows or denys all entity damage within the residence.'
|
||||
- 'piston - allow or deny pistons from pushing or pulling blocks in the residence.'
|
||||
- 'hidden - hides residence from list or listall commands.'
|
||||
- 'cake - allows or denys players to eat cake'
|
||||
- 'lever - allows or denys players to use levers'
|
||||
- 'button - allows or denys players to use buttons'
|
||||
- 'diode - allows or denys players to use redstone repeaters'
|
||||
- 'door - allows or denys players to use doors and trapdoors'
|
||||
- 'table - allows or denys players to use workbenches'
|
||||
- 'enchant - allows or denys players to use enchanting tables'
|
||||
- 'brew - allows or denys players to use brewing stands'
|
||||
- 'bed - allows or denys players to use beds'
|
||||
- 'button - allows or denys players to use buttons'
|
||||
- 'pressure - allows or denys players to use pressure plates'
|
||||
- 'note - allows or denys players to use note blocks'
|
||||
- 'redstone - Gives lever, diode, button, pressure, note flags'
|
||||
- 'craft - Gives table, enchant, brew flags'
|
||||
- 'burn - allows or denys Mob combustion in residences'
|
||||
list:
|
||||
Description: List Residences
|
||||
Info:
|
||||
- 'Usage: /res list <player> <page>'
|
||||
- 'Lists all the residences a player owns (except hidden ones).'
|
||||
- 'If listing your own residences, shows hidden ones as well.'
|
||||
- 'To list everyones residences, use /res listall.'
|
||||
listhidden:
|
||||
Description: List Hidden Residences (ADMIN ONLY)
|
||||
Info:
|
||||
- 'Usage: /res listhidden <player> <page>'
|
||||
- 'Lists hidden residences for a player.'
|
||||
listall:
|
||||
Description: List All Residences
|
||||
Info:
|
||||
- 'Usage: /res listall <page>'
|
||||
- 'Lists all residences on the server. (except hidden ones that you dont own)'
|
||||
listallhidden:
|
||||
Description: List All Hidden Residences (ADMIN ONLY)
|
||||
Info:
|
||||
- 'Usage: /res listhidden <page>'
|
||||
- 'Lists all hidden residences on the server.'
|
||||
sublist:
|
||||
Description: List Residence Subzones
|
||||
Info:
|
||||
- 'Usage: /res sublist <residence> <page>'
|
||||
- 'List subzones within a residence.'
|
||||
default:
|
||||
Description: Reset residence to default flags.
|
||||
Info:
|
||||
- 'Usage: /res default <residence>'
|
||||
- 'Resets the flags on a residence to their default. You must be the owner or an admin to do this.'
|
||||
rename:
|
||||
Description: Renames a residence.
|
||||
Info:
|
||||
- 'Usage: /res rename [OldName] [NewName]'
|
||||
- 'You must be the owner or an admin to do this.'
|
||||
- 'The name must not already be taken by another residence.'
|
||||
mirror:
|
||||
Description: Mirrors Flags
|
||||
Info:
|
||||
- 'Usage: /res mirror [Source Residence] [Target Residence]'
|
||||
- 'Mirrors flags from one residence to another. You must be owner of both or a admin to do this.'
|
||||
market:
|
||||
Description: Buy, Sell, or Rent Residences
|
||||
Info:
|
||||
- 'Usage: /res market ? for more info'
|
||||
SubCommands:
|
||||
info:
|
||||
Description: Get economy info on residence
|
||||
Info:
|
||||
- 'Usage: /res market info [residence]'
|
||||
- 'Shows if the Residence is for sale or for rent, and the cost.'
|
||||
list:
|
||||
Description: Lists rentable and for sale residences.
|
||||
Info:
|
||||
- 'Usage: /res market list'
|
||||
sell:
|
||||
Description: Sell a residence
|
||||
Info:
|
||||
- 'Usage: /res market sell [residence] [amount]'
|
||||
- 'Puts a residence for sale for [amount] of money.'
|
||||
- 'Another player can buy the residence with /res market buy'
|
||||
buy:
|
||||
Description: Buy a residence
|
||||
Info:
|
||||
- 'Usage: /res market buy [residence]'
|
||||
- 'Buys a Residence if its for sale.'
|
||||
unsell:
|
||||
Description: Stops selling a residence
|
||||
Info:
|
||||
- 'Usage: /res market unsell [residence]'
|
||||
rent:
|
||||
Description: Rent a residence
|
||||
Info:
|
||||
- 'Usage: /res market rent [residence] <autorenew>'
|
||||
- 'Rents a residence. Autorenew can be either true or false. If true, the residence will be automatically re-rented upon expire if the residence owner has allowed it.'
|
||||
rentable:
|
||||
Description: Make a residence rentable.
|
||||
Info:
|
||||
- 'Usage: /res market rentable [residence] [cost] [days] <repeat>'
|
||||
- 'Makes a residence rentable for [cost] money for every [days] number of days. If <repeat> is true, the residence will automatically be able to be rented again after the current rent expires.'
|
||||
release:
|
||||
Description: Remove a residence from rent or rentable.
|
||||
Info:
|
||||
- 'Usage: /res market release [residence]'
|
||||
- 'If you are the renter, this command releases the rent on the house for you.'
|
||||
- 'If you are the owner, this command makes the residence not for rent anymore.'
|
||||
current:
|
||||
Description: Show residence your currently in.
|
||||
Info:
|
||||
- 'Usage: /res current'
|
||||
lists:
|
||||
Description: Predefined permission lists
|
||||
Info:
|
||||
- 'Predefined permissions that can be applied to a residence.'
|
||||
SubCommands:
|
||||
add:
|
||||
Description: Add a list
|
||||
Info:
|
||||
- 'Usage: /res lists add <listname>'
|
||||
remove:
|
||||
Description: Remove a list
|
||||
Info:
|
||||
- 'Usage: /res lists remove <listname>'
|
||||
apply:
|
||||
Description: Apply a list to a residence
|
||||
Info:
|
||||
- 'Usage: /res lists apply <listname> <residence>'
|
||||
set:
|
||||
Description: Set a flag
|
||||
Info:
|
||||
- 'Usage: /res lists set <listname> <flag> <value>'
|
||||
pset:
|
||||
Description: Set a player flag
|
||||
Info:
|
||||
- 'Usage: /res lists pset <listname> <player> <flag> <value>'
|
||||
gset:
|
||||
Description: Set a group flag
|
||||
Info:
|
||||
- 'Usage: /res lists gset <listname> <group> <flag> <value>'
|
||||
view:
|
||||
Description: View a list.
|
||||
Info:
|
||||
- 'Usage: /res lists view <listname>'
|
||||
server:
|
||||
Description: Make land server owned (admin only).
|
||||
Info:
|
||||
- 'Usage: /resadmin server [residence]'
|
||||
- 'Make a residence server owned.'
|
||||
setowner:
|
||||
Description: Change owner of a residence (admin only).
|
||||
Info:
|
||||
- 'Usage: /resadmin setowner [residence] [player]'
|
||||
resreload:
|
||||
Description: Reload residence (admin only).
|
||||
Info:
|
||||
- 'Usage: /resreload'
|
||||
resload:
|
||||
Description: Load residence save file (UNSAFE, admin only).
|
||||
Info:
|
||||
- 'Usage: /resload'
|
||||
- 'UNSAFE command, does not save residences first.'
|
||||
- 'Loads the residence save file after you have made changes.'
|
||||
version:
|
||||
Description: Show residence version
|
||||
Info:
|
||||
- 'Usage: /res version'
|
||||
49
src/main/resources/plugin.yml
Normal file
49
src/main/resources/plugin.yml
Normal file
@@ -0,0 +1,49 @@
|
||||
name: Residence
|
||||
main: com.bekvon.bukkit.residence.ResidenceCommandListener
|
||||
version: 2.7.0.6
|
||||
website: http://ci.citycraft.cn:8800/jenkins/job/Residence/
|
||||
description: Cuboid Residence Plugin
|
||||
authors: [bekvon,nate302,t00thpick1,喵♂呜]
|
||||
contributors: [lemon42,smbarbour,inorixu,Shayana_fr]
|
||||
softdepend: [Vault,Essentials,RealPlugin,BOSEconomy,iConomy,bPermissions,PermissionsBukkit,Permissions,WorldEdit]
|
||||
commands:
|
||||
res:
|
||||
description: Manage Residences
|
||||
usage: §c使用/res ? 获取更多帮助.
|
||||
residence:
|
||||
description: Manage Residences
|
||||
usage: §c使用/residence ? 获取更多帮助.
|
||||
resadmin:
|
||||
description: Residence admin functions.
|
||||
usage: §c使用/res ? or /resadmin ? 获取更多帮助.
|
||||
resreload:
|
||||
description: 重载领地插件.
|
||||
usage: §c使用/resreload
|
||||
resload:
|
||||
description: 载入保存在配置文件的数据.
|
||||
usage: §c使用/resload
|
||||
rc:
|
||||
description: §c在领地频道聊天.
|
||||
usage: §c使用/rc 切换频道, 或者 /rc <message>发送消息.
|
||||
resworld:
|
||||
description: §c移除某个世界所有的领地.
|
||||
usage: §c使用/resworld remove [world] 移除世界所有领地.
|
||||
permissions:
|
||||
residence.admin:
|
||||
description: Gives you access to /resadmin
|
||||
default: op
|
||||
residence.admin.tp:
|
||||
description: Allows to override tp flag
|
||||
default: op
|
||||
residence.admin.move:
|
||||
description: Allows to override move flag
|
||||
default: op
|
||||
residence.create:
|
||||
description: Allows you to create residences
|
||||
default: op
|
||||
residence.select:
|
||||
description: Allows you to select an area to make residences
|
||||
default: op
|
||||
residence.versioncheck:
|
||||
description: Notice to new version after connect
|
||||
default: op
|
||||
Reference in New Issue
Block a user