Jump to content

supreme

Creator
  • Posts

    196
  • Joined

  • Last visited

Everything posted by supreme

  1. supreme

    Safe Kick

    The one where it says Outpost, which is: x: 9.906178 y: 0.187191 z: 32.08991
  2. supreme

    Safe Kick

    You'll have to add it yourself in the config, it also displayed in the server console where you could copy/paste it faster
  3. supreme

    Safe Kick

    You will have to use /getmonumentpos once and get the position within Outpost/Bandit camp where you would want the player to be teleported, that'll carry on any map change, no need to do it ever again
  4. 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
  5. supreme

    Safe Kick

    Took a while, I apologise, the plugin is now re-written
  6. supreme

    Safe Kick

    This was now added
  7. supreme

    Chest Stacks

    Please submit a support request at https://codefling.com/support
  8. Changed Status from Pending to Closed
  9. Yes, to both
  10. Make sure you are using the latest Remover Tool, the plugin does not allow remover tool to remove the stacked chests
  11. Changed Status from Pending to Closed
  12. supreme

    Duplication Bug!

    Changed Status from Pending to Closed Changed Fixed In to 1.2.8
  13. supreme

    Duplication Bug!

    Will be soon fixed, thank you
  14. The same as you would spawn the drone marketplace if the sea platform has a prefab that you can use
  15. 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
  16. Changed Status from Pending to Closed
  17. 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
  18. Hi! Indeed you can by using audio.message sendall fileName
  19. Indeed, that's what the plugin does
  20. You can't sell the entities, they spawn when the server starts, yes you can spawn a drone station any where around the monuments
  21. supreme

    Broken does not work

    Changed Status from Pending to Closed
  22. supreme

    Broken does not work

    Use right click
  23. supreme

    Broken does not work

    Reload the plugin after granting the permission
  24. 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
  25. Changed Status from Pending to Closed Changed Fixed In to 1.0.2
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.3k

Files Sold

Total number of files sold.

2.3m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.