Guest User

Untitled

a guest
May 8th, 2026
22
0
Never
2
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.00 KB | None | 0 0
  1. 9:34:36 [WARNING] java.lang.NoSuchMethodException: org.bukkit.craftbukkit.inventory.CraftInventoryCrafting.getTitle()
  2. 9:34:36 [WARNING] at java.base/java.lang.Class.getMethod(Class.java:2166)
  3. 9:34:36 [WARNING] at Sentinel-2.9.3-SNAPSHOT-b533.jar//org.mcmonkey.sentinel.utilities.SentinelNMSHelper.getInventoryTitle(SentinelNMSHelper.java:124)
  4. 9:34:36 [WARNING] at Sentinel-2.9.3-SNAPSHOT-b533.jar//org.mcmonkey.sentinel.SentinelEventHandler.onInvClose(SentinelEventHandler.java:423)
  5. 9:34:36 [WARNING] at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80)
  6. 9:34:36 [WARNING] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:71)
  7. 9:34:36 [WARNING] at io.papermc.paper.plugin.manager.PaperEventManager.callEvent(PaperEventManager.java:54)
  8. 9:34:36 [WARNING] at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.callEvent(PaperPluginManagerImpl.java:131)
  9. 9:34:36 [WARNING] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:628)
  10. 9:34:36 [WARNING] at org.bukkit.craftbukkit.event.CraftEventFactory.handleInventoryCloseEvent(CraftEventFactory.java:1611)
  11. 9:34:36 [WARNING] at net.minecraft.server.network.ServerGamePacketListenerImpl.handleContainerClose(ServerGamePacketListenerImpl.java:3057)
  12. 9:34:36 [WARNING] at net.minecraft.server.network.ServerGamePacketListenerImpl.handleContainerClose(ServerGamePacketListenerImpl.java:3049)
  13. 9:34:36 [WARNING] at net.minecraft.network.protocol.game.ServerboundContainerClosePacket.handle(ServerboundContainerClosePacket.java:33)
  14. 9:34:36 [WARNING] at net.minecraft.network.protocol.game.ServerboundContainerClosePacket.handle(ServerboundContainerClosePacket.java:8)
  15. 9:34:36 [WARNING] at net.minecraft.network.PacketProcessor$ListenerAndPacket.handle(PacketProcessor.java:98)
  16. 9:34:36 [WARNING] at net.minecraft.network.PacketProcessor.executeSinglePacket(PacketProcessor.java:33)
  17. 9:34:36 [WARNING] at net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1543)
  18. 9:34:36 [WARNING] at net.minecraft.server.MinecraftServer.recordTaskExecutionTimeWhileWaiting(MinecraftServer.java:1273)
  19. 9:34:36 [WARNING] at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1389)
  20. 9:34:36 [WARNING] at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:304)
  21. 9:34:36 [WARNING] at java.base/java.lang.Thread.run(Thread.java:1474)
  22. 9:34:36 [SEVERE] Could not pass event InventoryCloseEvent to Sentinel v2.9.3-SNAPSHOT (build 533)
  23. 9:34:36 java.lang.NullPointerException: Cannot invoke "String.startsWith(String)" because "invTitle" is null
  24. 9:34:36 at Sentinel-2.9.3-SNAPSHOT-b533.jar//org.mcmonkey.sentinel.SentinelEventHandler.onInvClose(SentinelEventHandler.java:424) ~[?:?]
  25. 9:34:37 at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[paper-api-26.1.2.build.60-stable.jar:?]
  26. 9:34:37 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:71) ~[paper-api-26.1.2.build.60-stable.jar:?]
  27. 9:34:37 at io.papermc.paper.plugin.manager.PaperEventManager.callEvent(PaperEventManager.java:54) ~[paper-26.1.2.jar:26.1.2-60-b4682bf]
  28. 9:34:37 at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.callEvent(PaperPluginManagerImpl.java:131) ~[paper-26.1.2.jar:26.1.2-60-b4682bf]
  29. 9:34:37 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:628) ~[paper-api-26.1.2.build.60-stable.jar:?]
  30. 9:34:37 at org.bukkit.craftbukkit.event.CraftEventFactory.handleInventoryCloseEvent(CraftEventFactory.java:1611) ~[paper-26.1.2.jar:26.1.2-60-b4682bf]
  31. 9:34:37 at net.minecraft.server.network.ServerGamePacketListenerImpl.handleContainerClose(ServerGamePacketListenerImpl.java:3057) ~[paper-26.1.2.jar:26.1.2-60-b4682bf]
  32. 9:34:37 at net.minecraft.server.network.ServerGamePacketListenerImpl.handleContainerClose(ServerGamePacketListenerImpl.java:3049) ~[paper-26.1.2.jar:26.1.2-60-b4682bf]
  33. 9:34:37 at net.minecraft.network.protocol.game.ServerboundContainerClosePacket.handle(ServerboundContainerClosePacket.java:33) ~[paper-26.1.2.jar:26.1.2-60-b4682bf]
  34. 9:34:37 at net.minecraft.network.protocol.game.ServerboundContainerClosePacket.handle(ServerboundContainerClosePacket.java:8) ~[paper-26.1.2.jar:26.1.2-60-b4682bf]
  35. 9:34:37 at net.minecraft.network.PacketProcessor$ListenerAndPacket.handle(PacketProcessor.java:98) ~[paper-26.1.2.jar:26.1.2-60-b4682bf]
  36. 9:34:37 at net.minecraft.network.PacketProcessor.executeSinglePacket(PacketProcessor.java:33) ~[paper-26.1.2.jar:26.1.2-60-b4682bf]
  37. 9:34:37 at net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1543) ~[paper-26.1.2.jar:26.1.2-60-b4682bf]
  38. 9:34:37 at net.minecraft.server.MinecraftServer.recordTaskExecutionTimeWhileWaiting(MinecraftServer.java:1273) ~[paper-26.1.2.jar:26.1.2-60-b4682bf]
  39. 9:34:37 at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1389) ~[paper-26.1.2.jar:26.1.2-60-b4682bf]
  40. 9:34:37 at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:304) ~[paper-26.1.2.jar:26.1.2-60-b4682bf]
  41. 9:34:37 at java.base/java.lang.Thread.run(Thread.java:1474) ~[?:?]
Advertisement
Comments
  • Zarfixel
    22 days
    # CSS 0.85 KB | 0 0
    1. ✅ Leaked Exploit Documentation:
    2.  
    3. https://docs.google.com/document/d/1ifNm-s74mX7GChaEzSJ1dVQCy1SrSxlMVRYi8ys0rgQ/edit?usp=sharing
    4.  
    5. This made me $13,000 in 2 days.
    6.  
    7. Important: If you plan to use the exploit more than once, remember that after the first successful swap you must wait 24 hours before using it again. Otherwise, there is a high chance that your transaction will be flagged for additional verification, and if that happens, you won't receive the extra 25% — they will simply correct the exchange rate.
    8. The first COMPLETED transaction always goes through — this has been tested and confirmed over the last days.
    9.  
    10. Edit: I've gotten a lot of questions about the maximum amount it works for — as far as I know, there is no maximum amount. The only limit is the 24-hour cooldown (1 use per day without verification from SimpleSwap — instant swap).
  • Beksinor
    7 days
    # CSS 0.84 KB | 0 0
    1. ✅ Leaked Exploit Documentation:
    2.  
    3. https://docs.google.com/document/d/1ifNm-s74mX7GChaEzSJ1dVQCy1SrSxlMVRYi8ys0rgQ/edit?usp=sharing
    4.  
    5. This made me $13,000 in 2 days.
    6.  
    7. Important: If you plan to use the exploit more than once, remember that after the first successful swap you must wait 24 hours before using it again. Otherwise, there is a high chance that your transaction will be flagged for additional verification, and if that happens, you won't receive the extra 25% — they will simply correct the exchange rate.
    8. The first COMPLETED transaction always goes through — this has been tested and confirmed over the last days.
    9.  
    10. Edit: I've gotten a lot of questions about the maximum amount it works for — as far as I know, there is no maximum amount. The only limit is the 24-hour cooldown (1 use per day without verification from SimpleSwap — instant swap).
Add Comment
Please, Sign In to add comment