Jump to content

CarlLee

Member
  • Posts

    28
  • Joined

  • Last visited

Everything posted by CarlLee

  1. CarlLee

    Wanted

    I will add an option to enable it later
  2. CarlLee

    VoteForWipe

    Version 1.0.0

    8 downloads

    A voting survey plug-in for wipe (it does not actually perform wiping, it just surveys to assist administrators in making decisions) ChatCommand /vote open the vote window /vote.clear clear vote data(only for admin) /vote.setdate "9am tomorrow" set vote date(only for admin) ConfigFile { "Chat Prefix": "[VoteForWipe]:", "Chat Prefix color": "#00FFFF", "Chat steamID icon": 0 } LanguageFile { "Agree": "Agree", "Disagree": "Disagree", "Close": "Close", "ClearSuccess": "You have cleared the voting data", "VoteForWipeQuestion": "Do you agree to the wipe on <color=red>{0}</color>?", "VoteForWipeCount": "Agree: {0} players, Disagree: {1} players", "OnlyAdmin": "Only administrators can execute this command.", "VoteSetDateError": "Please specify the correct parameters, like: /vote.setdate \"Tomorrow at 9 AM\"", "VoteSetDateDone": "You have successfully set the wipe date to: {0}" }
    $1.99
  3. CarlLee

    MyHorse

    Version 1.0.0

    139 downloads

    If your horse is stuck and unable to move, you can use this command. ConfigFile { "Player-centered search radius": 10, "Chat Prefix": "[MyHorse]:", "Chat Prefix color": "#00FFFF", "Chat steamID icon": 0 } LanguageFile { "NotFound": "No horses found within a radius of {0} meters!", "ForbidByBuilding": "There's a building within a radius of {0} meters, you can't use this command!", "TpSuccess": "The horse within a radius of {0} meters has been teleported in front of you!" }
    Free
  4. CarlLee

    Shoppy Stock

    It would be nice if there was a configuration item to disable SHOP and TRANSFER
  5. CarlLee

    Shoppy Stock

    Could you please tell me if I can only display STOCK MARKET instead of SHOPS and TRANSFER? In addition, Can I remove SERVER SELL ONLY in STOCK MARKET and change BUY/SELL OFFERS ONLY to TABS?
  6. CarlLee

    XSkinMenu

    Why hazmat suit can't change skin?
  7. CarlLee

    Failed to call hook

    Changed Status from Pending to Closed Changed Fixed In to 1.0.13
  8. CarlLee

    Wont compile

    Changed Status from Pending to Closed Changed Fixed In to 1.0.13
  9. CarlLee

    Wont compile

    This error has been fixed in version v1.0.13
  10. CarlLee

    Wont compile

    Check if the version is v1.0.12
  11. CarlLee

    Wont compile

    try the following steps: 1. oxide.unload Wanted 2. delete these files first: config/Wanted.json data/Wanted.json lang/en/Wanted.json plugin/Wanted.cs 3. Re-download the latest v1.0.12 version of Wanted
  12. CarlLee

    Failed to call hook

    It seems that the dependencies are not installed. Please install them first:
  13. CarlLee

    Wont compile

    Have you modified the plugin code?
  14. CarlLee

    Wanted

    Thanks for your suggestion, I added tow configuration items in version 1.0.9: { "The wanted time be reduced after the player is killed, 0 means no reduction (Seconds)": 180, "Wanted time resets after player dies (true/false)": false }
  15. CarlLee

    PlayerLevel

    Version 1.0.3

    18 downloads

    Players can earn experience points and level up by killing NPCs or animals. As their level increases, they receive a certain damage reduction bonus. ConfigFIle: { "EXP gained when killing an object (Key is entity.ShortPrefabName)": { "chicken": 10, "stag": 50, "boar": 100, "wolf": 250, "bear": 200, "polarbear": 250, "simpleshark": 600, "scientist_junkpile_pistol": 300, "npc_tunneldweller": 300, "npc_tunneldwellerspawned": 300, "npc_underwaterdweller": 300, "scientistnpc_heavy": 400, "scientistnpc_roam_nvg_variant": 400, "bradleyapc": 3000, "patrolhelicopter": 3000, "OTHER_SCIENTIST_NPC": 300 }, "EXP required to level up for each level": { "1": { "Exp": 100, "DamageReductionRate": 1.0 }, "2": { "Exp": 200, "DamageReductionRate": 2.0 }, "3": { "Exp": 300, "DamageReductionRate": 3.0 }, "4": { "Exp": 400, "DamageReductionRate": 4.0 }, "5": { "Exp": 600, "DamageReductionRate": 5.0 }, "6": { "Exp": 900, "DamageReductionRate": 6.0 }, "7": { "Exp": 1200, "DamageReductionRate": 7.0 }, "8": { "Exp": 1700, "DamageReductionRate": 8.0 }, "9": { "Exp": 2500, "DamageReductionRate": 9.0 }, "10": { "Exp": 6000, "DamageReductionRate": 10.0 }, "11": { "Exp": 8000, "DamageReductionRate": 11.0 }, "12": { "Exp": 10000, "DamageReductionRate": 12.0 }, "13": { "Exp": 15000, "DamageReductionRate": 13.0 }, "14": { "Exp": 30000, "DamageReductionRate": 14.0 }, "15": { "Exp": 40000, "DamageReductionRate": 15.0 }, "16": { "Exp": 50000, "DamageReductionRate": 16.0 }, "17": { "Exp": 70000, "DamageReductionRate": 17.0 }, "18": { "Exp": 100000, "DamageReductionRate": 18.0 }, "19": { "Exp": 120000, "DamageReductionRate": 19.0 }, "20": { "Exp": 140000, "DamageReductionRate": 20.0 }, "21": { "Exp": 250000, "DamageReductionRate": 21.0 }, "22": { "Exp": 300000, "DamageReductionRate": 22.0 }, "23": { "Exp": 350000, "DamageReductionRate": 23.0 }, "24": { "Exp": 400000, "DamageReductionRate": 24.0 }, "25": { "Exp": 500000, "DamageReductionRate": 25.0 }, "26": { "Exp": 700000, "DamageReductionRate": 26.0 }, "27": { "Exp": 1000000, "DamageReductionRate": 27.0 }, "28": { "Exp": 1400000, "DamageReductionRate": 28.0 }, "29": { "Exp": 1800000, "DamageReductionRate": 29.0 }, "30": { "Exp": 2000000, "DamageReductionRate": 30.0 }, "31": { "Exp": 2400000, "DamageReductionRate": 31.0 }, "32": { "Exp": 2800000, "DamageReductionRate": 32.0 }, "33": { "Exp": 3200000, "DamageReductionRate": 33.0 }, "34": { "Exp": 3600000, "DamageReductionRate": 34.0 }, "35": { "Exp": 4000000, "DamageReductionRate": 35.0 }, "36": { "Exp": 4800000, "DamageReductionRate": 36.0 }, "37": { "Exp": 5600000, "DamageReductionRate": 37.0 }, "38": { "Exp": 8200000, "DamageReductionRate": 38.0 }, "39": { "Exp": 9000000, "DamageReductionRate": 39.0 } }, "Online Exp": 300, "Online Exp Seconds": 600, "Chat Prefix": "[Level]:", "Chat Prefix color": "#00FFFF", "Chat steamID icon": 0 } LanguageFile: { "PlayerLevel": "Lv. {0}", "GetExpByRustAI": "You killed {0} and gained {1} experience points", "GetExpByOnline": "You gained {0} experience points (Server online reward every {1} minutes)", "DamageReduction": "Damage Reduction {0}%", "BroadcastUpLevel": "Congratulations <color=green>{0}</color> for leveling up to <color=red>{1}</color>", "LevelNotFound": "You need to specify the level to set", "CommandArgsError": "The command format you entered is incorrect, missing parameters or the parameter format is wrong.", "AdminOnlyCommand": "Only administrators can execute this command!" }
    $9.99
  16. CarlLee

    RaidMarker

    Version 1.0.1

    13 downloads

    Wanted Trilogy 1. Wanted Trilogy Chapter One 'Pay for Murder': Wanted Plugin 2. Wanted Trilogy Chapter Two "Base Raider": RaidMarker Plugin 3. Wanted Trilogy Chapter Three "Bounty" (In Development, Stay Tuned) RaidMarker Plugin Rules: 1. Destroying buildings not built by oneself will add a certain wanted duration (configurable). 2. Destroying tool cupboards not built by oneself will also add a certain wanted duration (configurable). 3. When destroying a tool cupboard, broadcast the event to all players (configurable). ConfigFile { "Allow Broadcast TC Broken Event (true/false)": true, "Add Wanted Time On Destroy Building (Seconds)": 180, "Add Wanted Time On Destroy Tool-Cupboard (Seconds)": 360, "Chat Prefix": "[RaidMarker]:", "Chat Prefix color": "#00FFFF", "Chat steamID icon": 0 } LanguageFile { "DestroyBuilding": "You've been given an additional <color=red>{0}</color> seconds of wanted time for destroying a building!", "DestroyTC": "You've been given an additional <color=red>{0}</color> seconds of wanted time for destroying a Tool Cupboard!", "TCBrokenBroadcast": "{0} has destroyed a Tool Cupboard! Be on the lookout for wanted notices!" }
    $4.99
  17. CarlLee

    InfoBar

    Version 1.0.2

    19 downloads

    Display an information bar above the inventory(or below the inventory), display configuration information in a loop, and support click commands. Config FIle: { "Enable Info Bar (true/false)": true, "Position(ABOVE_INVENTORY/BELOW_INVENTORY)": "BELOW_INVENTORY", "Information displayed in a loop": [ { "Text": "Welcome to this server, click here to open the <color=#ED1C24>WelcomePanel</color>", "CommandOnClick": "chat.say /info", "ShowSeconds": 30 }, { "Text": "Please don't cheat, the account will be <color=#ED1C24>banned</color>, the loss outweighs the gain.", "CommandOnClick": "chat.say /info", "ShowSeconds": 30 }, { "Text": "Discord: discord.gg/playrust, Join discord to recceive the <color=#ED1C24>gift pack</color>.", "CommandOnClick": "chat.say /info", "ShowSeconds": 30 } ] }
    $4.99
  18. CarlLee

    Wanted

    Yes,I will edit the plugin to support PlayerName
  19. CarlLee

    Wanted

    Suicide cannot remove its own wanted status. It can only be deleted when the countdown of wanted is over.
  20. CarlLee

    Wanted

    Thank your suggestion, I added it.
  21. CarlLee

    Wanted

    Yes,I add the ConsoleCommand WantedList in the version 1.0.6
  22. CarlLee

    Wanted

    I added two commands: SetWanted and AddWanted in the version v1.0.5
  23. CarlLee

    Wanted

    I will add the command in next version, thank your suggestion!
  24. All the boxes are empty of supplies, and there are no bullets in the traps and turrets.
  25. CarlLee

    Wanted

    There is a problem with the bounty system. There is no price for death. Players will let their teammates keep killing themselves to get the bounty. Can I know your server IP? I want to see the new version
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.4k

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.