-
Posts
725 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Robis
-
- 15 comments
-
- 1
-
-
- #console
- #spam cleaner
- (and 9 more)
-
- 14 comments
-
- #console
- #spam cleaner
- (and 9 more)
-
ok i facing problem in shop categories "Resources": { "Image": "https://rustplugins.net/products/shop/diamond-stone.png", "Permission": null, "Sale": 0.0, "Items": [ "scrap", "sulfur.ore", "sulfur", "stones", "bone.fragments", "diesel_barrel" i cant add multiple same "sticks" as plugin ExtractionRareMinerals using same short name for 14 other ids... so thats why would be great if all 14 items use sticks{1}, {2}.... shortnames SO PROBABLY I WAS RIGHT. NOW im tried all and this is the only place where im stuck
-
i need if plugin has same short name for 14 other items i tried already everything. if i add in shop "ID": "large.metal", your plugin says this is invalid short name "large.sulfur": { <------------- not working "DisplayName": "Sulfur Crystal", "Skin": 2893225931, "Image": "https://i.imgur.com/Xg8gLLb.png", "DefaultAmount": 1, "BlockAmountChange": true, "BuyPrice": 500, "SellPrice": 500, "Currency": "sulfur.ore" "sticks": { <------------- you mean it must work like this ? i think i tried and i got just a sticks even not skinned but not sure anymore, probably i have to go try again to do it "DisplayName": "Sulfur Crystal", "Skin": 2893225931, "Image": "https://i.imgur.com/Xg8gLLb.png", "DefaultAmount": 1, "BlockAmountChange": true, "BuyPrice": 500, "SellPrice": 500, "Currency": "sulfur.ore" "sticks": { "DisplayName": "Metal Crystal", "Skin": 2893226249, "Image": "https://i.imgur.com/NdT1u68.png", "DefaultAmount": 1, "BlockAmountChange": true, "BuyPrice": 1000, "SellPrice": 1000, "Currency": "metal.ore" }, also i think im using your craft menu plugin for work bench... there items has tags for same short names, and this way i was able to add tagged items to a shop (thats why i realise this way must work)
-
Let me know if possible. But i think this option i ask, may help plugin to work together with more other plugins
-
{ "Version": { "Configuration": { "Major": 1, "Minor": 0, "Patch": 1 } }, "MaxMineralsPerHit": 1, "MaxStackable": 50, "TimeToSmelting": 30, "ItemShortName": "sticks", <-------------- Need to remove it from default to all items "Items": [ { "ID": "large.sulfur", "ItemShortName": "sticks{1}", <-------------- Need to add item short name to every one individually "SkinID": 2893225931, "Name": "Sulfur Crystal", "PermittedTool": [ "stone.pickaxe", "pickaxe", "hammer.salvaged", "icepick.salvaged", "jackhammer" ], "ExtractionInfo": [ { "PrefabShortName": "sulfur-ore", "DropChance": 0.0, "Amount": 1 }, { "PrefabShortName": "metal-ore", "DropChance": 0.0, "Amount": 1 }, { "PrefabShortName": "stone-ore", "DropChance": 0.0, "Amount": 1 } ], "ItemAfterSmelting": null, "PossibleItemsAfterRecycler": null }, { "ID": "large.metal", "ItemShortName": "sticks{2}", <-------------- Need to add item short name to every one individually "SkinID": 2893226249, "Name": "Metal Crystal", "PermittedTool": [ "stone.pickaxe", "pickaxe", "hammer.salvaged", "icepick.salvaged", "jackhammer" ], "ExtractionInfo": [ { "PrefabShortName": "sulfur-ore", "DropChance": 0.0, "Amount": 1 }, { "PrefabShortName": "metal-ore", "DropChance": 0.0, "Amount": 1 }, { "PrefabShortName": "stone-ore", "DropChance": 0.0, "Amount": 1 } ], "ItemAfterSmelting": null, "PossibleItemsAfterRecycler": null }, im using If you need create multiple variations of same item but with different image/displayname/skinID, you can do that by using some unique tag/number between curly brackets after item shortname. Example: "Sticks{1}". Unique item shortname then can be used in category item list. Does not matter what letters/numbers you put between brackets. This is handy for setting up different item prices for NPC vendors or selling some custom items.
-
- 88 comments
-
- #rust
- #rust-server
-
(and 4 more)
Tagged with:
-
- 88 comments
-
- #rust
- #rust-server
-
(and 4 more)
Tagged with:
-
LootTable GUI plugin not sure what settings you got for LootTable GUI plugin and how you use permissions... for example if player have no permissions to drop bradley tank, when he droping it on that moment i can see in console red error startting with [Loottable] failed bla bla bla. and when player have permission to drop bradley tank, then no error comming, but together comming supply signal drop so thats why i think its related with loot table, cause i dont have any other plugin who control supply drops
-
ok looks like now working. so i have no more what to complain about. thank you. And here just one suggestion: { "Timeout": 60.0, "Prefix": "", "TradeCommand": "trade", "TradeListCommand": "ltrade", "AcceptTradeCommand": "atrade", "DeclineTradeCommand": "dtrade", "ShowUINotice": true, "PlaySuccessEffect": true, "PlayOpenEffect": true, "PlayInviteEffect": true, "UINoticeXOffset": 0.0, "UINoticeYOffset": 0.0, "TriggerCooldownOnDecline": true, "TeamOnlyTradingList": false, <----- Need coldoown 60 seconds for global trading. for example my server solo only. "NoClanFees": true, "Fee": { "Fee": 0, "DistanceThreshold": 500.0, "Currency Type (0 = None, 1 = Item, 2 = ServerRewards, 3 = Economics, 4 = Other": 0, "ItemShortName": "scrap", "ItemCustomName": "", "OtherSettings": { "PluginName": "MyCurrencyPlugin", "TypeMode (0 = Int, 1 = Double, 2 = Float)": 0, "FullName": "My Bank", "ShortName": "cc", "DepositMethod": "Deposit", "WithdrawMethod": "Withdraw", "BalanceMethod": "Balance" } }, "Rules": { "CanTradeBuildingBlocked": true, "CanTradeCombatBlocked": true, "CanTradeRaidBlocked": true }, "GroupCooldowns": { "default": 60.0 }, "ClanGroupCooldowns": { "default": 60.0 } }
-
- 14 comments
-
- 1
-
-
ok. thank you. im panic thats why.
-
"Loottable" (1.0.20) by The_Kiiiing (13.39s) - Loottable.cs
-
Listing 126 plugins: 01 "AdminHammer" (1.13.0) by mvrb (0.01s) - AdminHammer.cs 02 "AdminMenu" (0.1.55) by k1lly0u (1.64s) - AdminMenu.cs 03 "Admin Radar" (5.1.9) by nivex (19.17s) - AdminRadar.cs 04 "Advert Messages" (3.0.2) by LaserHydra (0.01s) - AdvertMessages.cs 05 "Auto Doors" (3.2.9) by Wulf/lukespragg/Arainrr (0.67s) - AutoDoors.cs 06 "Auto Flip Drones" (1.1.0) by WhiteThunder (0.00s) - AutoFlipDrones.cs 07 "BGrade" (1.1.3) by Ryan / Rustoria.co (0.40s) - BGrade.cs 08 "Backpacks" (3.8.0) by LaserHydra (1.38s) - Backpacks.cs 09 "Barrel Points" (2.3.0) by Krungh Crow (1.25s) - BarrelPoints.cs 10 "Better Chat" (5.2.12) by LaserHydra (0.25s) - BetterChat.cs 11 "BetterChatFlood" (1.0.5) by Ryan (0.01s) - BetterChatFlood.cs 12 "Better Chat Mute" (1.2.1) by LaserHydra (0.03s) - BetterChatMute.cs 13 "Better Drone Collision" (1.0.0) by WhiteThunder (0.14s) - BetterDroneCollision.cs 14 "BetterMetabolism" (1.1.4) by ThePitereq (0.17s) - BetterMetabolism.cs 15 "BetterNpc" (1.1.8) by KpucTaJl (0.72s) - BetterNpc.cs 16 "BuildingBlocker" (2.4.0) by Vlad-00003 (0.76s) - BuildingBlocker.cs 17 "Chat Command Prefix" (1.0.0) by Clearshot (0.02s) - ChatCommandPrefix.cs 18 "Chest Stacks" (1.3.2) by supreme (0.14s) - ChestStacks.cs 19 "CompoundTeleport" (2.0.13) by k1lly0u (0.41s) - CompoundTeleport.cs 20 "Copy Paste" (4.1.33) by misticos (0.02s) - CopyPaste.cs 21 "CraftMenu" (1.1.2) by David (0.09s) - CraftMenu.cs 22 "Crafting Controller" (3.2.7) by Whispers88 (0.14s) - CraftingController.cs 23 "Cupboard Limiter" (1.7.2) by Spiikesan (3.28s) - CupboardLimiter.cs 24 "CustomButtons" (2.0.5) by David (1.94s) - CustomButtons.cs 25 "Custom Vending Setup" (2.8.0) by WhiteThunder (0.25s) - CustomVendingSetup.cs 26 "DeathMessage" (1.0.4) by Damo (1.49s) - DeathMessage.cs 27 "Disable Radiation" (1.0.2) by SwenenzY/Bushhy (0.00s) - DisableRadiation.cs 28 "Discord Core" (2.1.3) by MJSU (0.01s) - DiscordCore.cs 29 "Discord Logger" (2.0.11) by MON@H (0.63s) - DiscordLogger.cs 30 "DiscordMessages" (2.1.8) by Slut (0.23s) - DiscordMessages.cs 31 "Discord Report" (1.2.0) by misticos (0.04s) - DiscordReport.cs 32 "Discord Rewards" (1.4.0) by birthdates (0.01s) - DiscordRewards.cs 33 "Discord Sync" (1.2.0) by Tricky & OuTSMoKE (0.02s) - DiscordSync.cs 34 "Discord Wipe" (2.3.1) by MJSU (0.00s) - DiscordWipe.cs 35 "Drone Effects" (1.0.3) by WhiteThunder (0.01s) - DroneEffects.cs 36 "Drone Hover" (1.0.2) by WhiteThunder (0.12s) - DroneHover.cs 37 "Drone Settings" (1.1.1) by WhiteThunder (0.13s) - DroneSettings.cs 38 "Economics" (3.9.1) by Wulf (2.12s) - Economics.cs 39 "Eternal Plants" (1.0.1) by 0x89A (1.72s) - EternalPlants.cs 40 "Event Tips Remover" (1.0.4) by Razor (0.26s) - EventTipsRemover.cs 41 "Extended Recycler" (1.2.2) by beee/The Friendly Chap (0.32s) - ExtendedRecycler.cs 42 "FoundationLimits" (1.1.2) by AhigaO#4485 (0.63s) - FoundationLimits.cs 43 "FurnaceLevels" (1.4.5) by David (6.95s) - FurnaceLevels.cs 44 "Group Limits" (3.0.3) by misticos (0.01s) - GroupLimits.cs 45 "GuessNumber" (1.0.4) by LAGZYA (0.02s) - GuessNumber.cs 46 "HarborEvent" (2.0.7) by KpucTaJl (0.48s) - HarborEvent.cs 47 "HomesGUI" (1.4.22) by PsychoTea (3.95s) - HomesGUI.cs 48 "HomingMissiles" (1.1.0) by Fruster (2.65s) - HomingMissiles.cs 49 "Image Library" (2.0.60) by Absolut & K1lly0u (2.08s) - ImageLibrary.cs 50 "SimpleLogo" (1.2.8) by Sami37 (0.17s) - SimpleLogo.cs 51 "Instant Barrels" (1.0.3) by Mevent (0.25s) - InstantBarrels.cs 52 "Instant Untie" (1.0.12) by MJSU (0.00s) - InstantUntie.cs 53 "Inventory Viewer" (4.0.5) by Whispers88 (0.01s) - InventoryViewer.cs 54 "Kits" (4.4.0) by k1lly0u (0.37s) - Kits.cs 55 "LifeStealer" (1.1.0) by Krungh Crow (1.16s) - LifeStealer.cs 56 "Lock composter" (1.0.0) by Julio Juajez (1.61s) - Lockcomposter.cs 57 "Lock oven" (1.0.1) by Julio Juajez (1.40s) - Lockoven.cs 58 "Loot Bouncer" (1.0.9) by Sorrow/Arainrr (0.81s) - LootBouncer.cs 59 "Loottable" (1.0.20) by The_Kiiiing (13.39s) - Loottable.cs 60 "MLRS Damage" (1.3.1) by iLakSkiL (2.81s) - MLRSDamage.cs 61 "Magic Economics Panel" (1.0.5) by MJSU (0.15s) - MagicEconomicsPanel.cs 62 "Magic Fps Panel" (1.0.2) by MJSU (0.43s) - MagicFpsPanel.cs 63 "Magic Joining Panel" (1.0.2) by MJSU (0.01s) - MagicJoiningPanel.cs 64 "Magic Panel" (1.0.8) by MJSU (0.23s) - MagicPanel.cs 65 "Magic Players Panel" (1.0.2) by MJSU (0.00s) - MagicPlayersPanel.cs 66 "Magic Sleepers Panel" (1.0.2) by MJSU (0.01s) - MagicSleepersPanel.cs 67 "Marker Manager" (3.0.3) by DezLife (0.12s) - MarkerManager.cs 68 "Monument Finder" (3.1.0) by WhiteThunder (0.01s) - MonumentFinder.cs 69 "Nav Mesh Error Fix" (1.1.1) by Ryz0r (0.00s) - NavMeshErrorFix.cs 70 "No Compound" (1.0.1) by Orange (0.74s) - NoCompound.cs 71 "No Duds" (1.2.0) by bearr (0.00s) - NoDuds.cs 72 "No Give Notices" (0.3.0) by Wulf (0.00s) - NoGiveNotices.cs 73 "No MLRS Mount" (1.0.4) by Lincoln (0.00s) - NoMLRSMount.cs 74 "No Suicide" (0.1.5) by Wulf/lukespragg (0.05s) - NoSuicide.cs 75 "No Teams" (1.0.4) by OfficerJAKE (0.00s) - NoTeams.cs 76 "Notify" (1.0.8) by Mevent (0.02s) - Notify.cs 77 "NpcSpawn" (2.4.6) by KpucTaJl (1.86s) - NpcSpawn.cs 78 "Placeholder API" (2.2.1) by misticos (0.03s) - PlaceholderAPI.cs 79 "PlayerAdministration" (1.6.8) by ThibmoRozier (0.05s) - PlayerAdministration.cs 80 "PlayerCounter" (3.0.0) by Farkas (0.13s) - PlayerCounter.cs 81 "Playtime Tracker" (0.2.2) by k1lly0u (2.53s) - PlaytimeTracker.cs 82 "Portable Vehicles" (1.1.2) by Paulsimik (0.07s) - PortableVehicles.cs 83 "ProximitySystem" (1.0.6) by Visagalis (0.22s) - ProximitySystem.cs 84 "Pvp Markers" (1.0.1) by Paul (10.71s) - PvpMarkers.cs 85 "RC Identifier Fix" (1.0.0) by WhiteThunder (0.00s) - RCIdentifierFix.cs 86 "RustServer.gg Vote" (1.1.99) by Hyper@RustServers (0.00s) - RSVoteCustom.cs 87 "Raid Markers" (1.0.3) by Paulsimik (6.41s) - RaidMarkers.cs 88 "Raid Protection" (2.1.8) by mr01sam (199.89s) - RaidProtection.cs 89 "Remover Tool" (4.3.35) by Reneb/Fuji/Arainrr (0.03s) - RemoverTool.cs 90 "Rename" (1.1.1) by Wulf (0.01s) - Rename.cs 91 "Restore Upon Death" (0.5.0) by k1lly0u (2.62s) - RestoreUponDeath.cs 92 "Runaway Boats" (1.1.1) by 0x89A (0.01s) - RunawayBoats.cs 93 "Rust Lax" (1.0.3) by Colon Blow (0.23s) - RustLax.cs 94 "Rust Map Api" (1.3.2) by MJSU (0.00s) - RustMapApi.cs 95 "SAMSiteAuth" (2.4.3) by haggbart (0.02s) - SAMSiteAuth.cs 96 "Server Armour" (0.7.6) by Pho3niX90 (0.11s) - ServerArmour.cs 97 "Shop" (1.1.62) by David (0.69s) - Shop.cs 98 "Skills" (1.31.8) by Mevent (3.65s) - Skills.cs 99 "SkinBox" (2.1.19) by k1lly0u (0.43s) - SkinBox.cs 100 "SmoothRestarter" (3.2.0) by 2CHEVSKII (0.01s) - SmoothRestarter.cs 101 "Sort Button" (2.0.2) by MON@H (0.41s) - SortButton.cs 102 "Spawn Modular Car" (5.2.0) by WhiteThunder (0.11s) - SpawnModularCar.cs 103 "Spawns" (2.0.36) by Reneb / k1lly0u (0.00s) - Spawns.cs 104 "Stash Warning" (1.3.5) by haggbart (0.00s) - StashWarning.cs 105 "Super Card" (1.0.5) by Mevent#4546 (3.71s) - SuperCard.cs 106 "SurveyBlocker" (1.0.1) by miRror (0.96s) - SurveyBlocker.cs 107 "TalkingNpc" (1.1.15) by Razor/S0N_0F_BISCUIT (0.09s) - TalkingNpc.cs 108 "Targetable Drones" (1.0.3) by WhiteThunder (0.14s) - TargetableDrones.cs 109 "Tea Modifiers" (2.1.2) by MJSU (0.05s) - TeaModifiers.cs 110 "TimeOfDay" (2.3.4) by FuJiCuRa (0.00s) - TimeOfDay.cs 111 "Timed Execute" (0.7.4) by PaiN & misticos (0.00s) - TimedExecute.cs 112 "Timed Permissions" (1.6.0) by LaserHydra (0.58s) - TimedPermissions.cs 113 "Trapper" (1.1.0) by Shady14u (0.96s) - Trapper.cs 114 "UpdateChecker" (3.1.0) by tofurahie#4144 (0.03s) - UpdateChecker.cs 115 "Vanish" (1.6.8) by Whispers88 (0.24s) - Vanish.cs 116 "Vehicle Deployed Locks" (1.8.2) by WhiteThunder (0.73s) - VehicleDeployedLocks.cs 117 "WPKits" (1.1.4) by David (0.33s) - WPKits.cs 118 "WPSocialLinks" (1.1.4) by David (0.02s) - WPSocialLinks.cs 119 "WPVipRanks" (1.1.4) by David (0.03s) - WPVipRanks.cs 120 "WPWipeCycle" (1.1.4) by David (0.01s) - WPWipeCycle.cs 121 "WelcomePanel" (3.0.7) by David (73.89s) - WelcomePanel.cs 122 "Who Knocks" (0.0.7) by Hockeygel23 (0.00s) - WhoKnocks.cs 123 "Wipe Prize" (1.0.9) by Mevent (0.21s) - WipePrize.cs 124 "Wounded Screams" (2.2.3) by Death (0.01s) - WoundedScreams.cs 125 "XDQuest" (6.5.13) by DezLife (4.72s) - XDQuest.cs 126 "XDStatistics" (2.3.3) by DezLife (2.80s) - XDStatistics.cs
-
i already told im using ONLY loot-table-stacksize-gui plugin there is conflict with bradley drops So i asking you can you make it use anything else instead of supply drop ? smoke grenade Or can you tell me how to edit plugin to change supply drop item to smoke grenade ? Do you understand what im asking you, and do you understand what im explaining you ?
-
- 252 comments
-
- 1
-
-
- #bradley
- #bradleyapc
- (and 16 more)
-
OR PLEASE TELL ME HOW TO CHANGE IT TO SMOKE NADE TO AVOID CONFLICT WITH SUPPLY SIGNALS... jesus swear to good this was my last time when i buy any plugins from anyone... to many complicated everything, not for me. also i wondering why you didnt add in cfg file options what to use to call it like most other plugins doing it for example: this plugin
- 252 comments
-
- 1
-
-
- #bradley
- #bradleyapc
- (and 16 more)
-
- 252 comments
-
- #bradley
- #bradleyapc
- (and 16 more)
-
can i have old version please ?
-
NOW EVEN WORSE.... EVERY TIME PLAYER DROP TO CLOSE BASE, GET REFUNDED LOOKS COOL. BUT NOW THIS OPEN ABILITY SO SPAMM SUPPLY DROPS NON STOP SO I CANT USE BRADLEY DROPS PLUGIN ANYMORE