-
Posts
45 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by synvy
-
Try now to see if it's compiling.
-
Try it now. My apologies.
-
I've added the following check: var playerId = FindPlayerByUserID(player.UserIDString); if (turret.authorizedPlayers.Count > 0 || playerId != turret.OwnerID) { PrintWarningMessage(player, "AuthorizedWarning"); return false; } Let me know if it's working. I do not have the ability to test it at the moment.
-
Is the "Restrict Turrets" option enabled in the config? Do you and your friend both have the permission?
-
Version 1.0.1
23 downloads
Allows players with permission to instantly revive other players! Permissions instantrevive.use Configuration { "Require item": true, "Item skin ID": 0, "Use item on revive": true, "Revive item (shortname)": "syringe.medical", "Health after revive": 25.0, "Bleed after revive": 0.0, "Use revive effects": true, "Revive effect": "assets/prefabs/locks/keypad/effects/lock.code.shock.prefab" }$5.00 -
Version 2.0.4
159 downloads
A lightweight plugin that disables various teaming methods to restrict players to solo gameplay. Now featuring an automated warning system with kick/ban abilities! Permissions soloenforcement.enforce Configuration { "Restrict tool cupboards" : true, "Require destruction of tool cupboards": true, "Ignore tool cupboard restrictions on decaying bases": true, "Restrict turrets": true, "Restrict sleeping bags & beds": true, "Restrict team creation": true, "Restrict codelock & keylock crafting": true, "Discord webhook URL": "https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks", "Discord message color": 9109504, "Log tool cupboard alerts to discord": false, "Log turret alerts to discord": false, "Log respawn alerts to discord": false, "Log revive alerts to discord": false, "Log team alerts to discord": false, "Log craft alerts to discord": false, "Log auto kicks/bans from warning system to discord": false, "Show violation messages to players in chat": true, "Use automatic warning system": false, "Maximum warnings": 3, "Show popup on warning": false, "Warning popup time (seconds)": 5, "Ban after maximum warnings (will kick otherwise)": false, "Use temporary bans for warning system (must have ban after maximum warnings enabled)": false, "Temporary ban time (seconds) - default is 24 hours": 86400, "Administer warning for tool cupboard violations": false, "Administer warning for turret authorization violations": false, "Administer warning for turret assign violations": false, "Administer warning for respawn violations": false, "Administer warning for revive violations": false, "Administer warning for team violations": false, "Administer warning for crafting violations": false } Localization { "Discord_Title" = "Solo Enforcement", "Discord_Alert_Tool_Cupboard" = "{player1} ({player1_id}) attempted to authorize on an already claimed tool cupboard!", "Discord_Alert_Turret_Authorize" = "{player1} ({player1_id}) attempted to authorize on an already claimed auto turret!", "Discord_Alert_Turret_Assign" = "{player1} ({player1_id}) attempted to assign {player2} ({player2_id}) to their auto turret!", "Discord_Alert_Respawn_Assign" = "{player1} ({player1_id}) attempted to assign their sleeping bag/bed to {player2} ({player2_id})!", "Discord_Alert_Respawn_Public" = "{player1} ({player1_id}) attempted to set their bed to public!", "Discord_Alert_Revive" = "{player1} ({player1_id}) revived {player2} ({player2_id})!", "Discord_Alert_Team_Create" = "{player1} ({player1_id}) attempted to create a team!", "Discord_Alert_Craft" = "{player1} ({player1_id}) attempted to craft a keylock/codelock!", "Discord_Alert_Auto_Kick" = "{player1} ({player1_id}) was auto-kicked from the server for too many teaming violations!", "Discord_Alert_Auto_Ban" = "{player1} ({player1_id}) was auto-banned from the server for too many teaming violations!", "Chat_Message_Tool_Cupboard" = "Another player is already authorized on this tool cupboard!", "Chat_Message_Turret_Authorize" = "Another player is already authorized on this auto turret!", "Chat_Message_Turret_Assign" = "You are not allowed to assign other players to your auto turret!", "Chat_Message_Respawn_Assign" = "You are not allowed to assign your sleeping bag/bed to another player!", "Chat_Message_Respawn_Public" = "You are not allowed to set your bed to public!", "Chat_Message_Team_Create" = "Teams have been disabled on this server!", "Chat_Message_Craft" = "Crafting for this item has been disabled!", "Auto_Kick_Message" = "Too many teaming violations detected (auto kick).", "Auto_Ban_Message" = "Too many teaming violations detected (auto ban).", "Warning_Popup" = "Warning {0}/{1}" }$15.00 -
Version 1.1.2
117 downloads
Allows players with permission to shoot rockets from any weapon of their choice! List of rocket prefabs: assets/prefabs/ammo/rocket/rocket_basic.prefab (this is the default) assets/prefabs/ammo/rocket/rocket_fire.prefab assets/prefabs/ammo/rocket/rocket_hv.prefab assets/prefabs/ammo/rocket/rocket_smoke.prefab A list of Rust item shortnames can be found here. Permissions ubergun.use Configuration { "Uber weapon (shortname)": "snowballgun", "Unlimited ammo": true, "Unlimited durability": true, "Rocket speed (higher = faster)": 250, "Rocket damage": 100.0, "Rocket type (prefab)": "assets/prefabs/ammo/rocket/rocket_basic.prefab" }$1.99 -
I cannot get images to load VIA image ID (taken from ImageLibrary data file). Just shows up as a white square.