Search the Community
Showing results for tags 'minigame'.
-
Version 1.03
3 downloads
A shooting range with working scoreboards and two loot rooms, one is accessed via a fuse and panic button and the other accessed by a fuse + shooting every target in a single game on range 3. Also includes plugin to change skins on targets, change damage to knockdown and change the reset time. Prefab count – Version 1 : 3993 Prefab count – Version 2 : 3365 Details – Version 1 Range 3 mini game, shoot all 20 targets in one game to open the loot room Has io on all three ranges with scoreboards and timed games. Visitors center has a gun shop with loot panic room Details – Version 2 Less prefabs and no io to increase server performance Abandoned trashed visitors center$14.99 -
Version 1.3.4
1,768 downloads
When hunting and the Huntsman catches you killing Game outside hunting season it will come after you Optional dependencies : Rustkits BetterNpcNames BotReSpawn NEW Features : A set chance spawning a HuntsMan when hunting for Game (animals) (any value between 0-1) Can assign a kit or a hardcoded outfit. Compatible with NPCKits (NPCKits will not override Huntsman NPC outfits/kits) Setup roam/spawn/damage and health of the HuntsMan. Options to make the Hunter drop his backpack (loottable included) Compatible with the ChickenBow plugin to disable a huntsman spawning when killing those chickens(make sure to reload ChickenBow after updating HuntsMan) Edit each animal to be able to trigger the HuntsMan true/false Support for BasePet's like Frankenstein so they can trigger huntsman aswell for their backpack drops Support for BotReSpawn to use a custom made profile to spawn the HuntsMan (> v1.3.3) NEW Permissions : no permissions Commands : /hminfo : Shows plugin info/version/author Configuration : To make a item spawn as a blueprint add .bp behind the shortname (for example ammo.pistol.bp) When using BotReSpawn to spawn the Huntsman : It will use all settings from the custom profile that is made with BotReSpawn (Data Folder) spawn range , max roam ,HP etc. etc. In the BRS profile set the suicide timer high so that HuntsMan.cs can set the suicides (Lifetime) The name of the npc will be named by HuntsMan.cs so you can name it in BRS as a placeholder Profile name to be used is best to avoid spaces and Uppercase in the name { "Use Debug": false, "BotRespawn Settings": { "Use BotReSpawn": false, "BotReSpawn profile name": "huntsman" }, "Animals to trigger HuntsMan": { "Alpha Animal": false, "Omega Animal": true, "Bear": true, "Boar": true, "Chicken": true, "Horse": true, "Stag": true, "Wolf": true }, "Hunter Settings": { "Custom Hunter Name": "Hunter", "spawn chance (1-100%)": 100.0, "Spawn Amount": 3, "spawn radius": 8, "Health": 225, "Max Roam Distance": 10, "Damage multiplier": 0.6, "Lifetime (minutes)": 1.0, "Use kit (clothing)": true, "Kit ID": [ "huntsman" ], "Show messages": true, "Hunters drop a Backpack with loot": true, "Use Random Skins": true, "Spawn Min Amount Items": 2, "Spawn Max Amount Items": 3, "Loot Table": [ { "shortname": "ammo.pistol", "amount": 5, "skin": 0, "amountMin": 5 }, { "shortname": "ammo.pistol.fire", "amount": 5, "skin": 0, "amountMin": 5 }, { "shortname": "ammo.pistol.hv", "amount": 5, "skin": 0, "amountMin": 5 } ] } } Localisation : English language file included to use a different language just make a new file in the language folder. { "Prefix": "[<color=green>HuntsMan</color>] : ", "info": "\nThe [HuntsMan] Gives u the luck (or not) to spawn a Hunter that wants to kill you for killing Wild Game during offseason", "Hunter_Spawned": "You killed the {0} now pay the price !!!!", "Hunter_Spawned_Backpack": "{0} Dropped his Backpack !" } API : bool IsHuntsmanNpc(global::HumanNPC npc) void OnHuntsmanSpawned(global::HumanNPC npc) void OnHuntsmanKilled(global::HumanNPC npc) Example call : object OnEntityDeath(global::HumanNPC npc, HitInfo info) { if (npc == null) return null; if (HuntsMan.Call<bool>("IsHuntsmanNpc", npc)) { Puts($"Target : {npc} net.ID : [{npc.net.ID}] Event : HuntsMan NPC"); } return null; } void OnHuntsmanSpawned(global::HumanNPC npc) { if (npc == null) return; timer.Once(1f, () => { Puts($"{npc} spawned (HuntsMan)"); });//delayed to make sure npc is fully initialised } void OnHuntsmanKilled(global::HumanNPC npc) { if (npc == null) return; Puts($"{npc} got killed (HuntsMan)"); }Free -
Version 1.0.6
30 downloads
Adds a coin flipping mini game to your server. Players can try their luck by playing against both a bot and a real player. Commands flip - open interface Permissions coinflipping.use - open interface coinflipping.players - play against players coinflipping.npcs - play against npcs coinflipping.createroom - create a room Config { "Commands": [ "flip" ], "Work with Notify?": true, "Economy": { "Type (Plugin/Item)": "Plugin", "Plugin name": "Economics", "Balance add hook": "Deposit", "Balance remove hook": "Withdraw", "Balance show hook": "Balance", "ShortName": "scrap", "Display Name (empty - default)": "", "Skin": 0 }, "Interface": { "Show coin in header?": true, "Coin Image": "https://i.imgur.com/GBVGvQa.png" }, "Values for Bot Game": [ 100, 200, 300 ], "Min Bet for Bot Game": 100, "Min Bet for Player Game": 100, "Permissions Settings": { "Opening the interface": "coinflipping.use", "Playing against players": "coinflipping.players", "Playing against NPCs": "coinflipping.npcs", "Creating a room": "coinflipping.createroom" } }$14.99 -
Version 1.1.4
90 downloads
Your players still roof camping? Start mushroom Event, let them start fighting for the title of the best mushroom picker and win prizes for the first three places. Permission To assign a permission, use 'oxide.grant <user or group> <name or steam id>' mushroomevent.admin - Allow to using commands. Commands This plugin provides both chat and console commands using the same syntax. When using a command in chat, prefix it with a forward slash: `/`. startme - starts the countdown to the start of the mushroom event. stopme - Ends the event immediately, without giving away any prizes. finishme - Ends the event immediately, with giving away any prizes. configme - Opens the configuration UI panel Configuration Language Default English FIle { "noOneStart": "Wow, no one played so no one won.", "bestPlayer": "{0} is the best mushroom picker with {1} mushrooms.", "playerStats": "You placed {0} of {1} with gather {2} mushrooms.", "rewardMessage": "You received {0}x {1} as an award!", "timeMessageToEvent": "<color=#326de3>Mushroom Event</color>: The mushroom event starts in {0} minutes." } Hooks void OnMushroomEventStartCountdown() - Call when starts counting down to the start of the fishing event. void OnMushroomEventStarted() - Call when the fishing event begins. void OnMushroomEventEnded() - Call when the fishing event is over. void OnMushroomEventUIClosed() - Call when UI disappears from players screen.(Five seconds after fishing event is over) Credits @Billy Joe Thanks for your UI Tool(I hate it but i love it still)$15.00 -
Version 1.11.10
190 downloads
Event which idea was taken from halloween's and easter's hunting. As in original game we collect candies or eggs, that in this case we are catching fishes for which we are getting points. Amount of points are dependent on the type of fish or item we catch. It depens exacly on number of "Bait" that every type of fish has e.g. Sardine has Bait 3 so we get 3 points. Permission To assign a permission, use 'oxide.grant <user or group> <name or steam id>' fishingevent.admin - Allow to using commands. Commands This plugin provides both chat and console commands using the same syntax. When using a command in chat, prefix it with a forward slash: `/`. startfe - starts the countdown to the start of the fishing event. stopfe - Ends the event immediately, without giving away any prizes. finishfe - Ends the event immediately, with giving away any prizes. configfe - Opens the configuration UI panel Configuration Language Default English FIle { "noOneStart": "Wow, no one played so no one won.", "bestPlayer": "{0} is the top fisherman who has caught {1} fish and {2} points collected.", "playerStats": "You placed {0} of {1} with caught {2} fish and {3} points collected.", "rewardMessage": "You received {0}x {1} as an award!", "timeMessageToEvent": "<color=#326de3>Fishing Event</color>: The fishing event starts in {0} minutes." } Hooks void OnFishingEventStartCountdown() - Call when starts counting down to the start of the fishing event. void OnFishingEventStarted() - Call when the fishing event begins. void OnFishingEventEnded() - Call when the fishing event is over. void OnFishingEventUIClosed() - Call when UI disappears from players screen.(Five seconds after fishing event is over) Credits @STIVI Plugin tester and release help. @Flammable Plugin originator and tester. @Billy Joe Thanks for your UI Tool(I hate it but i love it)$15.00 -
Version 1.0.1
181 downloads
FishR will add a configurable amount of resources gained from gutting for each fish type and handles the new Bone Type Fish Bones. Features : Configure the amount of resources and bonus items gained from gutting fish. Changes the bonefragments to fish bones used by other plugins in this series. Commands : /fishr info : Shows plugin info/version/author (Or any info edited in the language file about the event) Configuration : The Fish normally giving a bonus item by Rust are already having the Bonus Items listed and can be changed accordingly or added to the fish not having this by default. { "Main config": { "Debug": false }, "Anchovy": { "Fish Bones": 2, "Raw Fish": 1, "Animal Fat": 1, "Add bonus item": false, "Bonus item (x1)": [] }, "Cat fish": { "Fish Bones": 18, "Raw Fish": 18, "Animal Fat": 18, "Add bonus item": true, "Bonus item (x1)": [ "scrap", "keycard_blue", "cloth", "ammo.pistol", "flare" ] }, "Herring": { "Fish Bones": 1, "Raw Fish": 2, "Animal Fat": 1, "Add bonus item": false, "Bonus item (x1)": [] }, "Orange Roughy": { "Fish Bones": 18, "Raw Fish": 18, "Animal Fat": 18, "Add bonus item": true, "Bonus item (x1)": [ "scrap", "keycard_blue", "cloth", "ammo.pistol", "flare" ] }, "Salmon": { "Fish Bones": 16, "Raw Fish": 18, "Animal Fat": 16, "Add bonus item": true, "Bonus item (x1)": [ "scrap", "keycard_blue", "cloth", "ammo.pistol", "flare" ] }, "Sardine": { "Fish Bones": 1, "Raw Fish": 1, "Animal Fat": 5, "Add bonus item": false, "Bonus item (x1)": [] }, "Small Shark": { "Fish Bones": 20, "Raw Fish": 20, "Animal Fat": 20, "Add bonus item": true, "Bonus item (x1)": [ "scrap", "keycard_blue", "cloth", "ammo.pistol", "flare" ] }, "Small Trout": { "Fish Bones": 5, "Raw Fish": 4, "Animal Fat": 8, "Add bonus item": false, "Bonus item (x1)": [] }, "Yellow Perch": { "Fish Bones": 6, "Raw Fish": 4, "Animal Fat": 9, "Add bonus item": false, "Bonus item (x1)": [] } } Localisation : English language file included to use a different language just make a new file in the language folder. { "GutUnsuccesful": "<color=#4A95CC>Gutting was unsuccesfull !</color> gut the fish in your inventory instead.", "Info": "\n<color=green>Available Commands</color> :\n<color=green>/fishr info</color> : Shows info on version/author and commands", "InvalidInput": "<color=red>Please enter a valid command!</color>", "Version": "Version : V" }Free- 6 comments
- 2 reviews
-
- 3
-
-
- #oxide
- #krunghcrow
- (and 4 more)
-
Version 1.4.8
4,924 downloads
BradleyGuards minigame will make more fun of the boring Bradley. Spawning bombs molotovs and a Tank Crew Features : Minigame with Scientist NPC spawning after Bradley gets destroyed and various events during its attack phase It will throw random Bombs and Molotov when attacked. Hardmode will throw the Bombs and Molotov towards player instead around the Bradley When destroyed the Bradley does a close range Last Ditch Effort if the Driver is still alive and gets a last air support As of version 1.1.1 napalm support will be set to target player instead of Bradley position Give the NPC the choice of using some predefined outfits or use the vanilla Scientist Outfits Predefined weapon or a different weapon through config if using outfits Crew will be Despawned upon plugin unload or reload Compatible with NPCKITS Support for BetterNpcNames (v1.0.2 and higher) Support for Kits Permission system Warnings : backup your configs before plugin updates This is not compatible with BradleyControl Plugin !!!!! (since version 1.0.5) Version 1.4.0 has new options for MLRS and Convoy Bradleys "External Plugins": { "Armored Train : Can spawn Guards": false, "Armored Train : Can trigger Events": false, "Convoy : Can spawn Guards": false, "Convoy : Can trigger Events": false, }, "Last Ditch Effort MLRS rocket Amount": 15 Permissions : BradleyGuards.ShowMessages (to show interaction messages) BradleyGuards.ShowKillMessages (to show messages after bradley is destroyed) BradleyGuards.Admin (For the spawncommand) (added in 1.0.5) Commands : (new in V1.0.5) /bginfo : Shows the available commands/version/author Logfiles : Log files are found in the oxide.logs folder Will log the Player and info regarding the spawns after destroying the Bradley Configuration : Example config below : { "Global NPC dont target": true, "External Plugins": { "Armored Train : Can spawn Guards": false, "Armored Train : Can trigger Events": false, "Convoy : Can spawn Guards": false, "Convoy : Can trigger Events": false, "BetterNpcNames : Driver Title": "Pilot", "BetterNpcNames : Guard Title": "Commander", "BetterNpcNames : Gunner Title": "Grunt" }, "Bradley Settings": { "Change Values": true, "Bradley Health": 2222, "Bradley Max Fire Range": 100, "Bradley Throttle Responce": 1.0 }, "Bradley Loot": { "Change Values": true, "Bradley Max crates after kill": 4 }, "Bradley Canon": { "Change Values": true, "Bradley Canon Fire delay": 0.3, "Bradley Canon Firerate": 0.25 }, "Bradley Machinegun": { "Change Values": true, "Bradley Machinegun Bullet Damage": 15, "Bradley Machinegun Firerate": 0.06667 }, "Event Settings": { "Bradley Crew Max Spawn Distance": 10, "Bradley Crew Max Roam Distance": 20, "Bradley Crew Body to Bags": true, "Max throwing range of a Grenade": 25.0, "Max Grenades per trigger": 1, "Max throwing range of a Molotov": 25.0, "Max Molotovs per trigger": 1, "Hard Mode : Throws towards player (Grenades)": true, "Hard Mode : Max Grenades per trigger": 1, "Hard Mode : Max radius of a Grenade on player": 15.0, "Hard Mode : Throws towards player (Molotovs)": true, "Hard Mode : Max Molotovs per trigger": 1, "Hard Mode : Max radius of a Molotov on player": 15.0, "Napalm Support": true, "Napalm Support Area Radius": 25.0, "Napalm Support Rocket Amount": 3, "Napalm Support Rocket Height": 150, "Last Ditch Effort Rocket Amount": 0, "Last Ditch Effort Grenade Amount": 5, "Last Ditch Effort MLRS rocket Radius": 15, "Last Ditch Effort MLRS rocket Amount": 15, "Last Ditch Effort Hard Mode : targets player location": true }, "Tank Crew Driver": { "Tank Driver Health": 450.0, "Tank Driver Lifetime (minutes)": 1.0, "Tank Driver Damage multiplier": 1.0, "Tank Driver Spawn Chance 0-1": 1.0, "Tank Driver Spawn Amount": 5, "Tank Driver Use Outfit": true, "Tank Driver Use other gun with outfit": false, "Tank Driver gun short prefabname": "smg.mp5", "Tank Driver gun skin id": 0, "Tank Driver Use kit (clothing)": false, "Tank Driver Kit ID": "" }, "Tank Crew Guards": { "Tank Guards Health": 800.0, "Tank Guards Lifetime (minutes)": 1.0, "Tank Guards Damage multiplier": 1.0, "Tank Guards Spawn Chance 0-1": 1.0, "Tank Guards Spawn Amount": 3, "Tank Guards Use Outfit": true, "Tank Guards Use other gun with outfit": false, "Tank Guards gun short prefabname": "smg.mp5", "Tank Guards gun skin id": 0, "Tank Guards Use kit (clothing)": false, "Tank Guards Kit ID": "" }, "Tank Crew Gunners": { "Tank Gunners Health": 600.0, "Tank Gunners Lifetime (minutes)": 1.0, "Tank Gunners Damage multiplier": 1.0, "Tank Gunners Spawn Chance 0-1": 1.0, "Tank Gunners Spawn Amount": 3, "Tank Gunners Use Outfit": true, "Tank Gunners Use other gun with outfit": false, "Tank Gunners gun short prefabname": "smg.mp5", "Tank Gunners gun skin id": 0, "Tank Gunners Use kit (clothing)": false, "Tank Gunners Kit ID": "" } } Localization : English language file included to use a diffrent language just make a new file in the language folder. { "BradleyDriver": "<color=yellow>Bradley Driver : </color>Damnit i just washed it!", "BradleyGuards": "<color=yellow>Bradley Guard : </color>Stay away from our Bradley!", "BradleyGunner": "<color=yellow>Bradley Gunner : </color>Prepare to die!", "BradleyDriverBomb": "<color=yellow>Bradley Driver : </color>Catch this!", "BradleyGunnerFire": "<color=yellow>Bradley Gunner : </color>Fire in the hooole!", "BradleyNapalmSupport": "<color=yellow>Bradley Operator : </color>Support incomming!" } API : bool IsBradleyNpc(global::HumanNPC npc) example call : object OnEntityDeath(global::HumanNPC npc, HitInfo info) { if (npc == null) return null; if (BradleyGuards.Call<bool>("IsBradleyNpc", npc)) { Puts($"Target : {npc} net.ID : [{npc.net.ID}] Event : BradleyGuards NPC"); } return null; } Changes made in 1.0.5 !!! Updated/Cleaned/Organized the Documentation. Added lifetime for each individual Crew Added use of kits + checks (if incorrect kit name Crew will spawn with default scientist or heavy scientist outfit). Changed the Npc Naming so they can be shown correctly with AdminRadar Added prefix and chaticon to chat messages (language file changed so delete it before updating to avoid weird chat messages). Added max roam range for the Bradley Crew Bradley Crew will now despawn when plugin gets unloaded/reloaded Removed the death sound when a npc dies. Fixed : Bradley will now ignore scientists from junkpiles added cfg : Tank Crew Lifetime (minutes) added cfg : Damage multiplier for each driver/guards/gunners added cfg : Napalm Support Rocket Height added cfg : Use kit (clothing) (for each driver/guards/gunners) added cfg : Kit ID (for each driver/guards/gunners) added cfg : Bradley Crew max roam rangeFree- 171 comments
- 9 reviews
-
- 11
-
-
-
Version 1.2.2
519 downloads
Walking Dead will resurrect a player with a "Walker" using the player's name and outfit with the option to spawn it with a Flaming entrance and several other options. Optional dependencies : Rust Kits Not compatible with : RestoreUponDeath (if assigned to restore clothing in this case fully) !!!! Features : Walkers spawning using a players Name and clothing Spawns a Walker (scientist) after a player died/suicided Hostile like a real walker even goes for sleepers and scientists and animals It can resurrect "From Hell" with flaming spawn true/false. Configurable Spawn amount Configurable Spawn delay time Configurable cooldowns on walker spawning to avoid suicide spam harvesting Select to show gametip or chat messaging (or neither) Configurable Health/Lifetime/Roam Range Can use kits (only clothing) and can use a random kit if set multiple up Compatible with NPCKits (NPCKits won't override the `Walkers` outfit) Despawns the Walkers on plugin unload Walkers will not spawn inside bases (on foundations) Walkers will not spawn when suicided (cfg option) (Added in v1.1.4) Backup your configs before plugin updates! Test option to block spawning in 1 zone (will be extended in near future) (Added in V1.1.4) 50% of sales will be donated to the codefling website !!! Permissions : No permissions Commands : /wdinfo : tells version/author/and a little backend story Logfiles : No logging yet. Configuration : (new spawn system since v1.0.6!!!) Spawns the zombie as the player's clone If the player had no clothes on, it would use one of the kits assigned in configuration (random) if no kits assigned or the kits are having a mismatch (typo), it will spawn the zombie using the predefined zombieoutfit (mumysuit) Example config below : { "Settings Plugin": { "Debug": false }, "Settings Player": { "Suicide block": false, "Zone block": false, "Zone ID": 0 }, "Zombie Settings": { "Zombie spawn delay (seconds)": 5, "Zombie spawn cooldown (seconds)": 300, "Zombie Show cooldown chat messages": true, "Zombie Show cooldown gametip messages": true, "Zombie Prefix Title": "Walker", "Zombie spawn amount": 1, "Zombie Health": 250, "Zombie spawn radius": 5, "Zombie Max Roam Distance": 20, "Zombie Damage multiplier": 0.6, "Zombie Lifetime (minutes)": 10.0, "Zombie Spawns on fire": false, "Zombie Kit ID": [ "walkerkit1", "walkerkit2", "walkerkit3" ], "Zombie Show chat messages": true, "Zombie Show gametip messages": true }, "Zombie Targeting": { "Zombie Can target other npc": false, "Zombie Can target animals": false } } Localization : English language file included using a different language make a new file in the language folder. { "Zombie_Spawn": "You died and resurrected a Walker!", "Prefix": "<color=green>Walking Dead : </color>", "info": "\nThe [Walking Dead] will resurrect players as Walkers\nThese are aggressive and attack anything on sight !!\nUsing their melee weapons they can and will go after you !!", "Cooldown": "You have a cooldown and didnt ressurect a walker!!" } Credits : Chat icon design: @Horus for making me this Coding assistance: @Steenamaroo thx bud$8.50- 89 comments
- 7 reviews
-
- 7
-
-
-
Version 2.10.6
274 downloads
aMAZEingPro is a Rust mini-game which allows you and your friends to enjoy amazeingly fun but confusing mazes. Included extension required. If the download contains extra files, named "READ ME" or "IMPORTANT", please read through since it's important notes for the version you're using. Features The plugin currently features the following: Extremely customizable. Asynchronous maze creation. Batch maze creation & destruction. Configurable maze sizes. Maze modes. Multiple floors. Multiplayer. Spectating mode. Host & helper player lives & respawning on trap death. Rewards: Economics and / or ServerRewards Events: Christmas, Halloween, Valentine's Day & Easter modes. Configurable per floor: Posters. Traps (landmines, gun traps & bear traps). Block tier configurations (twigs, wood, stone, metal, top tier). Entrance / exit (reward box) loot configurations. Skins for entrance (small) / exit (large) storage boxes and rugs. Trap spawn chance amounts. Locked doors & gifts. NPCs: Grimstons which can make your life easier or harder, depending on the configuration. API The plugin currently features the following: (string) CreateBuilding(ulong playerId, string modeJson, Vector3 rootPosition, int seed) // Generates a maze building with the mode configuration and returns the id which can be used to destroy it. (string) CreateBuilding (ulong playerId, Mode mode, Vector3 rootPosition, int seed, bool persistent) // Generates a maze building with the mode configuration and returns the id which can be used to destroy it. (void) DestroyBuilding(ulong playerId, string buildingId) // Destroys a building with the id. (bool) IsHosting(ulong playerId) // Returns true if the player with the ID is currently hosting / playing a game. (bool) IsHelping(ulong playerId) // Returns true if the player with the ID is currently playing or is participating in someone's game. (bool) IsHelpingPlayer (ulong playerId, ulong helpedPlayer) // Returns true if a player is playing in someones' maze game. (bool) IsCooledDown(ulong playerId) // Returns true if the player with the ID is currently cooled down. (int) GetCooldown(ulong playerId) // Returns the amount in seconds of someone's cooldown. Warning: On plugin reload, the buildings created with the API (along with the running games) are going to be destroyed. Configuration The config comes with a few handy links, quick to access when you wanna make changes, like change the skins of small / large storage box, or need the item short-names and block tier indicators. { "ItemsListWebsite": "https://www.corrosionhour.com/rust-item-list/", "LargeWoodenStorageBoxWorkshopWebsite": "https://steamcommunity.com/workshop/browse/?appid=252490&searchtext=&childpublishedfileid=0&browsesort=trend§ion=mtxitems&requiredtags%5B%5D=Large+Wood+Box", "SmallWoodenStorageBoxWorkshopWebsite": "https://steamcommunity.com/workshop/browse/?appid=252490&searchtext=&childpublishedfileid=0&browsesort=trend§ion=mtxitems&requiredtags%5B%5D=Wood+Storage+Box", "RugWorkshopWebsite": "https://steamcommunity.com/workshop/browse/?appid=252490&searchtext=&childpublishedfileid=0&browsesort=trend§ion=mtxitems&requiredtags%5B%5D=Rug", "BlockTiers": "0 = Twigs, 1 = Wood, 2 = Stone, 3 = Metal, 4 = Top Tier", "GrimstonMoods": "0 = Angry, 1 = Helpful, 2 = Annoying", "WelcomeCommand": "maze", "InfoCommand": "maze.info", "PlayCommand": "maze.play", "LeaveCommand": "maze.leave", "KickCommand": "maze.kick", "InviteCommand": "maze.invite", "InviteAcceptCommand": "maze.accept", "InviteDeclineCommand": "maze.decline", "ModesCommand": "maze.modes", "LeaderboardCommand": "maze.lead", "ResetModesCommand": "maze.resetmodes", "MaximumInvites": 5, "DefaultHeight": 250.0, "BatchKillCount": 15, "BatchCreationRowCount": 5, "EnableLogging": true, "UseNPipesSignText": false, "EnablePlayerNoclip": false, "EnablePlayerNoclipLerp": true, "PlayerNoclipLerp": 4.0, "PlayerNoclipSprintMultiply": 3.0, "Themes": { "Auto": true, "Theme (0 = None, 1 = Valentine's Day, 2 = Easter, 3 = Halloween, 4 = Christmas)": 4, "Settings": { "StockingChanceAmount": 5, "StockingChanceTimes": 2, "ScarecrowChanceAmount": 5, "ScarecrowChanceTimes": 2, "RustigeChanceAmount": 5, "RustigeChanceTimes": 2 } }, "GroupCooldowns": { "admin": 0, "vip": 25, "default": 120 }, "Modes": {} } Modes To set up a mode with one or more floors, it must look something like this: { "DisplayName": "Easy Run", "DisplayDescription": "Fun but complicated. Don't give up too easily. There're memes for your enjoyment.", "Size": 15, "Disabled": false, "Group": "default", "EnableInvites": false, "RespawnOnFloorWherePlayerDied": true, "HostMaximumLives": 1, "HelperMaximumLives": 1, "Rewards": { "Currency (0 = Economics, 1 = ServerRewards - balance is divided by 100)": 0, "Completion Depositing Balance": 100, "Door Unlocking Depositing Balance": 5, "Losing Withdrawal Balance": 50, "Leaving Withdrawal Balance": 10 }, "Floors": [ { "EnableLanterns": true, "Grimstons": [ { "Mood": 0, "Speed": 3.0, "Health": 250.0, "Invincible": false, "SpawnPosition (0 = Entrance, 1 = Middle, 2 = Exit)": 0 } ], "Posters": { "Urls (Must be an accessible direct download link to an image - PNG or JP[E]G)": [ "https://i.redd.it/cbcz02c3wlv51.jpg", "https://i.redd.it/xhyxowes0gv51.jpg", "https://i.redd.it/y30leeu81lv51.jpg", "https://i.redd.it/qbo7ot73ojv51.jpg", "https://i.redd.it/78v3jj30hjv51.jpg" ], "PosterSpawnChanceAmount": 5, "PosterSpawnChanceTimes": 2 }, "Doors": { "DoorChanceAmount": 10, "DoorChanceTimes": 6, "DoorMaximumAmount": 7, "GiftStorageChanceAmount": 5, "GiftStorageChanceTimes": 2, "GiftStorageSkinId": 0, "WrapGifts": true, "GiftLoot": [] }, "Traps": { "EnableLandMines": false, "EnableGunTraps": true, "EnableBearTraps": false, "EnableFog (Works only if Halloween mode is enabled)": true, "GunTrapAmmoChanceAmount": 5, "GunTrapAmmoChanceTimes": 2, "GunTrapAmmoAmount": 64, "LandMineChanceAmount": 5, "LandMineChanceTimes": 2, "BearTrapChanceAmount": 5, "BearTrapChanceTimes": 2 }, "Blocks": { "RugSkinId": 0, "EntranceWallTier": 2, "ExitWallTier": 2, "WallTier": 1, "WallFrameTier": 1, "FoundationTier": 1, "FloorTier": 2 }, "Loot": { "EntranceSignFormat": "START", "EntranceStorageLoot": [], "EntranceStorageSkinId": 0, "ExitSignFormat": "FINISH\nGood job, {0}!", "ExitStorageLoot": [ { "ShortName": "scrap", "MinAmount": 500, "MaxAmount": 1000 } ], "ExitStorageSkinId": 0 } } ] } Grimstons (NPCs) They're NPCs which join you per each floor (if configured), will share 3 different modes: Angry Grimston: Will hunt you down and damage you with their weapon (recommended you to set one - don't forget the ammo). Annoying Grimston: Extremely innoffensive, yet annoying enough to get in your comfort zone, and push you into traps. Helpful Grimston: It doesn't bother you, just minding his own business, on his way to the end of the maze. { "Mood (0 = Angry, 1 = Helpful, 2 = Annoying)": 0, "Speed": 3.0, "Health": 1.0, "ShootRate": 0.15, "Invincible": false, "Kit": "Test", "LockClothing": false, "LockInventory": false, "LockBelt": false, "InventoryItems": [ { "MinAmount": 500, "MaxAmount": 0, "ShortName": "ammo.rifle" } ], "ClothingItems": [ { "SkinId": 1216976323, "ShortName": "metal.facemask" }, { "SkinId": 2030079828, "ShortName": "pants" }, { "SkinId": 2030078205, "ShortName": "hoodie" }, { "SkinId": 494043029, "ShortName": "shoes.boots" } ], "BeltItems": [ { "SkinId": 0, "ShortName": "rifle.ak" } ], "SpawnPosition (0 = Entrance, 1 = Middle, 2 = Exit)": 0 } Permissions Here are all the permissions you can use: aMAZEingPro.play: Allows anyone to start a new maze. Invited players do not require this permission. aMAZEingPro.admin: Allows anyone to execute [admin command]s. Commands Here are all the commands you can use: Welcome: /maze by default, will print some information about this plugin, including the commands. It'll open the HUD for aMAZEingCUI if you have it installed. Info: /maze.info by default, will print some information the current game the player's playing, including mode information. Play: /maze.play by default, [1/2/3 or mazeId (easy, hard, etc.)] will start a game with the specified maze id or index. Leave: /maze.leave by default, will make a player or a helper teleport back to where they were. If the same player started the maze, the maze will be destroyed. Invite: /maze.invite by default, will invite another player if you're already in a maze. They'll be secretly notified about it, where they can: Accept: /maze.accept by default, [none or playerName] will accept a request to help a player to the maze. Accepting without having any input, will accept any games that the player's been requested to. Decline: /maze.decline by default, [none or playerName] will decline a request to help a player to the maze. Declining without having any input, will decline any games that the player's been requested to. Kick: /maze.kick by default, [playerName] will kick a helper player from a player's game. Modes: /maze.modes by default, will print a list of all the maze modes a player can play in. Leaderboard: /maze.lead by default, will print a list of all the maze modes with top 5 players best completion times. Reset Modes: /maze.resetmodes by default [admin command], will reset the configuration. Installation To properly set up the plugin, please make sure you executed the following steps: Step 1 Place Humanlights.System.dll in the RustDedicated_Data/Managed folder. Step 2 Put aMAZEingPro.cs within the oxide/plugins folder. Step 3 If you want everyone to be able to play the mini-game, use oxide.grant group default aMAZEingPro.play or replace default with admin, vip or any group you want. Dependencies The plugin currently depends on the following plugins: ZoneManager by k1lly0u SignArtist by Whispers88 Vanish by Whispers88 HumanNPC by Ts3hosting The following are optional but highly recommended plugin dependencies: TruePVE by nivex HelpText by Calytic ServerRewards by k1lly0u Economics by Wulf Rust Kits by Whispers88 Feedback If you have any ideas or feedback you wanna give me, please comment down below.$12.13 -
Version 1.0.6
131 downloads
View recoil patterns in game, great for use with minigame or aim train servers. The plugin has a permission based command, and comes with two different versions, A and B, both included in this purchase and download. See below for a list of weapons currently supported by this plugin. Version A: This plugin shows your recoil to UI. Works fine with /pattern command or you can add simple hook to add pattern to player which will teleport or join a minigame for example. Permission needed for command: recoilpatternui.command Supported weapons: - AK-47 - LR300 - MP5A4 - THOMPSON - CUSTOMSMG - M249 - HMLMG Version B: It is basically version A but you can see other players recoil, you need to have permission to use the command Permission: recoilpatternshower.command$39.99 -
Version 1.0.2
36 downloads
This plugin and prefab combo adds a functional fishing competition event into your server. Players can type the chat command in to join the event when it starts, teleporting them to the platform to compete in the competition. Setup is very easy and requires little to no RustEdit experience, as the tutorial video covers the placement and setup on your server. This submission features a prefab and plugin combination. The download includes everything required to add this to your map and run the game on your server. Some of the highlights include: Completely automated event handling - the plugin handles the joining and running of the game. Join from anywhere - players can join the minigame from anywhere on the map by typing the join command. This will strip the players items from them and place them in the lobby for when the game begins. Items are returned to the player and they are redeployed where they joined from after the game ends. Includes a custom "professional" rod item that the players fish with. This allows you to set the tensile strength of the rod so it won't snap as often. Customizable prizes - can also include custom items from other plugins. The option for players to keep the fish that they catch during the event. Support for FishingTreasure - can add a temporary hotspot to the event, increasing the chances of obtaining a casket while participating. There is also an option to let players keep the caskets that they fish. Fish specific competition options - the competition can allow any fish to give the player a point, or require the player to try and catch a specific fish type. Chat command: startfc <optional: time override> Description: Forces the game to start. Time override will dictate how long until the game begins. Chat command: endfc Description: Ends the current competition and returns players to their start locations. Chat command: gofish Description: Joins any active events that haven't started yet. Chat command: leavefc Description: Leaves the current event. Chat command: fcprize Description: Rolls and gives the player a prize if they have outstanding prizes from winning. fishingcompetition.admin - Allows you to use the startfc and endfc commands.$15.00-
- 3
-
-
-
- #fishing
- #competition
- (and 5 more)
-
Version 1.0.2
696 downloads
Craft, place and pickup you would any other deployable item. Features : Backpack safe Using Rusts Buildingblock mechanics Set a crafting cost through configuration Craft the Poker Table using a simple chat command with permission aslong you have the materials in your inventory. Craft is cancelled when not enough inventory space Can be recycled for wood and metal fragments Can be used with RemoverTool Permissions : pokertables.use : To be able to use chatcommands and craft the Poker Table Commands : /poker info : Prints craftingcosts, commands and plugin info to chat /poker craft : Crafts you the Poker Table (providing you have the required materials) Configuration : { "Main config": { "Debug": true, "Chat Prefix": "[<color=yellow>Poker Tables</color>] ", "Crafting Costs": { "scrap": 100, "wood": 1000, "metal.fragments": 100, "tarp": 1 } } } Localisation : English language file included to use a diffrent language just make a new file in the language folder. { "Craft": "You need more resources:\n{0}", "CraftingCost": "<color=green>Materials needed to craft the Poker Table</color> :", "Info": "\n<color=green>Available Commands</color>\n<color=green>/poker info</color> : Shows info on version/author and commands", "InfoCraft": "<color=green>/poker craft</color> : To craft the Poker Table", "InvalidInput": "<color=red>Please enter a valid command!</color>", "InventoryFull": "You need at least 1 more slot in your inventory,canceling the craft", "Succesfull": "You succesfully crafted a Poker Table for 6 players", "Version": "Version : V", "NoPermission": "<color=green>You do not have permission to use that command!</color>" }Free- 18 comments
- 3 reviews
-
- 4
-
-
- #fun
- #krunghcrow
-
(and 7 more)
Tagged with:
-
Version 1.2.2
265 downloads
Skin and Bones is a nifty system that provides animals with bones and skulls you can use for trading, crafting and skull crushing. Features : When harvesting animal corpses this will skin the bonefragments to each respective animal type bones. Injects animal corpses with skulls which are skinned upon gathering. The plugin is a core system to give animals the new bones and skulls to be used in other plugins in this series. With the new animal skull you have the option to crush them for bones just like with human and wolf skulls. Supported animals : Bear Polarbear (NEW) : This will be shared component with regular Bears Boar Chicken Horse and RidableHorse Shark Stag Wolf Commands : /sab info : Shows plugin info/version/author (Or any info edited in the language file about the event) Configuration : { "Main config": { "Debug": false }, "Bones From Skullcrushing": { "Bear Bones": 30, //Bears and the New Polarbears "Boar Bones": 15, "Chicken Bones": 10, "Horse Bones": 25, "Shark (fish)Bones": 40, "Stag Bones": 15, "Wolf Bones": 20 } } Localisation : English language file included to use a different language just make a new file in the language folder. { "Info": "\n<color=green>Available Commands</color> :\n<color=green>/sab info</color> : Shows info on version/author and commands", "InvalidInput": "<color=red>Please enter a valid command!</color>", "Version": "Version : V", "CrushMessage": "</color>You crushed a <color=#4A95CC>{0}</color> into {1} <color=#4A95CC>{2}</color>", }Free