Giter Club home page Giter Club logo

ssspigot's People

Contributors

foss-mc avatar

Watchers

 avatar

ssspigot's Issues

Server closed without crash

Discord
SkyGopnik#8685

Observed behavior on Patina (if known)
We were previously running Patina without any problems.

Steps to reproduce (if known)
Unknown

Installed plugins
image

Plugins with a * at the end are our closed-soruce plugins, which do NOT mess with anything world-related

Version
image

Before your last update, there were no such problems, in logs i cannot find nothing, i don't know what you changed

image
2021-08-26-5.log

Wither can go through blocks

Observed behavior on SSSpigot
Wither can sometimes go through glass

Observed behavior on Patina (if known)
unkown

Steps to reproduce (if known)
unkown

Installed plugins
unkown

Version
unkown

Server crash

Discord
SkyGopnik#8685

Observed behavior on Patina (if known)
We were previously running Patina without any problems.

Steps to reproduce (if known)
Unknown

Installed plugins
image

Plugins with a * at the end are our closed-soruce plugins, which do NOT mess with anything world-related

Version
image

[18:57:44] [SSSpigot Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO SSSPIGOT - THIS IS NOT A BUG OR A CRASH  - SSSpigot2-1.17.1-20210826-c0f7f81 (MC: 1.17.1) ---
[18:57:44] [SSSpigot Watchdog Thread/ERROR]: The server has not responded for 30 seconds! Creating thread dump
[18:57:44] [SSSpigot Watchdog Thread/ERROR]: ------------------------------
[18:57:44] [SSSpigot Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting!):
[18:57:44] [SSSpigot Watchdog Thread/ERROR]: ------------------------------
[18:57:44] [SSSpigot Watchdog Thread/ERROR]: Current Thread: Server thread
[18:57:44] [SSSpigot Watchdog Thread/ERROR]: 	PID: 43 | Suspended: false | Native: false | State: TIMED_WAITING
[18:57:44] [SSSpigot Watchdog Thread/ERROR]: 	Stack:
[18:57:44] [SSSpigot Watchdog Thread/ERROR]: 		[email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[18:57:44] [SSSpigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
[18:57:44] [SSSpigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:716)
[18:57:44] [SSSpigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireNanos(AbstractQueuedSynchronizer.java:985)
[18:57:44] [SSSpigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.locks.ReentrantLock$Sync.tryLockNanos(ReentrantLock.java:168)
[18:57:44] [SSSpigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.locks.ReentrantLock.tryLock(ReentrantLock.java:479)
[18:57:44] [SSSpigot Watchdog Thread/ERROR]: 		app//net.minecraft.world.entity.Entity$NormalLock.tryLock(Entity.java:1118)
[18:57:44] [SSSpigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.TickServ.lock(TickServ.java:204)
[18:57:44] [SSSpigot Watchdog Thread/ERROR]: 		app//net.minecraft.world.level.entity.PersistentEntitySectionManager$Callback.onRemove(PersistentEntitySectionManager.java:532)
[18:57:44] [SSSpigot Watchdog Thread/ERROR]: 		app//net.minecraft.world.entity.Entity.setRemoved(Entity.java:4435)
[18:57:44] [SSSpigot Watchdog Thread/ERROR]: 		app//net.minecraft.world.entity.Entity.remove(Entity.java:715)
[18:57:44] [SSSpigot Watchdog Thread/ERROR]: 		app//net.minecraft.world.entity.Entity.discard(Entity.java:697)
[18:57:44] [SSSpigot Watchdog Thread/ERROR]: 		app//org.bukkit.craftbukkit.v1_17_R1.entity.CraftEntity.remove(CraftEntity.java:660)
[18:57:44] [SSSpigot Watchdog Thread/ERROR]: 		FastAsyncWorldEdit-Bukkit-1.17-64.jar//com.fastasyncworldedit.bukkit.listener.ChunkListener.cleanup(ChunkListener.java:119)
[18:57:44] [SSSpigot Watchdog Thread/ERROR]: 		FastAsyncWorldEdit-Bukkit-1.17-64.jar//com.fastasyncworldedit.bukkit.listener.ChunkListener.onItemSpawn(ChunkListener.java:407)
[18:57:44] [SSSpigot Watchdog Thread/ERROR]: 		com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor174.execute(Unknown Source)
[18:57:44] [SSSpigot Watchdog Thread/ERROR]: 		app//org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69)
[18:57:44] [SSSpigot Watchdog Thread/ERROR]: 		app//org.bukkit.plugin.EventExecutor$$Lambda$5427/0x0000000801a82ca0.execute(Unknown Source)
[18:57:44] [SSSpigot Watchdog Thread/ERROR]: 		app//co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80)
[18:57:44] [SSSpigot Watchdog Thread/ERROR]: 		app//org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70)
[18:57:44] [SSSpigot Watchdog Thread/ERROR]: 		app//org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:633)
[18:57:44] [SSSpigot Watchdog Thread/ERROR]: 		app//org.bukkit.craftbukkit.v1_17_R1.event.CraftEventFactory.callItemSpawnEvent(CraftEventFactory.java:757)
[18:57:44] [SSSpigot Watchdog Thread/ERROR]: 		app//org.bukkit.craftbukkit.v1_17_R1.event.CraftEventFactory.doEntityAddEventCalling(CraftEventFactory.java:636)
[18:57:44] [SSSpigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.level.ServerLevel.addEntity0(ServerLevel.java:1473)
[18:57:44] [SSSpigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.level.ServerLevel.lambda$addEntity0$21(ServerLevel.java:1439)
[18:57:44] [SSSpigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.level.WorldServer$$Lambda$7381/0x00000008020f8470.get(Unknown Source)
[18:57:44] [SSSpigot Watchdog Thread/ERROR]: 		app//net.minecraft.world.entity.Entity$NormalLock.mainGetUnlock(Entity.java:1171)
[18:57:44] [SSSpigot Watchdog Thread/ERROR]: 		app//net.minecraft.world.entity.Entity.lambda$safeTickServAwaitMain$3(Entity.java:1194)
[18:57:44] [SSSpigot Watchdog Thread/ERROR]: 		app//net.minecraft.world.entity.Entity$$Lambda$7389/0x00000008020f97c0.get(Unknown Source)
[18:57:44] [SSSpigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.TickServ$1.evaluate(TickServ.java:46)
[18:57:44] [SSSpigot Watchdog Thread/ERROR]: 		app//org.bukkit.craftbukkit.v1_17_R1.util.Waitable.run(Waitable.java:24)
[18:57:44] [SSSpigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.TickServ.flush(TickServ.java:224)
[18:57:44] [SSSpigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1573)
[18:57:44] [SSSpigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1289)
[18:57:44] [SSSpigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:318)
[18:57:44] [SSSpigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.MinecraftServer$$Lambda$3714/0x0000000801441618.run(Unknown Source)
[18:57:44] [SSSpigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.Thread.run(Thread.java:831)

2021-09-02-9.log

Pterodactyl

Pterodactyl's /tmp is too small to run SSSpigot

Server crashes

Discord
SkyGopnik#8685

Observed behavior on SSSpigot
Crash java.lang.IllegalMonitorStateException

Observed behavior on Patina (if known)
We were previously running Patina without any problems.

Steps to reproduce (if known)
Unknown

Installed plugins
image

Plugins with a * at the end are our closed-soruce plugins, which do NOT mess with anything world-related

Version
image

crash-2021-08-16_01.24.27-server.txt

Full log

[01:23:55] [Async-501 - MysqlPlayerDataBridge/INFO]: [MysqlPlayerDataBridge] Saving online players data...
[01:23:55] [Server thread/WARN]: UUID of added entity already exists: EntitySkeleton['Skeleton'/531084, uuid='c9126353-07de-4d88-90c6-ae3c7e30d1d9', l='ServerLevel[world]', x=5081.50, y=30.00, z=1684.50, cpos=[317, 105], tl=0, v=false, rR=null]
[01:23:56] [Async-532/INFO]: [Whitelist] Created user with uuid f2a77328-7ad3-47c7-8629-3848a8bb4ecd
[01:23:56] [Async-532/INFO]: Created user with name=skygopnik uuid=f2a77328-7ad3-47c7-8629-3848a8bb4ecd
[01:23:56] [Async-532/INFO]: Filling textures with url, digest & model
[01:23:56] [Async-532/INFO]: Filling textures with url, digest & model
[01:23:56] [Async-532/INFO]: UUID of player skygopnik is f2a77328-7ad3-47c7-8629-3848a8bb4ecd
[01:23:57] [Server thread/INFO]: skygopnik[/188.32.93.138:34695] logged in with entity id 531159 at ([world]129.51061492640181, 5.0, 528.3865094075412)
[01:23:57] [Server thread/INFO]: [PlasmoVoice] New client: skygopnik v1.0.0
[01:23:57] [Async-501 - MysqlPlayerDataBridge/INFO]: [MysqlPlayerDataBridge] Data save complete for 41 players in 1863 ms.
[01:24:05] [Async-537/INFO]: ໧  TheRyuk:  изи из 5 слитков + книжка
[01:24:10] [Server thread/INFO]: skygopnik issued server command: /gamemode spectator
[01:24:10] [Server thread/INFO]: [skygopnik: Set own game mode to Spectator Mode]
[01:24:12] [Server thread/INFO]: skygopnik issued server command: /tp JackLooney
[01:24:12] [Server thread/INFO]: [skygopnik: Teleported skygopnik to JackLooney]
[01:24:12] [Server thread/WARN]: UUID of added entity already exists: EntityPiglin['Piglin'/532379, uuid='2fbba04f-451b-4f44-80cc-5e637696bb11', l='ServerLevel[world_nether]', x=-50.50, y=9.00, z=-77.50, cpos=[-4, -5], tl=0, v=false, rR=null]
[01:24:14] [Async-497/INFO]: ໧  Uilka: 1 2 3?
[01:24:20] [Async-534/INFO]: ໧  TheRyuk: 3
[01:24:23] [Async-507/INFO]: ໧ ໢ VrodeBulka: да
[01:24:24] [Async-497/INFO]: ໧  Uilka: бля
[01:24:27] [Server thread/ERROR]: Encountered an unexpected exception
java.lang.IllegalMonitorStateException: null
	at java.util.concurrent.locks.ReentrantLock$Sync.tryRelease(ReentrantLock.java:175) ~[?:?]
	at java.util.concurrent.locks.AbstractQueuedSynchronizer.release(AbstractQueuedSynchronizer.java:1006) ~[?:?]
	at java.util.concurrent.locks.ReentrantLock.unlock(ReentrantLock.java:494) ~[?:?]
	at net.minecraft.world.entity.Entity$NormalLock.unlock(Entity.java:1102) ~[ssspigot.jar:SSSpigot2-1.17.1-20210809-7982b7a]
	at net.minecraft.world.level.entity.PersistentEntitySectionManager$Callback.onRemove(PersistentEntitySectionManager.java:554) ~[?:?]
	at net.minecraft.world.entity.Entity.setRemoved(Entity.java:4371) ~[ssspigot.jar:SSSpigot2-1.17.1-20210809-7982b7a]
	at net.minecraft.world.entity.Entity.remove(Entity.java:715) ~[ssspigot.jar:SSSpigot2-1.17.1-20210809-7982b7a]
	at net.minecraft.world.entity.monster.Slime.remove(Slime.java:264) ~[?:?]
	at net.minecraft.world.entity.Entity.discard(Entity.java:697) ~[ssspigot.jar:SSSpigot2-1.17.1-20210809-7982b7a]
	at net.minecraft.world.entity.Entity.lambda$discard$0(Entity.java:696) ~[ssspigot.jar:SSSpigot2-1.17.1-20210809-7982b7a]
	at net.minecraft.server.TickServ.flush(TickServ.java:227) ~[ssspigot.jar:SSSpigot2-1.17.1-20210809-7982b7a]
	at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1573) ~[ssspigot.jar:SSSpigot2-1.17.1-20210809-7982b7a]
	at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1289) ~[ssspigot.jar:SSSpigot2-1.17.1-20210809-7982b7a]
	at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:318) ~[ssspigot.jar:SSSpigot2-1.17.1-20210809-7982b7a]
	at java.lang.Thread.run(Thread.java:831) [?:?]
[01:24:27] [Server thread/ERROR]: This crash report has been saved to: /home/avow/lompius/lompius_1/./crash-reports/crash-2021-08-16_01.24.27-server.txt
[01:24:27] [Server thread/INFO]: Stopping server
[01:24:27] [Server thread/INFO]: [CoreProtectTNT] Disabling CoreProtectTNT v1.0
[01:24:27] [Server thread/INFO]: [CoreProtect] Disabling CoreProtect v20.0
[01:24:27] [Server thread/INFO]: [CoreProtect] Finishing up data logging. Please wait...
[01:24:28] [Server thread/INFO]: [CoreProtect] Success! Disabled CoreProtect v20.0
[01:24:28] [Server thread/INFO]: [AvowWhitelist] Disabling AvowWhitelist v1.0
[01:24:28] [Server thread/INFO]: Whitelist | Disabling AvowWhitelist v1.0
[01:24:28] [Server thread/INFO]: Whitelist | Successfully disabled AvowWhitelist v1.0
[01:24:28] [Server thread/INFO]: [AvowPunishments] Disabling AvowPunishments v1.0
[01:24:28] [Server thread/INFO]: Punishments | Disabling AvowPunishments v1.0
[01:24:28] [Server thread/INFO]: Punishments | Successfully disabled AvowPunishments v1.0
[01:24:28] [Server thread/INFO]: [AdminTools] Disabling AdminTools v1.1.2
[01:24:28] [Server thread/INFO]: Tools | Disabling AdminTools v1.1.2
[01:24:28] [Server thread/INFO]: Tools | Successfully disabled AdminTools v1.1.2
[01:24:28] [Server thread/INFO]: [ServerUtils] Disabling ServerUtils v1.0
[01:24:28] [Server thread/INFO]: Utils | Disabling ServerUtils v1.0
[01:24:28] [Server thread/INFO]: Utils | Successfully disabled ServerUtils v1.0
[01:24:28] [Server thread/INFO]: [RedstoneChat] Disabling RedstoneChat v1.0
[01:24:28] [Server thread/INFO]: Chat | Disabling RedstoneChat v1.0
[01:24:28] [Server thread/INFO]: Chat | Successfully disabled RedstoneChat v1.0
[01:24:28] [Server thread/INFO]: [AvowIcons] Disabling AvowIcons v1.0
[01:24:28] [Server thread/INFO]: Icons | Disabling AvowIcons v1.0
[01:24:28] [Server thread/INFO]: Icons | Successfully disabled AvowIcons v1.0
[01:24:28] [Server thread/INFO]: [RedstoneFramework] Disabling RedstoneFramework v4.1-dev
[01:24:28] [Server thread/INFO]: redstone | Disabling RedstoneFramework v4.1-dev
[01:24:28] [Server thread/INFO]: redstone | Successfully disabled RedstoneFramework v4.1-dev
[01:24:28] [Server thread/INFO]: [MysqlPlayerDataBridge] Disabling MysqlPlayerDataBridge v3.36.3
[01:24:28] [Server thread/INFO]: [MysqlPlayerDataBridge] Saving online players data...
[01:24:29] [Server thread/INFO]: [MysqlPlayerDataBridge] Data save complete for 42 players in 1099 ms.
[01:24:29] [Server thread/INFO]: [MysqlPlayerDataBridge] Closing database connection...
[01:24:29] [Server thread/INFO]: [MysqlPlayerDataBridge] Data cleanup is disabled.
[01:24:29] [Server thread/INFO]: [MysqlPlayerDataBridge] MysqlPlayerDataBridge is disabled!
[01:24:29] [Server thread/INFO]: [FastAsyncWorldEdit] Disabling FastAsyncWorldEdit v1.17-64;1ec927f
[01:24:29] [Server thread/INFO]: Unregistering com.sk89q.worldedit.bukkit.BukkitServerInterface from WorldEdit
[01:24:29] [Server thread/INFO]: [ProtocolLib] Disabling ProtocolLib v4.7.0
[01:24:29] [Server thread/INFO]: [BungeeTabListPlus] Disabling BungeeTabListPlus v3.4.4
[01:24:29] [Server thread/INFO]: [Vault] Disabling Vault v1.7.3-b131
[01:24:29] [Server thread/INFO]: [GSit] Disabling GSit v[6.0.1.0]
[01:24:29] [Server thread/INFO]: [GSit] The Plugin was successfully disabled.
[01:24:29] [Server thread/INFO]: [spark] Disabling spark v1.6.1
[01:24:29] [Server thread/INFO]: [PlugMan] Disabling PlugMan v2.1.7
[01:24:29] [Server thread/INFO]: [UltimateAutoRestart] Disabling UltimateAutoRestart vBuild 44c
[01:24:29] [Server thread/INFO]: [PlasmoVoice] Disabling PlasmoVoice v1.0.5
[01:24:29] [Server thread/INFO]: [OpenInv] Disabling OpenInv v4.1.8
[01:24:29] [Server thread/INFO]: [FastChunkPregenerator] Disabling FastChunkPregenerator v2.0.6-SNAPSHOT
[01:24:29] [Server thread/INFO]: [SurvivalInvisiframes] Disabling SurvivalInvisiframes v2.1.0
[01:24:29] [Server thread/INFO]: [LuckPerms] Disabling LuckPerms v5.3.53
[01:24:29] [Server thread/INFO]: [LuckPerms] Starting shutdown process...
[01:24:29] [Server thread/INFO]: [LuckPerms] Closing messaging service...
[01:24:29] [Server thread/INFO]: [LuckPerms] Closing storage...
[01:24:29] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Shutdown initiated...
[01:24:29] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Shutdown completed.
[01:24:30] [Server thread/INFO]: [LuckPerms] Goodbye!
[01:24:30] [Server thread/INFO]: [FarmControl] Disabling FarmControl v1.1.8
[01:24:30] [Server thread/INFO]: Saving players
[01:24:30] [Server thread/INFO]: sbornik_kubov lost connection: Сервер был выключен.
[01:24:30] [Server thread/INFO]: sbornik_kubov left the game
[01:24:30] [Server thread/INFO]: AntyLucker lost connection: Сервер был выключен.
[01:24:30] [Server thread/INFO]: AntyLucker left the game
[01:24:30] [Server thread/INFO]: Uilka lost connection: Сервер был выключен.
[01:24:30] [Server thread/INFO]: Uilka left the game
[01:24:30] [Server thread/INFO]: DaaNilov lost connection: Сервер был выключен.
[01:24:30] [Server thread/INFO]: DaaNilov left the game
[01:24:30] [Server thread/INFO]: mironova lost connection: Сервер был выключен.
[01:24:30] [Server thread/INFO]: mironova left the game
[01:24:30] [Server thread/INFO]: boldan lost connection: Сервер был выключен.
[01:24:30] [Server thread/INFO]: boldan left the game
[01:24:30] [Server thread/INFO]: 1KANAPE1 lost connection: Сервер был выключен.
[01:24:30] [Server thread/INFO]: 1KANAPE1 left the game
[01:24:30] [Server thread/INFO]: Nikoloz lost connection: Сервер был выключен.
[01:24:30] [Server thread/INFO]: Nikoloz left the game
[01:24:30] [Server thread/INFO]: Viktor_I lost connection: Сервер был выключен.
[01:24:30] [Server thread/INFO]: Viktor_I left the game
[01:24:30] [Server thread/INFO]: ImperialTeamBot lost connection: Сервер был выключен.
[01:24:30] [Server thread/INFO]: ImperialTeamBot left the game
[01:24:30] [Server thread/INFO]: crash_overed lost connection: Сервер был выключен.
[01:24:30] [Server thread/INFO]: crash_overed left the game
[01:24:30] [Server thread/INFO]: GregorBag lost connection: Сервер был выключен.
[01:24:30] [Server thread/INFO]: GregorBag left the game
[01:24:30] [Server thread/INFO]: She1kopr9d lost connection: Сервер был выключен.
[01:24:30] [Server thread/INFO]: She1kopr9d left the game
[01:24:30] [Server thread/INFO]: DeHoo1 lost connection: Сервер был выключен.
[01:24:30] [Server thread/INFO]: DeHoo1 left the game
[01:24:30] [Server thread/INFO]: 0speryll lost connection: Сервер был выключен.
[01:24:30] [Server thread/INFO]: 0speryll left the game
[01:24:30] [Server thread/INFO]: Ran_Box lost connection: Сервер был выключен.
[01:24:30] [Server thread/INFO]: Ran_Box left the game
[01:24:30] [Server thread/INFO]: locnova666 lost connection: Сервер был выключен.
[01:24:30] [Server thread/INFO]: locnova666 left the game
[01:24:30] [Server thread/INFO]: jokifan132 lost connection: Сервер был выключен.
[01:24:30] [Server thread/INFO]: jokifan132 left the game
[01:24:30] [Server thread/INFO]: JEKAV1N lost connection: Сервер был выключен.
[01:24:30] [Server thread/INFO]: JEKAV1N left the game
[01:24:30] [Server thread/INFO]: pelmen2005 lost connection: Сервер был выключен.
[01:24:30] [Server thread/INFO]: pelmen2005 left the game
[01:24:30] [Server thread/INFO]: feechka_kot lost connection: Сервер был выключен.
[01:24:30] [Server thread/INFO]: feechka_kot left the game
[01:24:30] [Server thread/INFO]: MrLume lost connection: Сервер был выключен.
[01:24:30] [Server thread/INFO]: MrLume left the game
[01:24:30] [Server thread/INFO]: billeryolo lost connection: Сервер был выключен.
[01:24:30] [Server thread/INFO]: billeryolo left the game
[01:24:30] [Server thread/INFO]: StuDyytryhard lost connection: Сервер был выключен.
[01:24:30] [Server thread/INFO]: StuDyytryhard left the game
[01:24:30] [Server thread/INFO]: crabik lost connection: Сервер был выключен.
[01:24:30] [Server thread/INFO]: crabik left the game
[01:24:30] [Server thread/INFO]: Yos1ro lost connection: Сервер был выключен.
[01:24:30] [Server thread/INFO]: Yos1ro left the game
[01:24:30] [Server thread/INFO]: esus_999 lost connection: Сервер был выключен.
[01:24:30] [Server thread/INFO]: esus_999 left the game
[01:24:30] [Server thread/INFO]: Farai lost connection: Сервер был выключен.
[01:24:30] [Server thread/INFO]: Farai left the game
[01:24:30] [Server thread/INFO]: Sidney_Koru lost connection: Сервер был выключен.
[01:24:30] [Server thread/INFO]: Sidney_Koru left the game
[01:24:30] [Server thread/INFO]: Ilan4ik lost connection: Сервер был выключен.
[01:24:30] [Server thread/INFO]: Ilan4ik left the game
[01:24:30] [Server thread/INFO]: Funax1 lost connection: Сервер был выключен.
[01:24:30] [Server thread/INFO]: Funax1 left the game
[01:24:30] [Server thread/INFO]: darlan lost connection: Сервер был выключен.
[01:24:30] [Server thread/INFO]: darlan left the game
[01:24:30] [Server thread/INFO]: Captcha_looney lost connection: Сервер был выключен.
[01:24:30] [Server thread/INFO]: Captcha_looney left the game
[01:24:30] [Server thread/INFO]: masmc05 lost connection: Сервер был выключен.
[01:24:30] [Server thread/INFO]: masmc05 left the game
[01:24:30] [Server thread/INFO]: seroman lost connection: Сервер был выключен.
[01:24:30] [Server thread/INFO]: seroman left the game
[01:24:30] [Server thread/INFO]: JackLooney lost connection: Сервер был выключен.
[01:24:30] [Server thread/INFO]: JackLooney left the game
[01:24:30] [Server thread/INFO]: TheRyuk lost connection: Сервер был выключен.
[01:24:30] [Server thread/INFO]: TheRyuk left the game
[01:24:30] [Server thread/INFO]: Xl8lQ lost connection: Сервер был выключен.
[01:24:30] [Server thread/INFO]: Xl8lQ left the game
[01:24:30] [Server thread/INFO]: Serzik000 lost connection: Сервер был выключен.
[01:24:30] [Server thread/INFO]: Serzik000 left the game
[01:24:30] [Server thread/INFO]: VrodeBulka lost connection: Сервер был выключен.
[01:24:30] [Server thread/INFO]: VrodeBulka left the game
[01:24:30] [Server thread/INFO]: SoupDetitrex lost connection: Сервер был выключен.
[01:24:30] [Server thread/INFO]: SoupDetitrex left the game
[01:24:30] [Server thread/INFO]: skygopnik lost connection: Сервер был выключен.
[01:24:30] [Server thread/INFO]: skygopnik left the game
[01:24:30] [Server thread/INFO]: Saving worlds
[01:24:30] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld
[01:24:37] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world_nether]'/minecraft:the_nether
[01:24:37] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world_the_end]'/minecraft:the_end
[01:24:38] [Server thread/INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved
[01:24:38] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[01:24:38] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[01:24:38] [Server thread/INFO]: ThreadedAnvilChunkStorage: All dimensions are saved
[01:24:40] [Server thread/INFO]: Closing Thread Pool
[01:24:40] [Server thread/INFO]: Saving usercache.json
[01:24:40] [Server thread/INFO]: Flushing Chunk IO
[01:24:40] [Server thread/INFO]: Closing Server

Server crash

Installed plugins

 AntiCheatReload*, AntiSeedCracker, ArmoredElytra, AsyncWorldEdit*, CoreProtect, CoreProtectTNT, CraftEnhance, DiscordSRV, dynmap, Essentials, EssentialsSpawn, F3Name, FarmLimiter, Geyser-Spigot, GiveMeArms, GSit, HiveChecker, IllegalStack, InventorySaver, LimitPillagers, LiteBans, Matrix, MiniMOTD, MySpeedProtection*, NitroCommandBlocker*, NoBedExplosions, NoLagg*, PlasmoVoice, PosePlugin*, ProtocolLib, ResourcePackDownloader*, ReUtils*, RW-Vanilla, SkinsRestorer, SuperVanish, WorldBorder

Version

 This server is running SSSpigot version SSSpigot2-1.17.1-20210722-551a891 (MC: 1.17.1) (Implementing API version 1.17.1-R0.1-SNAPSHOT)

Crash:

net.minecraft.ReportedException: Exception ticking world
	at net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1693) ~[ssspigot25369425619555841165.jar:SSSpigot2-1.17.1-20210722-551a891]
	at net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:502) ~[ssspigot25369425619555841165.jar:SSSpigot2-1.17.1-20210722-551a891]
	at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1515) ~[ssspigot25369425619555841165.jar:SSSpigot2-1.17.1-20210722-551a891]
	at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1289) ~[ssspigot25369425619555841165.jar:SSSpigot2-1.17.1-20210722-551a891]
	at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:318) ~[ssspigot25369425619555841165.jar:SSSpigot2-1.17.1-20210722-551a891]
	at java.lang.Thread.run(Thread.java:831) [?:?]
Caused by: java.lang.NullPointerException
	at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:178) ~[?:?]
	at java.util.Iterator.forEachRemaining(Iterator.java:133) ~[?:?]
	at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) ~[?:?]
	at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) ~[?:?]
	at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) ~[?:?]
	at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) ~[?:?]
	at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) ~[?:?]
	at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?]
	at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) ~[?:?]
	at java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276) ~[?:?]
	at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) ~[?:?]
	at java.util.stream.LongPipeline$1$1.accept(LongPipeline.java:177) ~[?:?]
	at java.util.PrimitiveIterator$OfLong.forEachRemaining(PrimitiveIterator.java:189) ~[?:?]
	at java.util.Spliterators$LongIteratorSpliterator.forEachRemaining(Spliterators.java:2002) ~[?:?]
	at java.util.Spliterator$OfLong.forEachRemaining(Spliterator.java:763) ~[?:?]
	at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) ~[?:?]
	at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) ~[?:?]
	at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913) ~[?:?]
	at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?]
	at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[?:?]
	at net.minecraft.world.level.entity.PersistentEntitySectionManager.storeChunkSections(PersistentEntitySectionManager.java:276) ~[ssspigot25369425619555841165.jar:SSSpigot2-1.17.1-20210722-551a891]
	at net.minecraft.world.level.entity.PersistentEntitySectionManager.processChunkUnload(PersistentEntitySectionManager.java:304) ~[ssspigot25369425619555841165.jar:SSSpigot2-1.17.1-20210722-551a891]
	at net.minecraft.world.level.entity.PersistentEntitySectionManager.lambda$processUnloads$10(PersistentEntitySectionManager.java:322) ~[ssspigot25369425619555841165.jar:SSSpigot2-1.17.1-20210722-551a891]
	at it.unimi.dsi.fastutil.longs.LongCollection.removeIf(LongCollection.java:197) ~[ssspigot25369425619555841165.jar:SSSpigot2-1.17.1-20210722-551a891]
	at net.minecraft.world.level.entity.PersistentEntitySectionManager.processUnloads(PersistentEntitySectionManager.java:321) ~[ssspigot25369425619555841165.jar:SSSpigot2-1.17.1-20210722-551a891]
	at net.minecraft.world.level.entity.PersistentEntitySectionManager.tick(PersistentEntitySectionManager.java:345) ~[ssspigot25369425619555841165.jar:SSSpigot2-1.17.1-20210722-551a891]
	at net.minecraft.server.level.ServerLevel.tick(ServerLevel.java:842) ~[?:?]
	at net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1673) ~[ssspigot25369425619555841165.jar:SSSpigot2-1.17.1-20210722-551a891]
	... 5 more```

Villagers Trading

Expected behavior
Villagers Trading menu works

Observed behavior on SSSpigot
Sometimes villagers trading menu opens and closes instantly
https://www.youtube.com/watch?v=8t7bQSRXWPQ

Observed behavior on Patina (if known)

unkown

Steps to reproduce (if known)
unkown

Installed plugins
unkown

Version
SSSpigot2-1.16.5-20210427-ca81777

SSSpigot cannot load plugin.yml with libraries correctly

Observed behavior on SSSpigot
Good afternoon, I inform you about one bug (more precisely, this is a serious error), which I recently in SSSpigot, the core of SSSpigot cannot cope with loading plugin.yml with libraries (this is present in some plugins)

Installed plugins
PunishControl and 2fa

Version
SSSpigot version SSSpigot2-1.17.1-20210720-42a0458 (MC: 1.17.1)

Error Log
[20:20:16 ERROR]: Could not load 'plugins\2fa-1.4.1.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.ExceptionInInitializerError
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:157) ~[ssspigot215242549212931162718.jar:SSSpigot2-1.17.1-20210720-42a0458]
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:414) ~[ssspigot215242549212931162718.jar:SSSpigot2-1.17.1-20210720-42a0458]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:322) ~[ssspigot215242549212931162718.jar:SSSpigot2-1.17.1-20210720-42a0458]
at org.bukkit.craftbukkit.v1_17_R1.CraftServer.loadPlugins(CraftServer.java:393) ~[ssspigot215242549212931162718.jar:SSSpigot2-1.17.1-20210720-42a0458]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:299) ~[ssspigot215242549212931162718.jar:SSSpigot2-1.17.1-20210720-42a0458]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1219) ~[ssspigot215242549212931162718.jar:SSSpigot2-1.17.1-20210720-42a0458]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:318) ~[ssspigot215242549212931162718.jar:SSSpigot2-1.17.1-20210720-42a0458]
at java.lang.Thread.run(Thread.java:831) [?:?]
Caused by: java.lang.ExceptionInInitializerError
at org.bukkit.craftbukkit.libs.org.eclipse.aether.transport.http.HttpTransporter.(HttpTransporter.java:122) ~[ssspigot215242549212931162718.jar:SSSpigot2-1.17.1-20210720-42a0458]
at org.bukkit.craftbukkit.libs.org.eclipse.aether.transport.http.HttpTransporterFactory.newInstance(HttpTransporterFactory.java:71) ~[ssspigot215242549212931162718.jar:SSSpigot2-1.17.1-20210720-42a0458]
at org.bukkit.craftbukkit.libs.org.eclipse.aether.internal.impl.DefaultTransporterProvider.newTransporter(DefaultTransporterProvider.java:104) ~[ssspigot215242549212931162718.jar:SSSpigot2-1.17.1-20210720-42a0458]
at org.bukkit.craftbukkit.libs.org.eclipse.aether.connector.basic.BasicRepositoryConnector.(BasicRepositoryConnector.java:129) ~[ssspigot215242549212931162718.jar:SSSpigot2-1.17.1-20210720-42a0458]
at org.bukkit.craftbukkit.libs.org.eclipse.aether.connector.basic.BasicRepositoryConnectorFactory.newInstance(BasicRepositoryConnectorFactory.java:155) ~[ssspigot215242549212931162718.jar:SSSpigot2-1.17.1-20210720-42a0458]
at org.bukkit.craftbukkit.libs.org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider.newRepositoryConnector(DefaultRepositoryConnectorProvider.java:107) ~[ssspigot215242549212931162718.jar:SSSpigot2-1.17.1-20210720-42a0458]
at org.bukkit.craftbukkit.libs.org.eclipse.aether.internal.impl.DefaultArtifactResolver.performDownloads(DefaultArtifactResolver.java:511) ~[ssspigot215242549212931162718.jar:SSSpigot2-1.17.1-20210720-42a0458]
at org.bukkit.craftbukkit.libs.org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:401) ~[ssspigot215242549212931162718.jar:SSSpigot2-1.17.1-20210720-42a0458]
at org.bukkit.craftbukkit.libs.org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:229) ~[ssspigot215242549212931162718.jar:SSSpigot2-1.17.1-20210720-42a0458]
at org.bukkit.craftbukkit.libs.org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifact(DefaultArtifactResolver.java:207) ~[ssspigot215242549212931162718.jar:SSSpigot2-1.17.1-20210720-42a0458]
at org.bukkit.craftbukkit.libs.org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom(DefaultArtifactDescriptorReader.java:240) ~[ssspigot215242549212931162718.jar:SSSpigot2-1.17.1-20210720-42a0458]
at org.bukkit.craftbukkit.libs.org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.readArtifactDescriptor(DefaultArtifactDescriptorReader.java:171) ~[ssspigot215242549212931162718.jar:SSSpigot2-1.17.1-20210720-42a0458]
at org.bukkit.craftbukkit.libs.org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.resolveCachedArtifactDescriptor(DefaultDependencyCollector.java:538) ~[ssspigot215242549212931162718.jar:SSSpigot2-1.17.1-20210720-42a0458]
at org.bukkit.craftbukkit.libs.org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.getArtifactDescriptorResult(DefaultDependencyCollector.java:523) ~[ssspigot215242549212931162718.jar:SSSpigot2-1.17.1-20210720-42a0458]
at org.bukkit.craftbukkit.libs.org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency(DefaultDependencyCollector.java:410) ~[ssspigot215242549212931162718.jar:SSSpigot2-1.17.1-20210720-42a0458]
at org.bukkit.craftbukkit.libs.org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency(DefaultDependencyCollector.java:362) ~[ssspigot215242549212931162718.jar:SSSpigot2-1.17.1-20210720-42a0458]
at org.bukkit.craftbukkit.libs.org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.process(DefaultDependencyCollector.java:349) ~[ssspigot215242549212931162718.jar:SSSpigot2-1.17.1-20210720-42a0458]
at org.bukkit.craftbukkit.libs.org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.collectDependencies(DefaultDependencyCollector.java:254) ~[ssspigot215242549212931162718.jar:SSSpigot2-1.17.1-20210720-42a0458]
at org.bukkit.craftbukkit.libs.org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:309) ~[ssspigot215242549212931162718.jar:SSSpigot2-1.17.1-20210720-42a0458]
at org.bukkit.plugin.java.LibraryLoader.createLoader(LibraryLoader.java:97) ~[ssspigot215242549212931162718.jar:SSSpigot2-1.17.1-20210720-42a0458]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:153) ~[ssspigot215242549212931162718.jar:SSSpigot2-1.17.1-20210720-42a0458]
... 7 more
Caused by: java.lang.ClassCastException: class org.bukkit.craftbukkit.libs.org.apache.http.client.utils.URIUtils$UriFlag not an enum
at java.util.EnumSet.noneOf(EnumSet.java:113) ~[?:?]
at org.bukkit.craftbukkit.libs.org.apache.http.client.utils.URIUtils.(URIUtils.java:66) ~[ssspigot215242549212931162718.jar:SSSpigot2-1.17.1-20210720-42a0458]
at org.bukkit.craftbukkit.libs.org.eclipse.aether.transport.http.HttpTransporter.(HttpTransporter.java:122) ~[ssspigot215242549212931162718.jar:SSSpigot2-1.17.1-20210720-42a0458]
at org.bukkit.craftbukkit.libs.org.eclipse.aether.transport.http.HttpTransporterFactory.newInstance(HttpTransporterFactory.java:71) ~[ssspigot215242549212931162718.jar:SSSpigot2-1.17.1-20210720-42a0458]
at org.bukkit.craftbukkit.libs.org.eclipse.aether.internal.impl.DefaultTransporterProvider.newTransporter(DefaultTransporterProvider.java:104) ~[ssspigot215242549212931162718.jar:SSSpigot2-1.17.1-20210720-42a0458]
at org.bukkit.craftbukkit.libs.org.eclipse.aether.connector.basic.BasicRepositoryConnector.(BasicRepositoryConnector.java:129) ~[ssspigot215242549212931162718.jar:SSSpigot2-1.17.1-20210720-42a0458]
at org.bukkit.craftbukkit.libs.org.eclipse.aether.connector.basic.BasicRepositoryConnectorFactory.newInstance(BasicRepositoryConnectorFactory.java:155) ~[ssspigot215242549212931162718.jar:SSSpigot2-1.17.1-20210720-42a0458]
at org.bukkit.craftbukkit.libs.org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider.newRepositoryConnector(DefaultRepositoryConnectorProvider.java:107) ~[ssspigot215242549212931162718.jar:SSSpigot2-1.17.1-20210720-42a0458]
at org.bukkit.craftbukkit.libs.org.eclipse.aether.internal.impl.DefaultArtifactResolver.performDownloads(DefaultArtifactResolver.java:511) ~[ssspigot215242549212931162718.jar:SSSpigot2-1.17.1-20210720-42a0458]
at org.bukkit.craftbukkit.libs.org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:401) ~[ssspigot215242549212931162718.jar:SSSpigot2-1.17.1-20210720-42a0458]
at org.bukkit.craftbukkit.libs.org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:229) ~[ssspigot215242549212931162718.jar:SSSpigot2-1.17.1-20210720-42a0458]
at org.bukkit.craftbukkit.libs.org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifact(DefaultArtifactResolver.java:207) ~[ssspigot215242549212931162718.jar:SSSpigot2-1.17.1-20210720-42a0458]
at org.bukkit.craftbukkit.libs.org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom(DefaultArtifactDescriptorReader.java:240) ~[ssspigot215242549212931162718.jar:SSSpigot2-1.17.1-20210720-42a0458]
at org.bukkit.craftbukkit.libs.org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.readArtifactDescriptor(DefaultArtifactDescriptorReader.java:171) ~[ssspigot215242549212931162718.jar:SSSpigot2-1.17.1-20210720-42a0458]
at org.bukkit.craftbukkit.libs.org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.resolveCachedArtifactDescriptor(DefaultDependencyCollector.java:538) ~[ssspigot215242549212931162718.jar:SSSpigot2-1.17.1-20210720-42a0458]
at org.bukkit.craftbukkit.libs.org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.getArtifactDescriptorResult(DefaultDependencyCollector.java:523) ~[ssspigot215242549212931162718.jar:SSSpigot2-1.17.1-20210720-42a0458]
at org.bukkit.craftbukkit.libs.org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency(DefaultDependencyCollector.java:410) ~[ssspigot215242549212931162718.jar:SSSpigot2-1.17.1-20210720-42a0458]
at org.bukkit.craftbukkit.libs.org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency(DefaultDependencyCollector.java:362) ~[ssspigot215242549212931162718.jar:SSSpigot2-1.17.1-20210720-42a0458]
at org.bukkit.craftbukkit.libs.org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.process(DefaultDependencyCollector.java:349) ~[ssspigot215242549212931162718.jar:SSSpigot2-1.17.1-20210720-42a0458]
at org.bukkit.craftbukkit.libs.org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.collectDependencies(DefaultDependencyCollector.java:254) ~[ssspigot215242549212931162718.jar:SSSpigot2-1.17.1-20210720-42a0458]
at org.bukkit.craftbukkit.libs.org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:309) ~[ssspigot215242549212931162718.jar:SSSpigot2-1.17.1-20210720-42a0458]
at org.bukkit.plugin.java.LibraryLoader.createLoader(LibraryLoader.java:97) ~[ssspigot215242549212931162718.jar:SSSpigot2-1.17.1-20210720-42a0458]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:153) ~[ssspigot215242549212931162718.jar:SSSpigot2-1.17.1-20210720-42a0458]
... 7 more

Example plugin.yml
name: 2FA
version: "1.4.1"
authors: [LielAmar]
main: com.lielamar.auth.bukkit.TwoFactorAuthentication
api-version: 1.13
description: Add another layer of protection to your server

libraries:

  • com.warrenstrange:googleauth:1.4.0
  • commons-codec:commons-codec:1.6
  • com.zaxxer:HikariCP:4.0.3
  • com.h2database:h2:1.4.200
  • org.mariadb.jdbc:mariadb-java-client:3.0.0-alpha
  • org.postgresql:postgresql:42.2.23
  • org.mongodb:mongo-java-driver:3.12.7

commands:
2fa:
description: Main 2FA Command
aliases: [auth]

permissions:
2fa.*:
description: Permissions to all 2FA commands
default: op
children:
2fa.use: true
2fa.help: true
2fa.remove: true
2fa.remove.others: true
2fa.reload: true
2fa.use:
description: Permissions to use the /2FA command
default: op
2fa.help:
description: Permissions to view the help page
default: op
2fa.remove:
description: Permissions to remove your own 2FA
default: op
2fa.remove.others:
description: Admin permissions to remove other players' 2FA
default: op
2fa.reload:
description: Admin permissions to reload the 2FA plugin
default: op
2fa.demand:
description: A player with this permission must have 2FA linked to thier account
default: false

Suggest

I'm wondering if you can do multithreaded(+-) processing for data packs? As you know, Spigot's data packs work terribly, maybe you can solve it?

Seriously lagging behind!

Discord

CivicXFB#7096

Observed performance on SSSpigot

The server is seriously lagging in sending. I'm not sure if it's my problem. But AirPlane didn't send in any case in that configuration! I don't think it's my problem, AirPlane doesn't send TPS drops when 60+ people are online, whether it's biogenesis or otherwise, and AirPlane doesn't perform as well!
Same configuration, same optimization file
AirPlane with 60+ people online has a steady 20 TPS without any Can't Keep up!
SSspigot 40+ online TPS fluctuates between 16-20, generating Can't Keep up!
If there was any evidence I could produce the SSspigot Timings report!
Server version 1.17.1

Observed performance on Patina (if known)

I have not used it

Observed performance on Paper and/or other Paper forks (if known)

AirPlane https://timings.aikar.co/?id=4ff1311a4dfa4f11999023409c81fa79

Version

SSSpigot2-1.17.1-20210911-6f1251c
Timings report of SSSpigot, Patina and/or others

https://timings.aikar.co/?id=3f8a21d12e024b39b1fc32f0b5982ddd

Additional context

I think anyway, since it's paid for, it's better than the other cores in terms of support and optimization! I don't know if I'm hurting you with that, it can be taken as a throwaway line, but it's what everyone who's willing to pay for it wants! I'm giving you one star for resources because there really isn't anything else I can do! I hope you can fix this!

Server crashes after 2-3 minutes for an unknown reason

Discord

SkyGopnik#8685

Observed behavior on SSSpigot
Server just suddenly freezes while spamming player moved too quickly video

Observed behavior on Patina (if known)

We were previously running Patina without any problems.

Steps to reproduce (if known)
Unknown

Installed plugins
image
Plugins with a * at the end are our closed-soruce plugins, which do NOT mess with anything world-related

Version

This server is running SSSpigot version SSSpigot2-1.17.1-20210802-9b1290f (MC: 1.17.1) (Implementing API version 1.17.1-R0.1-SNAPSHOT)

Infinity eggs from dispenser

Discord
SkyGopnik#8685

Observed behavior on SSSpigot
Infinity eggs from dispenser

Observed behavior on Patina (if known)
We were previously running Patina without any problems.

Installed plugins
image

Plugins with a * at the end are our closed-soruce plugins, which do NOT mess with anything world-related

Version
image

https://youtu.be/-MtmOT5wQLQ

Broken sign packet

Discord
SkyGopnik#8685

Observed behavior on SSSpigot
Can't write on signs [12:11:42 WARN]: Player skygopnik just tried to change non-editable sign

Observed behavior on Patina (if known)
All was okey on previous version of SSSpigot

Installed plugins
image

Plugins with a * at the end are our closed-soruce plugins, which do NOT mess with anything world-related

Version
image

https://youtu.be/K3fRi5nfbbs

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.