• 周年纪念勋章活动已圆满结束,如有已购买但仍未申请的用户,可以通过对应勋章的下载链接申请~
OnlineReward-Next —— 在线奖励重置版:拯救服务器日活量

娱乐 经济 OnlineReward-Next —— 在线奖励重置版:拯救服务器日活量 1.5

版权类型
原创
插件中文名称
在线奖励重制版
插件英文名称
OnlineReward-Next
原帖地址
#
支持的核心(服务端)
  1. Spigot
  2. Paper
  3. Purpur
  4. 其他核心
语言支持
中文(简体)
前置组件
PlaceholderAPI:https://www.minebbs.com/resources/placeholderapi-ying-yong-guang-fan-de-bian-liang-qian-zhi-cha-jian-1-8-1-21.8229/
适配版本(Java)
  1. 1.21
  2. 1.20
  3. 1.19
  4. 1.18
  5. 1.17
  6. 1.16
  7. 1.15
  8. 1.14
  9. 1.13
  10. 1.12
  11. 1.11
  12. 1.10
  13. 1.9
  14. 1.8
插件名

OnlineReward-Next —— 在线奖励:重制版

插件作用


修复原OnlineReward部分BUG
支持从原OnlineReard自动迁移在线数据
支持今日在线奖励、本周在线奖励、本月在线奖励
支持SQL本地存储数据
支持MYSQL跨服存储数据
全自动发放在线奖励(每日凌晨、周末凌晨、月末凌晨)
支持PlaceHolderAPI变量

插件截图


[MD]
![p1](https://img.z4a.net/images/2025/03/13/QQ20250305-165316.png)
![p2](https://img.z4a.net/images/2025/03/13/QQ20250305-165341.png)
![p3](https://img.z4a.net/images/2025/03/13/QQ20250305-165513.png)
![p4](https://img.z4a.net/images/2025/03/13/QQ20250305-165518.png)
![p5](https://img.z4a.net/images/2025/03/13/QQ20250305-165756.png)
[/MD]

配置文件

YAML:
database:
  #可选MYSQL/SQL
  type: "SQL"
  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(必装)

指令&变量

/or-next open 打开在线奖励GUI - #onlinereward.command.open
/or-next view <player> 查看玩家在线数据 - #onlinereward.command.view
/or-next reload 重载配置文件 - #onlinereward.command.reload

ㅤ%onlinereward-next_today% - 今日在线分钟数
ㅤ%onlinereward-next_week% - 本周在线分钟数
ㅤ%onlinereward-next_month% - 本月在线分钟数
ㅤ%onlinereward-next_all% - 累计在线分钟数


反馈/建议

ㅤQQ:476915861(欢迎骚扰,接简单定制)
OnlineReward-Next.svg
  • 喜欢
反馈: canyan666
作者
就叫谷姐吧
下载
197
查看
699
首次发布
最后更新

评分

0.00 星 0 次评分

就叫谷姐吧 的其他资源

最新更新

  1. v1.5

    1.新增/or-next reload指令,优化config读取
  2. v1.4

    1.修正默认config文件
  3. v1.3

    1.继续调整插件首次加载逻辑
后退
顶部 底部