- ◆ 支持核心
- CatServer,Spigot,PaperSpigot
- ◆ 插件前置
- PlaceholderAPI
- ◆ 游戏版本
- 1.8-1.21
丨插件名
ㅤOnlineReward-Next —— 在线奖励
丨插件作用
ㅤ修复原OnlineReward部分BUG
ㅤ支持从原OnlineReard自动迁移在线数据
ㅤ支持今日在线奖励、本周在线奖励、本月在线奖励
ㅤ使用MYSQL跨服存储数据
ㅤ全自动发放在线奖励(每日凌晨、周末凌晨、月末凌晨)
ㅤ支持PlaceHolderAPI变量
丨插件截图
[MD]
[/MD]
丨配置文件
丨前置
ㅤPlaceholderAPI(必装)、MYSQL数据库(必装)
丨指令&变量
ㅤ/or-next open 打开在线奖励GUI - #onlinereward.command.open
ㅤ/or-next view <player> 查看玩家在线数据 - #onlinereward.command.view
ㅤ
ㅤ%onlineward-next_today% - 今日在线分钟数
ㅤ%onlineward-next_week% - 本周在线分钟数
ㅤ%onlineward-next_month% - 本月在线分钟数
ㅤ%onlineward-next_all% - 累计在线分钟书
丨反馈/建议
ㅤQQ:476915861(欢迎骚扰,接简单定制)
ㅤOnlineReward-Next —— 在线奖励
丨插件作用
ㅤ修复原OnlineReward部分BUG
ㅤ支持从原OnlineReard自动迁移在线数据
ㅤ支持今日在线奖励、本周在线奖励、本月在线奖励
ㅤ使用MYSQL跨服存储数据
ㅤ全自动发放在线奖励(每日凌晨、周末凌晨、月末凌晨)
ㅤ支持PlaceHolderAPI变量
丨插件截图
[MD]





[/MD]
丨配置文件
YAML:
database:
host: localhost
port: 3306
name: minecraft
user: root
password: password
#数据库参数
parm: "?useSSL=false"
#GUI设置
gui:
title: "&8[&a在线奖励&8]"
size: 54
icons:
#保留项,不要删
info:
material: BOOK
subid: -1
name: " &f◆ &a我的信息 &f◆ "
lore:
- "&a今日在线 &8| &f%onlinereward-next_today% 分钟"
- "&a本周在线 &8| &f%onlinereward-next_week% 分钟"
- "&a本月在线 &8| &f%onlinereward-next_month% 分钟"
- "&a总计在线 &8| &f%onlinereward-next_all% 分钟"
commands: []
slot: 4
#保留项,不要删
back:
material: BARRIER
subid: -1
name: " &f◆ &c点击关闭 &f◆ "
lore: []
commands:
- "[CLOSE]"
slot: 49
#保留项,不要删
other:
material: STAINED_GLASS_PANE
subid: -1
name: "&d分隔板"
lore: [ ]
slots:
- 0
- 1
- 2
- 3
- 5
- 6
- 7
- 8
- 9
- 17
- 18
- 26
- 27
- 35
- 36
- 44
- 45
- 46
- 47
- 48
- 50
- 51
- 52
- 53
#下面可以自行添加奖励
3分钟在线奖励:
#需要在线的类型:
# today - 今日在线
# week - 本周在线
# month - 本月在线
time_type: today
#需要在线的时长(单位:分钟)
time_amount: 3
icon:
material: "DIAMOND"
name: " &f◆ &a3分钟 &f◆ "
lore:
- ""
- "&6&l奖励:"
- " &f◆ &e金币 x1"
- " &f◆ &9点券 x1"
- ""
- "&6&l需求:"
- " &f◆ &a今日在线 3分钟"
- ""
- "&6&l操作:"
- " &f◆ &e自动发放"
- ""
- " &8&o//示例奖励//"
slot: 21
commands: []
#- "[CHAT] 我领取了在线奖励"
#- "[TELL] [在线奖励] >> 你领取了在线奖励"
#- "[CONSOLE] money give {player} 1"
#- "[PLAYER] msg {player} 1"
#- "[OP] say 我领取了在线奖励"
#- "[BROADCAST] {player} 领取了在线奖励"
#- "[SOUND] ENTITY_PLAYER_LEVELUP-1-1-TRUE"
#- "[TITLE] 大标题-小标题-1-3-1-TRUE"
#- "[CLOSE]"
600分钟在线奖励:
#需要在线的类型:
# today - 今日在线
# week - 本周在线
# month - 本月在线
time_type: week
#需要在线的时长(单位:分钟)
time_amount: 600
icon:
material: "DIAMOND"
name: " &f◆ &a600分钟 &f◆ "
lore:
- ""
- "&6&l奖励:"
- " &f◆ &e金币 x1000"
- " &f◆ &9点券 x100"
- ""
- "&6&l需求:"
- " &f◆ &a本周在线 600分钟"
- ""
- "&6&l操作:"
- " &f◆ &e自动发放"
- ""
- " &8&o//示例奖励//"
slot: 23
commands: []
#- "[CHAT] 我领取了在线奖励"
#- "[TELL] [在线奖励] >> 你领取了在线奖励"
#- "[CONSOLE] money give {player} 1"
#- "[PLAYER] msg {player} 1"
#- "[OP] say 我领取了在线奖励"
#- "[BROADCAST] {player} 领取了在线奖励"
#- "[SOUND] ENTITY_PLAYER_LEVELUP-1-1-TRUE"
#- "[TITLE] 大标题-小标题-1-3-1-TRUE"
#- "[CLOSE]"
ㅤPlaceholderAPI(必装)、MYSQL数据库(必装)
丨指令&变量
ㅤ/or-next open 打开在线奖励GUI - #onlinereward.command.open
ㅤ/or-next view <player> 查看玩家在线数据 - #onlinereward.command.view
ㅤ
ㅤ%onlineward-next_today% - 今日在线分钟数
ㅤ%onlineward-next_week% - 本周在线分钟数
ㅤ%onlineward-next_month% - 本月在线分钟数
ㅤ%onlineward-next_all% - 累计在线分钟书
丨反馈/建议
ㅤQQ:476915861(欢迎骚扰,接简单定制)