Jump to content

JulioJuajez

Creator
  • Posts

    55
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by JulioJuajez

  1. Version 1.0.2

    26 downloads

    This plugin allows you to authorize the installation of codelock and lock on doors that do not allow it Autorisation : lockalldoors.admin Command: /alock => activates or deactivates the right to modify the locking state of a door You can change this command via the language file. You can customize messages with your server name by modifying SERVERNAME in the configuration file The plugin is translated into English and French.
    $9.90
  2. hello the plugin does not work for me anymore
  3. Changed Status from Pending to Work in Progress
  4. Hello, I coded this plugin if you want https://codefling.com/plugins/speed-vehicles
  5. 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 }; }
  6. 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
  7. hello is it possible to change the logo that is at the bottom right when you upload a photo
  8. 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; }
  9. 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; } }
  10. 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 ?
  11. JulioJuajez

    lock for subs

    Changed Fixed In to 1.0.9
  12. JulioJuajez

    Unclaim?

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

    Lock vehicles don't work

    Changed Status from Work in Progress to Closed Changed Fixed In to Next Version
  14. 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
  15. Changed Status from Pending to Work in Progress
  16. JulioJuajez

    Unclaim?

    Changed Status from Pending to Work in Progress
  17. JulioJuajez

    Unclaim?

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

    1,266 downloads

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

    3,277 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
2.1m

Downloads

Total number of downloads.

9.7k

Customers

Total customers served.

141k

Files Sold

Total number of files sold.

3m

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.