-
Posts
28 -
Joined
-
Last visited
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by CarlLee
-
Version 1.0.0
11 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 -
Version 1.0.0
199 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 -
- 313 comments
-
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 -
Version 1.0.1
17 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 -
Version 1.0.2
20 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 -
- 2 comments
-
- #easy raid bases
- #variety
-
(and 1 more)
Tagged with:
-
Version 1.0.14
90 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) Wanted Plugin Rules: Players are divided into three levels: Innocent Civilians, Yellow Card Wanted, and Red Card Wanted. Players with a wanted time of 0 are Innocent Civilians. Those with a wanted time of up to 3 minutes are Yellow Card Wanted, and those with a wanted time greater than 3 minutes are Red Card Wanted. Harming an Innocent Civilian will add 10 seconds to your wanted time. Killing an Innocent Civilian will add 6 minutes to your wanted time. Players who are Red Card Wanted (with a wanted time greater than 3 minutes) will appear on the map, and all players can see them. Players are encouraged to go and execute these wanted players on sight. Harming or killing a wanted player will not result in any penalties or increase in wanted time; on the contrary, it is encouraged. Inflicting damage on anyone within your own territory will not result in becoming wanted. Acting as a rooftop sniper and targeting distant enemies from within your own territory will not result in becoming wanted. ChatCommand And ConsoleCommand(without /) /ResetWanted SteamID/partial-nickname Reset the wanted time of the specified player (requires administrator privileges) /ResetAllWanted Reset the wanted time of all players in the server (requires administrator privileges) /SetWanted SteamID/partial-nickname WantedSeconds Set the wanted time of the specified player (requires administrator privileges) /AddWanted SteamID/partial-nickname WantedSeconds Add the wanted time of the specified player (requires administrator privileges) /WantedList Show all wanted players (requires administrator privileges) Config File { "Red Wanted Time (Seconds)": 180, "Kill Penalty Time (Seconds)": 360, "Harm Penalty Time (Seconds)": 30, "Allow Broadcast Become A Red Wanted (true/false)": true, "Allow Broadcast Kill A Red Wanted (true/false)": true, "Allow Broadcast Kill A Yellow Wanted (true/false)": false, "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, "Chat Prefix": "[Wanted]:", "Chat Prefix color": "#00FFFF", "Chat steamID icon": 0 } Language File { "KillGoodMan": "You have been given an additional <color=red>{0}</color> seconds of wanted time for killing an innocent civilian!", "YellowCardPunishment": "<color=green>{0}</color> has executed a yellow-carded criminal <color=green>{1}</color> on the spot, setting an example for all players!", "RedCardPunishment": "<color=green>{0}</color> has executed a red-carded criminal <color=green>{1}</color> on the spot, setting an example for all players!", "HarmPenalty": "You have been given an additional <color=red>{0}</color> seconds of wanted time for harming an innocent civilian!", "AdminOnlyCommand": "Only administrators can execute this command!", "WantedTimeReset": "The wanted time for player: {0} has been reset!", "WantedTimeSet": "Player: {0}'s wanted time has been set to {1} seconds!", "WantedTimeNotFound": "You need to specify the wanted duration for the player, format as /SetWanted SteamID WantedSeconds", "PlayerNotFound": "Player: {0} not found!", "MustSpecifySteamID": "You must specify the SteamID of the player whose wanted time you want to reset!", "AllPlayersTimeReset": "The wanted time for all players has been reset!", "RedCardAppeared": "<color=green>{0}</color> is now a red-carded criminal and has appeared on the map, watch out for their location!", "WantedNotFound": "There are no players currently wanted!", "WantedLevel": "WANTED", "RedCard": "RED-WANTED", "YellowCard": "YELLOW-WANTED", "GoodMan": "innocent civilians", "WantedResetAfterDies": "Your bounty has been cleared upon death!", "WantedReducedAfterKilled": "Due to being killed, your wanted duration has been reduced by {0} seconds!" }$9.99
