-
Posts
235 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Trudy Latté
-
Hi the boost scrap does not work I tried with the following modification "Scrap boost percentage (1 = 100%)": 5.0, "Scrap boost duration (seconds)": 900.0, I see no difference Ty
-
- 429 comments
-
- #abilities
- #boss
- (and 16 more)
-
ability to give to a disconnected player
Trudy Latté replied to Trudy Latté's Support Request in Support
In fact it votes on a site and not via the server -
Hi I integrated the following commands -addfirstcurrency -addsecondcurrency a voting system to reward them but if the player votes but is not connected to the server, he does not receive the reward Ty
-
Hi here is an example { "ID": -2047027810, "Enabled": true, "Image": "https://www.rustedit.io/images/imagelibrary/submarineduo.png", "Title": "<color=#09AA65>UN SOUS-MARIN DUO</color>", "Description": "Transport sous-marin rapide", "Command (to give an item)": "", "Permission (ex: crafts.vip)": "crafts.submarineduo", "Display Name": "Duo Submarine", "ShortName": "box.repair.bench", "Amount": 1, "Skin": 2566928707, "Type (Item/Command/Vehicle/Recycler)": "Item", "Prefab": "assets/content/vehicles/submarine/submarineduo.entity.prefab", "Command on give": "portablevehicles.give {steamID} submarineduo", "Workbench Level": 3, "Distance Check": true, "Distance": 1.5, "Place the ground": true, "Place the structure": true, "Items For Craft": [ { "Image": "", "ShortName": "metal.fragments", "Amount": 3000, "Skin": 0, "Title (empty - default)": null }, { "Image": "", "ShortName": "metal.refined", "Amount": 100, "Skin": 0, "Title (empty - default)": null }, { "Image": "", "ShortName": "sheetmetal", "Amount": 5, "Skin": 0, "Title (empty - default)": null }, { "Image": "", "ShortName": "lowgradefuel", "Amount": 200, "Skin": 0, "Title (empty - default)": null }, { "Image": "", "ShortName": "waterjug", "Amount": 1, "Skin": 0, "Title (empty - default)": null }, { "Image": "", "ShortName": "stash.small", "Amount": 1, "Skin": 0, "Title (empty - default)": null } ], "For Modular Car": null, "Cooldown": 0.0, "Multiple Craft": false, "Maximum number of crafts": 0, "Enable Craft?": true, "Enable Sales?": false, "Cost": 0.0 }
-
- 7 comments
-
- 2
-
-
-
- #top-games.net
- #top-serveurs.net
-
(and 6 more)
Tagged with:
-
indeed it was put on explosion
-
Yet before it worked "Marker - Enable Map Marker Text (Normal Only)": true, "Marker - Map Marker Text (Normal Only)": "Débris de météorite",
-
Hi I translated the sentence to see on the meteorite debris map but it doesn’t work
-
a big thank you
-
Okay, and for event icons, could that be possible or not?
-
Hi I wish I could move the position of all icons Ty
-
for the recipe "Commands to run when the player consumes the food [key = command, value = description]": { "oxide.grant user {id} itemperks.recyclechance.100": "" }, "Commands to run when the food buff expires": [ "oxide.revoke user {id} itemperks.recyclechance.100" ], and in the itemperks.json file "Permission modifiers to increase the chance of obtaining enhancement kit when recycling [1.0 = 100% increase in chance]": { "itemperks.recyclechance.100": 1.0 },
-
Hi I set up a recipe that gives 100% advantage to recycle when the player consumes the recipe, he has permission but by recycling it does not recover the perks then when an admin recycles it works Ty
-
- 429 comments
-
- #abilities
- #boss
- (and 16 more)
-
Is it possible to put several commands?
-
general tour it works a big thank you to you
-
always the same problem {steamid} is invalid, not connected or dead.
-
Hi I can not run a command to integrate the benefits of the following plugin here is an example of my configuration { "Case Display Name": "<size=16><color=#FF3333><b><i>POPPERS</i></b></color></size>", "Image": "https://i.imgur.com/1ZwVSki.png", "Permission": "battlepass.poppers", "Cost in currency 1": 50, "Cost in currency 2": 1, "Items": [ { "Display Name (for display in the interface)": "Augmente la quantité de poisson en pêchant", "ID": 319421246, "Chance": 50.0, "Item type": "Command", "Image (if empty - the icon is taken by shortname) ": "https://i.imgur.com/1ZwVSki.png", "Display name (for the item) (if empty - standard)": "", "Shortname": "blood", "Skin": 2939349707, "Amount (for item)": 1, "Command": "ipgivekit $player.id angler", "Plugin": { "Hook to call": "Withdraw", "Plugin name": "Economics", "Amount": 0 } } ] } and in the console I have the following message $player.id is invalid, not connected or dead. Ty
-
Hi actually it worked by deleting the config file
-
Hi I have the following error in the console Failed to initialize plugin 'TopGames v2.0.0' (JsonSerializationException: Cannot deserialize the current JSON array (e.g. [1,2,3]) into type 'System.Collections.Generic.Dictionary`2[System.String,System.Boolean]' because the type requires a JSON object (e.g. {"name":"value"}) to deserialize correctly. To fix this error either change the JSON to a JSON object (e.g. {"name":"value"}) or change the deserialized type to an array or a type that implements a collection interface (e.g. ICollection, IList) like List<T> that can be deserialized from a JSON array. JsonArrayAttribute can also be added to the type to force it to deserialize from a JSON array. Path '[0].votes', line 5, position 14.) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.EnsureArrayContract (Newtonsoft.Json.JsonReader reader, System.Type objectType, Newtonsoft.Json.Serialization.JsonContract contract) [0x00058] in <271c58b7a8684db5a2c92be17a81f252>:0 at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateList (Newtonsoft.Json.JsonReader reader, System.Type objectType, Newtonsoft.Json.Serialization.JsonContract contract, Newtonsoft.Json.Serialization.JsonProperty member, System.Object existingValue, System.String id) [0x00012] in <271c58b7a8684db5a2c92be17a81f252>:0 at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal (Newtonsoft.Json.JsonReader reader, System.Type objectType, Newtonsoft.Json.Serialization.JsonContract contract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerMember, System.Object existingValue) [0x0007f] in <271c58b7a8684db5a2c92be17a81f252>:0 at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.SetPropertyValue (Newtonsoft.Json.Serialization.JsonProperty property, Newtonsoft.Json.JsonConverter propertyConverter, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerProperty, Newtonsoft.Json.JsonReader reader, System.Object target) [0x00061] in <271c58b7a8684db5a2c92be17a81f252>:0 at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject (System.Object newObject, Newtonsoft.Json.JsonReader reader, Newtonsoft.Json.Serialization.JsonObjectContract contract, Newtonsoft.Json.Serialization.JsonProperty member, System.String id) [0x00267] in <271c58b7a8684db5a2c92be17a81f252>:0 at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject (Newtonsoft.Json.JsonReader reader, System.Type objectType, Newtonsoft.Json.Serialization.JsonContract contract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerMember, System.Object existingValue) [0x0015c] in <271c58b7a8684db5a2c92be17a81f252>:0 at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal (Newtonsoft.Json.JsonReader reader, System.Type objectType, Newtonsoft.Json.Serialization.JsonContract contract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerMember, System.Object existingValue) [0x0006d] in <271c58b7a8684db5a2c92be17a81f252>:0 at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateList (System.Collections.IList list, Newtonsoft.Json.JsonReader reader, Newtonsoft.Json.Serialization.JsonArrayContract contract, Newtonsoft.Json.Serialization.JsonProperty containerProperty, System.String id) [0x0016f] in <271c58b7a8684db5a2c92be17a81f252>:0 at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateList (Newtonsoft.Json.JsonReader reader, System.Type objectType, Newtonsoft.Json.Serialization.JsonContract contract, Newtonsoft.Json.Serialization.JsonProperty member, System.Object existingValue, System.String id) [0x000dc] in <271c58b7a8684db5a2c92be17a81f252>:0 at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal (Newtonsoft.Json.JsonReader reader, System.Type objectType, Newtonsoft.Json.Serialization.JsonContract contract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerMember, System.Object existingValue) [0x0007f] in <271c58b7a8684db5a2c92be17a81f252>:0 at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType, System.Boolean checkAdditionalContent) [0x000d9] in <271c58b7a8684db5a2c92be17a81f252>:0 at Newtonsoft.Json.JsonSerializer.DeserializeInternal (Newtonsoft.Json.JsonReader reader, System.Type objectType) [0x00053] in <271c58b7a8684db5a2c92be17a81f252>:0 at Newtonsoft.Json.JsonSerializer.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType) [0x00000] in <271c58b7a8684db5a2c92be17a81f252>:0 at Newtonsoft.Json.JsonConvert.DeserializeObject (System.String value, System.Type type, Newtonsoft.Json.JsonSerializerSettings settings) [0x0002d] in <271c58b7a8684db5a2c92be17a81f252>:0 at Newtonsoft.Json.JsonConvert.DeserializeObject[T] (System.String value, Newtonsoft.Json.JsonSerializerSettings settings) [0x00000] in <271c58b7a8684db5a2c92be17a81f252>:0 at Oxide.Core.Configuration.DynamicConfigFile.ReadObject[T] (System.String filename) [0x00028] in <157a94ee66ab4a7991faecd1eb84be3b>:0 at Oxide.Core.DataFileSystem.ReadObject[T] (System.String name) [0x00021] in <157a94ee66ab4a7991faecd1eb84be3b>:0 at Oxide.Plugins.TopGames.LoadVotesData () [0x0000b] in <5275723610664149ae0e2ecba53d3be0>:0 at Oxide.Plugins.TopGames.Init () [0x00022] in <5275723610664149ae0e2ecba53d3be0>:0 at Oxide.Plugins.TopGames.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0023e] in <5275723610664149ae0e2ecba53d3be0>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <23ba99f131254889867c71f0bd137b1d>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <157a94ee66ab4a7991faecd1eb84be3b>:0 at Oxide.Core.Plugins.CSPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x00043] in <157a94ee66ab4a7991faecd1eb84be3b>:0