-
Posts
758 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Wrecks
-
Did you ever get it working? @original4d
-
Version 2.0.5
348 downloads
Supports Economics & Server Rewards You can use either or, both at the same time if needed, or both set to false. The Event Challenge your players and have them compete for the most amount of NPC/Bot kills for the duration of the event. The highest scoring player will earn the loot and bragging rights. Features Headshot "Crunch" Lets your players know its time to take out some bots. Leaderboard tracker, counts kills of your top players, and also counts down the time. (Kill counter sits on right side of compass.) Tie breaker implemented to randomly decide a winner, on delay for Dramatics At the end the winner will receive whatever loot you specified in the table. (Skinning and Custom names in config) And now you can reward them Economics balance or Server Rewards Points. The Winner will now be logged Via Discord and state if it was a tie breaker or an uncontested win. Commands /Purge - Manually Starts the event /PurgeEnd - Manually End These commands may vary due to what you set in config. Start and end can be executed from Rcon HUD USERS HUD CONFIG ADDITION Your color and Icon taste may differ. Feel free to Change it. , { "Hook OnEventStart": "OnBotPurgeEventStart", "Hook OnEventStop": "OnBotPurgeEventEnd", "Name": "BotPurgeEvent", "Active color": "#f02020", "Icon": "https://cdn.discordapp.com/attachments/1131387423838961747/1149341840391278642/BOTPURGEEVENTICON.png", "Color": "#A020F0", "Enable": true } HUD .cs File Custom Events ADDITION private void OnBotPurgeEventStart() => OnEventTouch(System.Reflection.MethodBase.GetCurrentMethod().Name); private void OnBotPurgeEventEnd() => OnEventTouch(System.Reflection.MethodBase.GetCurrentMethod().Name); RUNNING COMMANDS Use {id} to target your player who won. Config ex. { "Leaderboard Options": { "Enable Leaderboard UI?": true, "Leaderboard UI Anchor Min": "0.5 1", "Leaderboard UI Anchor Max": "0.5 1", "Leaderboard UI Offset Min": "250 -150", "Leaderboard UI Offset Max": "450 0", "Leaderboard UI Font": "permanentmarker.ttf" }, "Event Options": { "Enable Scheduled Events?": true, "Purge Command": "purge", "Purge End Command": "purgeend", "Min Random Event Interval in Seconds": 3600, "Max Random Event Interval in Seconds": 7200, "Minimum Players to Start Event": 2, "Event Duration in Seconds": 600, "Enable Start FX?": true, "Enable Chat Countdown?": true, "Chat Countdown Interval in Minutes": 5, "Webhook URL (Leave blank to disable)": "" }, "Reward Options": { "Enable Winner Commands?": true, "Winner Commands": [ "inventory.giveto {id} rifle.ak 1", "inventory.giveto {id} paper 10" ], "Enable Economic Payout?": true, "Economic Payout Amount": 100.0, "Enable Server Rewards Payout?": true, "Server Rewards Payout Amount": 100, "Enable Winner Items?": true, "Min Items to Give": 1, "Max Items to Give": 2, "Winner Items": [ { "Shortname": "blood", "SkinID": 0, "Probability (0-1)": 0.8, "Custom Name": "", "Minimum Amount": 10, "Maximum Amount": 20 }, { "Shortname": "bleach", "SkinID": 0, "Probability (0-1)": 0.2, "Custom Name": "", "Minimum Amount": 1, "Maximum Amount": 3 } ] } } Lang ex. { "EventActive": "[<color=#880808>BOT PURGE EVENT</color>] \nThe Bot Purge Event has started! <color=#884808>Kill</color> as many bots as you can!", "EventAlreadyRunning": "[<color=#880808>BOT PURGE EVENT</color>] \nThe Event is already running.", "EventNotRunning": "[<color=#880808>BOT PURGE EVENT</color>] \nThe Event is not currently running.", "NoPermissionStart": "[<color=#880808>BOT PURGE EVENT</color>] \nYou don't have permission to start the Bot Purge Event.", "NoPermissionEnd": "[<color=#880808>BOT PURGE EVENT</color>] \nYou don't have permission to end the Bot Purge Event.", "ManuallyEnded": "[<color=#880808>BOT PURGE EVENT</color>] \nThe Event was manually Ended.", "NoParticipants": "[<color=#880808>BOT PURGE EVENT</color>] \nThe Event has ended! Unfortunately, no one participated.", "CountdownText": "[<color=#880808>BOT PURGE EVENT</color>] \nThe Bot Purge Event will end in <color=#880808>{0}</color> minute(s).", "WinnerAnnounce": "{0}", "TieMessage": "[<color=#880808>BOT PURGE EVENT</color>] \nThe Bot Purge Event has ended! There was a tie among <color=#880808>{0}</color> players with <color=#880808>{1}</color> kills.", "TieWinnerMessage": "[<color=#880808>BOT PURGE EVENT</color>]\nThe winner was randomly selected: <color=#880808>{0}</color> with <color=#880808>{1}</color> kills!\n", "HasEnded": "[<color=#880808>BOT PURGE EVENT</color>] \nThe Bot Purge Event has ended!", "EndMessage": "[<color=#880808>BOT PURGE EVENT</color>]\n\nBot Purge Rewards\n\nThe Winner is <color=#880888>{0}</color> with <color=#884808>{1}</color> kill(s)!", "RewardMessage": "\n<color=#880848>{0}</color> <color=#888808>x</color> <color=#088848>{1}</color>", "EconomicRewardMessage": "\n<color=#880888>{0}</color> received <color=#bb9b65>$</color><color=#85bb65>{1}</color>!", "PlayerEarnedMessage": "\n<color=#880888>{0}</color> earned:\n{1}", "ServerRewardsMessage": "\n<color=#880888>{0}</color> also received <color=#85bb65>{1}</color><color=#bb9b65> RP</color>!" } Thank you! Any questions or suggestions feel free to reach out, thank you for viewing - Wrecks$15.00 -
Version 1.2.7
214 downloads
Supports Economics & Server Rewards You can use either or, both at the same time if needed, or both set to false. The Event I couldn't just let the animals roam free after Bot Purge. Get out the scopes for any animal you see! Challenge your players and have them compete for the most amount of Wildlife kills for the duration of the event. The highest scoring player will earn the loot and bragging rights. Features A wolf howl lets your players know its time to go hunting. Leaderboard tracker, counts kills of your top players, and also counts down the time. (Kill counter sits on the left side of compass.) Tie breaker implemented to randomly decide a winner, on delay for Dramatics At the end the winner will receive whatever loot you specified in the table. (Skinning and Custom names in config) Commands /Erad - Manually Starts the event /EradEnd - Manually End /AnimalKills - Track kills if needed, counter is also on ui when participating. Start and end can be executed from Rcon HUD USERS HUD CONFIG ADDITION Your color and Icon taste may differ. Feel free to Change it. , { "Hook OnEventStart": "OnEradEventStart", "Hook OnEventStop": "OnEradEventEnd", "Name": "EradEvent", "Active color": "#32CD32", "Icon": "https://media.discordapp.net/attachments/1131387423838961747/1150272933370019870/ERADICATIONEVENTICON.png", "Color": "#A020F0", "Enable": true } HUD .cs File Custom Events ADDITION private void OnEradEventStart() => OnEventTouch(System.Reflection.MethodBase.GetCurrentMethod().Name); private void OnEradEventEnd() => OnEventTouch(System.Reflection.MethodBase.GetCurrentMethod().Name); RUNNING COMMANDS Use {id} to target your player who won. Config ex. { "ChatCountdownEnabled": false, "ChatCountdownInterval(Minutes)": 2, "EconomicRewards": 1000, "EnableEconomicRewards": true, "EnableLootTable": false, "EnableScheduledEvents": true, "EnableServerRewards": false, "EnableStartSFX": true, "EnableWinnerCommands": true, "EradEndCommand": "eradstop", "EradStartCommand": "eradstart", "EventDuration(Seconds)": 360, "LeaderboardUIAnchorMax": "0.5 1", "LeaderboardUIAnchorMin": "0.5 1", "LeaderboardUIOffsetMax": "450 0", "LeaderboardUIOffsetMin": "250 -150", "MaximumTimeBetweenEvents(Seconds)": 7200, "MinimumPlayersToStart": 2, "MinimumTimeBetweenEvents(Seconds)": 3600, "RandomItemsMax": 3, "RandomItemsMin": 1, "ServerRewards": 1000, "WinnerCommands": [ { "Command": "inventory.giveto {id} stones 100" }, { "Command": "inventory.giveto {id} wood 100" } ], "Winner Rewards": [ { "maxQuantity": 5, "minQuantity": 1, "name": "", "shortname": "paper", "skinid": null }, { "maxQuantity": 15, "minQuantity": 5, "name": "", "shortname": "scrap", "skinid": null }, { "maxQuantity": 5, "minQuantity": 1, "name": "", "shortname": "glue", "skinid": null }, { "maxQuantity": 15, "minQuantity": 5, "name": "", "shortname": "sticks", "skinid": null }, { "maxQuantity": 1, "minQuantity": 1, "name": "", "shortname": "rifle.ak", "skinid": null }, { "maxQuantity": 15, "minQuantity": 5, "name": "", "shortname": "blood", "skinid": null }, { "maxQuantity": 5, "minQuantity": 1, "name": "", "shortname": "ducttape", "skinid": null }, { "maxQuantity": 15, "minQuantity": 5, "name": "", "shortname": "sulfur", "skinid": null }, { "maxQuantity": 5, "minQuantity": 1, "name": "", "shortname": "gunpowder", "skinid": null }, { "maxQuantity": 15, "minQuantity": 5, "name": "", "shortname": "wood", "skinid": null } ] } Thank you! Any questions or suggestions feel free to reach out, thank you for viewing - Wrecks$10.00 -
is it collapsing on paste? may be a stability issue
-
https://github.com/Wrecks830/rustplugin-scraponomics Got permission from the author of Scraponomics to fork, I was able to add leaderboard functionality to it and get the result you were looking for, Will add more features to it later, Enjoy! Can add me on discord if you need help. Discord - wrecksonthebeat
-
Version 2.0.0
44 downloads
Gift your supporters / VIP Tier players. Customizable loot table for items to be claimed on a daily cooldown (or set the cooldown in seconds to what you desire) Supports skins and custom item names. Discord Webhook Logging Commands /resetallvip - Resets all player cooldown data. /resetvip "PlayerName" or "ID" - Resets a specific player. /vip - Claims the vip package Both Clear Commands Work in RCON Permissions VIP - Grant this permission to the players that can claim. RESET - For admins and moderators to reset in game via chat RESETALL - For admins and moderators to reset in game via chat Example Config. { "Discord Webhook URL": "INSERT_WEBHOOK_HERE", "Cooldown (Seconds)": 86400, "Clear Data on Wipe?": true, "Effect On Claim?": "assets/prefabs/misc/easter/painted eggs/effects/gold_open.prefab", "VIP Items": [ { "Shortname": "scrap", "Amount": 50, "SkinId": 0, "CustomName": "" }, { "Shortname": "blood", "Amount": 250, "SkinId": 0, "CustomName": "fake blood" }, { "Shortname": "rifle.ak", "Amount": 1, "SkinId": 1167207039, "CustomName": "" }, { "Shortname": "paper", "Amount": 50, "SkinId": 0, "CustomName": "CASH" }, { "Shortname": "sticks", "Amount": 50, "SkinId": 0, "CustomName": "" } ] } Thank you for viewing. - Wrecks$5.00 -
Version 1.0.1
456 downloads
Skybase is a building our server has used for a few years and figured we should share it and maybe your community can make use for it as well. Features: Slot Machines Poker Tables Admin / Hotel Rooms Vending Machines Heli Landing Zones Speaker / Radio Setup Mixing Table Fridge Computer Station Crafting Setup Smelting Zone Hangout Spots with a view. How we use it: Set a zone with Zone Manger, Set flags for No Stability, Decay Etc if needed and have the building within Radius. Skybase is pasted with CopyPaste I use the command /Paste SkybaseFinal Height 200 I also set a command /skybase to let players teleport here It can be pasted on water as well. Thank you for Viewing! Any issues or suggestions are welcome! Courtesy of ꧁༺ † 𝓨𝓪𝓶𝓲 𝓷𝓸 𝓣𝓮𝓷𝓡𝔂𝓾𝓾 † ༻꧂ x Wrecks RIP my friend... ꧁༺ † 𝓨𝓪𝓶𝓲 𝓷𝓸 𝓣𝓮𝓷𝓡𝔂𝓾𝓾 † ༻꧂Free- 10 comments
-
- 4
-
-
-
- #copypaste
- #community
-
(and 1 more)
Tagged with:
-
-
-
-
Version 1.0.1
25 downloads
Are your players memorizing Raid Base Interiors? Throw them for a loop with these 4 Easy Bases, Each with 3 Interior variations that will keep them guessing longer than raiding the same base over and over. Extract these files to your CopyPaste Data folder and setup with your Raidable Base Profile as needed. Thank you for viewing! More Bases at higher tiers coming soon. *BASES ARE EMPTY OF LOOT, AND AMMO, POPULATE WITH YOUR RAIDABLE BASE LOOT TABLE*$5.00- 2 comments
- 1 review
-
- #easy raid bases
- #variety
-
(and 1 more)
Tagged with:
-
Failed to call hook 'HCReduceChange' on plugin 'HackableCrateUI v1.2.2' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.HackableCrateUI.HCReduceChange (ConsoleSystem+Arg args) [0x0015c] in :0 at Oxide.Plugins.HackableCrateUI.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0078e] in :0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in :0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in :0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in :0 Failed to call hook 'HCReduceChange' on plugin 'HackableCrateUI v1.2.2' (NullReferenceException: Object reference not set to an instance of an object) Getting this eeror in console
- 3 comments
-
- #crate
- #hackablecrate
- (and 4 more)
-
I reverted to the version i had when i first bought it, it looks like an update broke the config
-
@Meventwas there anything i can do to fix this
-
Pocket dimensions is really something special, the dev is always thinking of some game changing mods. I went ahead and gave the perms to my VIP tier players, and can’t wait to see them dig deeper into this plug-in. Also thank you Nikedemos for always being responsive, even when it’s something small!
- 24 comments
-
- 1
-
-
- #dimensions
- (and 11 more)
-
Here you go, Thanks for taking a look! Cases.json
-
Yes, Do i uninstall image library?
-
Been getting this error for a while ailed to call hook 'CmdCases' on plugin 'Cases v1.1.2' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.Cases.RefCaseUi (BasePlayer player, Oxide.Game.Rust.Cui.CuiElementContainer& container, Oxide.Plugins.Cases+CaseInfo caseInfoData) [0x00475] in <62d773656b684ac98c0eba2e784759f6>:0 at Oxide.Plugins.Cases.MainUI (BasePlayer player, System.Int32 page, System.Boolean first) [0x00f62] in <62d773656b684ac98c0eba2e784759f6>:0 at Oxide.Plugins.Cases.CmdCases (Oxide.Core.Libraries.Covalence.IPlayer cov, System.String command, System.String[] args) [0x00085] in <62d773656b684ac98c0eba2e784759f6>:0 at Oxide.Plugins.Cases.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00cd2] in <62d773656b684ac98c0eba2e784759f6>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <09575a60985045248bcb43b20faeeb99>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <d5f57e12edfe4fa0b5c5dbdd9b51eff8>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <d5f57e12edfe4fa0b5c5dbdd9b51eff8>:0 (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 35)
-