• 欢迎加入MineBBS QQ讨论群:点击查看所有的官方讨论群
  • 我们将于近期对服务器进行迁移,服务可能中断至多2日。请各位安排好自己的访问计划,造成不便敬请谅解!
  • MineBBS入站考试已经上线!想要成为【正式会员】解锁更多功能吗?快来参与吧!【点我去看】
资源图标

服务端插件 [Premail] - 是SwiftMail邮箱插件的附属插件用于实现预制邮件功能。预先设置邮件模板,包括标题、内容和物品附件。 1.0.4

完成注册/登录后下载
可以。没想到这个功能写成了附属。
 
给所有玩家发送邮件时会卡死主线程
其他的都很好
 
给所有玩家发送邮件时会卡死主线程
其他的都很好
是用了这个附属插件后群发会卡线程?你的服务器注册了大概多少玩家,一般在world\playerdata里的是玩家数据,你看看有多少文件就是多少玩家。
 
是用了这个附属插件后群发会卡线程?你的服务器注册了大概多少玩家,一般在world\playerdata里的是玩家数据,你看看有多少文件就是多少玩家。
1200+
 
[21:25:28 ERROR]: [SwiftMail] 发送邮件失败: SwiftMail-MySQL-Pool - Connection is not available, request timed out after 30000ms (total=10, active=10, idle=0, wait
ing=0)
[21:25:28 WARN]: [Premail] 系统邮件发送失败: 服务器DDOS攻击补偿 -> Xuan_Dong
[21:25:33 ERROR]: --- DO NOT REPORT THIS TO PAPER - If you think this is a Leaf bug, please report it at https://github.com/Winds-Studio/Leaf/issues - THIS IS NOT
A PAPER BUG OR CRASH - 1.21.4-516-e31d158 (MC: 1.21.4) ---
[21:25:33 ERROR]: The server has not responded for 35 seconds! Creating thread dump
[21:25:33 ERROR]: ------------------------------
[21:25:33 ERROR]: Server thread dump (Look for plugins here before reporting to Leaf!):
[21:25:33 ERROR]: ------------------------------
[21:25:33 ERROR]: Current Thread: Server thread
[21:25:33 ERROR]: PID: 67 | Suspended: false | Native: false | State: TIMED_WAITING
[21:25:33 ERROR]: Stack:
[21:25:33 ERROR]: java.base@24.0.2/jdk.internal.misc.Unsafe.park(Native Method)
[21:25:33 ERROR]: java.base@24.0.2/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:408)
[21:25:33 ERROR]: java.base@24.0.2/java.util.concurrent.LinkedTransferQueue$DualNode.await(LinkedTransferQueue.java:452)
[21:25:33 ERROR]: java.base@24.0.2/java.util.concurrent.LinkedTransferQueue.xfer(LinkedTransferQueue.java:613)
[21:25:33 ERROR]: java.base@24.0.2/java.util.concurrent.SynchronousQueue.xfer(SynchronousQueue.java:235)
[21:25:33 ERROR]: java.base@24.0.2/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:338)
[21:25:33 ERROR]: SwiftMail-1.0.0.140.jar//dyzg.swiftMail.libs.hikari.util.ConcurrentBag.borrow(ConcurrentBag.java:151)
[21:25:33 ERROR]: SwiftMail-1.0.0.140.jar//dyzg.swiftMail.libs.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
[21:25:33 ERROR]: SwiftMail-1.0.0.140.jar//dyzg.swiftMail.libs.hikari.pool.HikariPool.getConnection(HikariPool.java:144)
[21:25:33 ERROR]: SwiftMail-1.0.0.140.jar//dyzg.swiftMail.libs.hikari.HikariDataSource.getConnection(HikariDataSource.java:99)
[21:25:33 ERROR]: SwiftMail-1.0.0.140.jar//dyzg.swiftMail.database.MySQLDatabaseManager.getConnection(MySQLDatabaseManager.java:107)
[21:25:33 ERROR]: SwiftMail-1.0.0.140.jar//dyzg.swiftMail.manager.SyncMailboxManager.sendMail(SyncMailboxManager.java:135)
[21:25:33 ERROR]: SwiftMail-1.0.0.140.jar//dyzg.swiftMail.manager.SyncMailboxManager.sendSystemMail(SyncMailboxManager.java:274)
[21:25:33 ERROR]: Premail-1.0.2.jar//dyzg.premail.service.MailSender.sendMailInternal(MailSender.java:199)
[21:25:33 ERROR]: Premail-1.0.2.jar//dyzg.premail.service.MailSender.sendPremailToOfflinePlayer(MailSender.java:115)
[21:25:33 ERROR]: Premail-1.0.2.jar//dyzg.premail.service.MailSender.lambda$processBatch$7(MailSender.java:387)
[21:25:33 ERROR]: Premail-1.0.2.jar//dyzg.premail.service.MailSender$$Lambda/0x00000199db832900.run(Unknown Source)
[21:25:33 ERROR]: org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:78)
[21:25:33 ERROR]: org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:474)
[21:25:33 ERROR]: net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1718)
[21:25:33 ERROR]: net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1577)
[21:25:33 ERROR]: net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1295)
[21:25:33 ERROR]: net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:300)
[21:25:33 ERROR]: net.minecraft.server.MinecraftServer$$Lambda/0x00000199d7e07b00.run(Unknown Source)
[21:25:33 ERROR]: java.base@24.0.2/java.lang.Thread.runWith(Thread.java:1460)
[21:25:33 ERROR]: java.base@24.0.2/java.lang.Thread.run(Thread.java:1447)
[21:25:33 ERROR]: ------------------------------
[21:25:33 ERROR]: Parallel world ticking thread dump
[21:25:33 ERROR]: ------------------------------
[21:25:33 ERROR]: --- DO NOT REPORT THIS TO PAPER - If you think this is a Leaf bug, please report it at https://github.com/Winds-Studio/Leaf/issues - THIS IS NOT
A PAPER BUG OR CRASH ---
[21:25:33 ERROR]: ------------------------------
[21:25:37 INFO]: [voicechat] Player 08b36d8f-32fd-3b0e-a0ec-2e69b6bc90fc timed out
[21:25:37 INFO]: [voicechat] Reconnecting player MFDR27
[21:25:37 INFO]: [voicechat] Sent secret to MFDR27
[21:25:38 ERROR]: --- DO NOT REPORT THIS TO PAPER - If you think this is a Leaf bug, please report it at https://github.com/Winds-Studio/Leaf/issues - THIS IS NOT
A PAPER BUG OR CRASH - 1.21.4-516-e31d158 (MC: 1.21.4) ---
[21:25:38 ERROR]: The server has not responded for 40 seconds! Creating thread dump
[21:25:38 ERROR]: ------------------------------
[21:25:38 ERROR]: Server thread dump (Look for plugins here before reporting to Leaf!):
[21:25:38 ERROR]: ------------------------------
[21:25:38 ERROR]: Current Thread: Server thread
[21:25:38 ERROR]: PID: 67 | Suspended: false | Native: false | State: TIMED_WAITING
[21:25:38 ERROR]: Stack:
[21:25:38 ERROR]: java.base@24.0.2/jdk.internal.misc.Unsafe.park(Native Method)
[21:25:38 ERROR]: java.base@24.0.2/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:408)
[21:25:38 ERROR]: java.base@24.0.2/java.util.concurrent.LinkedTransferQueue$DualNode.await(LinkedTransferQueue.java:452)
[21:25:38 ERROR]: java.base@24.0.2/java.util.concurrent.LinkedTransferQueue.xfer(LinkedTransferQueue.java:613)
[21:25:38 ERROR]: java.base@24.0.2/java.util.concurrent.SynchronousQueue.xfer(SynchronousQueue.java:235)
[21:25:38 ERROR]: java.base@24.0.2/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:338)
[21:25:38 ERROR]: SwiftMail-1.0.0.140.jar//dyzg.swiftMail.libs.hikari.util.ConcurrentBag.borrow(ConcurrentBag.java:151)
[21:25:38 ERROR]: SwiftMail-1.0.0.140.jar//dyzg.swiftMail.libs.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
[21:25:38 ERROR]: SwiftMail-1.0.0.140.jar//dyzg.swiftMail.libs.hikari.pool.HikariPool.getConnection(HikariPool.java:144)
[21:25:38 ERROR]: SwiftMail-1.0.0.140.jar//dyzg.swiftMail.libs.hikari.HikariDataSource.getConnection(HikariDataSource.java:99)
[21:25:38 ERROR]: SwiftMail-1.0.0.140.jar//dyzg.swiftMail.database.MySQLDatabaseManager.getConnection(MySQLDatabaseManager.java:107)
[21:25:38 ERROR]: SwiftMail-1.0.0.140.jar//dyzg.swiftMail.manager.SyncMailboxManager.sendMail(SyncMailboxManager.java:135)
[21:25:38 ERROR]: SwiftMail-1.0.0.140.jar//dyzg.swiftMail.manager.SyncMailboxManager.sendSystemMail(SyncMailboxManager.java:274)
[21:25:38 ERROR]: Premail-1.0.2.jar//dyzg.premail.service.MailSender.sendMailInternal(MailSender.java:199)
[21:25:38 ERROR]: Premail-1.0.2.jar//dyzg.premail.service.MailSender.sendPremailToOfflinePlayer(MailSender.java:115)
[21:25:38 ERROR]: Premail-1.0.2.jar//dyzg.premail.service.MailSender.lambda$processBatch$7(MailSender.java:387)
[21:25:38 ERROR]: Premail-1.0.2.jar//dyzg.premail.service.MailSender$$Lambda/0x00000199db832900.run(Unknown Source)
[21:25:38 ERROR]: org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:78)
[21:25:38 ERROR]: org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:474)
[21:25:38 ERROR]: net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1718)
[21:25:38 ERROR]: net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1577)
[21:25:38 ERROR]: net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1295)
[21:25:38 ERROR]: net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:300)
[21:25:38 ERROR]: net.minecraft.server.MinecraftServer$$Lambda/0x00000199d7e07b00.run(Unknown Source)
[21:25:38 ERROR]: java.base@24.0.2/java.lang.Thread.runWith(Thread.java:1460)
[21:25:38 ERROR]: java.base@24.0.2/java.lang.Thread.run(Thread.java:1447)
[21:25:38 ERROR]: ------------------------------
[21:25:38 ERROR]: Parallel world ticking thread dump
[21:25:38 ERROR]: ------------------------------
[21:25:38 ERROR]: --- DO NOT REPORT THIS TO PAPER - If you think this is a Leaf bug, please report it at https://github.com/Winds-Studio/Leaf/issues - THIS IS NOT
A PAPER BUG OR CRASH ---
[21:25:38 ERROR]: ------------------------------
[21:25:43 ERROR]: --- DO NOT REPORT THIS TO PAPER - If you think this is a Leaf bug, please report it at https://github.com/Winds-Studio/Leaf/issues - THIS IS
 
[21:25:28 ERROR]: [SwiftMail] 发送邮件失败: SwiftMail-MySQL-Pool - Connection is not available, request timed out after 30000ms (total=10, active=10, idle=0, wait
ing=0)
[21:25:28 WARN]: [Premail] 系统邮件发送失败: 服务器DDOS攻击补偿 -> Xuan_Dong
[21:25:33 ERROR]: --- DO NOT REPORT THIS TO PAPER - If you think this is a Leaf bug, please report it at https://github.com/Winds-Studio/Leaf/issues - THIS IS NOT
A PAPER BUG OR CRASH - 1.21.4-516-e31d158 (MC: 1.21.4) ---
[21:25:33 ERROR]: The server has not responded for 35 seconds! Creating thread dump
[21:25:33 ERROR]: ------------------------------
[21:25:33 ERROR]: Server thread dump (Look for plugins here before reporting to Leaf!):
[21:25:33 ERROR]: ------------------------------
[21:25:33 ERROR]: Current Thread: Server thread
[21:25:33 ERROR]: PID: 67 | Suspended: false | Native: false | State: TIMED_WAITING
[21:25:33 ERROR]: Stack:
[21:25:33 ERROR]: java.base@24.0.2/jdk.internal.misc.Unsafe.park(Native Method)
[21:25:33 ERROR]: java.base@24.0.2/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:408)
[21:25:33 ERROR]: java.base@24.0.2/java.util.concurrent.LinkedTransferQueue$DualNode.await(LinkedTransferQueue.java:452)
[21:25:33 ERROR]: java.base@24.0.2/java.util.concurrent.LinkedTransferQueue.xfer(LinkedTransferQueue.java:613)
[21:25:33 ERROR]: java.base@24.0.2/java.util.concurrent.SynchronousQueue.xfer(SynchronousQueue.java:235)
[21:25:33 ERROR]: java.base@24.0.2/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:338)
[21:25:33 ERROR]: SwiftMail-1.0.0.140.jar//dyzg.swiftMail.libs.hikari.util.ConcurrentBag.borrow(ConcurrentBag.java:151)
[21:25:33 ERROR]: SwiftMail-1.0.0.140.jar//dyzg.swiftMail.libs.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
[21:25:33 ERROR]: SwiftMail-1.0.0.140.jar//dyzg.swiftMail.libs.hikari.pool.HikariPool.getConnection(HikariPool.java:144)
[21:25:33 ERROR]: SwiftMail-1.0.0.140.jar//dyzg.swiftMail.libs.hikari.HikariDataSource.getConnection(HikariDataSource.java:99)
[21:25:33 ERROR]: SwiftMail-1.0.0.140.jar//dyzg.swiftMail.database.MySQLDatabaseManager.getConnection(MySQLDatabaseManager.java:107)
[21:25:33 ERROR]: SwiftMail-1.0.0.140.jar//dyzg.swiftMail.manager.SyncMailboxManager.sendMail(SyncMailboxManager.java:135)
[21:25:33 ERROR]: SwiftMail-1.0.0.140.jar//dyzg.swiftMail.manager.SyncMailboxManager.sendSystemMail(SyncMailboxManager.java:274)
[21:25:33 ERROR]: Premail-1.0.2.jar//dyzg.premail.service.MailSender.sendMailInternal(MailSender.java:199)
[21:25:33 ERROR]: Premail-1.0.2.jar//dyzg.premail.service.MailSender.sendPremailToOfflinePlayer(MailSender.java:115)
[21:25:33 ERROR]: Premail-1.0.2.jar//dyzg.premail.service.MailSender.lambda$processBatch$7(MailSender.java:387)
[21:25:33 ERROR]: Premail-1.0.2.jar//dyzg.premail.service.MailSender$$Lambda/0x00000199db832900.run(Unknown Source)
[21:25:33 ERROR]: org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:78)
[21:25:33 ERROR]: org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:474)
[21:25:33 ERROR]: net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1718)
[21:25:33 ERROR]: net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1577)
[21:25:33 ERROR]: net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1295)
[21:25:33 ERROR]: net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:300)
[21:25:33 ERROR]: net.minecraft.server.MinecraftServer$$Lambda/0x00000199d7e07b00.run(Unknown Source)
[21:25:33 ERROR]: java.base@24.0.2/java.lang.Thread.runWith(Thread.java:1460)
[21:25:33 ERROR]: java.base@24.0.2/java.lang.Thread.run(Thread.java:1447)
[21:25:33 ERROR]: ------------------------------
[21:25:33 ERROR]: Parallel world ticking thread dump
[21:25:33 ERROR]: ------------------------------
[21:25:33 ERROR]: --- DO NOT REPORT THIS TO PAPER - If you think this is a Leaf bug, please report it at https://github.com/Winds-Studio/Leaf/issues - THIS IS NOT
A PAPER BUG OR CRASH ---
[21:25:33 ERROR]: ------------------------------
[21:25:37 INFO]: [voicechat] Player 08b36d8f-32fd-3b0e-a0ec-2e69b6bc90fc timed out
[21:25:37 INFO]: [voicechat] Reconnecting player MFDR27
[21:25:37 INFO]: [voicechat] Sent secret to MFDR27
[21:25:38 ERROR]: --- DO NOT REPORT THIS TO PAPER - If you think this is a Leaf bug, please report it at https://github.com/Winds-Studio/Leaf/issues - THIS IS NOT
A PAPER BUG OR CRASH - 1.21.4-516-e31d158 (MC: 1.21.4) ---
[21:25:38 ERROR]: The server has not responded for 40 seconds! Creating thread dump
[21:25:38 ERROR]: ------------------------------
[21:25:38 ERROR]: Server thread dump (Look for plugins here before reporting to Leaf!):
[21:25:38 ERROR]: ------------------------------
[21:25:38 ERROR]: Current Thread: Server thread
[21:25:38 ERROR]: PID: 67 | Suspended: false | Native: false | State: TIMED_WAITING
[21:25:38 ERROR]: Stack:
[21:25:38 ERROR]: java.base@24.0.2/jdk.internal.misc.Unsafe.park(Native Method)
[21:25:38 ERROR]: java.base@24.0.2/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:408)
[21:25:38 ERROR]: java.base@24.0.2/java.util.concurrent.LinkedTransferQueue$DualNode.await(LinkedTransferQueue.java:452)
[21:25:38 ERROR]: java.base@24.0.2/java.util.concurrent.LinkedTransferQueue.xfer(LinkedTransferQueue.java:613)
[21:25:38 ERROR]: java.base@24.0.2/java.util.concurrent.SynchronousQueue.xfer(SynchronousQueue.java:235)
[21:25:38 ERROR]: java.base@24.0.2/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:338)
[21:25:38 ERROR]: SwiftMail-1.0.0.140.jar//dyzg.swiftMail.libs.hikari.util.ConcurrentBag.borrow(ConcurrentBag.java:151)
[21:25:38 ERROR]: SwiftMail-1.0.0.140.jar//dyzg.swiftMail.libs.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
[21:25:38 ERROR]: SwiftMail-1.0.0.140.jar//dyzg.swiftMail.libs.hikari.pool.HikariPool.getConnection(HikariPool.java:144)
[21:25:38 ERROR]: SwiftMail-1.0.0.140.jar//dyzg.swiftMail.libs.hikari.HikariDataSource.getConnection(HikariDataSource.java:99)
[21:25:38 ERROR]: SwiftMail-1.0.0.140.jar//dyzg.swiftMail.database.MySQLDatabaseManager.getConnection(MySQLDatabaseManager.java:107)
[21:25:38 ERROR]: SwiftMail-1.0.0.140.jar//dyzg.swiftMail.manager.SyncMailboxManager.sendMail(SyncMailboxManager.java:135)
[21:25:38 ERROR]: SwiftMail-1.0.0.140.jar//dyzg.swiftMail.manager.SyncMailboxManager.sendSystemMail(SyncMailboxManager.java:274)
[21:25:38 ERROR]: Premail-1.0.2.jar//dyzg.premail.service.MailSender.sendMailInternal(MailSender.java:199)
[21:25:38 ERROR]: Premail-1.0.2.jar//dyzg.premail.service.MailSender.sendPremailToOfflinePlayer(MailSender.java:115)
[21:25:38 ERROR]: Premail-1.0.2.jar//dyzg.premail.service.MailSender.lambda$processBatch$7(MailSender.java:387)
[21:25:38 ERROR]: Premail-1.0.2.jar//dyzg.premail.service.MailSender$$Lambda/0x00000199db832900.run(Unknown Source)
[21:25:38 ERROR]: org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:78)
[21:25:38 ERROR]: org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:474)
[21:25:38 ERROR]: net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1718)
[21:25:38 ERROR]: net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1577)
[21:25:38 ERROR]: net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1295)
[21:25:38 ERROR]: net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:300)
[21:25:38 ERROR]: net.minecraft.server.MinecraftServer$$Lambda/0x00000199d7e07b00.run(Unknown Source)
[21:25:38 ERROR]: java.base@24.0.2/java.lang.Thread.runWith(Thread.java:1460)
[21:25:38 ERROR]: java.base@24.0.2/java.lang.Thread.run(Thread.java:1447)
[21:25:38 ERROR]: ------------------------------
[21:25:38 ERROR]: Parallel world ticking thread dump
[21:25:38 ERROR]: ------------------------------
[21:25:38 ERROR]: --- DO NOT REPORT THIS TO PAPER - If you think this is a Leaf bug, please report it at https://github.com/Winds-Studio/Leaf/issues - THIS IS NOT
A PAPER BUG OR CRASH ---
[21:25:38 ERROR]: ------------------------------
[21:25:43 ERROR]: --- DO NOT REPORT THIS TO PAPER - If you think this is a Leaf bug, please report it at https://github.com/Winds-Studio/Leaf/issues - THIS IS
:tieba-32:把你玩家存档私发我,我试试这么多玩家群发会怎么样,我没那么多数据来测试群发。
 
:tieba-32:把你玩家存档私发我,我试试这么多玩家群发会怎么样,我没那么多数据来测试群发。
发到你的私信了
 

在线会员

  • _xoO_Oox_
  • 苍空和龙
  • jinzhao
  • Liying_79
  • MC_z2
  • xiaoziyi
  • Happyday
  • seven77
  • 别失眠
  • FuLe1314
  • 秩序114
  • Kurt
  • 黑魔法师恩佐
  • ccggx
  • Bule233
  • 2904435839
  • wyc1
  • blackDDC
  • SINGYUA
  • 土鸡123456767
...和 10 更多。
后退
顶部 底部