Jump to content

Trudy Latté

Member
  • Posts

    235
  • Joined

  • Last visited

Everything posted by Trudy Latté

  1. Trudy Latté

    Scrap boost

    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
  2. In fact it votes on a site and not via the server
  3. Trudy Latté

    Ganja

    Hi very good plugin, I wish I could configure the following two options per joint "Joint durability (seconds)": 120.0, "Joint durability loss per hit (seconds)": 10.0 Ty
  4. 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
  5. Trudy Latté

    Crafts

    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 }
  6. I had the turn for several plugins and I switched to dropbox and since everything works well
    Very good plugin. The developer listens. You can balance the reword for players for voting to retain players. I recommend. Très bon plugin. Le développeur est à l'écoute. Pas trop d'avantage pour fidéliser les joueurs, je recommande.
  7. I had the turn too, I had to host my images on another site and it works again
  8. Trudy Latté

    translation problem

    indeed it was put on explosion
  9. Trudy Latté

    translation problem

    Yet before it worked "Marker - Enable Map Marker Text (Normal Only)": true, "Marker - Map Marker Text (Normal Only)": "Débris de météorite",
  10. Trudy Latté

    translation problem

    Hi I translated the sentence to see on the meteorite debris map but it doesn’t work
  11. a big thank you
  12. Okay, and for event icons, could that be possible or not?
  13. Hi I wish I could move the position of all icons Ty
  14. 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 },
  15. 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
  16. Is it possible to put several commands?
  17. general tour it works a big thank you to you
  18. always the same problem {steamid} is invalid, not connected or dead.
  19. 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
  20. Hi actually it worked by deleting the config file
  21. Trudy Latté

    error in the console

    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
1.7m

Downloads

Total number of downloads.

7.9k

Customers

Total customers served.

119.5k

Files Sold

Total number of files sold.

2.4m

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.