-
Posts
196 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by supreme
-
Version 1.0.0
58 downloads
Sends a discord message when booting the server after a crash, letting everyone know what happened Configuration: { "Discord Configuration": { "Webhook Url": "https://support.discordapp.com/hc/en-us/articles/228383668-Intro-to-Webhooks", "Message Text": "@everyone", "Bot Name": "Bot Name", "Bot Image": "https://yt3.ggpht.com/ytc/AKedOLQc1OCf9gztVmcVnmI_41uN9axrRP8wd4a-GflFRQ=s900-c-k-c0x00ffffff-no-rj", "Author Name": "Author Name", "Author Image": "https://yt3.ggpht.com/ytc/AKedOLQc1OCf9gztVmcVnmI_41uN9axrRP8wd4a-GflFRQ=s900-c-k-c0x00ffffff-no-rj", "Title Text": "Server Name", "Description Text": "Description Text", "Field Title Text": "Field Title Text", "Field Text": "The server lost {0} of data", "Footer Text": "Footer Text", "Footer Image": "https://yt3.ggpht.com/ytc/AKedOLQc1OCf9gztVmcVnmI_41uN9axrRP8wd4a-GflFRQ=s900-c-k-c0x00ffffff-no-rj", "Thumbnail": "https://yt3.ggpht.com/ytc/AKedOLQc1OCf9gztVmcVnmI_41uN9axrRP8wd4a-GflFRQ=s900-c-k-c0x00ffffff-no-rj", "Embed Color": "#ce422b" }$5.00 -
- 69 comments
-
- #rust
- #rust plugin
- (and 9 more)
-
Changed Status from Pending to Closed
-
Make sure you are using the latest Remover Tool, the plugin does not allow remover tool to remove the stacked chests
-
Changed Status from Pending to Closed
-
Changed Status from Pending to Closed Changed Fixed In to 1.2.8
-
Will be soon fixed, thank you
-
The same as you would spawn the drone marketplace if the sea platform has a prefab that you can use
-
Version 1.0.0
36 downloads
Custom Store Items allows you to give any custom item you want to your players via a command Command: customstoreitems.give playerName/playerId Usable/Deployable skinId amount name Example: customstoreitems.give supreme Deployable 1856165291 1 "Scrap Helicopter" customstoreitems.give supreme Usable 2307929123 1 "VIP 30 Days" The command can be used in Server Rewards/Tebex or via console in order to give the custom item to any player! You can create a custom item that can be either placed or used/consumed, both can trigger a special command After creating the item with a specified skin id you will have to add it to the configuration Configuration: { "Deploy effect when deploying the custom item": "assets/prefabs/misc/halloween/lootbag/effects/loot_bag_upgrade.prefab", "Unwrap effect when unwrapping the custom item": "assets/prefabs/misc/halloween/lootbag/effects/gold_open.prefab", "Custom Items (Skin Id and their settings)": { "1": { "Custom Item Reward Type (Default/Spawn)": "Default", "Command to run after using the custom item (Leave empty if not needed)": "sr add {playerId} 100", "Item to spawn (Prefab) (Only works if the Item Reward Type is set to Spawn)": "" }, "1594245394": { "Custom Item Reward Type (Default/Spawn)": "Spawn", "Command to run after using the custom item (Leave empty if not needed)": "", "Item to spawn (Prefab) (Only works if the Item Reward Type is set to Spawn)": "assets/bundled/prefabs/static/recycler_static.prefab" }, "1856165291": { "Custom Item Reward Type (Default/Spawn)": "Spawn", "Command to run after using the custom item (Leave empty if not needed)": "", "Item to spawn (Prefab) (Only works if the Item Reward Type is set to Spawn)": "assets/content/vehicles/scrap heli carrier/scraptransporthelicopter.prefab" } } } Language: { "Unwrap": "You have unwrapped <color=#acfa58>{0}</color>!", "Deploy": "You have successfully deployed <color=#acfa58>{0}</color>!", "ReceivedItem": "You have received <color=#acfa58>{0}</color>!" }$10.00 -
Changed Status from Pending to Closed
-
This issue has been ongoing since the release for some servers, not all of them and I was never able to replicate it on my server even with debug added for some server owners that had the same issue
-
Changed Status from Pending to Closed
-
Use right click
-
Reload the plugin after granting the permission
-
Version 1.0.5
44 downloads
Allows admins to spawn entities in different monuments. Setup your entities and positions once and you will have them spawn on every map no matter the seed or size in the desired monument! Commands: /getmonumentpos (Requires admin access) Use the command to get the proper position within the monument, rotation wise pick any value until you have the desired entity's position Configuration: { "Monument name & their entities": { "assets/bundled/prefabs/autospawn/monument/harbor/harbor_1.prefab": [ { "IsEnabled": false, "Prefab": "Example: assets/prefabs/misc/marketplace/marketplace.prefab (More at: https://www.corrosionhour.com/rust-prefab-list/)", "Position": { "x": 0.0, "y": 0.0, "z": 0.0 }, "Rotation": 0.0 }, { "IsEnabled": false, "Prefab": "Example: assets/prefabs/misc/marketplace/marketplace.prefab (More at: https://www.corrosionhour.com/rust-prefab-list/)", "Position": { "x": 0.0, "y": 0.0, "z": 0.0 }, "Rotation": 0.0 } ], "assets/bundled/prefabs/autospawn/monument/harbor/harbor_2.prefab": [ { "IsEnabled": false, "Prefab": "Example: assets/prefabs/misc/marketplace/marketplace.prefab (More at: https://www.corrosionhour.com/rust-prefab-list/)", "Position": { "x": 0.0, "y": 0.0, "z": 0.0 }, "Rotation": 0.0 }, { "IsEnabled": false, "Prefab": "Example: assets/prefabs/misc/marketplace/marketplace.prefab (More at: https://www.corrosionhour.com/rust-prefab-list/)", "Position": { "x": 0.0, "y": 0.0, "z": 0.0 }, "Rotation": 0.0 } ], "assets/bundled/prefabs/autospawn/monument/fishing_village/fishing_village_a.prefab": [ { "IsEnabled": false, "Prefab": "Example: assets/prefabs/misc/marketplace/marketplace.prefab (More at: https://www.corrosionhour.com/rust-prefab-list/)", "Position": { "x": 0.0, "y": 0.0, "z": 0.0 }, "Rotation": 0.0 }, { "IsEnabled": false, "Prefab": "Example: assets/prefabs/misc/marketplace/marketplace.prefab (More at: https://www.corrosionhour.com/rust-prefab-list/)", "Position": { "x": 0.0, "y": 0.0, "z": 0.0 }, "Rotation": 0.0 } ], "assets/bundled/prefabs/autospawn/monument/fishing_village/fishing_village_b.prefab": [ { "IsEnabled": false, "Prefab": "Example: assets/prefabs/misc/marketplace/marketplace.prefab (More at: https://www.corrosionhour.com/rust-prefab-list/)", "Position": { "x": 0.0, "y": 0.0, "z": 0.0 }, "Rotation": 0.0 }, { "IsEnabled": false, "Prefab": "Example: assets/prefabs/misc/marketplace/marketplace.prefab (More at: https://www.corrosionhour.com/rust-prefab-list/)", "Position": { "x": 0.0, "y": 0.0, "z": 0.0 }, "Rotation": 0.0 } ], "assets/bundled/prefabs/autospawn/monument/fishing_village/fishing_village_b.prefab": [ { "IsEnabled": false, "Prefab": "Example: assets/prefabs/misc/marketplace/marketplace.prefab (More at: https://www.corrosionhour.com/rust-prefab-list/)", "Position": { "x": 0.0, "y": 0.0, "z": 0.0 }, "Rotation": 0.0 }, { "IsEnabled": false, "Prefab": "Example: assets/prefabs/misc/marketplace/marketplace.prefab (More at: https://www.corrosionhour.com/rust-prefab-list/)", "Position": { "x": 0.0, "y": 0.0, "z": 0.0 }, "Rotation": 0.0 } ], "assets/bundled/prefabs/autospawn/monument/large/launch_site_1.prefab": [ { "IsEnabled": false, "Prefab": "Example: assets/prefabs/misc/marketplace/marketplace.prefab (More at: https://www.corrosionhour.com/rust-prefab-list/)", "Position": { "x": 0.0, "y": 0.0, "z": 0.0 }, "Rotation": 0.0 }, { "IsEnabled": false, "Prefab": "Example: assets/prefabs/misc/marketplace/marketplace.prefab (More at: https://www.corrosionhour.com/rust-prefab-list/)", "Position": { "x": 0.0, "y": 0.0, "z": 0.0 }, "Rotation": 0.0 } ], "assets/bundled/prefabs/autospawn/monument/large/excavator_1.prefab": [ { "IsEnabled": false, "Prefab": "Example: assets/prefabs/misc/marketplace/marketplace.prefab (More at: https://www.corrosionhour.com/rust-prefab-list/)", "Position": { "x": 0.0, "y": 0.0, "z": 0.0 }, "Rotation": 0.0 }, { "IsEnabled": false, "Prefab": "Example: assets/prefabs/misc/marketplace/marketplace.prefab (More at: https://www.corrosionhour.com/rust-prefab-list/)", "Position": { "x": 0.0, "y": 0.0, "z": 0.0 }, "Rotation": 0.0 } ], "assets/bundled/prefabs/autospawn/monument/large/powerplant_1.prefab": [ { "IsEnabled": true, "Prefab": "assets/prefabs/misc/marketplace/marketplace.prefab", "Position": { "x": -107.1058, "y": 0.319108, "z": -49.09481 }, "Rotation": 110.0 }, { "IsEnabled": false, "Prefab": "Example: assets/prefabs/misc/marketplace/marketplace.prefab (More at: https://www.corrosionhour.com/rust-prefab-list/)", "Position": { "x": 0.0, "y": 0.0, "z": 0.0 }, "Rotation": 0.0 } ], "assets/bundled/prefabs/autospawn/monument/large/trainyard_1.prefab": [ { "IsEnabled": false, "Prefab": "Example: assets/prefabs/misc/marketplace/marketplace.prefab (More at: https://www.corrosionhour.com/rust-prefab-list/)", "Position": { "x": 0.0, "y": 0.0, "z": 0.0 }, "Rotation": 0.0 }, { "IsEnabled": false, "Prefab": "Example: assets/prefabs/misc/marketplace/marketplace.prefab (More at: https://www.corrosionhour.com/rust-prefab-list/)", "Position": { "x": 0.0, "y": 0.0, "z": 0.0 }, "Rotation": 0.0 } ], "assets/bundled/prefabs/autospawn/monument/large/junkyard_1.prefab": [ { "IsEnabled": false, "Prefab": "Example: assets/prefabs/misc/marketplace/marketplace.prefab (More at: https://www.corrosionhour.com/rust-prefab-list/)", "Position": { "x": 0.0, "y": 0.0, "z": 0.0 }, "Rotation": 0.0 }, { "IsEnabled": false, "Prefab": "Example: assets/prefabs/misc/marketplace/marketplace.prefab (More at: https://www.corrosionhour.com/rust-prefab-list/)", "Position": { "x": 0.0, "y": 0.0, "z": 0.0 }, "Rotation": 0.0 } ], "assets/bundled/prefabs/autospawn/monument/large/airfield_1.prefab": [ { "IsEnabled": false, "Prefab": "Example: assets/prefabs/misc/marketplace/marketplace.prefab (More at: https://www.corrosionhour.com/rust-prefab-list/)", "Position": { "x": 0.0, "y": 0.0, "z": 0.0 }, "Rotation": 0.0 }, { "IsEnabled": false, "Prefab": "Example: assets/prefabs/misc/marketplace/marketplace.prefab (More at: https://www.corrosionhour.com/rust-prefab-list/)", "Position": { "x": 0.0, "y": 0.0, "z": 0.0 }, "Rotation": 0.0 } ], "assets/bundled/prefabs/autospawn/monument/large/water_treatment_plant_1.prefab": [ { "IsEnabled": false, "Prefab": "Example: assets/prefabs/misc/marketplace/marketplace.prefab (More at: https://www.corrosionhour.com/rust-prefab-list/)", "Position": { "x": 0.0, "y": 0.0, "z": 0.0 }, "Rotation": 0.0 }, { "IsEnabled": false, "Prefab": "Example: assets/prefabs/misc/marketplace/marketplace.prefab (More at: https://www.corrosionhour.com/rust-prefab-list/)", "Position": { "x": 0.0, "y": 0.0, "z": 0.0 }, "Rotation": 0.0 } ], "assets/bundled/prefabs/autospawn/monument/medium/compound.prefab": [ { "IsEnabled": false, "Prefab": "Example: assets/prefabs/misc/marketplace/marketplace.prefab (More at: https://www.corrosionhour.com/rust-prefab-list/)", "Position": { "x": 0.0, "y": 0.0, "z": 0.0 }, "Rotation": 0.0 }, { "IsEnabled": false, "Prefab": "Example: assets/prefabs/misc/marketplace/marketplace.prefab (More at: https://www.corrosionhour.com/rust-prefab-list/)", "Position": { "x": 0.0, "y": 0.0, "z": 0.0 }, "Rotation": 0.0 } ], "assets/bundled/prefabs/autospawn/monument/medium/bandit_town.prefab": [ { "IsEnabled": false, "Prefab": "Example: assets/prefabs/misc/marketplace/marketplace.prefab (More at: https://www.corrosionhour.com/rust-prefab-list/)", "Position": { "x": 0.0, "y": 0.0, "z": 0.0 }, "Rotation": 0.0 }, { "IsEnabled": false, "Prefab": "Example: assets/prefabs/misc/marketplace/marketplace.prefab (More at: https://www.corrosionhour.com/rust-prefab-list/)", "Position": { "x": 0.0, "y": 0.0, "z": 0.0 }, "Rotation": 0.0 } ], "assets/bundled/prefabs/autospawn/monument/small/sphere_tank.prefab": [ { "IsEnabled": false, "Prefab": "Example: assets/prefabs/misc/marketplace/marketplace.prefab (More at: https://www.corrosionhour.com/rust-prefab-list/)", "Position": { "x": 0.0, "y": 0.0, "z": 0.0 }, "Rotation": 0.0 }, { "IsEnabled": false, "Prefab": "Example: assets/prefabs/misc/marketplace/marketplace.prefab (More at: https://www.corrosionhour.com/rust-prefab-list/)", "Position": { "x": 0.0, "y": 0.0, "z": 0.0 }, "Rotation": 0.0 } ] } }$10.00 -
Changed Status from Pending to Closed Changed Fixed In to 1.0.2