joserodpt / RealScoreboard

Source-code for the RealScoreboard spigot plugin.
MIT License
23 stars 18 forks source link

[1.18.1] [PaperMC] Scoreboard does not display and throws IridiumColorAPI errors #31

Closed EndsCreed closed 2 years ago

EndsCreed commented 2 years ago

I recently opened a private server and dropped in RealScoreboard for a sort of status using the PlaceholderAPI. As soon as a player joins the console is spammed with a "Failed to Initialize IridiumColorAPI". I will link a paste of the logs and my config here.

Server Info: OS: Ubuntu 20.10 Pop_Os Server: PaperMC-1.18.1-77 Java: OpenJDK Version "17.0.1" 2021-10-19 OpenJDK Runtime Environment (build 17.0.1+12-Ubuntu-121.10) OpenJDK 64-Bit Server VM (build 17.0.1+12-Ubuntu-121.10, mixed mode, sharing)

Plugins

- ChatFeelings - CraftEnhance-2.4.3 - eBackup-1.2 - EssentialsX-2.19.2 - EssentialsXChat-2.19.2 - EssentialsXSpawn-2.19.3 - GriefPrevention - LuckPerms-5.3.47 - MarriageMaster - MinePacks - MobCash - MultiverseCore-4.3.1 - MultiverseInventories-4.2.2 - NerfPhantoms-1.3.0 - PhysicalXP - PlaceholderAPI-2.10.9 - PlugMan - RealScoreboard-21.12.2021-build-1 - SilkSpawners - Spark - Vault

Log

``` [18:03:53] [ServerMain/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD' [18:03:53] [ServerMain/INFO]: Reloading ResourceManager: Default, bukkit [18:03:54] [Worker-Main-2/INFO]: Loaded 7 recipes [18:03:54] [Server thread/INFO]: Starting minecraft server version 1.18.1 [18:03:54] [Server thread/INFO]: Loading properties [18:03:54] [Server thread/INFO]: This server is running Paper version git-Paper-77 (MC: 1.18.1) (Implementing API version 1.18.1-R0.1-SNAPSHOT) (Git: 5ad1d9a) [18:03:54] [Server thread/INFO]: Server Ping Player Sample Count: 12 [18:03:54] [Server thread/INFO]: Using 4 threads for Netty based IO [18:03:54] [Server thread/INFO]: Default game type: SURVIVAL [18:03:54] [Server thread/INFO]: Generating keypair [18:03:55] [Server thread/INFO]: Starting Minecraft server on *:25565 [18:03:55] [Server thread/INFO]: Using epoll channel type [18:03:55] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity. [18:03:55] [Server thread/INFO]: Paper: Using OpenSSL 1.1.x (Linux x86_64) cipher from Velocity. [18:03:55] [Server thread/ERROR]: [STDERR] [org.bukkit.craftbukkit.v1_18_R1.legacy.CraftLegacy] Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug! [18:03:58] [Server thread/WARN]: Legacy plugin PhysicalXP v1.0.2b does not specify an api-version. [18:03:58] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.3.47 [18:03:58] [Server thread/WARN]: [LuckPerms] Error loading locale file: he_IL.properties java.lang.IllegalArgumentException: Invalid key (and 308 more) at me.lucko.luckperms.lib.adventure.translation.TranslationRegistry.registerAll(TranslationRegistry.java:216) ~[?:?] at me.lucko.luckperms.lib.adventure.translation.TranslationRegistry.registerAll(TranslationRegistry.java:179) ~[?:?] at me.lucko.luckperms.common.locale.TranslationManager.loadCustomTranslationFile(TranslationManager.java:161) ~[?:?] at me.lucko.luckperms.common.locale.TranslationManager.loadCustom(TranslationManager.java:125) ~[?:?] at me.lucko.luckperms.common.locale.TranslationManager.reload(TranslationManager.java:92) ~[?:?] at me.lucko.luckperms.common.plugin.AbstractLuckPermsPlugin.load(AbstractLuckPermsPlugin.java:111) ~[?:?] at me.lucko.luckperms.bukkit.LPBukkitBootstrap.onLoad(LPBukkitBootstrap.java:150) ~[?:?] at me.lucko.luckperms.bukkit.loader.BukkitLoaderPlugin.onLoad(BukkitLoaderPlugin.java:46) ~[LuckPerms-Bukkit-5.3.47.jar:?] at org.bukkit.craftbukkit.v1_18_R1.CraftServer.loadPlugins(CraftServer.java:427) ~[paper-1.18.1.jar:git-Paper-77] at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:285) ~[paper-1.18.1.jar:git-Paper-77] at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1202) ~[paper-1.18.1.jar:git-Paper-77] at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:317) ~[paper-1.18.1.jar:git-Paper-77] at java.lang.Thread.run(Thread.java:833) ~[?:?] Caused by: java.lang.IllegalArgumentException: Translation already exists: luckperms.usage.group-rename.argument.name for he_IL at me.lucko.luckperms.lib.adventure.translation.TranslationRegistryImpl$Translation.register(TranslationRegistryImpl.java:120) ~[?:?] at me.lucko.luckperms.lib.adventure.translation.TranslationRegistryImpl.register(TranslationRegistryImpl.java:52) ~[?:?] at me.lucko.luckperms.lib.adventure.translation.TranslationRegistry.registerAll(TranslationRegistry.java:203) ~[?:?] ... 12 more [18:03:58] [Server thread/WARN]: [LuckPerms] Error loading locale file: in_ID.properties java.lang.IllegalArgumentException: Invalid key (and 377 more) at me.lucko.luckperms.lib.adventure.translation.TranslationRegistry.registerAll(TranslationRegistry.java:216) ~[?:?] at me.lucko.luckperms.lib.adventure.translation.TranslationRegistry.registerAll(TranslationRegistry.java:179) ~[?:?] at me.lucko.luckperms.common.locale.TranslationManager.loadCustomTranslationFile(TranslationManager.java:161) ~[?:?] at me.lucko.luckperms.common.locale.TranslationManager.loadCustom(TranslationManager.java:125) ~[?:?] at me.lucko.luckperms.common.locale.TranslationManager.reload(TranslationManager.java:92) ~[?:?] at me.lucko.luckperms.common.plugin.AbstractLuckPermsPlugin.load(AbstractLuckPermsPlugin.java:111) ~[?:?] at me.lucko.luckperms.bukkit.LPBukkitBootstrap.onLoad(LPBukkitBootstrap.java:150) ~[?:?] at me.lucko.luckperms.bukkit.loader.BukkitLoaderPlugin.onLoad(BukkitLoaderPlugin.java:46) ~[LuckPerms-Bukkit-5.3.47.jar:?] at org.bukkit.craftbukkit.v1_18_R1.CraftServer.loadPlugins(CraftServer.java:427) ~[paper-1.18.1.jar:git-Paper-77] at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:285) ~[paper-1.18.1.jar:git-Paper-77] at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1202) ~[paper-1.18.1.jar:git-Paper-77] at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:317) ~[paper-1.18.1.jar:git-Paper-77] at java.lang.Thread.run(Thread.java:833) ~[?:?] Caused by: java.lang.IllegalArgumentException: Translation already exists: luckperms.command.misc.loading.error.user for id_ID at me.lucko.luckperms.lib.adventure.translation.TranslationRegistryImpl$Translation.register(TranslationRegistryImpl.java:120) ~[?:?] at me.lucko.luckperms.lib.adventure.translation.TranslationRegistryImpl.register(TranslationRegistryImpl.java:52) ~[?:?] at me.lucko.luckperms.lib.adventure.translation.TranslationRegistry.registerAll(TranslationRegistry.java:203) ~[?:?] ... 12 more [18:03:58] [Server thread/INFO]: [PhysicalXP] Loading PhysicalXP v1.0.2b [18:03:58] [Server thread/INFO]: [Minepacks] Loading Minepacks v2.4.3-Release [18:03:58] [Server thread/INFO]: [Minepacks] PCGF-PluginLib not installed. Switching to standalone mode! [18:03:58] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.10.9 [18:03:58] [Server thread/INFO]: [CraftEnhance] Loading CraftEnhance v2.4.3 [18:03:58] [Server thread/INFO]: [PlugMan] Loading PlugMan v2.2.2 [18:03:58] [Server thread/INFO]: [NerfPhantoms] Loading NerfPhantoms v1.3.0 [18:03:58] [Server thread/INFO]: [spark] Loading spark v1.6.0 [18:03:58] [Server thread/INFO]: [Vault] Loading Vault v1.7.3-b131 [18:03:58] [Server thread/INFO]: [eBackup] Loading eBackup v1.2.0 [18:03:58] [Server thread/INFO]: [SilkSpawners] Loading SilkSpawners v7.0.1-SNAPSHOT-b${BUILD_NUMBER} [18:03:58] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v4.3.1-b861 [18:03:58] [Server thread/INFO]: [Essentials] Loading Essentials v2.19.2 [18:03:58] [Server thread/INFO]: [Multiverse-Inventories] Loading Multiverse-Inventories v4.2.2-b500 [18:03:58] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.19.2 [18:03:58] [Server thread/INFO]: [ChatFeelings] Loading ChatFeelings v4.8 [18:03:58] [Server thread/INFO]: [Mobcash] Loading Mobcash v8.3 [18:03:58] [Server thread/INFO]: [MarriageMaster] Loading MarriageMaster v2.5.4-Release [18:03:58] [Server thread/INFO]: [MarriageMaster] PCGF-PluginLib not installed. Switching to standalone mode! [18:03:58] [Server thread/INFO]: [MarriageMaster] File "/IMessage.jar" extracted successfully! [18:03:58] [Server thread/INFO]: [RealScoreboard] Loading RealScoreboard v21-12-2021 Build 1 [18:03:58] [Server thread/INFO]: [GriefPrevention] Loading GriefPrevention v16.17.1-2b69191 [18:03:58] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.19.3-dev+1-05ce11f [18:03:58] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it [18:03:58] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.3.47 [18:03:58] [Server thread/INFO]: __ [18:03:58] [Server thread/INFO]: | |__) LuckPerms v5.3.47 [18:03:58] [Server thread/INFO]: |___ | Running on Bukkit - Paper [18:03:58] [Server thread/INFO]: [18:03:58] [Server thread/INFO]: [LuckPerms] Loading configuration... [18:03:59] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2] [18:03:59] [Server thread/INFO]: [LuckPerms] Loading internal permission managers... [18:03:59] [Server thread/INFO]: [LuckPerms] Performing initial data load... [18:03:59] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 849ms) [18:03:59] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131 [18:03:59] [Server thread/WARN]: [Vault] Loaded class com.earth2me.essentials.api.Economy from Essentials v2.19.2 which is not a depend, softdepend or loadbefore of this plugin. [18:03:59] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting [18:03:59] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system. [18:03:59] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131 [18:03:59] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook. [18:03:59] [Server thread/INFO]: Preparing level "KaarliAndI" [18:04:00] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld [18:04:00] [Server thread/INFO]: Time elapsed: 149 ms [18:04:00] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether [18:04:00] [Server thread/INFO]: Time elapsed: 55 ms [18:04:00] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end [18:04:00] [Server thread/INFO]: Time elapsed: 81 ms [18:04:00] [Server thread/INFO]: [PhysicalXP] Enabling PhysicalXP v1.0.2b* [18:04:00] [Server thread/INFO]: [Minepacks] Enabling Minepacks v2.4.3-Release [18:04:00] [Server thread/INFO]: [Minepacks] Starting Minepacks in standalone mode! [18:04:00] [Server thread/INFO]: [Minepacks] Config file successfully loaded. [18:04:00] [Server thread/INFO]: [Minepacks] Language file successfully loaded. Language: english Author: GeorgH93 [18:04:00] [Server thread/INFO]: [at.pcgamingfreaks.MinepacksStandalone.libs.com.zaxxer.hikari.HikariDataSource] Minepacks-Connection-Pool - Starting... [18:04:00] [Server thread/INFO]: [at.pcgamingfreaks.MinepacksStandalone.libs.com.zaxxer.hikari.HikariDataSource] Minepacks-Connection-Pool - Start completed. [18:04:02] [Server thread/INFO]: [Minepacks] Item name language file successfully loaded. Language: english Author: GeorgH93 [18:04:02] [Server thread/INFO]: [Minepacks] Loading item translations ... [18:04:02] [Server thread/INFO]: [Minepacks] Finished loading item translations for 828 items. [18:04:02] [Server thread/INFO]: [Minepacks]  Minepacks has been enabled!  :)  [18:04:02] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.10.9 [18:04:02] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information... [18:04:02] [Server thread/INFO]: [CraftEnhance] Enabling CraftEnhance v2.4.3 [18:04:02] [Server thread/INFO]: [CraftEnhance] CraftEnhance is managed and developed by DutchJelly. [18:04:02] [Server thread/INFO]: [CraftEnhance] If you find a bug in the plugin, please report it to https://dev.bukkit.org/projects/craftenhance. [18:04:02] [Server thread/INFO]: [CraftEnhance] Running a version check to check that the server is compatible with game version 1.9, 1.10, 1.11, 1.12, 1.13, 1.14, 1.15, 1.16, 1.17, 1.18. [18:04:02] [Server thread/INFO]: [CraftEnhance] The correct version is installed. [18:04:03] [Server thread/INFO]: [CraftEnhance] CraftEnhance is up to date. [18:04:03] [Server thread/INFO]: [PlugMan] Enabling PlugMan v2.2.2 [18:04:03] [Server thread/INFO]: [NerfPhantoms] Enabling NerfPhantoms v1.3.0 [18:04:03] [Server thread/INFO]: [spark] Enabling spark v1.6.0 [18:04:03] [Server thread/INFO]: [spark] Using Paper ServerTickStartEvent for tick monitoring [18:04:03] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: spark [18:04:03] [Server thread/INFO]: [spark] Registered PlaceholderAPI placeholders [18:04:03] [Server thread/INFO]: [eBackup] Enabling eBackup v1.2.0 [18:04:03] [Server thread/INFO]: [eBackup] Initializing eBackup... [18:04:03] [Server thread/INFO]: [eBackup] Configured the cron task to be: at 04:00 [18:04:03] [Server thread/INFO]: [eBackup] Plugin initialized! [18:04:03] [Server thread/INFO]: [SilkSpawners] Enabling SilkSpawners v7.0.1-SNAPSHOT-b${BUILD_NUMBER} [18:04:03] [Server thread/INFO]: [SilkSpawners] This version of the plugin is NOT compatible with your Minecraft version! [18:04:03] [Server thread/INFO]: [SilkSpawners] Please check your versions to make sure they match! [18:04:03] [Server thread/INFO]: [SilkSpawners] Disabling now! [18:04:03] [Server thread/INFO]: [SilkSpawners] Compatible versions are: [v1_8_R1, v1_8_R3, v1_9_R2, v1_10_R1, v1_11_R1, v1_12_R1, v1_13_R2, v1_14_R1, v1_15_R1, v1_16_R1, v1_16_R2, v1_16_R3, v1_17_R1] [18:04:03] [Server thread/INFO]: [SilkSpawners] Your version is: v1_18_R1 [18:04:03] [Server thread/INFO]: [SilkSpawners] You can disable this check by setting testMCVersion to false in the config! [18:04:03] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.3.1-b861 [18:04:03] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.3.1-b861" has registered a listener for org.bukkit.event.entity.EntityCreatePortalEvent on method "public void com.onarandombox.MultiverseCore.listeners.MVPortalListener.entityPortalCreate(org.bukkit.event.entity.EntityCreatePortalEvent)", but the event is Deprecated. "Server performance will be affected"; please notify the authors [dumptruckman, Rigby, fernferret, lithium3141, main--]. [18:04:03] [Server thread/INFO]: [Multiverse-Core] We are aware of the warning about the deprecated event. There is no alternative that allows us to do what we need to do and performance impact is negligible. It is safe to ignore. [18:04:03] [Server thread/INFO]: Preparing start region for dimension minecraft:creative [18:04:03] [Server thread/INFO]: Preparing spawn area: 0% [18:04:04] [Server thread/INFO]: Preparing spawn area: 0% [18:04:04] [Server thread/INFO]: Time elapsed: 606 ms [18:04:04] [Server thread/INFO]: [Multiverse-Core] 4 - World(s) loaded. [18:04:04] [Server thread/WARN]: [Multiverse-Core] Buscript failed to load! The script command will be disabled! If you would like not to see this message, use `/mv conf enablebuscript false` to disable Buscript from loading. [18:04:04] [Server thread/INFO]: [Multiverse-Core] Version 4.3.1-b861 (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main-- [18:04:04] [Server thread/INFO]: [Essentials] Enabling Essentials v2.19.2 [18:04:04] [Server thread/WARN]: [Essentials] Version mismatch! Please update EssentialsSpawn to the same version. [18:04:04] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml [18:04:04] [Server thread/INFO]: [Essentials] No kits found to migrate. [18:04:04] [Server thread/INFO]: [Essentials] Loaded 36926 items from items.json. [18:04:04] [Server thread/INFO]: [Essentials] Using locale en_CA [18:04:04] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API [18:04:04] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config. [18:04:04] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked. [18:04:04] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms) [18:04:04] [Server thread/INFO]: [Multiverse-Inventories] Enabling Multiverse-Inventories v4.2.2-b500 [18:04:04] [Server thread/INFO]: [Multiverse-Inventories 4.2.2-b500] enabled. [18:04:04] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.19.2 [18:04:04] [Server thread/INFO]: [EssentialsChat] Starting Metrics. Opt-out using the global bStats config. [18:04:04] [Server thread/INFO]: [ChatFeelings] Enabling ChatFeelings v4.8 [18:04:05] [Server thread/INFO]: [ChatFeelings] Having issues? Got a question? Join our support discord: https://discord.gg/6ugXPfX [18:04:05] [Server thread/INFO]: [ChatFeelings] Hooking into Essentials... [18:04:05] [Server thread/INFO]: [ChatFeelings] Hooking into PlaceholderAPI... [18:04:05] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: chatfeelings [18:04:05] [Server thread/INFO]: [Mobcash] Enabling Mobcash v8.3 [18:04:05] [Server thread/INFO]: [Mobcash] has been enabled! [18:04:05] [Server thread/INFO]: [Mobcash] Config version ok. [18:04:05] [Server thread/INFO]: [Mobcash] Vault has made economy available for this plugin. [18:04:05] [Server thread/INFO]: [MarriageMaster] Enabling MarriageMaster v2.5.4-Release [18:04:05] [Server thread/INFO]: [MarriageMasteDebug: false Config: Prefix: '&bReal&9Scoreboard &7| &r' Reloaded: '&fThe config has been &areloaded&f.' Use-Placeholders-In-Scoreboard-Titles: false RealScoreboard-Disabled-By-Default: false Hours: Formatting: 'HH:mm:ss' Offset: 0 Messages: Scoreboard-Toggle: 'ON': '&fScoreboard turned &aON&f.' 'OFF': '&fScoreboard turned &cOFF&f.' Animations: Title-Delay: 20 Loop-Delay: 20 Scoreboard-Refresh: 10 Disabled-Worlds: - testWorld - ExampleWorld2 Bypass-Worlds: - skywarsLobby Scoreboard: world: special: Switch-Timer: 50 Boards: Board1: Title: - '&bRealScoreBoard' - '&6> &9RealScoreBoard &6<' - '&a>&6> &bRealScoreBoard &6<&a<' - '&6> &9RealScoreBoard &6<' Lines: - '%blank%' - ' &aSpecial Permission Board' - '%blank%' default: Switch-Timer: 35 Boards: Board1: Title: - '&e&lK&f&la&e&la&f&lr&e&ll&f&li and &6&lF&e&la&f&lar&e&li&6&le' - '&e&lK&f&la&e&la&f&lr&e&ll&f&li and &6&lF&e&la&f&lar&e&li&6&le' Lines: - '%blank%' - ' &6Name: %essentials_nickname% &8| &f%ping%' - ' &6Homes Used: &7%essentials_homes_set%/%essentials_homes_max%' - ' &6Money: &a%money% &8| &6XP: &a%xp%' - ' &6Claim:' - ' &6Owner: &7%griefprevention_currentclaim_ownername_color%' - '%blank%' - ' &6Blocks Total: &7%griefprevention_claims_formatted% ' - ' &6Blocks Left: &7%griefprevention_remainingclaims_formatted%' - '%blank%' - ' &7Online: &f%online%&8/&f%maxplayers%' - '%blank%' Board2: Title: - '&bStatistics &aBoard' - '&aStatistics &bBoard' Lines: - '%blank%' - ' &7Stats' - ' &fKills: %kills% &7| &fKD: %kd%' - ' Mob Kills: %mobkills%' - ' Deaths: %deaths%' - ' Jumps: %jumps%' - '%blank%' - ' &fThis is Board &e#2' - '%blank%' Version: 11r] Starting Marriage Master in standalone mode! [18:04:05] [Server thread/INFO]: [MarriageMaster] Config file successfully loaded. [18:04:05] [Server thread/INFO]: [MarriageMaster] Successful linked with Minepacks v2.4.3-Release! [18:04:05] [Server thread/INFO]: [MarriageMaster] Language file successfully loaded. Language: English Author: GeorgH93 [18:04:05] [Server thread/INFO]: [at.pcgamingfreaks.MarriageMasterStandalone.libs.com.zaxxer.hikari.HikariDataSource] MarriageMaster-Connection-Pool - Starting... [18:04:05] [Server thread/INFO]: [at.pcgamingfreaks.MarriageMasterStandalone.libs.com.zaxxer.hikari.HikariDataSource] MarriageMaster-Connection-Pool - Start completed. [18:04:05] [Thread-14/INFO]: [MarriageMaster] Loading marriages ... [18:04:05] [Thread-14/INFO]: [MarriageMaster] Marriages loaded [18:04:05] [Thread-14/INFO]: [MarriageMaster] Loading priests ... [18:04:05] [Thread-14/INFO]: [MarriageMaster] Priests loaded [18:04:05] [Thread-14/INFO]: [MarriageMaster] Loading players ... [18:04:05] [Thread-14/INFO]: [MarriageMaster] Players loaded [18:04:05] [Thread-14/INFO]: [MarriageMaster] Writing marriages into cache ... [18:04:05] [Thread-14/INFO]: [MarriageMaster] Marriages loaded into cache [18:04:05] [Thread-14/INFO]: [MarriageMaster] Loading homes ... [18:04:05] [Thread-14/INFO]: [MarriageMaster] Homes loaded [18:04:05] [Server thread/INFO]: [MarriageMaster] Item name language file successfully loaded. Language: english Author: GeorgH93 [18:04:05] [Server thread/INFO]: [MarriageMaster] Loading item translations ... [18:04:05] [Server thread/INFO]: [MarriageMaster] Finished loading item translations for 828 items. [18:04:05] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: marriagemaster [18:04:05] [Server thread/INFO]: [MarriageMaster] PlaceholderAPI hook was successfully registered! [18:04:05] [Server thread/INFO]: [MarriageMaster]  Marriage Master has been enabled!  :)  [18:04:05] [Server thread/INFO]: [RealScoreboard] Enabling RealScoreboard v21-12-2021 Build 1 [18:04:05] [Server thread/INFO]: [RealScoreboard] ------------------- RealScoreboard 21-12-2021 Build 1 ------------------- [18:04:05] [Server thread/INFO]: [com.j256.ormlite.table.TableUtils] creating table 'realscoreboard_playerdata' [18:04:05] [Server thread/INFO]: [com.j256.ormlite.table.TableUtils] executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `realscoreboard_playerdata` (`uuid` VARCHAR NOT NULL , `scoreboard_on` BOOLEAN , PRIMARY KEY (`uuid`) ) [18:04:05] [Server thread/INFO]: [RealScoreboard] Your config version is: 11 [18:04:05] [Server thread/INFO]: [RealScoreboard] Your config file is updated to the latest version. [18:04:05] [Server thread/INFO]: [RealScoreboard] Finished loading RealScoreboard. [18:04:05] [Server thread/INFO]: [RealScoreboard] Server version: v1_18_R1 | Plugin Version: 21-12-2021 Build 1 [18:04:05] [Server thread/INFO]: [RealScoreboard] ------------------- RealScoreboard 21-12-2021 Build 1 ------------------- [18:04:05] [Server thread/INFO]: [GriefPrevention] Enabling GriefPrevention v16.17.1-2b69191 [18:04:05] [Server thread/INFO]: [GriefPrevention] Finished loading configuration. [18:04:05] [Server thread/INFO]: [GriefPrevention] 1 total claims loaded. [18:04:05] [Server thread/INFO]: [GriefPrevention] Customizable messages loaded. [18:04:05] [Server thread/INFO]: [GriefPrevention] Finished loading data (File Mode). [18:04:05] [Server thread/INFO]: [GriefPrevention] Boot finished. [18:04:05] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.19.3-dev+1-05ce11f [18:04:05] [Server thread/WARN]: [EssentialsSpawn] Version mismatch! Please update all Essentials jars to the same version. [18:04:05] [Server thread/INFO]: [EssentialsSpawn] Starting Metrics. Opt-out using the global bStats config. [18:04:05] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing... [18:04:05] [Server thread/INFO]: Starting GS4 status listener [18:04:05] [Server thread/INFO]: Thread Query Listener started [18:04:05] [Query Listener #1/INFO]: Query running on 0.0.0.0:25565 [18:04:05] [Server thread/INFO]: Running delayed init tasks [18:04:05] [Craft Scheduler Thread - 4 - Essentials/INFO]: [Essentials] Fetching version information... [18:04:05] [Server thread/INFO]: [Essentials] Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)! [18:04:05] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: objective [18:04:05] [Server thread/WARN]: [PlaceholderAPI] Loaded class me.ryanhamshire.GriefPrevention.GriefPrevention from GriefPrevention v16.17.1-2b69191 which is not a depend, softdepend or loadbefore of this plugin. [18:04:05] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: griefprevention [18:04:05] [Server thread/WARN]: [PlaceholderAPI] Loaded class net.ess3.api.IEssentials from Essentials v2.19.2 which is not a depend, softdepend or loadbefore of this plugin. [18:04:05] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: essentials [18:04:05] [Server thread/INFO]: 3 placeholder hooks successfully registered! [18:04:05] [Server thread/INFO]: Done (10.799s)! For help, type "help" [18:04:05] [Server thread/INFO]: Timings Reset [18:04:05] [Craft Scheduler Thread - 10 - Vault/INFO]: [Vault] Checking for Updates ... [18:04:05] [Craft Scheduler Thread - 9 - RealScoreboard/INFO]: [RealScoreboard] The plugin is updated to the latest version. [18:04:05] [Craft Scheduler Thread - 10 - Vault/INFO]: [Vault] No new version available [18:04:05] [Server thread/INFO]: [PlaceholderAPI] An update for PlaceholderAPI (v2.11.0) is available at: [18:04:05] [Server thread/INFO]: [PlaceholderAPI] https://www.spigotmc.org/resources/placeholderapi.6245/ [18:04:12] [User Authenticator #1/INFO]: UUID of player Faarie is d81c1ac1-43d0-414b-a4d8-682551555974 [18:04:12] [Server thread/INFO]: Faarie[/127.0.0.1:57986] logged in with entity id 114 at ([KaarliAndI]-1210.6546704924856, 106.0, -1001.210382596743) [18:04:12] [Server thread/WARN]: [Essentials] Permissions lag notice with (LuckPermsHandler). Response took 39.060726ms. Summary: Getting prefix for Faarie [18:04:12] [Server thread/INFO]: [OP] Faarie came! [18:04:13] [Craft Scheduler Thread - 10 - RealScoreboard/WARN]: [RealScoreboard] Plugin RealScoreboard v21-12-2021 Build 1 generated an exception while executing task 46 java.lang.UnsatisfiedLinkError: Can't load library: /usr/lib/jvm/java-17-openjdk-amd64/lib/libawt_xawt.so at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2393) ~[?:?] at java.lang.Runtime.load0(Runtime.java:755) ~[?:?] at java.lang.System.load(System.java:1953) ~[?:?] at jdk.internal.loader.NativeLibraries.load(Native Method) ~[?:?] at jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:384) ~[?:?] at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:228) ~[?:?] at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:170) ~[?:?] at jdk.internal.loader.NativeLibraries.findFromPaths(NativeLibraries.java:311) ~[?:?] at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:281) ~[?:?] at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2398) ~[?:?] at java.lang.Runtime.loadLibrary0(Runtime.java:818) ~[?:?] at java.lang.System.loadLibrary(System.java:1989) ~[?:?] at java.awt.Toolkit$2.run(Toolkit.java:1392) ~[?:?] at java.awt.Toolkit$2.run(Toolkit.java:1390) ~[?:?] at java.security.AccessController.doPrivileged(AccessController.java:318) ~[?:?] at java.awt.Toolkit.loadLibraries(Toolkit.java:1389) ~[?:?] at java.awt.Toolkit.initStatic(Toolkit.java:1427) ~[?:?] at java.awt.Toolkit.(Toolkit.java:1401) ~[?:?] at java.awt.Color.(Color.java:277) ~[?:?] at josegamerpt.realscoreboard.utils.iridiumcolorapi.IridiumColorAPI.(IridiumColorAPI.java:43) ~[RealScoreboard.jar:?] at josegamerpt.realscoreboard.scoreboard.ScoreboardTask.run(ScoreboardTask.java:59) ~[RealScoreboard.jar:?] at org.bukkit.craftbukkit.v1_18_R1.scheduler.CraftTask.run(CraftTask.java:101) ~[paper-1.18.1.jar:git-Paper-77] at org.bukkit.craftbukkit.v1_18_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57) ~[paper-1.18.1.jar:git-Paper-77] at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[paper-1.18.1.jar:git-Paper-77] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?] at java.lang.Thread.run(Thread.java:833) ~[?:?] [18:04:13] [Craft Scheduler Thread - 10 - RealScoreboard/WARN]: [RealScoreboard] Plugin RealScoreboard v21-12-2021 Build 1 generated an exception while executing task 46 java.lang.NoClassDefFoundError: Could not initialize class josegamerpt.realscoreboard.utils.iridiumcolorapi.IridiumColorAPI at josegamerpt.realscoreboard.scoreboard.ScoreboardTask.run(ScoreboardTask.java:59) ~[RealScoreboard.jar:?] at org.bukkit.craftbukkit.v1_18_R1.scheduler.CraftTask.run(CraftTask.java:101) ~[paper-1.18.1.jar:git-Paper-77] at org.bukkit.craftbukkit.v1_18_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57) ~[paper-1.18.1.jar:git-Paper-77] at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[paper-1.18.1.jar:git-Paper-77] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?] at java.lang.Thread.run(Thread.java:833) ~[?:?] [18:04:14] [Craft Scheduler Thread - 10 - RealScoreboard/WARN]: [RealScoreboard] Plugin RealScoreboard v21-12-2021 Build 1 generated an exception while executing task 46 java.lang.NoClassDefFoundError: Could not initialize class josegamerpt.realscoreboard.utils.iridiumcolorapi.IridiumColorAPI at josegamerpt.realscoreboard.scoreboard.ScoreboardTask.run(ScoreboardTask.java:59) ~[RealScoreboard.jar:?] at org.bukkit.craftbukkit.v1_18_R1.scheduler.CraftTask.run(CraftTask.java:101) ~[paper-1.18.1.jar:git-Paper-77] at org.bukkit.craftbukkit.v1_18_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57) ~[paper-1.18.1.jar:git-Paper-77] at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[paper-1.18.1.jar:git-Paper-77] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?] at java.lang.Thread.run(Thread.java:833) ~[?:?] [18:04:14] [Craft Scheduler Thread - 3 - RealScoreboard/WARN]: [RealScoreboard] Plugin RealScoreboard v21-12-2021 Build 1 generated an exception while executing task 46 java.lang.NoClassDefFoundError: Could not initialize class josegamerpt.realscoreboard.utils.iridiumcolorapi.IridiumColorAPI at josegamerpt.realscoreboard.scoreboard.ScoreboardTask.run(ScoreboardTask.java:59) ~[RealScoreboard.jar:?] at org.bukkit.craftbukkit.v1_18_R1.scheduler.CraftTask.run(CraftTask.java:101) ~[paper-1.18.1.jar:git-Paper-77] at org.bukkit.craftbukkit.v1_18_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57) ~[paper-1.18.1.jar:git-Paper-77] at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[paper-1.18.1.jar:git-Paper-77] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?] at java.lang.Thread.run(Thread.java:833) ~[?:?] [18:04:15] [Craft Scheduler Thread - 3 - RealScoreboard/WARN]: [RealScoreboard] Plugin RealScoreboard v21-12-2021 Build 1 generated an exception while executing task 46 java.lang.NoClassDefFoundError: Could not initialize class josegamerpt.realscoreboard.utils.iridiumcolorapi.IridiumColorAPI at josegamerpt.realscoreboard.scoreboard.ScoreboardTask.run(ScoreboardTask.java:59) ~[RealScoreboard.jar:?] at org.bukkit.craftbukkit.v1_18_R1.scheduler.CraftTask.run(CraftTask.java:101) ~[paper-1.18.1.jar:git-Paper-77] at org.bukkit.craftbukkit.v1_18_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57) ~[paper-1.18.1.jar:git-Paper-77] at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[paper-1.18.1.jar:git-Paper-77] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?] at java.lang.Thread.run(Thread.java:833) ~[?:?] [18:04:15] [Craft Scheduler Thread - 5 - RealScoreboard/WARN]: [RealScoreboard] Plugin RealScoreboard v21-12-2021 Build 1 generated an exception while executing task 46 java.lang.NoClassDefFoundError: Could not initialize class josegamerpt.realscoreboard.utils.iridiumcolorapi.IridiumColorAPI at josegamerpt.realscoreboard.scoreboard.ScoreboardTask.run(ScoreboardTask.java:59) ~[RealScoreboard.jar:?] at org.bukkit.craftbukkit.v1_18_R1.scheduler.CraftTask.run(CraftTask.java:101) ~[paper-1.18.1.jar:git-Paper-77] at org.bukkit.craftbukkit.v1_18_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57) ~[paper-1.18.1.jar:git-Paper-77] at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[paper-1.18.1.jar:git-Paper-77] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?] at java.lang.Thread.run(Thread.java:833) ~[?:?] [18:04:16] [Craft Scheduler Thread - 5 - RealScoreboard/WARN]: [RealScoreboard] Plugin RealScoreboard v21-12-2021 Build 1 generated an exception while executing task 46 java.lang.NoClassDefFoundError: Could not initialize class josegamerpt.realscoreboard.utils.iridiumcolorapi.IridiumColorAPI at josegamerpt.realscoreboard.scoreboard.ScoreboardTask.run(ScoreboardTask.java:59) ~[RealScoreboard.jar:?] at org.bukkit.craftbukkit.v1_18_R1.scheduler.CraftTask.run(CraftTask.java:101) ~[paper-1.18.1.jar:git-Paper-77] at org.bukkit.craftbukkit.v1_18_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57) ~[paper-1.18.1.jar:git-Paper-77] at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[paper-1.18.1.jar:git-Paper-77] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?] at java.lang.Thread.run(Thread.java:833) ~[?:?] [18:04:16] [Craft Scheduler Thread - 6 - RealScoreboard/WARN]: [RealScoreboard] Plugin RealScoreboard v21-12-2021 Build 1 generated an exception while executing task 46 java.lang.NoClassDefFoundError: Could not initialize class josegamerpt.realscoreboard.utils.iridiumcolorapi.IridiumColorAPI at josegamerpt.realscoreboard.scoreboard.ScoreboardTask.run(ScoreboardTask.java:59) ~[RealScoreboard.jar:?] at org.bukkit.craftbukkit.v1_18_R1.scheduler.CraftTask.run(CraftTask.java:101) ~[paper-1.18.1.jar:git-Paper-77] at org.bukkit.craftbukkit.v1_18_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57) ~[paper-1.18.1.jar:git-Paper-77] at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[paper-1.18.1.jar:git-Paper-77] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?] at java.lang.Thread.run(Thread.java:833) ~[?:?] [18:04:17] [Craft Scheduler Thread - 6 - RealScoreboard/WARN]: [RealScoreboard] Plugin RealScoreboard v21-12-2021 Build 1 generated an exception while executing task 46 java.lang.NoClassDefFoundError: Could not initialize class josegamerpt.realscoreboard.utils.iridiumcolorapi.IridiumColorAPI at josegamerpt.realscoreboard.scoreboard.ScoreboardTask.run(ScoreboardTask.java:59) ~[RealScoreboard.jar:?] at org.bukkit.craftbukkit.v1_18_R1.scheduler.CraftTask.run(CraftTask.java:101) ~[paper-1.18.1.jar:git-Paper-77] at org.bukkit.craftbukkit.v1_18_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57) ~[paper-1.18.1.jar:git-Paper-77] at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[paper-1.18.1.jar:git-Paper-77] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?] at java.lang.Thread.run(Thread.java:833) ~[?:?] [18:04:17] [Craft Scheduler Thread - 5 - RealScoreboard/WARN]: [RealScoreboard] Plugin RealScoreboard v21-12-2021 Build 1 generated an exception while executing task 46 java.lang.NoClassDefFoundError: Could not initialize class josegamerpt.realscoreboard.utils.iridiumcolorapi.IridiumColorAPI at josegamerpt.realscoreboard.scoreboard.ScoreboardTask.run(ScoreboardTask.java:59) ~[RealScoreboard.jar:?] at org.bukkit.craftbukkit.v1_18_R1.scheduler.CraftTask.run(CraftTask.java:101) ~[paper-1.18.1.jar:git-Paper-77] at org.bukkit.craftbukkit.v1_18_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57) ~[paper-1.18.1.jar:git-Paper-77] at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[paper-1.18.1.jar:git-Paper-77] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?] at java.lang.Thread.run(Thread.java:833) ~[?:?] [18:04:18] [Craft Scheduler Thread - 5 - RealScoreboard/WARN]: [RealScoreboard] Plugin RealScoreboard v21-12-2021 Build 1 generated an exception while executing task 46 java.lang.NoClassDefFoundError: Could not initialize class josegamerpt.realscoreboard.utils.iridiumcolorapi.IridiumColorAPI at josegamerpt.realscoreboard.scoreboard.ScoreboardTask.run(ScoreboardTask.java:59) ~[RealScoreboard.jar:?] at org.bukkit.craftbukkit.v1_18_R1.scheduler.CraftTask.run(CraftTask.java:101) ~[paper-1.18.1.jar:git-Paper-77] at org.bukkit.craftbukkit.v1_18_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57) ~[paper-1.18.1.jar:git-Paper-77] at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[paper-1.18.1.jar:git-Paper-77] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?] at java.lang.Thread.run(Thread.java:833) ~[?:?] [18:04:18] [Craft Scheduler Thread - 6 - RealScoreboard/WARN]: [RealScoreboard] Plugin RealScoreboard v21-12-2021 Build 1 generated an exception while executing task 46 java.lang.NoClassDefFoundError: Could not initialize class josegamerpt.realscoreboard.utils.iridiumcolorapi.IridiumColorAPI at josegamerpt.realscoreboard.scoreboard.ScoreboardTask.run(ScoreboardTask.java:59) ~[RealScoreboard.jar:?] at org.bukkit.craftbukkit.v1_18_R1.scheduler.CraftTask.run(CraftTask.java:101) ~[paper-1.18.1.jar:git-Paper-77] at org.bukkit.craftbukkit.v1_18_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57) ~[paper-1.18.1.jar:git-Paper-77] at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[paper-1.18.1.jar:git-Paper-77] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?] at java.lang.Thread.run(Thread.java:833) ~[?:?] [18:04:19] [Craft Scheduler Thread - 6 - RealScoreboard/WARN]: [RealScoreboard] Plugin RealScoreboard v21-12-2021 Build 1 generated an exception while executing task 46 java.lang.NoClassDefFoundError: Could not initialize class josegamerpt.realscoreboard.utils.iridiumcolorapi.IridiumColorAPI at josegamerpt.realscoreboard.scoreboard.ScoreboardTask.run(ScoreboardTask.java:59) ~[RealScoreboard.jar:?] at org.bukkit.craftbukkit.v1_18_R1.scheduler.CraftTask.run(CraftTask.java:101) ~[paper-1.18.1.jar:git-Paper-77] at org.bukkit.craftbukkit.v1_18_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57) ~[paper-1.18.1.jar:git-Paper-77] at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[paper-1.18.1.jar:git-Paper-77] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?] at java.lang.Thread.run(Thread.java:833) ~[?:?] [18:04:19] [Craft Scheduler Thread - 3 - RealScoreboard/WARN]: [RealScoreboard] Plugin RealScoreboard v21-12-2021 Build 1 generated an exception while executing task 46 java.lang.NoClassDefFoundError: Could not initialize class josegamerpt.realscoreboard.utils.iridiumcolorapi.IridiumColorAPI at josegamerpt.realscoreboard.scoreboard.ScoreboardTask.run(ScoreboardTask.java:59) ~[RealScoreboard.jar:?] at org.bukkit.craftbukkit.v1_18_R1.scheduler.CraftTask.run(CraftTask.java:101) ~[paper-1.18.1.jar:git-Paper-77] at org.bukkit.craftbukkit.v1_18_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57) ~[paper-1.18.1.jar:git-Paper-77] at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[paper-1.18.1.jar:git-Paper-77] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?] at java.lang.Thread.run(Thread.java:833) ~[?:?] [18:04:20] [Craft Scheduler Thread - 3 - RealScoreboard/WARN]: [RealScoreboard] Plugin RealScoreboard v21-12-2021 Build 1 generated an exception while executing task 46 java.lang.NoClassDefFoundError: Could not initialize class josegamerpt.realscoreboard.utils.iridiumcolorapi.IridiumColorAPI at josegamerpt.realscoreboard.scoreboard.ScoreboardTask.run(ScoreboardTask.java:59) ~[RealScoreboard.jar:?] at org.bukkit.craftbukkit.v1_18_R1.scheduler.CraftTask.run(CraftTask.java:101) ~[paper-1.18.1.jar:git-Paper-77] at org.bukkit.craftbukkit.v1_18_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57) ~[paper-1.18.1.jar:git-Paper-77] at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[paper-1.18.1.jar:git-Paper-77] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?] at java.lang.Thread.run(Thread.java:833) ~[?:?] [18:04:20] [Craft Scheduler Thread - 5 - RealScoreboard/WARN]: [RealScoreboard] Plugin RealScoreboard v21-12-2021 Build 1 generated an exception while executing task 46 java.lang.NoClassDefFoundError: Could not initialize class josegamerpt.realscoreboard.utils.iridiumcolorapi.IridiumColorAPI at josegamerpt.realscoreboard.scoreboard.ScoreboardTask.run(ScoreboardTask.java:59) ~[RealScoreboard.jar:?] at org.bukkit.craftbukkit.v1_18_R1.scheduler.CraftTask.run(CraftTask.java:101) ~[paper-1.18.1.jar:git-Paper-77] at org.bukkit.craftbukkit.v1_18_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57) ~[paper-1.18.1.jar:git-Paper-77] at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[paper-1.18.1.jar:git-Paper-77] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?] at java.lang.Thread.run(Thread.java:833) ~[?:?] [18:04:21] [Craft Scheduler Thread - 5 - RealScoreboard/WARN]: [RealScoreboard] Plugin RealScoreboard v21-12-2021 Build 1 generated an exception while executing task 46 java.lang.NoClassDefFoundError: Could not initialize class josegamerpt.realscoreboard.utils.iridiumcolorapi.IridiumColorAPI at josegamerpt.realscoreboard.scoreboard.ScoreboardTask.run(ScoreboardTask.java:59) ~[RealScoreboard.jar:?] at org.bukkit.craftbukkit.v1_18_R1.scheduler.CraftTask.run(CraftTask.java:101) ~[paper-1.18.1.jar:git-Paper-77] at org.bukkit.craftbukkit.v1_18_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57) ~[paper-1.18.1.jar:git-Paper-77] at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[paper-1.18.1.jar:git-Paper-77] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?] at java.lang.Thread.run(Thread.java:833) ~[?:?] [18:04:21] [Craft Scheduler Thread - 3 - RealScoreboard/WARN]: [RealScoreboard] Plugin RealScoreboard v21-12-2021 Build 1 generated an exception while executing task 46 java.lang.NoClassDefFoundError: Could not initialize class josegamerpt.realscoreboard.utils.iridiumcolorapi.IridiumColorAPI at josegamerpt.realscoreboard.scoreboard.ScoreboardTask.run(ScoreboardTask.java:59) ~[RealScoreboard.jar:?] at org.bukkit.craftbukkit.v1_18_R1.scheduler.CraftTask.run(CraftTask.java:101) ~[paper-1.18.1.jar:git-Paper-77] at org.bukkit.craftbukkit.v1_18_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57) ~[paper-1.18.1.jar:git-Paper-77] at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[paper-1.18.1.jar:git-Paper-77] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?] at java.lang.Thread.run(Thread.java:833) ~[?:?] [18:04:22] [Craft Scheduler Thread - 3 - RealScoreboard/WARN]: [RealScoreboard] Plugin RealScoreboard v21-12-2021 Build 1 generated an exception while executing task 46 java.lang.NoClassDefFoundError: Could not initialize class josegamerpt.realscoreboard.utils.iridiumcolorapi.IridiumColorAPI at josegamerpt.realscoreboard.scoreboard.ScoreboardTask.run(ScoreboardTask.java:59) ~[RealScoreboard.jar:?] at org.bukkit.craftbukkit.v1_18_R1.scheduler.CraftTask.run(CraftTask.java:101) ~[paper-1.18.1.jar:git-Paper-77] at org.bukkit.craftbukkit.v1_18_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57) ~[paper-1.18.1.jar:git-Paper-77] at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[paper-1.18.1.jar:git-Paper-77] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?] at java.lang.Thread.run(Thread.java:833) ~[?:?] [18:04:22] [Craft Scheduler Thread - 4 - RealScoreboard/WARN]: [RealScoreboard] Plugin RealScoreboard v21-12-2021 Build 1 generated an exception while executing task 46 java.lang.NoClassDefFoundError: Could not initialize class josegamerpt.realscoreboard.utils.iridiumcolorapi.IridiumColorAPI at josegamerpt.realscoreboard.scoreboard.ScoreboardTask.run(ScoreboardTask.java:59) ~[RealScoreboard.jar:?] at org.bukkit.craftbukkit.v1_18_R1.scheduler.CraftTask.run(CraftTask.java:101) ~[paper-1.18.1.jar:git-Paper-77] at org.bukkit.craftbukkit.v1_18_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57) ~[paper-1.18.1.jar:git-Paper-77] at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[paper-1.18.1.jar:git-Paper-77] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?] at java.lang.Thread.run(Thread.java:833) ~[?:?] [18:04:23] [Craft Scheduler Thread - 1 - RealScoreboard/WARN]: [RealScoreboard] Plugin RealScoreboard v21-12-2021 Build 1 generated an exception while executing task 46 java.lang.NoClassDefFoundError: Could not initialize class josegamerpt.realscoreboard.utils.iridiumcolorapi.IridiumColorAPI at josegamerpt.realscoreboard.scoreboard.ScoreboardTask.run(ScoreboardTask.java:59) ~[RealScoreboard.jar:?] at org.bukkit.craftbukkit.v1_18_R1.scheduler.CraftTask.run(CraftTask.java:101) ~[paper-1.18.1.jar:git-Paper-77] at org.bukkit.craftbukkit.v1_18_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57) ~[paper-1.18.1.jar:git-Paper-77] at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[paper-1.18.1.jar:git-Paper-77] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?] at java.lang.Thread.run(Thread.java:833) ~[?:?] [18:04:23] [Craft Scheduler Thread - 3 - RealScoreboard/WARN]: [RealScoreboard] Plugin RealScoreboard v21-12-2021 Build 1 generated an exception while executing task 46 java.lang.NoClassDefFoundError: Could not initialize class josegamerpt.realscoreboard.utils.iridiumcolorapi.IridiumColorAPI at josegamerpt.realscoreboard.scoreboard.ScoreboardTask.run(ScoreboardTask.java:59) ~[RealScoreboard.jar:?] at org.bukkit.craftbukkit.v1_18_R1.scheduler.CraftTask.run(CraftTask.java:101) ~[paper-1.18.1.jar:git-Paper-77] at org.bukkit.craftbukkit.v1_18_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57) ~[paper-1.18.1.jar:git-Paper-77] at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[paper-1.18.1.jar:git-Paper-77] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?] at java.lang.Thread.run(Thread.java:833) ~[?:?] [18:04:24] [Craft Scheduler Thread - 3 - RealScoreboard/WARN]: [RealScoreboard] Plugin RealScoreboard v21-12-2021 Build 1 generated an exception while executing task 46 java.lang.NoClassDefFoundError: Could not initialize class josegamerpt.realscoreboard.utils.iridiumcolorapi.IridiumColorAPI at josegamerpt.realscoreboard.scoreboard.ScoreboardTask.run(ScoreboardTask.java:59) ~[RealScoreboard.jar:?] at org.bukkit.craftbukkit.v1_18_R1.scheduler.CraftTask.run(CraftTask.java:101) ~[paper-1.18.1.jar:git-Paper-77] at org.bukkit.craftbukkit.v1_18_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57) ~[paper-1.18.1.jar:git-Paper-77] at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[paper-1.18.1.jar:git-Paper-77] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?] at java.lang.Thread.run(Thread.java:833) ~[?:?] [18:04:24] [Craft Scheduler Thread - 9 - RealScoreboard/WARN]: [RealScoreboard] Plugin RealScoreboard v21-12-2021 Build 1 generated an exception while executing task 46 java.lang.NoClassDefFoundError: Could not initialize class josegamerpt.realscoreboard.utils.iridiumcolorapi.IridiumColorAPI at josegamerpt.realscoreboard.scoreboard.ScoreboardTask.run(ScoreboardTask.java:59) ~[RealScoreboard.jar:?] at org.bukkit.craftbukkit.v1_18_R1.scheduler.CraftTask.run(CraftTask.java:101) ~[paper-1.18.1.jar:git-Paper-77] at org.bukkit.craftbukkit.v1_18_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57) ~[paper-1.18.1.jar:git-Paper-77] at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[paper-1.18.1.jar:git-Paper-77] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?] at java.lang.Thread.run(Thread.java:833) ~[?:?] [18:04:25] [Server thread/INFO]: Faarie lost connection: Disconnected [18:04:25] [Server thread/INFO]: [OP] Faarie disconnected [18:06:02] [Server thread/INFO]: Stopping the server [18:06:02] [Server thread/INFO]: Stopping server [18:06:02] [Server thread/INFO]: [EssentialsSpawn] Disabling EssentialsSpawn v2.19.3-dev+1-05ce11f [18:06:02] [Server thread/INFO]: [GriefPrevention] Disabling GriefPrevention v16.17.1-2b69191 [18:06:02] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder expansion: griefprevention [18:06:02] [Server thread/INFO]: [GriefPrevention] GriefPrevention disabled. [18:06:02] [Server thread/INFO]: [RealScoreboard] Disabling RealScoreboard v21-12-2021 Build 1 [18:06:02] [Server thread/INFO]: [MarriageMaster] Disabling MarriageMaster v2.5.4-Release [18:06:02] [Server thread/INFO]: [MarriageMaster] PlaceholderAPI hook was successfully unregistered! [18:06:02] [Server thread/INFO]: [MarriageMaster] Cleaning database cache. [18:06:02] [Server thread/INFO]: [MarriageMaster] Database cache cleaned. [18:06:02] [Server thread/INFO]: [at.pcgamingfreaks.MarriageMasterStandalone.libs.com.zaxxer.hikari.HikariDataSource] MarriageMaster-Connection-Pool - Shutdown initiated... [18:06:02] [Server thread/INFO]: [at.pcgamingfreaks.MarriageMasterStandalone.libs.com.zaxxer.hikari.HikariDataSource] MarriageMaster-Connection-Pool - Shutdown completed. [18:06:03] [Server thread/INFO]: [MarriageMaster]  Marriage Master has been disabled.  :(  [18:06:03] [Server thread/INFO]: [Mobcash] Disabling Mobcash v8.3 [18:06:03] [Server thread/INFO]: [ChatFeelings] Disabling ChatFeelings v4.8 [18:06:03] [Server thread/INFO]: [EssentialsChat] Disabling EssentialsChat v2.19.2 [18:06:03] [Server thread/INFO]: [Multiverse-Inventories] Disabling Multiverse-Inventories v4.2.2-b500 [18:06:03] [Server thread/INFO]: [Essentials] Disabling Essentials v2.19.2 [18:06:03] [Server thread/INFO]: [Vault] [Economy] Essentials Economy unhooked. [18:06:03] [Server thread/INFO]: [Multiverse-Core] Disabling Multiverse-Core v4.3.1-b861 [18:06:03] [Server thread/INFO]: [eBackup] Disabling eBackup v1.2.0 [18:06:03] [Server thread/INFO]: [eBackup] Disabled eBackup! [18:06:03] [Server thread/INFO]: [Vault] Disabling Vault v1.7.3-b131 [18:06:03] [Server thread/INFO]: [spark] Disabling spark v1.6.0 [18:06:03] [Server thread/INFO]: [NerfPhantoms] Disabling NerfPhantoms v1.3.0 [18:06:03] [Server thread/INFO]: [PlugMan] Disabling PlugMan v2.2.2 [18:06:03] [Server thread/INFO]: [CraftEnhance] Disabling CraftEnhance v2.4.3 [18:06:03] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit [18:06:03] [Worker-Main-3/INFO]: Loaded 7 recipes [18:06:03] [Server thread/INFO]: [PlaceholderAPI] Disabling PlaceholderAPI v2.10.9 [18:06:03] [Server thread/INFO]: [Minepacks] Disabling Minepacks v2.4.3-Release [18:06:04] [Server thread/INFO]: [at.pcgamingfreaks.MinepacksStandalone.libs.com.zaxxer.hikari.HikariDataSource] Minepacks-Connection-Pool - Shutdown initiated... [18:06:04] [Server thread/INFO]: [at.pcgamingfreaks.MinepacksStandalone.libs.com.zaxxer.hikari.HikariDataSource] Minepacks-Connection-Pool - Shutdown completed. [18:06:04] [Server thread/INFO]: [Minepacks]  Minepacks has been disabled.  :(  [18:06:04] [Server thread/INFO]: [PhysicalXP] Disabling PhysicalXP v1.0.2b [18:06:04] [Server thread/INFO]: [LuckPerms] Disabling LuckPerms v5.3.47 [18:06:04] [Server thread/INFO]: [LuckPerms] Starting shutdown process... [18:06:04] [Server thread/INFO]: [LuckPerms] Closing storage... [18:06:04] [Server thread/INFO]: [LuckPerms] Goodbye! [18:06:04] [Server thread/INFO]: Saving players [18:06:04] [Server thread/INFO]: Saving worlds [18:06:04] [Server thread/INFO]: Saving chunks for level 'ServerLevel[KaarliAndI]'/minecraft:overworld [18:06:05] [Server thread/INFO]: Saving chunks for level 'ServerLevel[KaarliAndI_nether]'/minecraft:the_nether [18:06:05] [Server thread/INFO]: Saving chunks for level 'ServerLevel[KaarliAndI_the_end]'/minecraft:the_end [18:06:06] [Server thread/INFO]: Saving chunks for level 'ServerLevel[Creative]'/minecraft:creative [18:06:06] [Server thread/INFO]: ThreadedAnvilChunkStorage (KaarliAndI): All chunks are saved [18:06:06] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved [18:06:06] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved [18:06:06] [Server thread/INFO]: ThreadedAnvilChunkStorage (Creative): All chunks are saved [18:06:06] [Server thread/INFO]: ThreadedAnvilChunkStorage: All dimensions are saved [18:06:07] [Server thread/INFO]: Flushing Chunk IO [18:06:07] [Server thread/INFO]: Closing Thread Pool [18:06:07] [Server thread/INFO]: Closing Server ```

RealScoreboard Config

``` Debug: false Config: Prefix: '&bReal&9Scoreboard &7| &r' Reloaded: '&fThe config has been &areloaded&f.' Use-Placeholders-In-Scoreboard-Titles: false RealScoreboard-Disabled-By-Default: false Hours: Formatting: 'HH:mm:ss' Offset: 0 Messages: Scoreboard-Toggle: 'ON': '&fScoreboard turned &aON&f.' 'OFF': '&fScoreboard turned &cOFF&f.' Animations: Title-Delay: 20 Loop-Delay: 20 Scoreboard-Refresh: 10 Disabled-Worlds: - testWorld - ExampleWorld2 Bypass-Worlds: - skywarsLobby Scoreboard: world: special: Switch-Timer: 50 Boards: Board1: Title: - '&bRealScoreBoard' - '&6> &9RealScoreBoard &6<' - '&a>&6> &bRealScoreBoard &6<&a<' - '&6> &9RealScoreBoard &6<' Lines: - '%blank%' - ' &aSpecial Permission Board' - '%blank%' default: Switch-Timer: 35 Boards: Board1: Title: - '&e&lK&f&la&e&la&f&lr&e&ll&f&li and &6&lF&e&la&f&lar&e&li&6&le' - '&e&lK&f&la&e&la&f&lr&e&ll&f&li and &6&lF&e&la&f&lar&e&li&6&le' Lines: - '%blank%' - ' &6Name: %essentials_nickname% &8| &f%ping%' - ' &6Homes Used: &7%essentials_homes_set%/%essentials_homes_max%' - ' &6Money: &a%money% &8| &6XP: &a%xp%' - ' &6Claim:' - ' &6Owner: &7%griefprevention_currentclaim_ownername_color%' - '%blank%' - ' &6Blocks Total: &7%griefprevention_claims_formatted% ' - ' &6Blocks Left: &7%griefprevention_remainingclaims_formatted%' - '%blank%' - ' &7Online: &f%online%&8/&f%maxplayers%' - '%blank%' Board2: Title: - '&bStatistics &aBoard' - '&aStatistics &bBoard' Lines: - '%blank%' - ' &7Stats' - ' &fKills: %kills% &7| &fKD: %kd%' - ' Mob Kills: %mobkills%' - ' Deaths: %deaths%' - ' Jumps: %jumps%' - '%blank%' - ' &fThis is Board &e#2' - '%blank%' Version: 11 ```

I hope this is enough!

EndsCreed commented 2 years ago

Turns out it was an issue with me having a headless JDK installed. After uninstalling openjdk-17-jdk-headless and installing the appropriate packages that weren't headless, everything seemed to start working again.

joserodpt commented 2 years ago

Hi there! Glad you got it solved. But thanks for the beautifully written issue!