my new plugin Uconomy Balance UI doesn’t work I think I’m specifying the path incorrectly maybe?? or something else I haven’t added.
I’m using Advanced Economy
maybe it’s because the plugin is new and not finished yet?? if anyone has encountered such a problem, please help!
Uconomy Balance UI
- Best Answerset by MCrow
Hey @revenant
If you are trying to use Uconomy Balance UI with Advanced Economy it’s possible, but you have to install Uconomy To Advanced Economy plugin. It allows all plugins, not just Uconomy Balance UI, to work seamlessly with Advanced Economy like it was Uconomy.
You can find and download this Uconomy To Advanced Economy plugin here:
https://restoremonarchy.com/servers/plugins/uconomytoadvancedeconomy
thanks, it helped, I have another problem, I bought your plugin “moderation” all other commands work /mute /mutes and so on
only “/ban name reason reason” and “/bans” do not work
here is the moderation of my config:
<?xml version=“1.0” encoding=“utf-8”?>
<ModerationConfiguration xmlns:xsd=“http://www.w3.org/2001/XMLSchema” xmlns:xsi=“http://www.w3.org/2001/XMLSchema-instance”>
<Commands>
<MessageColor>grey</MessageColor>
<ShouldRequireReason>true</ShouldRequireReason>
<ShouldBroadcastBan>true</ShouldBroadcastBan>
<ShouldBroadcastUnban>true</ShouldBroadcastUnban>
<UseHwidBans>true</UseHwidBans>
<UseIPBans>false</UseIPBans>
</Commands>
<Database>
<MySQLAddress></MySQLAddress>
<MySQLUsername></MySQLUsername>
<MySQLPassword></MySQLPassword>
<MySQLDatabase></MySQLDatabase>
<MySQLDatabasePort></MySQLDatabasePort>
<PlayersTableName>Players</PlayersTableName>
<BansTableName>Bans</BansTableName>
<MutesTableName>Mutes</MutesTableName>
<PunishmentsTableName>Punishments</PunishmentsTableName>
<EnableGameThreadWarnings>true</EnableGameThreadWarnings>
</Database>
<PlayerService>
<ShouldSaveCountry>true</ShouldSaveCountry>
</PlayerService>
<UnbanService>
<Comment>If you have multiple servers, this should be enabled only on one of them.</Comment>
<Comment2>It sends unban webhooks to discord.</Comment2>
<IsEnabled>true</IsEnabled>
<RefreshTimeSeconds>30</RefreshTimeSeconds>
</UnbanService>
<MuteService>
<CacheTimeSeconds>30</CacheTimeSeconds>
<Comment>The below EnableUnmuteWebhooks option should only be enabled on one server if you have multiple servers.</Comment>
<EnableUnmuteWebhooks>true</EnableUnmuteWebhooks>
<UnmuteRefreshTimeSeconds>30</UnmuteRefreshTimeSeconds>
<EnableVoiceChatMute>true</EnableVoiceChatMute>
<VoiceChatThrottleMessagesSeconds>3</VoiceChatThrottleMessagesSeconds>
<EnableBlockCommands>false</EnableBlockCommands>
<BlockCommands>
<BlockCommand>pm</BlockCommand>
</BlockCommands>
</MuteService>
<DiscordService>
<UseWebhooks>true</UseWebhooks>
<BanWebhookMessages>
<WebhookMessage Enabled=“false”>
<WebhookUrl>https://discord.com/api/webhooks/123456789/xxxxxxxxxxxx</WebhookUrl>
<Username>Moderation</Username>
<AvatarUrl>
<Embeds>
<Embed>
<Title>{name}</Title>
<Url>https://steamcommunity.com/profiles/{steamid}</Url>
<Description>{name} was banned for {reason}</Description>
<Author Name=“Player Banned” IconUrl=“ />
<Thumbnail Url=“{avatar_url}” />
<Fields>
<Field Name=“SteamID” Value=“{steamid}
” />
<Field Name=“HWID” Value=“{hwid}
” Inline=“true” />
<Field Name=“IP” Value=“{ip}” Inline=“true” />
<Field Name=“Duration” Value=“{duration}” />
<Field Name=“Moderator” Value=“{punisher_name} ({punisher_steamid})” />
</Fields>
<Footer Text=“{server_name}” IconUrl=“{server_icon}” />
<WithCurrentTimestamp>true</WithCurrentTimestamp>
<ColorHex>ff0000</ColorHex>
</Embed>
</Embeds>
</WebhookMessage>
</BanWebhookMessages>
<KickWebhookMessages>
<WebhookMessage Enabled=“false”>
<WebhookUrl>https://discord.com/api/webhooks/123456789/xxxxxxxxxxxx</WebhookUrl>
<Username>Moderation</Username>
<AvatarUrl>
<Embeds>
<Embed>
<Title>{name}</Title>
<Url>https://steamcommunity.com/profiles/{steamid}</Url>
<Description>{name} was kicked for {reason}</Description>
<Author Name=“Player Kicked” IconUrl=“ />
<Thumbnail Url=“{avatar_url}” />
<Fields>
<Field Name=“SteamID” Value=“{steamid}
” />
<Field Name=“Moderator” Value=“{punisher_name} ({punisher_steamid})” />
</Fields>
<Footer Text=“{server_name}” IconUrl=“{server_icon}” />
<WithCurrentTimestamp>true</WithCurrentTimestamp>
<ColorHex>f06c00</ColorHex>
</Embed>
</Embeds>
</WebhookMessage>
</KickWebhookMessages>
<WarnWebhookMessages>
<WebhookMessage Enabled=“false”>
<WebhookUrl>https://discord.com/api/webhooks/123456789/xxxxxxxxxxxx</WebhookUrl>
<Username>Moderation</Username>
<AvatarUrl>
<Embeds>
<Embed>
<Title>{name}</Title>
<Url>https://steamcommunity.com/profiles/{steamid}</Url>
<Description>{name} was warned for {reason}</Description>
<Author Name=“Player Warned” IconUrl=“ />
<Thumbnail Url=“{avatar_url}” />
<Fields>
<Field Name=“SteamID” Value=“{steamid}
” />
<Field Name=“Moderator” Value=“{punisher_name} ({punisher_steamid})” />
</Fields>
<Footer Text=“{server_name}” IconUrl=“{server_icon}” />
<WithCurrentTimestamp>true</WithCurrentTimestamp>
<ColorHex>ffff00</ColorHex>
</Embed>
</Embeds>
</WebhookMessage>
</WarnWebhookMessages>
<UnbanWebhookMessages>
<WebhookMessage Enabled=“false”>
<WebhookUrl>https://discord.com/api/webhooks/123456789/xxxxxxxxxxxx</WebhookUrl>
<Username>Moderation</Username>
<AvatarUrl>
<Embeds>
<Embed>
<Title>{name}</Title>
<Url>https://steamcommunity.com/profiles/{steamid}</Url>
<Description>{name} was unbanned</Description>
<Author Name=“Player Unbanned” IconUrl=“ />
<Thumbnail Url=“{avatar_url}” />
<Fields>
<Field Name=“SteamID” Value=“{steamid}
” />
<Field Name=“Moderator” Value=“{punisher_name} ({punisher_steamid})” />
</Fields>
<Footer Text=“{server_name}” IconUrl=“{server_icon}” />
<WithCurrentTimestamp>true</WithCurrentTimestamp>
<ColorHex>00ff33</ColorHex>
</Embed>
</Embeds>
</WebhookMessage>
</UnbanWebhookMessages>
<MuteWebhookMessages>
<WebhookMessage Enabled=“false”>
<WebhookUrl>https://discord.com/api/webhooks/123456789/xxxxxxxxxxxx</WebhookUrl>
<Username>Moderation</Username>
<AvatarUrl>
<Embeds>
<Embed>
<Title>{name}</Title>
<Url>https://steamcommunity.com/profiles/{steamid}</Url>
<Description>{name} was muted for {reason}</Description>
<Author Name=“Player Muted” IconUrl=“ />
<Thumbnail Url=“{avatar_url}” />
<Fields>
<Field Name=“SteamID” Value=“{steamid}
” />
<Field Name=“Duration” Value=“{duration}” />
<Field Name=“Moderator” Value=“{punisher_name} ({punisher_steamid})” />
</Fields>
<Footer Text=“{server_name}” IconUrl=“{server_icon}” />
<WithCurrentTimestamp>true</WithCurrentTimestamp>
<ColorHex>ffff00</ColorHex>
</Embed>
</Embeds>
</WebhookMessage>
</MuteWebhookMessages>
<UnmuteWebhookMessages>
<WebhookMessage Enabled=“false”>
<WebhookUrl>https://discord.com/api/webhooks/123456789/xxxxxxxxxxxx</WebhookUrl>
<Username>Moderation</Username>
<AvatarUrl>
<Embeds>
<Embed>
<Title>{name}</Title>
<Url>https://steamcommunity.com/profiles/{steamid}</Url>
<Description>{name} was unmuted</Description>
<Author Name=“Player Unmuted” IconUrl=“ />
<Thumbnail Url=“{avatar_url}” />
<Fields>
<Field Name=“SteamID” Value=“{steamid}
” />
<Field Name=“Moderator” Value=“{punisher_name} ({punisher_steamid})” />
</Fields>
<Footer Text=“{server_name}” IconUrl=“{server_icon}” />
<WithCurrentTimestamp>true</WithCurrentTimestamp>
<ColorHex>00ff33</ColorHex>
</Embed>
</Embeds>
</WebhookMessage>
</UnmuteWebhookMessages>
<BanExpiredWebhookMessages>
<WebhookMessage Enabled=“false”>
<WebhookUrl>https://discord.com/api/webhooks/123456789/xxxxxxxxxxxx</WebhookUrl>
<Username>Moderation</Username>
<AvatarUrl>
<Embeds>
<Embed>
<Title>{name}</Title>
<Url>https://steamcommunity.com/profiles/{steamid}</Url>
<Description>{name}'s ban for {reason} has expired</Description>
<Author Name=“Ban Expired” IconUrl=“ />
<Thumbnail Url=“{avatar_url}” />
<Fields>
<Field Name=“SteamID” Value=“{steamid}
” />
<Field Name=“Moderator” Value=“{punisher_name} ({punisher_steamid})” />
</Fields>
<Footer Text=“{server_name}” IconUrl=“{server_icon}” />
<WithCurrentTimestamp>true</WithCurrentTimestamp>
<ColorHex>00ff33</ColorHex>
</Embed>
</Embeds>
</WebhookMessage>
</BanExpiredWebhookMessages>
<MuteExpiredWebhookMessages>
<WebhookMessage Enabled=“false”>
<WebhookUrl>https://discord.com/api/webhooks/123456789/xxxxxxxxxxxx</WebhookUrl>
<Username>Moderation</Username>
<AvatarUrl>
<Embeds>
<Embed>
<Title>{name}</Title>
<Url>https://steamcommunity.com/profiles/{steamid}</Url>
<Description>{name}'s mute for {reason} has expired</Description>
<Author Name=“Mute Expired” IconUrl=“ />
<Thumbnail Url=“{avatar_url}” />
<Fields>
<Field Name=“SteamID” Value=“{steamid}
” />
<Field Name=“Moderator” Value=“{punisher_name} ({punisher_steamid})” />
</Fields>
<Footer Text=“{server_name}” IconUrl=“{server_icon}” />
<WithCurrentTimestamp>true</WithCurrentTimestamp>
<ColorHex>00ff33</ColorHex>
</Embed>
</Embeds>
</WebhookMessage>
</MuteExpiredWebhookMessages>
<SpyWebhookMessages>
<WebhookMessage Enabled=“false”>
<WebhookUrl>https://discord.com/api/webhooks/123456789/xxxxxxxxxxxx</WebhookUrl>
<Username>Moderation</Username>
<AvatarUrl>
<Embeds>
<Embed>
<Title>{name}</Title>
<Url>https://steamcommunity.com/profiles/{steamid}</Url>
<Description>{name} was spied</Description>
<Author Name=“Spy” IconUrl=“ />
<Thumbnail Url=“{avatar_url}” />
<Fields>
<Field Name=“SteamID” Value=“{steamid}
” />
<Field Name=“Moderator” Value=“{punisher_name} ({punisher_steamid})” />
</Fields>
<Footer Text=“{server_name}” IconUrl=“{server_icon}” />
<WithCurrentTimestamp>true</WithCurrentTimestamp>
<ColorHex>00ff33</ColorHex>
</Embed>
</Embeds>
</WebhookMessage>
</SpyWebhookMessages>
<BanEvaderWebhookMessages>
<WebhookMessage Enabled=“false”>
<WebhookUrl>https://discord.com/api/webhooks/123456789/xxxxxxxxxxxx</WebhookUrl>
<Username>Moderation</Username>
<AvatarUrl>
<Embeds>
<Embed>
<Title>{evader_name}</Title>
<Url>https://steamcommunity.com/profiles/{evader_steamid}</Url>
<Description>{evader_name} was denied connection to the server, because their {evader_method} matched the ban of a player {name} ({steamid})</Description>
<Author Name=“Ban Evader” IconUrl=“ />
<Thumbnail Url=“{avatar_url}” />
<Fields>
<Field Name=“Evader” Value=“{evader_name} ({evader_steamid})” />
<Field Name=“Banned Player” Value=“{name} ({steamid})” />
<Field Name=“Ban Reason” Value=“{reason}
” />
<Field Name=“Ban Duration” Value=“{duration} ({time_left} left)” />
<Field Name=“Ban Moderator” Value=“{punisher_name} ({punisher_steamid})” />
</Fields>
<Footer Text=“{server_name}” IconUrl=“{server_icon}” />
<WithCurrentTimestamp>true</WithCurrentTimestamp>
<ColorHex>ff0000</ColorHex>
</Embed>
</Embeds>
</WebhookMessage>
</BanEvaderWebhookMessages>
</DiscordService>
<CooldownService>
<Cooldowns>
<CooldownKey Key=“spy” Cooldown=“2” />
</Cooldowns>
</CooldownService>
<UCSService Enabled=“false”>
<TimeoutMiliseconds>5000</TimeoutMiliseconds>
<APIKey>APIKey</APIKey>
<ServerName>ServerName</ServerName>
<CheckHWIDs>true</CheckHWIDs>
<CheckIPs>true</CheckIPs>
</UCSService>
</ModerationConfiguration>
I can’t write to rocketlog yet because there is a message limit
here is the rocket log here is the rocket log, where there is a space I deleted this line, I think it is related to MySQL
[3/15/2025 1:39:31 PM] [Info] Steam servers ready!
[3/15/2025 1:39:32 PM] [Info] 25 workshop item(s) requested
[3/15/2025 1:39:32 PM] [Info] Submitting workshop query for 25 item(s)…
[3/15/2025 1:39:32 PM] [Info] Workshop query yielded 25 result(s)
[3/15/2025 1:39:32 PM] [Info] This server’s allowed IP for Workshop downloads: [redacted]
[3/15/2025 1:39:32 PM] [Info] 3352126593 ‘Player Stats UI’ queued for download
[3/15/2025 1:39:32 PM] [Info] 3364119515 ‘Origami Motors’ queued for download
[3/15/2025 1:39:32 PM] [Info] 1232252658 ‘More Farming Mod’ queued for download
[3/15/2025 1:39:32 PM] [Info] 2528363491 ‘Wind Vehicles’ queued for download
[3/15/2025 1:39:32 PM] [Info] 2957120493 ‘Killfeed UI’ queued for download
[3/15/2025 1:39:32 PM] [Info] 2112631517 ‘DarkDamageDetector’ queued for download
[3/15/2025 1:39:32 PM] [Info] 3279408506 ‘Duty UI’ queued for download
[3/15/2025 1:39:32 PM] [Info] 3365354195 ‘Ghillie Suits’ queued for download
[3/15/2025 1:39:32 PM] [Info] 1727733956 ’Pento’s Tactical Apparel’ queued for download
[3/15/2025 1:39:32 PM] [Info] 2833442492 ‘GravityCSGO’ queued for download
[3/15/2025 1:39:32 PM] [Warning] Error k_EResultFileNotFound querying workshop file 3430450122 ''
[3/15/2025 1:39:32 PM] [Info] 2847551833 ‘[Poland Update 3.7.1]Modern Weapons Armory 3.0’ queued for download
[3/15/2025 1:39:32 PM] [Info] 2086493433 ‘PARAGUN 3000 - Admin Gun’ queued for download
[3/15/2025 1:39:32 PM] [Info] 1731384487 ‘OGN Drugs Pack [Re-Upload | New Unity Vesion]’ queued for download
[3/15/2025 1:39:32 PM] [Info] 877777769 ‘Furniture Expansion’ queued for download
[3/15/2025 1:39:32 PM] [Warning] Error k_EResultFileNotFound querying workshop file 3434025507 ''
[3/15/2025 1:39:32 PM] [Info] 2336509758 ‘Downtown Expansion’ queued for download
[3/15/2025 1:39:32 PM] [Info] 2261970753 ‘Traffic Expansion’ queued for download
[3/15/2025 1:39:32 PM] [Info] 2710798455 ‘Market Expansion’ queued for download
[3/15/2025 1:39:32 PM] [Info] 2710798455 ‘Market Expansion’ has 1 children
[3/15/2025 1:39:32 PM] [Info] 2564798742
[3/15/2025 1:39:32 PM] [Info] 1935236838 ‘City Expansion 2’ queued for download
[3/15/2025 1:39:32 PM] [Info] 3241496166 ‘Info Panel UI’ queued for download
[3/15/2025 1:39:32 PM] [Info] 3443155456 ‘PEI+SKY’ queued for download
[3/15/2025 1:39:32 PM] [Info] 3323838272 ‘Extended Tpa’ queued for download
[3/15/2025 1:39:32 PM] [Info] 3441984831 ‘Uconomy Balance UI’ queued for download
[3/15/2025 1:39:32 PM] [Info] 3239968404 ‘Sell Door UI’ queued for download
[3/15/2025 1:39:32 PM] [Info] Submitting workshop query for 1 item(s)…
[3/15/2025 1:39:32 PM] [Info] Workshop query yielded 1 result(s)
[3/15/2025 1:39:32 PM] [Info] This server’s allowed IP for Workshop downloads: [redacted]
[3/15/2025 1:39:32 PM] [Info] 2564798742 ‘Money Expansion’ queued for download
[3/15/2025 1:39:32 PM] [Info] 24 workshop item(s) to download…
[3/15/2025 1:39:32 PM] [Info] Workshop item found in cache: 3352126593
[3/15/2025 1:39:32 PM] [Info] Installing workshop item: 3352126593
[3/15/2025 1:39:32 PM] [Info] Installed workshop item: 3352126593
[3/15/2025 1:39:32 PM] [Info] Workshop item found in cache: 3364119515
[3/15/2025 1:39:32 PM] [Info] Installing workshop item: 3364119515
[3/15/2025 1:39:32 PM] [Info] Installed workshop item: 3364119515
[3/15/2025 1:39:32 PM] [Info] Workshop item found in cache: 1232252658
[3/15/2025 1:39:32 PM] [Info] Installing workshop item: 1232252658
[3/15/2025 1:39:32 PM] [Info] Installed workshop item: 1232252658
[3/15/2025 1:39:32 PM] [Info] Workshop item found in cache: 2528363491
[3/15/2025 1:39:32 PM] [Info] Installing workshop item: 2528363491
[3/15/2025 1:39:32 PM] [Info] Installed workshop item: 2528363491
[3/15/2025 1:39:32 PM] [Info] Workshop item found in cache: 2957120493
[3/15/2025 1:39:32 PM] [Info] Installing workshop item: 2957120493
[3/15/2025 1:39:32 PM] [Info] Installed workshop item: 2957120493
[3/15/2025 1:39:32 PM] [Info] Workshop item found in cache: 2112631517
[3/15/2025 1:39:32 PM] [Info] Installing workshop item: 2112631517
[3/15/2025 1:39:32 PM] [Info] Installed workshop item: 2112631517
[3/15/2025 1:39:32 PM] [Info] Workshop item found in cache: 3279408506
[3/15/2025 1:39:32 PM] [Info] Installing workshop item: 3279408506
[3/15/2025 1:39:32 PM] [Info] Installed workshop item: 3279408506
[3/15/2025 1:39:32 PM] [Info] Workshop item found in cache: 3365354195
[3/15/2025 1:39:32 PM] [Info] Installing workshop item: 3365354195
[3/15/2025 1:39:32 PM] [Info] Installed workshop item: 3365354195
[3/15/2025 1:39:32 PM] [Info] Workshop item found in cache: 1727733956
[3/15/2025 1:39:32 PM] [Info] Installing workshop item: 1727733956
[3/15/2025 1:39:32 PM] [Info] Installed workshop item: 1727733956
[3/15/2025 1:39:32 PM] [Info] Workshop item found in cache: 2833442492
[3/15/2025 1:39:32 PM] [Info] Installing workshop item: 2833442492
[3/15/2025 1:39:32 PM] [Info] Installed workshop item: 2833442492
[3/15/2025 1:39:32 PM] [Info] Workshop item found in cache: 2847551833
[3/15/2025 1:39:32 PM] [Info] Installing workshop item: 2847551833
[3/15/2025 1:39:32 PM] [Info] Installed workshop item: 2847551833
[3/15/2025 1:39:32 PM] [Info] Workshop item found in cache: 2086493433
[3/15/2025 1:39:32 PM] [Info] Installing workshop item: 2086493433
[3/15/2025 1:39:32 PM] [Info] Installed workshop item: 2086493433
[3/15/2025 1:39:32 PM] [Info] Workshop item found in cache: 1731384487
[3/15/2025 1:39:32 PM] [Info] Installing workshop item: 1731384487
[3/15/2025 1:39:32 PM] [Info] Installed workshop item: 1731384487
[3/15/2025 1:39:32 PM] [Info] Workshop item found in cache: 877777769
[3/15/2025 1:39:32 PM] [Info] Installing workshop item: 877777769
[3/15/2025 1:39:32 PM] [Info] Installed workshop item: 877777769
[3/15/2025 1:39:32 PM] [Info] Workshop item found in cache: 2336509758
[3/15/2025 1:39:32 PM] [Info] Installing workshop item: 2336509758
[3/15/2025 1:39:32 PM] [Info] Installed workshop item: 2336509758
[3/15/2025 1:39:32 PM] [Info] Workshop item found in cache: 2261970753
[3/15/2025 1:39:32 PM] [Info] Installing workshop item: 2261970753
[3/15/2025 1:39:32 PM] [Info] Installed workshop item: 2261970753
[3/15/2025 1:39:32 PM] [Info] Workshop item found in cache: 2710798455
[3/15/2025 1:39:32 PM] [Info] Installing workshop item: 2710798455
[3/15/2025 1:39:32 PM] [Info] Installed workshop item: 2710798455
[3/15/2025 1:39:32 PM] [Info] Workshop item found in cache: 1935236838
[3/15/2025 1:39:32 PM] [Info] Installing workshop item: 1935236838
[3/15/2025 1:39:32 PM] [Info] Installed workshop item: 1935236838
[3/15/2025 1:39:32 PM] [Info] Workshop item found in cache: 3241496166
[3/15/2025 1:39:32 PM] [Info] Installing workshop item: 3241496166
[3/15/2025 1:39:32 PM] [Info] Installed workshop item: 3241496166
[3/15/2025 1:39:32 PM] [Info] Workshop item found in cache: 3443155456
[3/15/2025 1:39:32 PM] [Info] Installing workshop item: 3443155456
[3/15/2025 1:39:32 PM] [Info] Installed workshop item: 3443155456
[3/15/2025 1:39:32 PM] [Info] Workshop item found in cache: 3323838272
[3/15/2025 1:39:32 PM] [Info] Installing workshop item: 3323838272
[3/15/2025 1:39:32 PM] [Info] Installed workshop item: 3323838272
[3/15/2025 1:39:32 PM] [Info] Workshop item found in cache: 3441984831
[3/15/2025 1:39:32 PM] [Info] Installing workshop item: 3441984831
[3/15/2025 1:39:32 PM] [Info] Installed workshop item: 3441984831
[3/15/2025 1:39:32 PM] [Info] Workshop item found in cache: 3239968404
[3/15/2025 1:39:32 PM] [Info] Installing workshop item: 3239968404
[3/15/2025 1:39:32 PM] [Info] Installed workshop item: 3239968404
[3/15/2025 1:39:32 PM] [Info] Workshop item found in cache: 2564798742
[3/15/2025 1:39:32 PM] [Info] Installing workshop item: 2564798742
[3/15/2025 1:39:32 PM] [Info] Installed workshop item: 2564798742
[3/15/2025 1:39:32 PM] [Info] Loaded 0 of 12 asset bundles…
[3/15/2025 1:39:32 PM] [Info] Searched 15 of 23 locations and found 1582 asset files…
[3/15/2025 1:39:32 PM] [Info] Read 147 of 1582 asset file contents into memory…
[3/15/2025 1:39:32 PM] [Info] Loaded 0 of 1582 assets…
[3/15/2025 1:39:32 PM] [Info] Loaded 3 of 12 asset bundles…
[3/15/2025 1:39:32 PM] [Info] Searched 17 of 23 locations and found 1872 asset files…
[3/15/2025 1:39:32 PM] [Info] Read 236 of 1872 asset file contents into memory…
[3/15/2025 1:39:32 PM] [Info] Loaded 0 of 1872 assets…
[3/15/2025 1:39:32 PM] [Info] Loaded 4 of 12 asset bundles…
[3/15/2025 1:39:32 PM] [Info] Searched 17 of 23 locations and found 2233 asset files…
[3/15/2025 1:39:32 PM] [Info] Read 377 of 2233 asset file contents into memory…
[3/15/2025 1:39:32 PM] [Info] Loaded 0 of 2233 assets…
[3/15/2025 1:39:32 PM] [Info] Searched 19 of 23 locations and found 2557 asset files…
[3/15/2025 1:39:32 PM] [Info] Read 525 of 2557 asset file contents into memory…
[3/15/2025 1:39:32 PM] [Info] Loaded 0 of 2557 assets…
[3/15/2025 1:39:32 PM] [Info] Loaded 5 of 12 asset bundles…
[3/15/2025 1:39:32 PM] [Info] Searched 19 of 23 locations and found 2900 asset files…
[3/15/2025 1:39:32 PM] [Info] Read 754 of 2900 asset file contents into memory…
[3/15/2025 1:39:32 PM] [Info] Loaded 0 of 2900 assets…
[3/15/2025 1:39:32 PM] [Info] Loaded 6 of 12 asset bundles…
[3/15/2025 1:39:32 PM] [Info] Searched 20 of 23 locations and found 3542 asset files…
[3/15/2025 1:39:32 PM] [Info] Read 1232 of 3542 asset file contents into memory…
[3/15/2025 1:39:32 PM] [Info] Loaded 0 of 3542 assets…
[3/15/2025 1:39:33 PM] [Info] Searched 22 of 23 locations and found 3781 asset files…
[3/15/2025 1:39:33 PM] [Info] Read 1450 of 3781 asset file contents into memory…
[3/15/2025 1:39:33 PM] [Info] Loaded 0 of 3781 assets…
[3/15/2025 1:39:33 PM] [Info] Searched 22 of 23 locations and found 3918 asset files…
[3/15/2025 1:39:33 PM] [Info] Read 1758 of 3918 asset file contents into memory…
[3/15/2025 1:39:33 PM] [Info] Loaded 0 of 3918 assets…
[3/15/2025 1:39:33 PM] [Info] Loaded 7 of 12 asset bundles…
[3/15/2025 1:39:33 PM] [Info] Searched 22 of 23 locations and found 3939 asset files…
[3/15/2025 1:39:33 PM] [Info] Read 2325 of 3939 asset file contents into memory…
[3/15/2025 1:39:33 PM] [Info] Loaded 0 of 3939 assets…
[3/15/2025 1:39:33 PM] [Info] Read 2544 of 3939 asset file contents into memory…
[3/15/2025 1:39:33 PM] [Info] Searched 22 of 23 locations and found 4439 asset files…
[3/15/2025 1:39:33 PM] [Info] Read 2544 of 4439 asset file contents into memory…
[3/15/2025 1:39:33 PM] [Info] Loaded 0 of 4439 assets…
[3/15/2025 1:39:33 PM] [Info] Loaded 8 of 12 asset bundles…
[3/15/2025 1:39:33 PM] [Info] Searched 22 of 23 locations and found 4984 asset files…
[3/15/2025 1:39:33 PM] [Info] Read 2544 of 4984 asset file contents into memory…
[3/15/2025 1:39:33 PM] [Info] Loaded 0 of 4984 assets…
[3/15/2025 1:39:33 PM] [Info] Searched 22 of 23 locations and found 5533 asset files…
[3/15/2025 1:39:33 PM] [Info] Read 2739 of 5533 asset file contents into memory…
[3/15/2025 1:39:33 PM] [Info] Loaded 0 of 5533 assets…
[3/15/2025 1:39:33 PM] [Info] Searched 23 of 23 locations and found 5868 asset files…
[3/15/2025 1:39:33 PM] [Info] Read 2883 of 5868 asset file contents into memory…
[3/15/2025 1:39:33 PM] [Info] Loaded 0 of 5868 assets…
[3/15/2025 1:39:33 PM] [Info] Read 3062 of 5868 asset file contents into memory…
[3/15/2025 1:39:33 PM] [Info] Read 3211 of 5868 asset file contents into memory…
[3/15/2025 1:39:33 PM] [Info] Loaded 9 of 12 asset bundles…
[3/15/2025 1:39:33 PM] [Info] Loaded 10 of 12 asset bundles…
[3/15/2025 1:39:34 PM] [Info] Read 3463 of 5868 asset file contents into memory…
[3/15/2025 1:39:34 PM] [Info] Read 3582 of 5868 asset file contents into memory…
[3/15/2025 1:39:34 PM] [Info] Read 3708 of 5868 asset file contents into memory…
[3/15/2025 1:39:34 PM] [Info] Read 3827 of 5868 asset file contents into memory…
[3/15/2025 1:39:34 PM] [Info] Read 3987 of 5868 asset file contents into memory…
[3/15/2025 1:39:34 PM] [Info] Read 4147 of 5868 asset file contents into memory…
[3/15/2025 1:39:34 PM] [Info] Read 4328 of 5868 asset file contents into memory…
[3/15/2025 1:39:34 PM] [Info] Read 4505 of 5868 asset file contents into memory…
[3/15/2025 1:39:34 PM] [Info] Read 4674 of 5868 asset file contents into memory…
[3/15/2025 1:39:34 PM] [Info] Read 4814 of 5868 asset file contents into memory…
[3/15/2025 1:39:34 PM] [Info] Read 4987 of 5868 asset file contents into memory…
[3/15/2025 1:39:34 PM] [Info] Read 5150 of 5868 asset file contents into memory…
[3/15/2025 1:39:34 PM] [Info] Read 5282 of 5868 asset file contents into memory…
[3/15/2025 1:39:34 PM] [Info] Read 5523 of 5868 asset file contents into memory…
[3/15/2025 1:39:34 PM] [Info] Read 5730 of 5868 asset file contents into memory…
[3/15/2025 1:39:34 PM] [Error] Caught exception reading asset definition at: “c:\Servers\gsp_13360\185.189.255.207-25544\Servers\survivalhost\Workshop\Steam\content\304930\2847551833\Attachments\Sights\Reflex_Sights\Rail_Dovetail\Torrey_Pines_Logic_T12W_30hz_Thermal_Sight_Off_Dovetail\Torrey_Pines_Logic_T12W_30hz_Thermal_Sight_Off_Dovetail.dat”
[3/15/2025 1:39:34 PM] [Error] Could not find a part of the path “c:\Servers\gsp_13360\185.189.255.207-25544\Servers\survivalhost\Workshop\Steam\content\304930\2847551833\Attachments\Sights\Reflex_Sights\Rail_Dovetail\Torrey_Pines_Logic_T12W_30hz_Thermal_Sight_Off_Dovetail\Torrey_Pines_Logic_T12W_30hz_Thermal_Sight_Off_Dovetail.dat”
[3/15/2025 1:39:34 PM] [Error] at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0×0019e] in <47fc8c70fa834cbf8141d7c1a7589125>:0
at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) [0×00000] in <47fc8c70fa834cbf8141d7c1a7589125>:0
at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
at SDG.Unturned.AssetsWorker+WorkerThreadState.AddFoundAsset (System.String filePath, System.Boolean checkForTranslations) [0×00007] in <36ab604b4dfc4a2db1374e29c1a685ab>:0
at SDG.Unturned.AssetsWorker.ReaderThreadMain (System.Object untypedState) [0×00235] in <36ab604b4dfc4a2db1374e29c1a685ab>:0
[3/15/2025 1:39:34 PM] [Info] Read 5865 of 5868 asset file contents into memory…
[3/15/2025 1:39:34 PM] [Error] Caught exception reading asset definition at: “c:\Servers\gsp_13360\185.189.255.207-25544\Servers\survivalhost\Workshop\Steam\content\304930\2847551833\Attachments\Sights\Scopes\Rail_Dovetail\Armasight_Zeus_Pro_640_30hz_2-16x_8x_Scope_Off_Dovetail\Armasight_Zeus_Pro_640_30hz_2-16x_8x_Scope_Off_Dovetail.dat”
[3/15/2025 1:39:34 PM] [Error] Could not find a part of the path “c:\Servers\gsp_13360\185.189.255.207-25544\Servers\survivalhost\Workshop\Steam\content\304930\2847551833\Attachments\Sights\Scopes\Rail_Dovetail\Armasight_Zeus_Pro_640_30hz_2-16x_8x_Scope_Off_Dovetail\Armasight_Zeus_Pro_640_30hz_2-16x_8x_Scope_Off_Dovetail.dat”
[3/15/2025 1:39:34 PM] [Error] at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0×0019e] in <47fc8c70fa834cbf8141d7c1a7589125>:0
at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) [0×00000] in <47fc8c70fa834cbf8141d7c1a7589125>:0
at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
at SDG.Unturned.AssetsWorker+WorkerThreadState.AddFoundAsset (System.String filePath, System.Boolean checkForTranslations) [0×00007] in <36ab604b4dfc4a2db1374e29c1a685ab>:0
at SDG.Unturned.AssetsWorker.ReaderThreadMain (System.Object untypedState) [0×00235] in <36ab604b4dfc4a2db1374e29c1a685ab>:0
[3/15/2025 1:39:34 PM] [Error] Caught exception reading asset definition at: “c:\Servers\gsp_13360\185.189.255.207-25544\Servers\survivalhost\Workshop\Steam\content\304930\2847551833\Attachments\Sights\Scopes\Rail_Dovetail\Trijicon_ACOG_TA01NSN_4x_Scope_Desert_Iron_Sights_Dovetail\Trijicon_ACOG_TA01NSN_4x_Scope_Desert_Iron_Sights_Dovetail.dat”
[3/15/2025 1:39:34 PM] [Error] Could not find a part of the path “c:\Servers\gsp_13360\185.189.255.207-25544\Servers\survivalhost\Workshop\Steam\content\304930\2847551833\Attachments\Sights\Scopes\Rail_Dovetail\Trijicon_ACOG_TA01NSN_4x_Scope_Desert_Iron_Sights_Dovetail\Trijicon_ACOG_TA01NSN_4x_Scope_Desert_Iron_Sights_Dovetail.dat”
[3/15/2025 1:39:34 PM] [Error] at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0×0019e] in <47fc8c70fa834cbf8141d7c1a7589125>:0
at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) [0×00000] in <47fc8c70fa834cbf8141d7c1a7589125>:0
at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
at SDG.Unturned.AssetsWorker+WorkerThreadState.AddFoundAsset (System.String filePath, System.Boolean checkForTranslations) [0×00007] in <36ab604b4dfc4a2db1374e29c1a685ab>:0
at SDG.Unturned.AssetsWorker.ReaderThreadMain (System.Object untypedState) [0×00235] in <36ab604b4dfc4a2db1374e29c1a685ab>:0
[3/15/2025 1:39:35 PM] [Info] Loaded 11 of 12 asset bundles…
[3/15/2025 1:39:43 PM] [Info] Loaded 12 of 12 asset bundles…
[3/15/2025 1:39:43 PM] [Info] Loaded 9 of 5868 assets…
[3/15/2025 1:39:44 PM] [Error] Missing effect gameobject
[3/15/2025 1:39:44 PM] [Error] at SDG.Unturned.EffectAsset.PopulateAsset (SDG.Unturned.Bundle bundle, SDG.Unturned.DatDictionary data, SDG.Unturned.Local localization) [0×00055] in <36ab604b4dfc4a2db1374e29c1a685ab>:0
at SDG.Unturned.Assets.LoadFile (SDG.Unturned.AssetsWorker+AssetDefinition file) [0×005d0] in <36ab604b4dfc4a2db1374e29c1a685ab>:0
[3/15/2025 1:39:44 PM] [Error] Missing effect gameobject
[3/15/2025 1:39:44 PM] [Error] at SDG.Unturned.EffectAsset.PopulateAsset (SDG.Unturned.Bundle bundle, SDG.Unturned.DatDictionary data, SDG.Unturned.Local localization) [0×00055] in <36ab604b4dfc4a2db1374e29c1a685ab>:0
at SDG.Unturned.Assets.LoadFile (SDG.Unturned.AssetsWorker+AssetDefinition file) [0×005d0] in <36ab604b4dfc4a2db1374e29c1a685ab>:0
[3/15/2025 1:39:44 PM] [Error] Missing effect gameobject
[3/15/2025 1:39:44 PM] [Error] at SDG.Unturned.EffectAsset.PopulateAsset (SDG.Unturned.Bundle bundle, SDG.Unturned.DatDictionary data, SDG.Unturned.Local localization) [0×00055] in <36ab604b4dfc4a2db1374e29c1a685ab>:0
at SDG.Unturned.Assets.LoadFile (SDG.Unturned.AssetsWorker+AssetDefinition file) [0×005d0] in <36ab604b4dfc4a2db1374e29c1a685ab>:0
[3/15/2025 1:39:44 PM] [Info] Loaded 30 of 5868 assets…
[3/15/2025 1:39:44 PM] [Error] Missing effect gameobject
[3/15/2025 1:39:44 PM] [Error] at SDG.Unturned.EffectAsset.PopulateAsset (SDG.Unturned.Bundle bundle, SDG.Unturned.DatDictionary data, SDG.Unturned.Local localization) [0×00055] in <36ab604b4dfc4a2db1374e29c1a685ab>:0
at SDG.Unturned.Assets.LoadFile (SDG.Unturned.AssetsWorker+AssetDefinition file) [0×005d0] in <36ab604b4dfc4a2db1374e29c1a685ab>:0
[3/15/2025 1:39:44 PM] [Error] Missing effect gameobject
[3/15/2025 1:39:44 PM] [Error] at SDG.Unturned.EffectAsset.PopulateAsset (SDG.Unturned.Bundle bundle, SDG.Unturned.DatDictionary data, SDG.Unturned.Local localization) [0×00055] in <36ab604b4dfc4a2db1374e29c1a685ab>:0
at SDG.Unturned.Assets.LoadFile (SDG.Unturned.AssetsWorker+AssetDefinition file) [0×005d0] in <36ab604b4dfc4a2db1374e29c1a685ab>:0
[3/15/2025 1:39:44 PM] [Error] Missing effect gameobject
[3/15/2025 1:39:44 PM] [Error] at SDG.Unturned.EffectAsset.PopulateAsset (SDG.Unturned.Bundle bundle, SDG.Unturned.DatDictionary data, SDG.Unturned.Local localization) [0×00055] in <36ab604b4dfc4a2db1374e29c1a685ab>:0
at SDG.Unturned.Assets.LoadFile (SDG.Unturned.AssetsWorker+AssetDefinition file) [0×005d0] in <36ab604b4dfc4a2db1374e29c1a685ab>:0
[3/15/2025 1:39:44 PM] [Error] Missing effect gameobject
[3/15/2025 1:39:44 PM] [Error] at SDG.Unturned.EffectAsset.PopulateAsset (SDG.Unturned.Bundle bundle, SDG.Unturned.DatDictionary data, SDG.Unturned.Local localization) [0×00055] in <36ab604b4dfc4a2db1374e29c1a685ab>:0
at SDG.Unturned.Assets.LoadFile (SDG.Unturned.AssetsWorker+AssetDefinition file) [0×005d0] in <36ab604b4dfc4a2db1374e29c1a685ab>:0
[3/15/2025 1:39:44 PM] [Error] Missing effect gameobject
[3/15/2025 1:39:44 PM] [Error] at SDG.Unturned.EffectAsset.PopulateAsset (SDG.Unturned.Bundle bundle, SDG.Unturned.DatDictionary data, SDG.Unturned.Local localization) [0×00055] in <36ab604b4dfc4a2db1374e29c1a685ab>:0
at SDG.Unturned.Assets.LoadFile (SDG.Unturned.AssetsWorker+AssetDefinition file) [0×005d0] in <36ab604b4dfc4a2db1374e29c1a685ab>:0
[3/15/2025 1:39:44 PM] [Error] Missing effect gameobject
[3/15/2025 1:39:44 PM] [Error] at SDG.Unturned.EffectAsset.PopulateAsset (SDG.Unturned.Bundle bundle, SDG.Unturned.DatDictionary data, SDG.Unturned.Local localization) [0×00055] in <36ab604b4dfc4a2db1374e29c1a685ab>:0
at SDG.Unturned.Assets.LoadFile (SDG.Unturned.AssetsWorker+AssetDefinition file) [0×005d0] in <36ab604b4dfc4a2db1374e29c1a685ab>:0
[3/15/2025 1:39:44 PM] [Info] Loaded 58 of 5868 assets…
[3/15/2025 1:39:44 PM] [Error] Missing effect gameobject
[3/15/2025 1:39:44 PM] [Error] at SDG.Unturned.EffectAsset.PopulateAsset (SDG.Unturned.Bundle bundle, SDG.Unturned.DatDictionary data, SDG.Unturned.Local localization) [0×00055] in <36ab604b4dfc4a2db1374e29c1a685ab>:0
at SDG.Unturned.Assets.LoadFile (SDG.Unturned.AssetsWorker+AssetDefinition file) [0×005d0] in <36ab604b4dfc4a2db1374e29c1a685ab>:0
[3/15/2025 1:39:44 PM] [Info] Loaded 127 of 5868 assets…
[3/15/2025 1:39:44 PM] [Info] Loaded 132 of 5868 assets…
[3/15/2025 1:39:44 PM] [Info] Loaded 148 of 5868 assets…
[3/15/2025 1:39:44 PM] [Info] Loaded 172 of 5868 assets…
[3/15/2025 1:39:44 PM] [Info] Loaded 181 of 5868 assets…
[3/15/2025 1:39:44 PM] [Info] Loaded 211 of 5868 assets…
[3/15/2025 1:39:44 PM] [Info] Loaded 233 of 5868 assets…
[3/15/2025 1:39:44 PM] [Info] Loaded 240 of 5868 assets…
[3/15/2025 1:39:44 PM] [Info] Loaded 261 of 5868 assets…
[3/15/2025 1:39:44 PM] [Info] Loaded 272 of 5868 assets…
[3/15/2025 1:39:44 PM] [Info] Loaded 291 of 5868 assets…
[3/15/2025 1:39:44 PM] [Info] Loaded 331 of 5868 assets…
[3/15/2025 1:39:44 PM] [Info] Loaded 350 of 5868 assets…
[3/15/2025 1:39:44 PM] [Info] Loaded 370 of 5868 assets…
[3/15/2025 1:39:45 PM] [Info] Loaded 378 of 5868 assets…
[3/15/2025 1:39:45 PM] [Info] Loaded 394 of 5868 assets…
[3/15/2025 1:39:45 PM] [Info] Loaded 410 of 5868 assets…
[3/15/2025 1:39:45 PM] [Info] Loaded 429 of 5868 assets…
[3/15/2025 1:39:45 PM] [Info] Loaded 450 of 5868 assets…
[3/15/2025 1:39:45 PM] [Info] Loaded 469 of 5868 assets…
[3/15/2025 1:39:45 PM] [Info] Loaded 490 of 5868 assets…
[3/15/2025 1:39:45 PM] [Info] Loaded 505 of 5868 assets…
[3/15/2025 1:39:45 PM] [Info] Loaded 526 of 5868 assets…
[3/15/2025 1:39:45 PM] [Info] Loaded 547 of 5868 assets…
[3/15/2025 1:39:45 PM] [Info] Loaded 559 of 5868 assets…
[3/15/2025 1:39:45 PM] [Info] Loaded 575 of 5868 assets…
[3/15/2025 1:39:45 PM] [Info] Loaded 647 of 5868 assets…
[3/15/2025 1:39:45 PM] [Info] Loaded 666 of 5868 assets…
[3/15/2025 1:39:46 PM] [Info] Loaded 676 of 5868 assets…
[3/15/2025 1:39:46 PM] [Info] Loaded 687 of 5868 assets…
[3/15/2025 1:39:46 PM] [Info] Loaded 698 of 5868 assets…
[3/15/2025 1:39:46 PM] [Info] Loaded 709 of 5868 assets…
[3/15/2025 1:39:46 PM] [Info] Loaded 719 of 5868 assets…
[3/15/2025 1:39:46 PM] [Info] Loaded 724 of 5868 assets…
[3/15/2025 1:39:46 PM] [Info] Loaded 730 of 5868 assets…
[3/15/2025 1:39:46 PM] [Info] Loaded 736 of 5868 assets…
[3/15/2025 1:39:46 PM] [Info] Loaded 740 of 5868 assets…
[3/15/2025 1:39:46 PM] [Info] Loaded 745 of 5868 assets…
[3/15/2025 1:39:46 PM] [Info] Loaded 758 of 5868 assets…
[3/15/2025 1:39:46 PM] [Info] Loaded 771 of 5868 assets…
[3/15/2025 1:39:46 PM] [Info] Loaded 781 of 5868 assets…
[3/15/2025 1:39:46 PM] [Info] Loaded 796 of 5868 assets…
[3/15/2025 1:39:46 PM] [Info] Loaded 810 of 5868 assets…
[3/15/2025 1:39:46 PM] [Info] Loaded 821 of 5868 assets…
[3/15/2025 1:39:47 PM] [Info] Loaded 835 of 5868 assets…
[3/15/2025 1:39:47 PM] [Info] Loaded 846 of 5868 assets…
[3/15/2025 1:39:47 PM] [Info] Loaded 862 of 5868 assets…
[3/15/2025 1:39:47 PM] [Info] Loaded 876 of 5868 assets…
[3/15/2025 1:39:47 PM] [Info] Loaded 893 of 5868 assets…
[3/15/2025 1:39:47 PM] [Info] Loaded 899 of 5868 assets…
[3/15/2025 1:39:47 PM] [Info] Loaded 906 of 5868 assets…
[3/15/2025 1:39:47 PM] [Info] Loaded 915 of 5868 assets…
[3/15/2025 1:39:47 PM] [Info] Loaded 922 of 5868 assets…
[3/15/2025 1:39:47 PM] [Info] Loaded 936 of 5868 assets…
[3/15/2025 1:39:47 PM] [Info] Loaded 940 of 5868 assets…
[3/15/2025 1:39:47 PM] [Info] Loaded 947 of 5868 assets…
[3/15/2025 1:39:48 PM] [Info] Loaded 952 of 5868 assets…
[3/15/2025 1:39:48 PM] [Info] Loaded 965 of 5868 assets…
[3/15/2025 1:39:48 PM] [Info] Loaded 970 of 5868 assets…
[3/15/2025 1:39:48 PM] [Info] Loaded 977 of 5868 assets…
[3/15/2025 1:39:48 PM] [Info] Loaded 989 of 5868 assets…
[3/15/2025 1:39:48 PM] [Info] Loaded 1000 of 5868 assets…
[3/15/2025 1:39:49 PM] [Info] Loaded 1007 of 5868 assets…
[3/15/2025 1:39:49 PM] [Info] Loaded 1013 of 5868 assets…
[3/15/2025 1:39:49 PM] [Info] Loaded 1025 of 5868 assets…
[3/15/2025 1:39:49 PM] [Info] Loaded 1037 of 5868 assets…
[3/15/2025 1:39:49 PM] [Info] Loaded 1049 of 5868 assets…
[3/15/2025 1:39:49 PM] [Info] Loaded 1061 of 5868 assets…
[3/15/2025 1:39:49 PM] [Info] Loaded 1074 of 5868 assets…
[3/15/2025 1:39:49 PM] [Info] Loaded 1086 of 5868 assets…
[3/15/2025 1:39:50 PM] [Info] Loaded 1098 of 5868 assets…
[3/15/2025 1:39:50 PM] [Info] Loaded 1109 of 5868 assets…
[3/15/2025 1:39:50 PM] [Info] Loaded 1122 of 5868 assets…
[3/15/2025 1:39:50 PM] [Info] Loaded 1132 of 5868 assets…
[3/15/2025 1:39:50 PM] [Info] Loaded 1143 of 5868 assets…
[3/15/2025 1:39:50 PM] [Info] Loaded 1156 of 5868 assets…
[3/15/2025 1:39:50 PM] [Info] Loaded 1168 of 5868 assets…
[3/15/2025 1:39:50 PM] [Info] Loaded 1185 of 5868 assets…
[3/15/2025 1:39:50 PM] [Info] Loaded 1191 of 5868 assets…
[3/15/2025 1:39:50 PM] [Info] Loaded 1210 of 5868 assets…
[3/15/2025 1:39:50 PM] [Info] Loaded 1230 of 5868 assets…
[3/15/2025 1:39:50 PM] [Info] Loaded 1250 of 5868 assets…
[3/15/2025 1:39:50 PM] [Info] Loaded 1260 of 5868 assets…
[3/15/2025 1:39:50 PM] [Info] Loaded 1272 of 5868 assets…
[3/15/2025 1:39:51 PM] [Info] Loaded 1275 of 5868 assets…
[3/15/2025 1:39:51 PM] [Info] Loaded 1279 of 5868 assets…
[3/15/2025 1:39:51 PM] [Info] Loaded 1290 of 5868 assets…
[3/15/2025 1:39:51 PM] [Info] Loaded 1295 of 5868 assets…
[3/15/2025 1:39:51 PM] [Info] Loaded 1310 of 5868 assets…
[3/15/2025 1:39:51 PM] [Info] Loaded 1330 of 5868 assets…
[3/15/2025 1:39:51 PM] [Info] Loaded 1348 of 5868 assets…
[3/15/2025 1:39:51 PM] [Info] Loaded 1365 of 5868 assets…
[3/15/2025 1:39:51 PM] [Info] Loaded 1377 of 5868 assets…
[3/15/2025 1:39:51 PM] [Info] Loaded 1384 of 5868 assets…
[3/15/2025 1:39:51 PM] [Info] Loaded 1400 of 5868 assets…
[3/15/2025 1:39:51 PM] [Info] Loaded 1417 of 5868 assets…
[3/15/2025 1:39:51 PM] [Info] Loaded 1434 of 5868 assets…
[3/15/2025 1:39:51 PM] [Info] Loaded 1451 of 5868 assets…
[3/15/2025 1:39:52 PM] [Info] Loaded 1457 of 5868 assets…
[3/15/2025 1:39:52 PM] [Info] Loaded 1464 of 5868 assets…
[3/15/2025 1:39:52 PM] [Info] Loaded 1489 of 5868 assets…
[3/15/2025 1:39:52 PM] [Info] Loaded 1505 of 5868 assets…
[3/15/2025 1:39:52 PM] [Info] Loaded 1523 of 5868 assets…
[3/15/2025 1:39:52 PM] [Info] Loaded 1540 of 5868 assets…
[3/15/2025 1:39:52 PM] [Info] Loaded 1559 of 5868 assets…
[3/15/2025 1:39:52 PM] [Info] Loaded 1578 of 5868 assets…
[3/15/2025 1:39:52 PM] [Info] Loaded 1593 of 5868 assets…
[3/15/2025 1:39:52 PM] [Info] Loaded 1607 of 5868 assets…
[3/15/2025 1:39:53 PM] [Info] Loaded 1622 of 5868 assets…
[3/15/2025 1:39:53 PM] [Info] Loaded 1640 of 5868 assets…
[3/15/2025 1:39:53 PM] [Info] Loaded 1644 of 5868 assets…
[3/15/2025 1:39:53 PM] [Info] Loaded 1660 of 5868 assets…
[3/15/2025 1:39:53 PM] [Info] Loaded 1672 of 5868 assets…
[3/15/2025 1:39:53 PM] [Info] Loaded 1687 of 5868 assets…
[3/15/2025 1:39:53 PM] [Info] Loaded 1698 of 5868 assets…
[3/15/2025 1:39:53 PM] [Info] Loaded 1714 of 5868 assets…
[3/15/2025 1:39:53 PM] [Info] Loaded 1730 of 5868 assets…
[3/15/2025 1:39:53 PM] [Info] Loaded 1747 of 5868 assets…
[3/15/2025 1:39:53 PM] [Info] Loaded 1760 of 5868 assets…
[3/15/2025 1:39:53 PM] [Info] Loaded 1776 of 5868 assets…
[3/15/2025 1:39:53 PM] [Info] Loaded 1784 of 5868 assets…
[3/15/2025 1:39:53 PM] [Info] Loaded 1790 of 5868 assets…
[3/15/2025 1:39:54 PM] [Info] Loaded 1794 of 5868 assets…
[3/15/2025 1:39:54 PM] [Info] Loaded 1799 of 5868 assets…
[3/15/2025 1:39:54 PM] [Info] Loaded 1809 of 5868 assets…
[3/15/2025 1:39:54 PM] [Info] Loaded 1814 of 5868 assets…
[3/15/2025 1:39:54 PM] [Info] Loaded 1818 of 5868 assets…
[3/15/2025 1:39:54 PM] [Info] Loaded 1828 of 5868 assets…
[3/15/2025 1:39:54 PM] [Info] Loaded 1833 of 5868 assets…
[3/15/2025 1:39:54 PM] [Info] Loaded 1838 of 5868 assets…
[3/15/2025 1:39:54 PM] [Info] Loaded 1842 of 5868 assets…
[3/15/2025 1:39:54 PM] [Info] Loaded 1847 of 5868 assets…
[3/15/2025 1:39:55 PM] [Info] Loaded 1850 of 5868 assets…
[3/15/2025 1:39:55 PM] [Info] Loaded 1855 of 5868 assets…
[3/15/2025 1:39:55 PM] [Info] Loaded 1860 of 5868 assets…
[3/15/2025 1:39:55 PM] [Info] Loaded 1864 of 5868 assets…
[3/15/2025 1:39:55 PM] [Info] Loaded 1869 of 5868 assets…
[3/15/2025 1:39:55 PM] [Info] Loaded 1873 of 5868 assets…
[3/15/2025 1:39:55 PM] [Info] Loaded 1877 of 5868 assets…
[3/15/2025 1:39:55 PM] [Info] Loaded 1883 of 5868 assets…
[3/15/2025 1:39:55 PM] [Info] Loaded 1886 of 5868 assets…
[3/15/2025 1:39:55 PM] [Info] Loaded 1890 of 5868 assets…
[3/15/2025 1:39:56 PM] [Info] Loaded 1895 of 5868 assets…
[3/15/2025 1:39:56 PM] [Info] Loaded 1900 of 5868 assets…
[3/15/2025 1:39:56 PM] [Info] Loaded 1904 of 5868 assets…
[3/15/2025 1:39:56 PM] [Info] Loaded 1909 of 5868 assets…
[3/15/2025 1:39:56 PM] [Info] Loaded 1913 of 5868 assets…
[3/15/2025 1:39:56 PM] [Info] Loaded 1918 of 5868 assets…
[3/15/2025 1:39:56 PM] [Info] Loaded 1923 of 5868 assets…
[3/15/2025 1:39:56 PM] [Info] Loaded 1926 of 5868 assets…
[3/15/2025 1:39:56 PM] [Info] Loaded 1931 of 5868 assets…
[3/15/2025 1:39:56 PM] [Info] Loaded 1935 of 5868 assets…
[3/15/2025 1:39:56 PM] [Info] Loaded 1939 of 5868 assets…
[3/15/2025 1:39:56 PM] [Info] Loaded 1944 of 5868 assets…
[3/15/2025 1:39:56 PM] [Info] Loaded 1949 of 5868 assets…
[3/15/2025 1:39:56 PM] [Info] Loaded 1952 of 5868 assets…
[3/15/2025 1:39:57 PM] [Info] Loaded 1955 of 5868 assets…
[3/15/2025 1:39:57 PM] [Info] Loaded 1961 of 5868 assets…
[3/15/2025 1:39:57 PM] [Info] Loaded 1964 of 5868 assets…
[3/15/2025 1:39:57 PM] [Info] Loaded 1968 of 5868 assets…
[3/15/2025 1:39:57 PM] [Info] Loaded 1973 of 5868 assets…
[3/15/2025 1:39:57 PM] [Info] Loaded 1978 of 5868 assets…
[3/15/2025 1:39:57 PM] [Info] Loaded 1983 of 5868 assets…
[3/15/2025 1:39:57 PM] [Info] Loaded 1988 of 5868 assets…
[3/15/2025 1:39:57 PM] [Info] Loaded 1991 of 5868 assets…
[3/15/2025 1:39:57 PM] [Info] Loaded 1995 of 5868 assets…
[3/15/2025 1:39:57 PM] [Info] Loaded 2000 of 5868 assets…
[3/15/2025 1:39:57 PM] [Info] Loaded 2003 of 5868 assets…
[3/15/2025 1:39:57 PM] [Info] Loaded 2006 of 5868 assets…
[3/15/2025 1:39:57 PM] [Info] Loaded 2011 of 5868 assets…
[3/15/2025 1:39:58 PM] [Info] Loaded 2021 of 5868 assets…
[3/15/2025 1:39:58 PM] [Info] Loaded 2028 of 5868 assets…
[3/15/2025 1:39:58 PM] [Info] Loaded 2032 of 5868 assets…
[3/15/2025 1:39:58 PM] [Info] Loaded 2035 of 5868 assets…
[3/15/2025 1:39:58 PM] [Info] Loaded 2038 of 5868 assets…
[3/15/2025 1:39:58 PM] [Info] Loaded 2041 of 5868 assets…
[3/15/2025 1:39:58 PM] [Info] Loaded 2045 of 5868 assets…
[3/15/2025 1:39:58 PM] [Info] Loaded 2048 of 5868 assets…
[3/15/2025 1:39:58 PM] [Info] Loaded 2052 of 5868 assets…
[3/15/2025 1:39:58 PM] [Info] Loaded 2059 of 5868 assets…
[3/15/2025 1:39:59 PM] [Info] Loaded 2066 of 5868 assets…
[3/15/2025 1:39:59 PM] [Info] Loaded 2069 of 5868 assets…
[3/15/2025 1:39:59 PM] [Info] Loaded 2075 of 5868 assets…
[3/15/2025 1:39:59 PM] [Info] Loaded 2080 of 5868 assets…
[3/15/2025 1:39:59 PM] [Info] Loaded 2083 of 5868 assets…
[3/15/2025 1:39:59 PM] [Info] Loaded 2087 of 5868 assets…
[3/15/2025 1:39:59 PM] [Info] Loaded 2090 of 5868 assets…
[3/15/2025 1:39:59 PM] [Info] Loaded 2093 of 5868 assets…
[3/15/2025 1:39:59 PM] [Info] Loaded 2098 of 5868 assets…
[3/15/2025 1:39:59 PM] [Info] Loaded 2101 of 5868 assets…
[3/15/2025 1:39:59 PM] [Info] Loaded 2104 of 5868 assets…
[3/15/2025 1:39:59 PM] [Info] Loaded 2108 of 5868 assets…
[3/15/2025 1:39:59 PM] [Info] Loaded 2111 of 5868 assets…
[3/15/2025 1:39:59 PM] [Info] Loaded 2115 of 5868 assets…
[3/15/2025 1:40:00 PM] [Info] Loaded 2166 of 5868 assets…
[3/15/2025 1:40:00 PM] [Info] Loaded 2168 of 5868 assets…
[3/15/2025 1:40:00 PM] [Info] Loaded 2175 of 5868 assets…
[3/15/2025 1:40:00 PM] [Info] Loaded 2182 of 5868 assets…
[3/15/2025 1:40:00 PM] [Info] Loaded 2187 of 5868 assets…
[3/15/2025 1:40:00 PM] [Info] Loaded 2193 of 5868 assets…
[3/15/2025 1:40:00 PM] [Info] Loaded 2196 of 5868 assets…
[3/15/2025 1:40:00 PM] [Info] Loaded 2202 of 5868 assets…
[3/15/2025 1:40:00 PM] [Info] Loaded 2207 of 5868 assets…
[3/15/2025 1:40:00 PM] [Info] Loaded 2214 of 5868 assets…
[3/15/2025 1:40:00 PM] [Info] Loaded 2220 of 5868 assets…
[3/15/2025 1:40:00 PM] [Info] Loaded 2225 of 5868 assets…
[3/15/2025 1:40:01 PM] [Info] Loaded 2230 of 5868 assets…
[3/15/2025 1:40:01 PM] [Info] Loaded 2242 of 5868 assets…
[3/15/2025 1:40:01 PM] [Info] Loaded 2294 of 5868 assets…
[3/15/2025 1:40:01 PM] [Info] Loaded 2398 of 5868 assets…
[3/15/2025 1:40:01 PM] [Info] Loaded 2545 of 5868 assets…
[3/15/2025 1:40:01 PM] [Info] Loaded 2615 of 5868 assets…
[3/15/2025 1:40:01 PM] [Info] Loaded 2714 of 5868 assets…
[3/15/2025 1:40:01 PM] [Info] Loaded 2716 of 5868 assets…
[3/15/2025 1:40:03 PM] [Info] Loaded 2734 of 5868 assets…
[3/15/2025 1:40:03 PM] [Info] Loaded 2784 of 5868 assets…
[3/15/2025 1:40:03 PM] [Info] Loaded 2809 of 5868 assets…
[3/15/2025 1:40:03 PM] [Info] Loaded 2849 of 5868 assets…
[3/15/2025 1:40:03 PM] [Info] Loaded 2890 of 5868 assets…
[3/15/2025 1:40:03 PM] [Info] Loaded 2896 of 5868 assets…
[3/15/2025 1:40:03 PM] [Info] Loaded 2923 of 5868 assets…
[3/15/2025 1:40:03 PM] [Info] Loaded 2942 of 5868 assets…
[3/15/2025 1:40:03 PM] [Info] Loaded 2957 of 5868 assets…
[3/15/2025 1:40:03 PM] [Info] Loaded 2978 of 5868 assets…
[3/15/2025 1:40:04 PM] [Info] Loaded 3005 of 5868 assets…
[3/15/2025 1:40:04 PM] [Info] Loaded 3047 of 5868 assets…
[3/15/2025 1:40:04 PM] [Info] Loaded 3096 of 5868 assets…
[3/15/2025 1:40:04 PM] [Info] Loaded 3115 of 5868 assets…
[3/15/2025 1:40:04 PM] [Info] Loaded 3233 of 5868 assets…
[3/15/2025 1:40:04 PM] [Info] Loaded 3345 of 5868 assets…
[3/15/2025 1:40:04 PM] [Info] Loaded 3421 of 5868 assets…
[3/15/2025 1:40:04 PM] [Info] Loaded 3503 of 5868 assets…
[3/15/2025 1:40:04 PM] [Info] Loaded 3566 of 5868 assets…
[3/15/2025 1:40:04 PM] [Info] Loaded 3606 of 5868 assets…
[3/15/2025 1:40:04 PM] [Info] Loaded 3671 of 5868 assets…
[3/15/2025 1:40:04 PM] [Info] Loaded 3711 of 5868 assets…
[3/15/2025 1:40:04 PM] [Info] Loaded 3752 of 5868 assets…
[3/15/2025 1:40:04 PM] [Info] Loaded 3816 of 5868 assets…
[3/15/2025 1:40:04 PM] [Info] Loaded 3847 of 5868 assets…
[3/15/2025 1:40:04 PM] [Info] Loaded 3883 of 5868 assets…
[3/15/2025 1:40:05 PM] [Info] Loaded 4007 of 5868 assets…
[3/15/2025 1:40:05 PM] [Info] Loaded 4039 of 5868 assets…
[3/15/2025 1:40:05 PM] [Info] Loaded 4046 of 5868 assets…
[3/15/2025 1:40:05 PM] [Info] Loaded 4067 of 5868 assets…
[3/15/2025 1:40:05 PM] [Info] Loaded 4088 of 5868 assets…
[3/15/2025 1:40:05 PM] [Info] Loaded 4102 of 5868 assets…
[3/15/2025 1:40:05 PM] [Info] Loaded 4131 of 5868 assets…
[3/15/2025 1:40:05 PM] [Info] Loaded 4160 of 5868 assets…
[3/15/2025 1:40:05 PM] [Info] Loaded 4187 of 5868 assets…
[3/15/2025 1:40:05 PM] [Info] Loaded 4218 of 5868 assets…
[3/15/2025 1:40:05 PM] [Info] Loaded 4246 of 5868 assets…
[3/15/2025 1:40:05 PM] [Info] Loaded 4261 of 5868 assets…
[3/15/2025 1:40:05 PM] [Info] Loaded 4278 of 5868 assets…
[3/15/2025 1:40:05 PM] [Info] Loaded 4300 of 5868 assets…
[3/15/2025 1:40:05 PM] [Info] Loaded 4329 of 5868 assets…
[3/15/2025 1:40:05 PM] [Info] Loaded 4356 of 5868 assets…
[3/15/2025 1:40:05 PM] [Info] Loaded 4383 of 5868 assets…
[3/15/2025 1:40:05 PM] [Info] Loaded 4404 of 5868 assets…
[3/15/2025 1:40:05 PM] [Info] Loaded 4428 of 5868 assets…
[3/15/2025 1:40:05 PM] [Info] Loaded 4457 of 5868 assets…
[3/15/2025 1:40:06 PM] [Info] Loaded 4482 of 5868 assets…
[3/15/2025 1:40:06 PM] [Info] Loaded 4509 of 5868 assets…
[3/15/2025 1:40:06 PM] [Info] Loaded 4538 of 5868 assets…
[3/15/2025 1:40:06 PM] [Info] Loaded 4567 of 5868 assets…
[3/15/2025 1:40:06 PM] [Info] Loaded 4592 of 5868 assets…
[3/15/2025 1:40:06 PM] [Info] Loaded 4621 of 5868 assets…
[3/15/2025 1:40:06 PM] [Info] Loaded 4649 of 5868 assets…
[3/15/2025 1:40:06 PM] [Info] Loaded 4676 of 5868 assets…
[3/15/2025 1:40:06 PM] [Info] Loaded 4706 of 5868 assets…
[3/15/2025 1:40:06 PM] [Info] Loaded 4735 of 5868 assets…
[3/15/2025 1:40:06 PM] [Info] Loaded 4745 of 5868 assets…
[3/15/2025 1:40:06 PM] [Info] Loaded 4758 of 5868 assets…
[3/15/2025 1:40:06 PM] [Info] Loaded 4786 of 5868 assets…
[3/15/2025 1:40:06 PM] [Info] Loaded 4806 of 5868 assets…
[3/15/2025 1:40:06 PM] [Info] Loaded 4830 of 5868 assets…
[3/15/2025 1:40:06 PM] [Info] Loaded 4838 of 5868 assets…
[3/15/2025 1:40:06 PM] [Info] Loaded 4856 of 5868 assets…
[3/15/2025 1:40:06 PM] [Info] Loaded 4871 of 5868 assets…
[3/15/2025 1:40:07 PM] [Info] Loaded 4892 of 5868 assets…
[3/15/2025 1:40:07 PM] [Info] Loaded 4913 of 5868 assets…
[3/15/2025 1:40:07 PM] [Info] Loaded 4933 of 5868 assets…
[3/15/2025 1:40:07 PM] [Info] Loaded 4955 of 5868 assets…
[3/15/2025 1:40:07 PM] [Info] Loaded 4966 of 5868 assets…
[3/15/2025 1:40:07 PM] [Info] Loaded 4992 of 5868 assets…
[3/15/2025 1:40:07 PM] [Info] Loaded 5023 of 5868 assets…
[3/15/2025 1:40:07 PM] [Info] Loaded 5044 of 5868 assets…
[3/15/2025 1:40:07 PM] [Info] Loaded 5069 of 5868 assets…
[3/15/2025 1:40:07 PM] [Info] Loaded 5098 of 5868 assets…
[3/15/2025 1:40:07 PM] [Info] Loaded 5124 of 5868 assets…
[3/15/2025 1:40:07 PM] [Info] Loaded 5141 of 5868 assets…
[3/15/2025 1:40:07 PM] [Info] Loaded 5156 of 5868 assets…
[3/15/2025 1:40:07 PM] [Info] Loaded 5186 of 5868 assets…
[3/15/2025 1:40:07 PM] [Info] Loaded 5212 of 5868 assets…
[3/15/2025 1:40:07 PM] [Info] Loaded 5240 of 5868 assets…
[3/15/2025 1:40:07 PM] [Info] Loaded 5257 of 5868 assets…
[3/15/2025 1:40:07 PM] [Info] Loaded 5285 of 5868 assets…
[3/15/2025 1:40:08 PM] [Info] Loaded 5389 of 5868 assets…
[3/15/2025 1:40:08 PM] [Info] Loaded 5498 of 5868 assets…
[3/15/2025 1:40:08 PM] [Info] Loaded 5597 of 5868 assets…
[3/15/2025 1:40:08 PM] [Info] Loaded 5661 of 5868 assets…
[3/15/2025 1:40:08 PM] [Info] Loaded 5707 of 5868 assets…
[3/15/2025 1:40:08 PM] [Info] Loaded 5764 of 5868 assets…
[3/15/2025 1:40:08 PM] [Info] Loaded 5822 of 5868 assets…
[3/15/2025 1:40:08 PM] [Info] Loaded 5865 of 5868 assets…
[3/15/2025 1:40:09 PM] [Warning] Server browser description is 6 characters over budget!
[3/15/2025 1:40:09 PM] [Info] Monitoring workshop map “PEI+SKY” (3443155456) for changes
[3/15/2025 1:40:09 PM] [Info] Monitoring workshop file 3352126593 for changes
[3/15/2025 1:40:09 PM] [Info] Monitoring workshop file 3364119515 for changes
[3/15/2025 1:40:09 PM] [Info] Monitoring workshop file 1232252658 for changes
[3/15/2025 1:40:09 PM] [Info] Monitoring workshop file 2528363491 for changes
[3/15/2025 1:40:09 PM] [Info] Monitoring workshop file 2957120493 for changes
[3/15/2025 1:40:09 PM] [Info] Monitoring workshop file 2112631517 for changes
[3/15/2025 1:40:09 PM] [Info] Monitoring workshop file 3279408506 for changes
[3/15/2025 1:40:09 PM] [Info] Monitoring workshop file 3365354195 for changes
[3/15/2025 1:40:09 PM] [Info] Monitoring workshop file 1727733956 for changes
[3/15/2025 1:40:09 PM] [Info] Monitoring workshop file 2833442492 for changes
[3/15/2025 1:40:09 PM] [Info] Monitoring workshop file 2847551833 for changes
[3/15/2025 1:40:09 PM] [Info] Monitoring workshop file 2086493433 for changes
[3/15/2025 1:40:09 PM] [Info] Monitoring workshop file 1731384487 for changes
[3/15/2025 1:40:09 PM] [Info] Monitoring workshop file 877777769 for changes
[3/15/2025 1:40:09 PM] [Info] Monitoring workshop file 2336509758 for changes
[3/15/2025 1:40:09 PM] [Info] Monitoring workshop file 2261970753 for changes
[3/15/2025 1:40:09 PM] [Info] Monitoring workshop file 2710798455 for changes
[3/15/2025 1:40:09 PM] [Info] Monitoring workshop file 1935236838 for changes
[3/15/2025 1:40:09 PM] [Info] Monitoring workshop file 3241496166 for changes
[3/15/2025 1:40:09 PM] [Info] Monitoring workshop file 3323838272 for changes
[3/15/2025 1:40:09 PM] [Info] Monitoring workshop file 3441984831 for changes
[3/15/2025 1:40:09 PM] [Info] Monitoring workshop file 3239968404 for changes
[3/15/2025 1:40:09 PM] [Info] Monitoring workshop file 2564798742 for changes
[3/15/2025 1:40:09 PM] [Info] Loading level: 5%
[3/15/2025 1:40:09 PM] [Error] Object with no asset in region 28, 37: 59360 c8bf36a3-97bd-454d-ad09-eddfdf94d801
[3/15/2025 1:40:09 PM] [Error] Object with no asset in region 28, 37: 59360 c8bf36a3-97bd-454d-ad09-eddfdf94d801
[3/15/2025 1:40:09 PM] [Error] Object with no asset in region 28, 37: 59360 c8bf36a3-97bd-454d-ad09-eddfdf94d801
[3/15/2025 1:40:09 PM] [Error] Object with no asset in region 28, 37: 59360 c8bf36a3-97bd-454d-ad09-eddfdf94d801
[3/15/2025 1:40:09 PM] [Error] Object with no asset in region 28, 37: 59360 c8bf36a3-97bd-454d-ad09-eddfdf94d801
[3/15/2025 1:40:09 PM] [Error] Object with no asset in region 28, 37: 59360 c8bf36a3-97bd-454d-ad09-eddfdf94d801
[3/15/2025 1:40:09 PM] [Error] Object with no asset in region 28, 37: 59360 c8bf36a3-97bd-454d-ad09-eddfdf94d801
[3/15/2025 1:40:09 PM] [Error] Object with no asset in region 28, 37: 59360 c8bf36a3-97bd-454d-ad09-eddfdf94d801
[3/15/2025 1:40:09 PM] [Error] Object with no asset in region 28, 37: 59360 c8bf36a3-97bd-454d-ad09-eddfdf94d801
[3/15/2025 1:40:09 PM] [Error] Object with no asset in region 28, 37: 59360 c8bf36a3-97bd-454d-ad09-eddfdf94d801
[3/15/2025 1:40:09 PM] [Error] Object with no asset in region 28, 37: 59360 c8bf36a3-97bd-454d-ad09-eddfdf94d801
[3/15/2025 1:40:09 PM] [Error] Object with no asset in region 28, 37: 59360 c8bf36a3-97bd-454d-ad09-eddfdf94d801
[3/15/2025 1:40:09 PM] [Error] Object with no asset in region 28, 37: 59360 c8bf36a3-97bd-454d-ad09-eddfdf94d801
[3/15/2025 1:40:09 PM] [Error] Object with no asset in region 28, 37: 59360 c8bf36a3-97bd-454d-ad09-eddfdf94d801
[3/15/2025 1:40:09 PM] [Error] Object with no asset in region 28, 37: 59360 c8bf36a3-97bd-454d-ad09-eddfdf94d801
[3/15/2025 1:40:09 PM] [Error] Object with no asset in region 28, 37: 59360 c8bf36a3-97bd-454d-ad09-eddfdf94d801
[3/15/2025 1:40:09 PM] [Error] Object with no asset in region 28, 37: 59360 c8bf36a3-97bd-454d-ad09-eddfdf94d801
[3/15/2025 1:40:09 PM] [Error] Object with no asset in region 28, 37: 59360 c8bf36a3-97bd-454d-ad09-eddfdf94d801
[3/15/2025 1:40:09 PM] [Error] Object with no asset in region 28, 37: 59360 c8bf36a3-97bd-454d-ad09-eddfdf94d801
[3/15/2025 1:40:09 PM] [Error] Object with no asset in region 28, 37: 59360 c8bf36a3-97bd-454d-ad09-eddfdf94d801
[3/15/2025 1:40:09 PM] [Error] Object with no asset in region 42, 22: 48308 90b2c04b-6854-46e6-8683-937796aef2ad
[3/15/2025 1:40:09 PM] [Error] Object with no asset in region 42, 22: 48308 90b2c04b-6854-46e6-8683-937796aef2ad
[3/15/2025 1:40:09 PM] [Info] Loading level: 10%
[3/15/2025 1:40:09 PM] [Info] Loading level: 15%
[3/15/2025 1:40:09 PM] [Info] Loading level: 21%
[3/15/2025 1:40:09 PM] [Info] Loading level: 26%
[3/15/2025 1:40:09 PM] [Info] Loading level: 31%
[3/15/2025 1:40:09 PM] [Info] Loading level: 36%
[3/15/2025 1:40:09 PM] [Info] Loading level: 42%
[3/15/2025 1:40:09 PM] [Info] Loading level: 47%
[3/15/2025 1:40:09 PM] [Info] Loading level: 52%
[3/15/2025 1:40:09 PM] [Info] Loading level: 57%
[3/15/2025 1:40:12 PM] [Info] Loading level: 63%
[3/15/2025 1:40:12 PM] [Info] Loading level: 68%
[3/15/2025 1:40:12 PM] [Info] Loading level: 73%
[3/15/2025 1:40:12 PM] [Info] Loading level: 89%
[3/15/2025 1:40:12 PM] [Info] Loading level: 94%
[3/15/2025 1:40:12 PM] [Info] //////////////////////////////////////////////////////
[3/15/2025 1:40:12 PM] [Info] Server Code: 85568392933336883
[3/15/2025 1:40:12 PM] [Info] Your friends can enter this code in the Connect Directly menu to join without port forwarding.
[3/15/2025 1:40:12 PM] [Info] Tip: Use the “CopyServerCode” command to copy the code to your clipboard. Alternatively, in most terminals you can highlight it and press Ctrl+Insert to copy.
[3/15/2025 1:40:12 PM] [Info] //////////////////////////////////////////////////////
[3/15/2025 1:40:12 PM] [Info] Loading level: 100%
[3/15/2025 1:40:44 PM] [Info] Connecting: PlayerID: 76561199161663648 Name: Артем Вибратор Character: [GOD] Артем Вибратор
[3/15/2025 1:40:56 PM] [Info] [World] [GOD] Артем Вибратор [Артем Вибратор]: “/ban”
[3/15/2025 1:40:56 PM] [Error] Failed to find parameters in format [SteamID | Player]/[Reason]/[Duration].
[3/15/2025 1:41:03 PM] [Info] [World] [GOD] Артем Вибратор [Артем Вибратор]: “/ban артемка 12412”
[3/15/2025 1:41:03 PM] [Error] Failed to find anyone called артемка 12412.
[3/15/2025 1:41:22 PM] [Info] [World] [GOD] Артем Вибратор [Артем Вибратор]: “/ban артемка 12412”
[3/15/2025 1:41:22 PM] [Error] Failed to find anyone called артемка 12412.
[3/15/2025 1:43:04 PM] [Info] [World] [GOD] Артем Вибратор [Артем Вибратор]: “/ban артемка 12412”
[3/15/2025 1:43:04 PM] [Error] Failed to find anyone called артемка 12412.
[3/15/2025 1:43:06 PM] [Info] [World] [GOD] Артем Вибратор [Артем Вибратор]: “/ban артемка 12412”
[3/15/2025 1:43:06 PM] [Error] Failed to find anyone called артемка 12412.
[3/15/2025 1:43:09 PM] [Info] [World] [GOD] Артем Вибратор [Артем Вибратор]: “/ban артемка 12412”
[3/15/2025 1:43:09 PM] [Error] Failed to find anyone called артемка 12412.
[3/15/2025 1:45:05 PM] [Info] [World] [GOD] Артем Вибратор [Артем Вибратор]: “/ban Артемка aim 2000”
[3/15/2025 1:45:05 PM] [Error] Failed to find anyone called Артемка aim 2000.
[3/15/2025 1:46:14 PM] [Info] [World] [GOD] Артем Вибратор [Артем Вибратор]: “/ban Артемка aim 2000”
[3/15/2025 1:46:14 PM] [Error] Failed to find anyone called Артемка aim 2000.
[3/15/2025 1:47:05 PM] [Info] [World] [GOD] Артем Вибратор [Артем Вибратор]: “/ban Артем aim 2000”
[3/15/2025 1:47:05 PM] [Error] Failed to find anyone called Артем aim 2000.
[3/15/2025 1:47:09 PM] [Info] [World] [GOD] Артем Вибратор [Артем Вибратор]: “/ban Артем aim 2000”
[3/15/2025 1:47:09 PM] [Error] Failed to find anyone called Артем aim 2000.
[3/15/2025 1:48:18 PM] [Info] [World] [GOD] Артем Вибратор [Артем Вибратор]: “/ban Артем cheat 2000”
[3/15/2025 1:48:18 PM] [Error] Failed to find anyone called Артем cheat 2000.
[3/15/2025 1:49:55 PM] [Info] [World] [GOD] Артем Вибратор [Артем Вибратор]: “/ban”
[3/15/2025 1:49:55 PM] [Error] Failed to find parameters in format [SteamID | Player]/[Reason]/[Duration].
[3/15/2025 1:50:13 PM] [Info] [World] [GOD] Артем Вибратор [Артем Вибратор]: “/ban Артем cheat 2000”
[3/15/2025 1:50:13 PM] [Error] Failed to find anyone called Артем cheat 2000.
[3/15/2025 1:50:46 PM] [Info] [World] [GOD] Артем Вибратор [Артем Вибратор]: “/ban Артем”
[3/15/2025 1:50:46 PM] [Info] Successfully permabanned 76561199161663648!
[3/15/2025 1:53:48 PM] [Info] Connecting: PlayerID: 76561199161663648 Name: Артем Вибратор Character: [GOD] Артем Вибратор
[3/15/2025 1:54:09 PM] [Info] [World] [GOD] Артем Вибратор [Артем Вибратор]: “/ban Артем 2000”
[3/15/2025 1:54:09 PM] [Error] Failed to find anyone called Артем 2000.
[3/15/2025 1:54:17 PM] [Info] [World] [GOD] Артем Вибратор [Артем Вибратор]: “/ban Артем cheat”
[3/15/2025 1:54:17 PM] [Error] Failed to find anyone called Артем cheat.
[3/15/2025 1:54:29 PM] [Info] [World] [GOD] Артем Вибратор [Артем Вибратор]: “/ban Артем sosal”
[3/15/2025 1:54:29 PM] [Error] Failed to find anyone called Артем sosal.
[3/15/2025 1:54:33 PM] [Info] [World] [GOD] Артем Вибратор [Артем Вибратор]: “/ban Артем l”
[3/15/2025 1:54:34 PM] [Error] Failed to find anyone called Артем l.
[3/15/2025 1:59:49 PM] [Info] Disconnecting: PlayerID: 76561199161663648 Name: Артем Вибратор Character: [GOD] Артем Вибратор
if something else needs to be provided I am ready, I also bought another plugin AdminUtility
I thought that they conflict but this is not so.
The Rocket log is incomplete. It doesn’t include the moment when the plugins are being loaded. Are you using openmod? If, so please send the openmod log too. Please attach it as file.
In case you are using the openmod it might be the reason why ban command doesn’t work, because it is being overriden by some openmod plugin or openmod itself. Please attach a screenshots of chat message you get when you execute /ban command.
I have openmod installed on the server
but I don’t use it because I have rocket and I install all the plugins in Rocket.
I can’t attach the openmod log file, it says “Uploading files of this type is not allowed”
the first screenshot is before sending /ban
the second screenshot is after sending /ban
maybe you also need to show the logs after this??
I added Rocket.log
[3/15/2025 3:47:29 PM] [Info] Connecting: PlayerID: 76561199161663648 Name: Артем Вибратор Character: [GOD] Артем Вибратор
[3/15/2025 3:52:02 PM] [Info] [World] [GOD] Артем Вибратор [Артем Вибратор]: “/ban”
[3/15/2025 3:52:02 PM] [Error] Failed to find parameters in format [SteamID | Player]/[Reason]/[Duration].
[3/15/2025 3:52:10 PM] [Info] [World] [GOD] Артем Вибратор [Артем Вибратор]: “/ban”
[3/15/2025 3:52:10 PM] [Error] Failed to find parameters in format [SteamID | Player]/[Reason]/[Duration].
In openmod there seem to be no errors in the logs that are related to /ban
I found something in the openmod logs, take a look
[2025-02-17 10:11:47 INF][RocketMod] [registered] /rflush (Rocket.Core.Commands.CommandRFlush/rflush)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /rkick (Rocket.Core.Commands.CommandRKick/rkick)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /rwho (Rocket.Core.Commands.CommandRWho/rwho)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /admins (Rocket.Unturned.Commands.UnturnedCommands/admins)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /airdrop (Rocket.Unturned.Commands.UnturnedCommands/airdrop)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /animal (Rocket.Unturned.Commands.UnturnedCommands/animal)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /ban (Rocket.Unturned.Commands.UnturnedCommands/ban)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /bans (Rocket.Unturned.Commands.UnturnedCommands/bans)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /bind (Rocket.Unturned.Commands.UnturnedCommands/bind)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /chatrate (Rocket.Unturned.Commands.UnturnedCommands/chatrate)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /cheats (Rocket.Unturned.Commands.UnturnedCommands/cheats)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /copyfakeip (Rocket.Unturned.Commands.UnturnedCommands/copyfakeip)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /copyservercode (Rocket.Unturned.Commands.UnturnedCommands/copyservercode)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /cycle (Rocket.Unturned.Commands.UnturnedCommands/cycle)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /day (Rocket.Unturned.Commands.UnturnedCommands/day)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /debug (Rocket.Unturned.Commands.UnturnedCommands/debug)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /effectui (Rocket.Unturned.Commands.UnturnedCommands/effectui)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /experience (Rocket.Unturned.Commands.UnturnedCommands/experience)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /filter (Rocket.Unturned.Commands.UnturnedCommands/filter)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /flag (Rocket.Unturned.Commands.UnturnedCommands/flag)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /gamemode (Rocket.Unturned.Commands.UnturnedCommands/gamemode)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /give (Rocket.Unturned.Commands.UnturnedCommands/give)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /gold (Rocket.Unturned.Commands.UnturnedCommands/gold)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /gslt (Rocket.Unturned.Commands.UnturnedCommands/gslt)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /hide_admins (Rocket.Unturned.Commands.UnturnedCommands/hide_admins)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /kick (Rocket.Unturned.Commands.UnturnedCommands/kick)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /kill (Rocket.Unturned.Commands.UnturnedCommands/kill)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /loadout (Rocket.Unturned.Commands.UnturnedCommands/loadout)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /log (Rocket.Unturned.Commands.UnturnedCommands/log)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /logmemoryusage (Rocket.Unturned.Commands.UnturnedCommands/logmemoryusage)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /logtransportconnections (Rocket.Unturned.Commands.UnturnedCommands/logtransportconnections)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /map (Rocket.Unturned.Commands.UnturnedCommands/map)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /maxplayers (Rocket.Unturned.Commands.UnturnedCommands/maxplayers)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /mode (Rocket.Unturned.Commands.UnturnedCommands/mode)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /modules (Rocket.Unturned.Commands.UnturnedCommands/modules)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /name (Rocket.Unturned.Commands.UnturnedCommands/name)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /night (Rocket.Unturned.Commands.UnturnedCommands/night)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /npcevent (Rocket.Unturned.Commands.UnturnedCommands/npcevent)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /owner (Rocket.Unturned.Commands.UnturnedCommands/owner)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /password (Rocket.Unturned.Commands.UnturnedCommands/password)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /permit (Rocket.Unturned.Commands.UnturnedCommands/permit)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /permits (Rocket.Unturned.Commands.UnturnedCommands/permits)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /perspective (Rocket.Unturned.Commands.UnturnedCommands/perspective)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /players (Rocket.Unturned.Commands.UnturnedCommands/players)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /port (Rocket.Unturned.Commands.UnturnedCommands/port)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /pve (Rocket.Unturned.Commands.UnturnedCommands/pve)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /quest (Rocket.Unturned.Commands.UnturnedCommands/quest)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /queue_size (Rocket.Unturned.Commands.UnturnedCommands/queue_size)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /reload (Rocket.Unturned.Commands.UnturnedCommands/reload)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /reputation (Rocket.Unturned.Commands.UnturnedCommands/reputation)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /resetconfig (Rocket.Unturned.Commands.UnturnedCommands/resetconfig)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /save (Rocket.Unturned.Commands.UnturnedCommands/save)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /say (Rocket.Unturned.Commands.UnturnedCommands/say)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /scheduledshutdowninfo (Rocket.Unturned.Commands.UnturnedCommands/scheduledshutdowninfo)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /setnpcspawn (Rocket.Unturned.Commands.UnturnedCommands/setnpcspawn)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /shutdown (Rocket.Unturned.Commands.UnturnedCommands/shutdown)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /slay (Rocket.Unturned.Commands.UnturnedCommands/slay)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /spy (Rocket.Unturned.Commands.UnturnedCommands/spy)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /sync (Rocket.Unturned.Commands.UnturnedCommands/sync)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /teleport (Rocket.Unturned.Commands.UnturnedCommands/teleport)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /time (Rocket.Unturned.Commands.UnturnedCommands/time)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /timeout (Rocket.Unturned.Commands.UnturnedCommands/timeout)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /togglenpccutscenemode (Rocket.Unturned.Commands.UnturnedCommands/togglenpccutscenemode)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /unban (Rocket.Unturned.Commands.UnturnedCommands/unban)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /unlocknpcachievement (Rocket.Unturned.Commands.UnturnedCommands/unlocknpcachievement)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /unpermit (Rocket.Unturned.Commands.UnturnedCommands/unpermit)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /vehicle (Rocket.Unturned.Commands.UnturnedCommands/vehicle)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /votify (Rocket.Unturned.Commands.UnturnedCommands/votify)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /weather (Rocket.Unturned.Commands.UnturnedCommands/weather)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /welcome (Rocket.Unturned.Commands.UnturnedCommands/welcome)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /whitelisted (Rocket.Unturned.Commands.UnturnedCommands/whitelisted)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /more (Rocket.Unturned.Commands.CommandMore/more)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /admin (Rocket.Unturned.Commands.CommandAdmin/admin)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /broadcast (Rocket.Unturned.Commands.CommandBroadcast/broadcast)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /compass (Rocket.Unturned.Commands.CommandCompass/compass)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /effect (Rocket.Unturned.Commands.CommandEffect/effect)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /exit (Rocket.Unturned.Commands.CommandExit/exit)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /god (Rocket.Unturned.Commands.CommandGod/god)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /heal (Rocket.Unturned.Commands.CommandHeal/heal)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /help (Rocket.Unturned.Commands.CommandHelp/help)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /home (Rocket.Unturned.Commands.CommandHome/home)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /i (Rocket.Unturned.Commands.CommandI/i)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /item (Rocket.Unturned.Commands.CommandI/item)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /investigate (Rocket.Unturned.Commands.CommandInvestigate/investigate)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /p (Rocket.Unturned.Commands.CommandP/p)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /permissions (Rocket.Unturned.Commands.CommandP/permissions)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /rocket (Rocket.Unturned.Commands.CommandRocket/rocket)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /tp (Rocket.Unturned.Commands.CommandTp/tp)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /tphere (Rocket.Unturned.Commands.CommandTphere/tphere)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /unadmin (Rocket.Unturned.Commands.CommandUnadmin/unadmin)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /v (Rocket.Unturned.Commands.CommandV/v)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /vanish (Rocket.Unturned.Commands.CommandVanish/vanish)
[2025-02-17 10:11:47 INF][OpenMod.Unturned.RocketMod.RocketModIntegration] RocketMod is ready
[2025-02-17 10:11:47 INF][OpenMod.Core.Rcon.Tcp.BaseTcpRconHost] RocketModRconHost started listening on 0.0.0.0:25744
It uses and registers the vanilla /ban
and /bans
command instead of Moderation.
[2025-02-17 10:11:47 INF][RocketMod] [registered] /ban (Rocket.Unturned.Commands.UnturnedCommands/ban)
[2025-02-17 10:11:47 INF][RocketMod] [registered] /bans (Rocket.Unturned.Commands.UnturnedCommands/bans)
This is a typical response from Vanilla ban and bans commands:
[3/15/2025 1:49:55 PM] [Info] [World] [GOD] Артем Вибратор [Артем Вибратор]: “/ban”
[3/15/2025 1:49:55 PM] [Error] Failed to find parameters in format [SteamID | Player]/[Reason]/[Duration].
[3/15/2025 1:50:13 PM] [Info] [World] [GOD] Артем Вибратор [Артем Вибратор]: “/ban Артем cheat 2000”
[3/15/2025 1:50:13 PM] [Error] Failed to find anyone called Артем cheat 2000.
[3/15/2025 1:50:46 PM] [Info] [World] [GOD] Артем Вибратор [Артем Вибратор]: “/ban Артем”
[3/15/2025 1:50:46 PM] [Info] Successfully permabanned 76561199161663648!
Normally the plugin should override these commands, but in your case it doesn’t work. Uninstall openmod if you don’t use it, delete Commands.config.xml file again and restart your server.
the bans worked, but only after removing openmod did Extended Tpa stop working for me
I completely removed openmod and reinstalled TPA, removed Commandsbat, TPA worked for me, but bans stopped working
все работает
я починил
Ok ️