Jump to content

JulioJuajez

Creator
  • Posts

    55
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by JulioJuajez

  1. 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; }
  2. 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; } }
  3. 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 ?
  4. If you pay for the plugin no need to encrypt it. I don't see the point of encrypting it
  5. Hello, yes it is possible. we can talk about it in a private message, if nobody has answered your request yet
  6. Version 1.0.2

    1,400 downloads

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

    3,552 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

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.4m
Total downloads
Customers
10.8k
Customers served
Files Sold
156.1k
Marketplace sales
Payments
3.3m
Processed total
×
×
  • 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.