Jump to content

CarlLee

Developer
  • Posts

    28
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

CarlLee's Achievements

Explorer

Explorer (4/15)

  • Collaborator
  • One Month Later
  • Dedicated
  • First Post
  • Reacting Well

Recent Badges

7

Reputation

  1. CarlLee

    Wanted

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

    VoteForWipe

    Version 1.0.0

    6 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

    70 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

    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?
  5. CarlLee

    Failed to call hook

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

    Wont compile

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

    Wont compile

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

    Wont compile

    Check if the version is v1.0.12
  9. 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
  10. CarlLee

    Failed to call hook

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

    Wont compile

    Have you modified the plugin code?
  12. 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 }
  13. CarlLee

    PlayerLevel

    Version 1.0.3

    16 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
1.1m

Downloads

Total number of downloads.

5.7k

Customers

Total customers served.

83.5k

Files Sold

Total number of files sold.

1.6m

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.