Jump to content

JulioJuajez

Creator
  • Posts

    54
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by JulioJuajez

  1. hello the plugin does not work for me anymore
  2. Changed Status from Pending to Work in Progress
  3. Hello, I coded this plugin if you want https://codefling.com/plugins/speed-vehicles
  4. Hello the genetics were lost when the clones split. need to add this in OnItemSplit hook to solve this problem if (item.info.amountType == ItemDefinition.AmountType.Genetics && item.instanceData != null && item.instanceData.dataInt != 0) { split.instanceData = new ProtoBuf.Item.InstanceData() { dataInt = item.instanceData.dataInt, ShouldPool = false }; }
  5. Hello, I use a custom map and I don't have the monument where Ivan must spawn. it would be nice if we could configure an NPC that we would place ourselves on the map
  6. hello is it possible to change the logo that is at the bottom right when you upload a photo
  7. JulioJuajez

    Drug Business

    Hi, you just need to add this in the plugin to block cloning: object CanTakeCutting(BasePlayer player, GrowableEntity plant) { if (plantsData.currentPlants.Contains(plant.net.ID)) { Message(player, "You cannot clone this plant"); return true; } return null; }
  8. JulioJuajez

    Drug Business

    Hello I noticed that once the plugin loaded we can no longer do damage to the npc, I fixed that! you have to replace this: private void OnEntityTakeDamage(BasePlayer player, HitInfo info) { info.damageTypes = new DamageTypeList(); info.HitMaterial = 0; info.PointStart = Vector3.zero; } in this : private void OnEntityTakeDamage(BasePlayer player, HitInfo info) { if (dealersData.Exists(dealer => dealer.NetworkID == player.net.ID)){ info.damageTypes = new DamageTypeList(); info.HitMaterial = 0; info.PointStart = Vector3.zero; } }
  9. JulioJuajez

    Drug Business

    Hello great plugin, is it possible to have the psd of the images used in order to translate them into another language ?
  10. JulioJuajez

    lock for subs

    Changed Fixed In to 1.0.9
  11. JulioJuajez

    Unclaim?

    Changed Status from No Response to Closed Changed Fixed In to 1.0.9
  12. JulioJuajez

    Lock vehicles don't work

    Changed Status from Work in Progress to Closed Changed Fixed In to Next Version
  13. JulioJuajez

    Lock vehicles don't work

    Changed Status from Pending to Work in Progress Hello, sorry for the wait. I will look at this in detail but it seems to me that when you buy it from the bandit camp, you are already the owner of the vehicle. I will look and update the plugin shortly to add also the submarines
  14. Changed Status from Pending to Work in Progress
  15. JulioJuajez

    Unclaim?

    Changed Status from Pending to Work in Progress
  16. JulioJuajez

    Unclaim?

    No currently it is not possible, but I will see to add that.
  17. Hello it will be done but this month I am on vacation so not before next month, sorry
  18. Changed Status from Pending to Closed Changed Fixed In to 1.0.8
  19. Great, glad to know that you have succeeded
  20. If you pay for the plugin no need to encrypt it. I don't see the point of encrypting it
  21. Hello, yes it is possible. we can talk about it in a private message, if nobody has answered your request yet
  22. Version 1.0.2

    1,220 downloads

    Adds a codelock to your composter. To add a codelock, place it as you would on a chest.
    Free
  23. Version 2.1.1

    3,188 downloads

    Lock Your Ovens v2.1.0 Make all your furnaces and refineries lockable in Rust! Supports all vanilla ovens and any custom ovens you add. Key Features Auto-lock ovens - All configured ovens become lockable on spawn Legacy Furnace Support - Works with legacy furnaces Dynamic Addition - Add new oven types with a hammer Custom Lock Positions - Each oven type has configurable lock placement Multilingual - English & French support Quick Start Install the plugin Grant admin permission: oxide.grant user lockoven.admin Use /lockoven_refresh to make existing ovens lockable NEW: Use /lockoven_add + hammer to add custom ovens Commands /lockoven_refresh - Make all configured ovens lockable /lockoven_add - Toggle oven addition mode /lockoven_list - List supported ovens with lock positions /lockoven_clean - Remove invalid entries /lockoven_reset - Reset to defaults Adding Custom Ovens Type /lockoven_add to enable addition mode Equip a hammer Hit any oven/furnace to add it Type /lockoven_add again to disable mode Supported Ovens (Default) Standard Furnace Legacy Furnace Large Furnace Small Oil Refinery Electric Furnace Configuration Located in oxide/config/Lockoven.json: { "RefreshCommand": "lockoven_refresh", "AddCommand": "lockoven_add", "ListCommand": "lockoven_list", "CleanCommand": "lockoven_clean", "ResetConfigCommand": "lockoven_reset", "PermAdmin": "lockoven.admin", "ActivatePermUse": false, "PermUse": "lockoven.use", "SupportedOvens": { "assets/prefabs/deployable/furnace/furnace.prefab": { "LockPosition": {"x": -0.02, "y": 0.3, "z": 0.5}, "LockRotation": {"x": 0, "y": 90, "z": 0} } } } Permissions lockoven.admin - Required for all admin commands lockoven.use - Required to lock ovens (optional, disabled by default) Pro Tips Ovens placed before plugin installation need /lockoven_refresh New ovens are automatically lockable if in config Edit lock positions in config for perfect placement Language Support Automatically detects player language (French/English)
    Free
2m

Downloads

Total number of downloads.

9.4k

Customers

Total customers served.

136.7k

Files Sold

Total number of files sold.

2.9m

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.