服务器使用量
未统计
服务玩家数
未统计
下载量
4,012
插件详细介绍
这是原版的 Scrolls Plugin,为游戏加入附魔卷轴以及更多玩法,让生存、PVP 和角色扮演拥有更丰富的成长与随机性。
插件简介
CUSTOM SCROLLS PLUGIN by Knaxel
- (没错,我玩过 maplestory)
- 目前正在进行
1.16开发 - 可前往此处申请测试:
https://discord.gg/HeaXsb4
Scrolls 是一个为生存、PVP 与角色扮演添加全新动态机制的插件。其核心概念是:配置中指定的怪物会以较低概率掉落某种 Scroll。这是一种可以为物品附加效果的道具。
使用方式如下
- 将卷轴拖到目标物品上
- 然后把卷轴放到该物品上
- 如果卷轴生效,物品就会获得该卷轴对应的附魔效果
这只是最基础的概念……现在它还能实现更多内容。
可配置内容
该插件致力于实现完全可配置。
当前可配置项
- 自定义卷轴名称 / ID 类型
- 自定义数值因子:
- success rate
- destroy rate
- level requirement
- material cost
当前卷轴机制
卷轴因子(FACTORS)
- SUCCESS RATE
- 决定卷轴的力量是否能够成功应用
- DESTROY RATE
- 运作方式与 success rate 类似,但系统会更倾向于较高数值而非较低数值
- 这会让更强力的卷轴更稀有
- 另外,它会在成功时销毁物品
- LEVEL REQ
- 玩家使用该卷轴所需的等级要求
- MATERIAL COST
- 使用卷轴所需消耗的物品
- 这些物品会被移除
卷轴能力(POWERS)
- Enchantment
- 基础卷轴类型
- 卷轴会带有一个可应用到物品上的附魔及等级
- Clean Slate
- 如果卷轴成功,
Clean Slate Scroll会为物品返还一个 scroll slot - (显然它本身不会消耗 scroll slot)
- Repair
- 按设定数值修复物品
- Chaos
- 随机化物品当前的附魔等级
掉落配置
Spawn Config 文件已经可用。
要将某个卷轴加入实体的掉落列表,请使用以下结构
ENTITY_NAME:SCROLLNAMEID: 0.01
说明
- 掉率数值使用你希望每次击杀掉落百分比的
1/100 - 例如:
0.01=1%
快速设置
Scroll Configuration Guide
下面是一个可用于 custom-scrolls.yml 的示例。此示例至少使用了当前所有功能各一次。
- 可直接复制粘贴到
custom-scrolls.yml - 适合快速安装或测试使用
scroll:
data:
display_name: Scroll of Enchantment
description: This scroll will apply an enchantment on success!
factors:
success_rate:
min: 20
max: 80
round: 20
power:
enchantment: 1
dark_scroll:
data:
display_name: Dark Scroll of Enchantment
description: This scroll will apply an enchantment on success!
extra_description: This scroll has a chance to destroy the item!
factors:
success_rate:
min: 20
max: 60
round: 20
destroy_rate:
min: 30
max: 60
round: 30
power:
enchantment: 2
clean_slate:
data:
display_name: Clean Slate Scroll
description: This scroll will add a scrollslot to any item on success!
extra_description: This scroll has a chance to destroy the item!
factors:
destroy_rate:
min: 30
max: 60
round: 30
success_rate:
min: 100
max: 100
round: 100
level_req:
min: 0
max: 5
round: 1
power:
clean_slate: 1
chaos:
data:
display_name: A Chaos Scroll
description: This scroll will randomize an items current enchantment levels!
extra_description: This scroll has a chance to destroy the item!
factors:
success_rate:
min: 60
max: 60
round: 60
destroy_rate:
min: 30
max: 60
round: 30
material_cost:
material: SAND
min: 32
max: 64
round: 16
power:
chaos: 2
repair:
data:
display_name: A Repair Scroll
description: The scroll repairs the item!
factors:
success_rate:
min: 100
max: 100
round: 100
power:
repair: 1
god_scroll:
data:
display_name: A Repair Scroll (example of custom)
factors:
success_rate:
min: 6
max: 6
round: 6
power:
chaos: 50权限节点
scrolls.command.get- 允许玩家通过命令获取一个卷轴
scrolls.command.get.more- 允许玩家通过命令一次获取多个卷轴
scrolls.command.reload- 允许玩家重载卷轴配置
scrolls.command- 允许玩家使用
scrolls命令 / 帮助
测试支持版本
版本分布
基本信息
插件名称
Scrolls [BETA - abandon for full version]
作者
KnaxelBaby
平台
Bukkit / Spigot
支持版本
1.12 - 1.12
点赞数
未统计
最近版本
暂无数据
-