-
Posts
80 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by SiCkNeSs
-
try this out with the new version that was uploaded. i just tested it between 2 of my carbon dev servers with the same file list, and its working
-
Changed Status from Pending to Fixed Changed Fixed In to 1.0.4
-
i was able to reproduce this. i added a couple extra checks in for validating what directory it is in before deleting
-
what is your full config (without your credentials)
-
I will check this today to see if there is some file handling issue going on
-
Version 1.0.0
5 downloads
Introducing the RankEval Azuriom plugin. The ultimate solution for seamlessly integrating your Azuriom website with RankEval.gg. This plugin is designed to bring flexibility and control directly to your fingertips through the Azuriom admin dashboard. Key Features: Server Management: Easily add, edit, or delete servers directly from the dashboard, without having to edit a single file. Customizable Leaderboard Display: Tailor the look and feel of your leaderboards by editing the display CSS right from the dashboard. Easily customize your leaderboards to match your branding and help it seemlessly fit in. Elevate your Rust community's experience and leaderboard management with the RankEval Azuriom plugin. Enjoy a user-friendly interface and customizable experience—all in one convenient package. If you have any questions or need assistance, please either DM me, or leave a message in support/discussion NOTE: Only English language is currently supplied. New languages can be added by going into the "plugins/rankeval/resources/lang/" directory, making a copy of the directory "en" and renaming the new directory to the correct language code. You can then edit the admin.php and messages.php files to change the language keys Installation Instructions Step 1) Upload the procvided .zip file to the home directory of your Azuriom installation Step 2) Unzip the file (the directory structure is already created, so no guessing where to place it) Step 3) Log into your Azuriom dashboard and browse to the "Plugins" page Step 4) Enable the Rankeval Leaderboards, this will now create links on the admin nav bar Step 5) Click Server Settings under the Rankeval Leaderboards dropdown Step 6) Add your servers that are linked to RankEval Step 7) Modify the Display Settings Step 8A) Add the link to your nav bar B) Go to Settings -> Navbar C) Click Add D) Fill in the name E) Type -> Plugin F) Link -> Rankeval Leaderboards$10.00- 1 review
-
- #rankeval
- #leaderboard
-
(and 3 more)
Tagged with:
-
- 17 comments
-
even had the issue on oxide. looks like its failing the resizeimage step (seems to be failing at return resizedStream.ToArray(); and failing the CRC comparison check on line 623. if (signData.sign == null || signData.sign.GetContentCRCs.Length < 1 || signData.sign.GetContentCRCs[signData.textureIndex] != signData.crc) removing crc comparison and early returning the resize method with just the supplied images bytes and it all works properly
- 7 comments
-
- #auto sign moderation
- #autosignmoderation
- (and 21 more)
-
i fixed this issue with the space breaking the video. the "all" parameter has safe checks, and will only show to people that are in a safezone, or inside of a building they are tc authorized in, and are not mounted etc. the "allunsafe" will show to anyone, regardless if they are in a safe position or not
- 17 comments
-
- 17 comments
-
https://codefling.com/files/support/17505-keylock-issue-sometimes-if-owner-logs-outcrashes/ This issue still happens, and can be replicated the same way: Player 1 builds base with keylocks Player 1 dies Player 1 logs out while dead Player 2 cannot access the keylocks the issue seems to arise from the following: private bool CheckPlayerHasShareLocksWithClanTeamEnabled(ulong steamID) { if (!steamID.IsSteamId()) return false; var player = BasePlayer.FindAwakeOrSleeping(steamID.ToString()); if (player == null || player.IsNpc) return false; return GetAutoLockPlayerSettingsData(player).ShareLocksWithClanTeamEnabled; } as when the player is dead and offline, they are not in the FindAwakeOrSleeping list I have changed it to check iplayer list, which includes offline/dead players, and then if that is not null, convert it to a usable baseplayer to pass through to get the player settings. dont know if this is the way you want to go about it, but was letting you know that the issue does not persist with this fix private bool CheckPlayerHasShareLocksWithClanTeamEnabled(ulong steamID) { if (!steamID.IsSteamId()) return false; var player = covalence.Players.FindPlayer(steamID.ToString()); if (player == null) return false; var basePlayer = player.Object as BasePlayer; if (basePlayer.IsNpc) return false; return GetAutoLockPlayerSettingsData(basePlayer).ShareLocksWithClanTeamEnabled; }
-
Great plugin with alot of customization. allows you to protect lots of extra entities with locks to prevent them from being stolen (perfect for PVE servers). Using this plugin has allowed us to eliminate 3 separate plugins. The addition of AutoLock-ing and the UI addition for setting/changing master and guest code has been a lifesaver The developer is extremely responsive, and answers questions and fixes bugs extremely fast. Highly recommend this locking plugin for anyone else looking for a high quality locking plugin.
- 164 comments
-
- 1
-
-
- #carbon
- #oxide
-
(and 52 more)
Tagged with:
- #carbon
- #oxide
- #security
- #automation
- #locking
- #vehicles
- #deployables
- #furnaces
- #mining
- #quarries
- #construction
- #doors
- #protection
- #weapons
- #turrets
- #storage
- #customization
- #admin
- #utilities
- #access
- #teams
- #door closer
- #auto closing
- #auto lock
- #code lock
- #key lock
- #lock everything
- #windows
- #windows lock
- #wood shutters lock
- #medieval
- #medieval entities
- #mounted ballista
- #battering ram
- #catapult
- #siege tower
- #ballista
- #medieval large wood box
- #farm
- #farming
- #farm lock
- #farming lock
- #triangle planter box
- #triangle rail road planter
- #single plant pot
- #beehive
- #chicken coop
- #cooking workbench
- #engineering workbench
- #hopper
- #abyss horizontal storage tank
- #abyss vertical storage tank
- #black box
- #flight control codelock
-
i seem to have narrowed this issue down to only keylocks, it is easy to reproduce: Step 1) make sure the locks are set to share with team Step 2) Player 1 places a keylock on an item (doors, boxes) Step 3) Player 1 F1 kill's, and then presses escape and disconnect Step 4) Player 2 cannot open the keylocks placed by Player 1 (codelocks still work), they get the "It is blocked..." error Using Clans reborn as the clans plugin on the server
-
https://umod.org/plugins/craft-car-chassis vehicles crafted at vehicle lifts using this plugin spawn as a bare chassis, with the following entity names: private const string ChassisPrefab2 = "assets/content/vehicles/modularcar/car_chassis_2module.entity.prefab"; private const string ChassisPrefab3 = "assets/content/vehicles/modularcar/car_chassis_3module.entity.prefab"; private const string ChassisPrefab4 = "assets/content/vehicles/modularcar/car_chassis_4module.entity.prefab"; and are not lockable with ultimatelocker
-
Version 1.0.3
79 downloads
Designed for ease of use and efficiency, allowing you to check authorized players directly from in-game chat, the console, or RCON without any complicated setup. No configuration is needed—just upload the plugin, assign the necessary permissions, and you're ready to go. Checking who is authorized on a tugboat is now as simple as a quick command. Key Features: User-Friendly: Easy to use with no complicated setup—perfect for server admins of all experience levels. Versatile Access: Manage player authorizations from in-game chat, the console, or RCON. Permission-Based Control: Ensure that only authorized players have access to tugboats. No Configuration Required: Simply upload the plugin, add permissions, and you're all set. Quick Authorization Checks: Effortlessly check who is authorized on a tugboat with a simple command. Permission: tugauth.use Sample Commands: From ingame chat: /tugauth ^This scans the closest tugboat to your position From ingame console: tugauth ^This scans the closest tugboat to your position tugauth 1250 1 369 ^This scans for the closest tugboat at the provided coordinates From RCON: tugauth 1250 1 369 ^This scans for the closest tugboat at the provided coordinatesFree -
- 17 comments
-
yes. testing now also. removing the line mentioned by @nivex @2748 fixes it the issue. im guessing because the RaidableBases locks spawn with no SteamID owner
-
with UltimateLocker loaded, you can double press E to open locked crates. diagnosed by testing purchased base with UltimateLocker DISABLED: locked boxes work as expected, cannot open them ENABLE UltimateLocker (can do it with base already spawned) You can double press E to open locked boxes if UltimateLocker is enabled when base spawns, you can open boxes with double press E
-
Changed Status from Pending to Closed
-
Bro i dont have a Pterodactyl server wth
SiCkNeSs replied to GooberGrape's Support Request in Support
Changed Status from Pending to Closed Changed Fixed In to 1.0.1 -
https://botreaper.com/cart.php?a=confproduct&i=1 i have tested it on the base configuration of the python bod you will need to upload the rustsyncbot.zip, un-archive it then go to Startup on the top, scroll down and find "App py file" and change it from app.py to main.py
-
Hi there, this tool is for syncing your files across multiple servers: for example, you have a server that is mirrored to europe (same plugins and setup etc, but for EU players instead of NA players) if you have the plugins directory monitored, when you upload load a new plugin to the main server (Server_1) it will automatically copy the files over after the interval time. This allows you to only have to worry about making changes to 1 of your servers, and then having it sync automatically. You could also have it sync your admin users file so that its the same across your servers. The bot only needs to be installed on 1 server, and connects over SFTP to access and transfer files between the servers. if you have multiple pairs of servers, for example: vanilla US and vanilla EU 2x US and 2x EU 10x US and 10x EU you just need to make 1 configuration file for each pair of servers
- 2 comments
-
- #sync
- #pterodactyl egg
-
(and 7 more)
Tagged with:
-
Changed Status from Pending to Closed Changed Fixed In to 1.0.6
-
thank you :). if you have any other issues, questions, etc, just let me know
-
hey there Lukas, the command is setup as a console command (needs to be typed either from the RCON console, or from the F1 console), there is no chat command variant setup (this will be added in the next planned update though) as for the "command already exists" this pops up if the plugin is reloaded, because the command is already associated from the previous load try typing that command: adminvideo luckylooter rickroll into either RCON, or your F1 terminal (you need to make sure you have permissions added if you type it from the F1 console) give that a try, and get back to me