Jump to content

Nubie's Wishlist

  1. More information about "F15 AirStrike"

    $9.99

    F15 AirStrike

    Adds the ability to call an airstrike, the player throws a supply signal in the place where he wants to call an airstrike.
    This plugin uses the default supply signal, but the item skin must be 2982472774. Please use only default stack size for supply signal. This is the only way the plugin will work properly.
    Since this is not an item that players can usually get through loot,  you can use a plugin like BetterLoot to insert a supply signal with skin 2982472774 into your loot tables, and then that player-picked item can be used as a signal to call an airstrike.
    There is also support for the plug-in HomingMissiles
    Commands (admin only):
    /GiveF15AirStrikeSignal  <Player or steamID> <number of items>   -  give the player a supply airstrike signal
    /GiveF15AirStrikeSignalToAll <number of items>   -  give to all players a supply airstrike signal
    /adminCallF15 -  causes an airstrike to a point with the player's coordinates
    Developer API:
    (void) CallF15AirStrike(Vector3 pos, BasePlayer player)  -  launch an airstrike on a point with coordinates pos, player -  airstrike initiator(null can be specified)
     
    This plugin uses the permission system
    Permissions:
    f15AirStrike.use -  required to use airstrike
    f15AirStrike.vip - for VIP permissions, the "Cooldown time for VIP” setting is available
    To assign a permission, use:    oxide.grant <user or group> <name or steam id> f15AirStrike.use
    To remove a permission, use:    oxide.revoke <user or group> <name or steam id> f15AirStrike.use
     
     
     
    Config:
    { "F15 flight altitude": 250.0, "Rockets speed": 150, "Attack radius": 150, "Damage scale (1 = 100%)": 1.0, "Rate of fire(number of shots per second)": 2.5, "Time to trigger a signal grenade": 3.0, "Cooldown time": 1.0, "Cooldown time for VIP": 1.0, "Supply signal display name": "SUPPLY SIGNAL F15", "Grenade throw force scaling": 1.0, "Damage to buildings": false, "Always deal damage to Raidable Bases": false, "Attack the initiator": true, "Attack the players": true, "Attack NPCs": true, "Attack the place where the signal supply was thrown (attacks only in the area, not aiming at players and NPCs)": false, "F15 will only attack at right angles above the center of the impact area (only for area targeting)": false, "Attack accuracy (used only when attacking in an area)": 30, "Use homing missiles(need HomingMissiles plugin)": false }  
  2. More information about "MBPrivileges"

    $7.00

    MBPrivileges

    🏆 MBPrivileges
    MBPrivileges is a modern Rust plugin that provides a stylish system for viewing and purchasing in-game privileges.
    It features a fully custom CUI-based interface and supports multiple economy systems.
     
    💡 Key Features:
    🎨 Beautiful and intuitive UI to display all available privileges.
    🪙 Supports MBCoins, Economics, and ServerRewards — choose the economy system that fits your server.
    📦 Fully customizable privileges:
    Group Name (GroupName) Duration (DurationText) Price (Price) Image (ImageUrl) Multi-language descriptions (EN / RU / UK) 🖼️ Integration with ImageLibrary for image loading and display.
    🔄 Simple navigation — close or go back with a single click.
    💬 Multi-language support: English, Russian, Ukrainian.
     
    ⚙️ Commands:
    /vip — opens the privilege menu.
      💎 New Features
    💬 Visual UI banners instead of chat messages:
    ✅ Successful purchase ❗ Not enough funds ⚠️ Purchase error 📋 Purchase confirmation required 🛒 Purchase in quantities:
    Added + / − buttons to select the purchase amount Price and duration are automatically recalculated based on quantity ✅ Purchase confirmation:
    Before pressing “Buy”, the player must tick the confirmation checkbox After purchase, the confirmation resets automatically 💵 Balance indicator:
    The player’s current balance is now displayed directly in the interface Updates in real time when the player changes quantity or completes a purchase
    🧩 Dependencies:
    Economics (optional) ServerRewards (optional) MBCoins (optional)  
     
     
    🛠️ Configuration:
    All settings are managed via the configuration file: { "Privileges": [ { "GroupName": "vip", "DurationText": "14d", "Price": 10, "ImageUrl": "", "Descriptions": { "en": { "Enabled": true, "Text": "Prefix [VIP] ... description in English ..." }, "uk": { "Enabled": true, "Text": "Prefix [VIP] ... description in Ukrainian ..." }, "ru": { "Enabled": true, "Text": "Prefix [VIP] ... description in Russian ..." } } }, { "GroupName": "premium", "DurationText": "14d", "Price": 15, "ImageUrl": "", "Descriptions": { "en": { "Enabled": true, "Text": "Prefix [PREMIUM] ... description in English ..." }, "uk": { "Enabled": true, "Text": "Префікс [PREMIUM] ... description in Ukrainian ..." }, "ru": { "Enabled": true, "Text": "Prefix [PREMIUM] ... description in Russian ..." } } }, { "GroupName": "deluxe", "DurationText": "14d", "Price": 20, "ImageUrl": "", "Descriptions": { "en": { "Enabled": true, "Text": "Prefix [DELUXE] ... description in English ..." }, "uk": { "Enabled": true, "Text": "Префікс [DELUXE] ... description in Ukrainian ..." }, "ru": { "Enabled": true, "Text": "Prefix [DELUXE] ... description in Russian ..." } } } ], "Economy type (Economics, ServerRewards, MBCoins)": "MBCoins" }  
  3. More information about "VIP Tokens"

    $15.00

    VIP Tokens

    Monetize and fund your server!
     
    This plugin will allow players to purchase a token that represents a current group on your server, such as VIP, which can be traded/sold/gifted  to other players in-game.
    It is functionally similar to bonds in Runescape, Plex in Eve Online and WOW tokens in WOW.
     
    The main benefit of this plugin is that it will allow your more generous donators to purchase  tokens and sell them  in game for items/resources etc to players who otherwise would not financially support the server.  
    The RP server I run has been a shining success for this, increasing our VIP count by almost 50%.
     

    Customizable tokens to suit  most servers monetary requirements. Scalable quantities of VIP perks. A GUI to manage the show the players token balance, perks that each token provides, and end date of their subscription, all of which is configurable. Supports automatic payments via platforms such as Tebex, allowing for complete automation of purchasing. Automatically adds and removes the player from the designated oxide group. Days are completely configurable via the config file. Fail safes to prevent abuse, restrict the amount of VIP time for each token (configurable), and prevent overlapping of existing group access (configurable). Can optionally run a console command in addition to/instead of adding a player to an oxide group.  
    Update (not mentioned in the video):
    Added the ability to run a command in addition to/instead of adding a player to a VIP group. Added the option to trigger a hook when a token is consumed (for developers). You will need to delete your old config and load the new config in order to use these new features.
     

    Command: givetoken
    Arguments: <token id> <optional: quantity>
    Example: /givetoken vip 10   -this would give you 10x tokens called "vip"
    Permissions: viptoken.admin
    Command: removevip
    Arguments: <player name/id> <token id>
    Example: /removevip "new guy" vip - would remove the vip token from a player matching the name "new guy". Use quotation marks when inputting names with spaces, otherwise they aren't required.
    Permissions: viptoken.admin
    Command: tokenmenu
    Arguments: none
    Example: /tokenmenu
    Permissions: none
     
    Watch the video for more information on the plugin, how it works and how to set it up on a platform such as Tebex.
     

    Token links from my video:
    Thumbs up -  https://steamcommunity.com/sharedfiles/filedetails/?id=2544603563 Recycler token -  https://steamcommunity.com/sharedfiles/filedetails/?id=2544601457 VIP T1 -  https://steamcommunity.com/sharedfiles/filedetails/?id=2529344523 VIP T2 -  https://steamcommunity.com/sharedfiles/filedetails/?id=2529343385 VIP T3 -  https://steamcommunity.com/sharedfiles/filedetails/?id=2529344741 Bitcoin -  https://steamcommunity.com/sharedfiles/filedetails/?id=2530111676 The skin ID is the numbers at the end of each URL.

    Command syntax for your payment platform:
    addtoken <password> <steam ID> <tier> An example of a basic vip setup for tebex would be:
     
     

    This function can be triggered if the configuration has hook = true. It will fire when the token is successfully consumed.
    void OnTokenConsumed(BasePlayer player, string tokenKey) { Puts($"{player.displayName} consumed a {tokenKey} token"); }
  4. More information about "Loot Table & Stacksize GUI"

    $40.00

    Loot Table & Stacksize GUI

    Say goodbye to configuration and data files. This plugin lets yo edit the loot of (almost) every lootable object directly over a custom UI. It also includes a graphical stack size editor thus making it ideal for anyone who is not familiar with editing config files.
    Do not use in combination with any other stack size controller or loot plugin.
     
    New with version 2.2.16: Use AI to edit loot configurations
    Loottable configuration guide for AI agents.md.txt
    You can now use AI or a regular text editor to edit your loot configs. To enable this feature, set "Use json loot configs from folder config/Loottable" to true in the config file. Then use the command
    loottable dump_json to migrate your existing configuration.
    Make sure to give the configuration guide to your AI agent so it knows what to do.
    Loottable configuration guide for AI agents.md.txt
     
    Russian lang file (файл русского языка)
    You can now enjoy the interface of Loottable in Russian. Just download the file and place it in the /oxide/lang/ru/ folder 
    Loottable.json

    DISCLAIMER: Translations are provided by the community and I can not guarantee for their accuracy
     
    NEW with version 2.2.7:
    You can now add new items to all your configurations with the click of a button on the settings page. This only works for items that have been newly added with the last rust update. Amount and drop chance will be set to the vanilla values. This can also be done via command loottable add_new_items
     
    NEW with version 2.1.16:
    Improved item search
    You can now search for hidden items by adding h: to the start of your search (e.g. the search h:cable will show the cable tunnel item which is hidden by default). This works in both item editor and stack size controller. Full support for CustomItemDefinitions  

    NEW with version 2.1.7: Direct Loot Refresh
    Players with the permission  loottable.test can use a button to directly refresh the loot in the crate they are currently looting.
     
    Features:
    User friendly GUI - no need to edit config files Loot configuration for every prefab in the game Stack size controller supports individual stack sizes for every prefab Support for custom items Support for third party plugins Fully backwards compatible with version 1.x.x Default config included for every prefab Configuration for Smelting Speed, Recycler Speed and Efficiency Supply Drop configuration    
    Supported prefabs:
    Crates, Barrels NPCs Trees, Ores, Animal corpses Excavator, Quarries Christmas Presents, Eggs, Loot Bags Collectables like Hemp, Corn, etc.  
    Additional Configuration:
    Smelting Speed Supply Drop Recycler Speed / Efficiency
     
     Commands:
    loottable - Open the Loottable UI loottable reload - Manually refresh loot loottable remove_dlc_items - Remove all DLC items from your loot configs. This action can not be undone loottable add_new_items - Add all new items from this months rust update to your configurations. This action can not be undone  
    Permission:
    loottable.edit - Required to use the Loottable UI  
    Required Dependencies (Oxide only):
    Image Library:  https://umod.org/plugins/image-library
     
    Translations:
    This plugin fully supports translation. Out of the box only english is included. For item names to be translated, the plugin  https://umod.org/plugins/rust-translation-api  is required. English translations are located in /oxide/lang/en/Loottable.json
     
    For Developers:
    Loot Api:
    Developers can use the Loot Api to register loot profiles for custom NPCs or other plugin related loot.
    It is highly recommended to use the provided wrapper to access the API. Documentation is also included:
    https://gist.github.com/TheKiiiing/53a37e8bbb48d8a24c8e8b21b9da37ac
     
    Loot Api Example:
    void OnLoottableInit() { LoottableApi.ClearPresets(); LoottableApi.CreatePresetCategory(this, "Crates"); LoottableApi.CreatePreset(this, "c_locked", "Locked Crate", "crate_hackable"); LoottableApi.CreatePreset(this, "c_elite", "Elite Crate", "crate_elite"); LoottableApi.CreatePreset(this, "c_military", "Military Crate", "crate_military"); LoottableApi.CreatePreset(this, "c_normal", "Normal Crate", "crate_normal"); LoottableApi.CreatePresetCategory(this, "NPCs"); LoottableApi.CreatePreset(this, true, "npc_cargo", "Cargo Ship NPC", "npc_militunnel"); LoottableApi.CreatePreset(this, true, "npc_control", "Control Center NPC", "npc_militunnel"); } void SpawnNpc() { // Spawn NPC here ScientistNPC npc; // Assign a loot preset to the NPC LoottableApi.AssignPreset(this, scientist, "npc_control"); } void SpawnCrate() { // Spawn crate here LootContainer crate; // Assign a preset to the crate if (LoottableApi.AssignPreset(this, container, "c_locked")) { // The container has been filled with loot return; } else { // The container is not handled by Loottable // Default loot logic goes here } } The resulting configuration page would look like this:

     
    Custom Items API:
    Developers can use the Custom Items Api to add a custom item to the Loottable item list. If an item is marked as persistent it will remain in the custom item list until it is removed by ClearCustomItems. All non-persistent items will be removed after the plugin that registered them has been unloaded.
    (void) AddCustomItem(Plugin plugin, int itemId, ulong skinId) (void) AddCustomItem(Plugin plugin, int itemId, ulong skinId, bool persistent) //(v1.0.27 or higher) (void) AddCustomItem(Plugin plugin, int itemId, ulong skinId, string customName) (void) AddCustomItem(Plugin plugin, int itemId, ulong skinId, string customName, bool persistent) //(v1.0.27 or higher) (void) ClearCustomItems(Plugin plugin) //(v1.0.27 or higher)  
    Hooks:
    (void) OnLoottableInit() This hook is called when Loottable is ready to receive API calls. This happens either on server boot or when the plugin is loaded. Use this hook to register custom items and loot presets.
     
    (object) OnContainerPopulate(LootContainer container) This hook is called every time a loot container is about to be populated with loot. Returning a non-null value prevents the plugin from spawning loot into that crate.
     
    (object) OnCorpsePopulate(LootableCorpse corpse) This hook is called every time an npc corpse is about to be populated with loot. Returning a non-null value prevents the plugin from spawning loot into that corpse.
     
    (object) OnCustomAirdrop(SupplySignal signal) This hook is called every time a custom supply drop is about to be delivered.  Returning a non-null value will cancel the custom supply drop.
     
    Outdated documentation for Version 1:

    New with version 1.0.27:
    Custom Items can now be created and edited directly in the GUI. They can be created from any existing item and modified in the Item Select menu
             
     
    You can now create and load backups of your configuration. Commands (F1 or Server Console):
    loottable.backup load <name> - Load backup with the given name from the backups folder (will wipe your current configuration) loottable.backup create <name> - Create backup of everything with the given name Backups will be created in the data/Loottable/backups folder. To load a backup, the backup file needs to be present in that folder. When creating backups in the in-game console, the permission loottable.debug is required.
    IMPORTANT: DO NOT LOAD BACKUPS FORM SOURCES YOU DO NOT TRUST, they might cause harm to your server
     
    New with version 1.0.16:
    Custom Items:
    Now you can add custom items used by other plugins directly to your loot table. Other plugins can can register these items using the api (documentation below).

     
    Screenshots:
    Overview of crates and their current loot table

     
    Stacksize Editor

     
    Commands:
    loottable - Open the editor loottable refresh - Manually refresh crate loot loottable flags - List available flags (explained below) loottable flags <name> <1|0> - Enable / disable a certain flag loottable reload_vanilla_profiles - Manually re-download vanilla loot profiles (only for debuging)  
    Permission:
    loottable.edit - Required to use the editor  
    Flags:
    There are flags to disable some limits in the editor. Only enable these flags if you really need to as they might cause unexpected behavior of the editor. There are currently 3 flags available:
    Debug If enabled, the Debug flag provides more detailed information about errors and other actions in the editor. Don't enable this flag unless you want your console full of spam.
    UnlockGatherMultiplier  allows you to use gahter multipliers less than one and higher than 1000. Note that multipliers less than one might lead to unexpected results in some cases.
    DisableItemLimit Probably the safest flag to use is  DisableItemLimit as it simply lets you set stack sizes and every other item amount in the editor as high as  2,147,483,647 which is the biggest possible value of a 32-bit integer.
    UnlockFurnaceMultiplier lets you use any value as the furnace speed multiplier. Don't enable this flag unless you know what you are doing, since the default value range from 0.1 to 100 should cover most use cases and larger values might impact server performance.
    UnlockItemMultiplier unlocks the multiplier when multiplying a loot table.
    DisableStackingHooks  will disable all stacking related hooks. Enable if you encounter problems when stacking items.
    RefreshLootOnExit controls if all crates get refreshed after closing the editor or when reloading the plugin. Enable this only for testing, there might be an increase in entities.
    Refer to the Commands section for more information about enableing flags.
     
    Vanilla Configurations:
    Since version 1.0.7 there are vanilla loot profiles available for most crates and NPCs. These profiles can be loaded using the "Load default loot table" button at the top center of the editor.

    DISCLAIMER:
    The vanilla loot profiles in the editor might not exactly match the vanilla loot distribution of the game as it uses a completely different loot distribution system than Rust. These profiles rather serve as a reference point for custom loot profiles.
     
     Important for Carbon users:
    In order for this plugin to work with carbon, Harmony references need to be enabled. This can be done with the following command:
    c.harmonyreference 1  
    Required Dependencies (Oxide only):
    Image Library:  https://umod.org/plugins/image-library
     
    Custom Items API:
    Add a custom item to the item list. If an item is marked as persistent it will remain in the custom item list until it is removed by ClearCustomItems. All non-persistent items will be removed after the plugin that registered them has been unloaded.
    (void) AddCustomItem(Plugin plugin, int itemId, ulong skinId) (void) AddCustomItem(Plugin plugin, int itemId, ulong skinId, bool persistent) //(v1.0.27 or higher) (void) AddCustomItem(Plugin plugin, int itemId, ulong skinId, string customName) (void) AddCustomItem(Plugin plugin, int itemId, ulong skinId, string customName, bool persistent) //(v1.0.27 or higher) (void) ClearCustomItems(Plugin plugin) //(v1.0.27 or higher) Example:
    Its recommended to delay the call a little bit to make sure Loottable is loaded
    private void Init() { timer.In(1f, () => { Loottable?.Call("AddCustomItem", this, -946369541, 2664651800, "High Quality Fuel"); }); }  
    Hooks:
    (object) OnContainerPopulate(LootContainer container) This hook is called every time a loot container is about to be populated with loot. Returning a non-null value prevents the plugin from spawning loot into that crate.
     
    (object) OnCorpsePopulate(LootableCorpse corpse) This hook is called every time an npc corpse is about to be populated with loot. Returning a non-null value prevents the plugin from spawning loot into that corpse.
     
    (object) OnCustomAirdrop(SupplySignal signal) This hook is called every time a custom supply drop is about to be delivered.  Returning a non-null value will cancel the custom supply drop.


  5. More information about "Z NPC Shop"

    $34.99

    Z NPC Shop

    UPDATE 1.1.6
    Custom names can be set for items, not just the skin condition. In the "Name" field in sellitems.json, if you leave it blank, it will not be taken into account.
    The seller will give the item to the player with this name when purchasing, if you leave it blank it will be default.

    Are you ready to offer your players a unique trading experience? With the ZNpcShop plugin, the world of shops on your Rust server will reach unprecedented levels! Be the market leader, attract more players, and make their time on your server unforgettable.
     
    🛒 Versatile Shops, Endless Possibilities: ZNpcShop offers not just one, but two types of shops! Create your own unique store, or unleash the ever-moving wandering merchant who is guaranteed to bring excitement to the Rust world.
    *   Wandering Merchant (NpcSeller): Imagine players never knowing where the best deals will pop up next! This mobile shop adds dynamism to your server and a new dimension to trading.
        -   Dynamic Movement: The NPC automatically roams between set monuments, making its discovery an exciting hunt.
        -   Full Customization: Dress your merchant in unique clothes and skins that match your server's style! Whether they're a mysterious adventurer or a friendly wanderer – the choice is yours!
        -   Map Marker: Players can easily find them with a map marker and radius.
    *   Fixed Base Shop (BaseNpcShop): Build a permanent, reliable trading hub that can become the heart of your server!
        -    Configurable Opening Hours: Control the shop's opening hours precisely! Set opening and closing times, plus an automatic day/night mode that turns lights on/off and moves shutters.
        -    Atmospheric Music: Place a boombox in the shop and broadcast your favorite radio station or server playlist to enhance the atmosphere!
        -    Security with CCTV: Automatically integrated CCTV cameras.
        -    Unique Decorations: Enhance the shop's ambiance with various elements like neon signs, shelves, weapon racks, trophies, and even collectible plants! During the Christmas season, you can also decorate the store with unique holiday ornaments.
    💰 Smart Trading, Detailed Management: ZNpcShop offers flexible selling options to meet every need.
        -    Flexible Product Range: Stock your shops with the items you choose. Remember, default settings are available, but you determine the offerings!
        -    Category System: Organize items for sale into logical categories (e.g., Resources, Weapons, Building Materials, Apparel, Tools, Components, Misc, Electrical, Gifts). This helps players shop faster.
        -    Custom Item Names: Rename items based on their skin ID to make your offerings even more unique!
        -    Multi-language Product Descriptions: Create descriptions for products in multiple languages, so every player can understand the offers.
        -    Financial Integration: Fully compatible with Economics and ServerRewards plugins, ensuring seamless transactions.
    🔧 Easy Management, Maximum Control: The plugin features admin-friendly commands and configuration settings.
        -    Simple Position Setup: Easily set the exact positions of shops within your server, or enable the wandering merchant's automatic movement between monuments.
        -    Discord Notifications: Get instant Discord notifications for important events or errors.
        -    Administrator Privileges: Grant special permissions to admins for shop management and configuration.
     
    Don't miss out! With the ZNpcShop plugin, you can create a dynamic and attractive trading system on your Rust server that draws in new players and brings back old ones. Customize your server today and maximize the gaming experience!
    Features:
    Two configurable NPCs with separate functions and selling items of different categories.

    *   Base Shop
       -   Customizable NPC name
       -   Custom position enabled with command
       -   Can change NPC Wear items
       -   Enable/Disable Computer station buy
       -   Enable/Disable Christmas event watcher (base design)
       -   Enable/Disable animal skulls on Base
       -   Enable/Disable plants in Base
       -   Enable/Disable CCTV camera with configurable camera name (auto add function in Computer Stations)
       -   Enable/disable BaseShop opening time (in-game time)
       -   Skinnable base prefabs: -boxs -door -wallpaper
       -   Customizable prefabs: -neon signs -laser -Boombox with configurable radio station
       -   Enable/Disable map marker -size -color -name

    *   Npc Shop
       -   Customizable NPC name
       -   Custom position enabled with command
       -   Random monuments position detecting and changing configurable period of time, if custom position off
       -   Enable/Disable Boombox with configurable radio station
       -   Can change NPC Wear items
       -   Enable/Disable map marker -size -color -name

    *   Sale
       -   Cooldown / items
       -   Player limits or unlimits (reset after mapwipe)
       -   Can set skinned item for
       -   Adjustable item skin for payment
       -   Sell order types: -itemID -economics -serverrewards -command
       -   Sell slots max 4
       -   Payment slots max 4
       -   Accessories

    *   Discord feature
    *   Custom Skins name change
    *   UI configurations:
    { "[NPC Custom Position Command] set custom position ingame": "znpc", "[Timed NPC Position Change Command] set next NPC random position command": "znpcnext", "[Base Shop Custom Position Command] set custom position ingame": "znpcbase", "NpcSelleR": { "Enable": true, "Name": "npcshop", "CustomPosition": false, "RandomMonumentNpcSpawn": { "EnableTimedNpcSpawnBetweenMonuments": false, "NpcSpawnBetweenMonumentsSeconds": 600.0, "EnableBoombox": true, "BoomboxRadioLink": "https://stream.danubiusradio.hu/danubius_192k", "MonumentEnable": { "ferry_terminal": true, "harbor_1": true, "harbor_2": true, "fishing_village_b": true, "fishing_village_a": true, "fishing_village_c": true, "desert_military_base_a": true, "arctic_research_base_a": true, "launch_site_1": true, "bandit_town": true, "compound": true, "junkyard_1": true, "stables_a": true, "airfield_1": true, "military_tunnel_1": true, "water_treatment_plant_1": true, "powerplant_1": true, "trainyard_1": true, "radtown_small_3": true, "sphere_tank": true, "satellite_dish": true, "radtown_1": true, "lighthouse": true }, "NpcSpawnBetweenMonumentsPositions": [ { "x": 917.983032, "y": 5.946, "z": 1336.70911 }, { "x": 1364.63123, "y": 5.03, "z": -144.118729 }, { "x": 219.221359, "y": 2.0, "z": 1312.4552 }, { "x": -1418.81519, "y": 2.0, "z": 369.705017 }, { "x": 275.524963, "y": 2.0, "z": -1439.88159 }, { "x": 848.6371, "y": 50.87659, "z": 495.140472 }, { "x": -974.493164, "y": 17.76, "z": -1212.136 }, { "x": -870.872, "y": 19.61, "z": -8.333208 }, { "x": -141.303223, "y": 26.9135475, "z": 633.141357 }, { "x": 1232.276, "y": 22.4139633, "z": 1026.17651 }, { "x": -830.6115, "y": 8.115877, "z": 901.452332 }, { "x": 538.5338, "y": 47.8799973, "z": -762.658142 }, { "x": 683.2983, "y": 49.3360023, "z": 73.1348 }, { "x": 811.829834, "y": 43.6525, "z": -319.883026 }, { "x": 1269.75879, "y": 12.9665594, "z": 587.512451 }, { "x": 265.447357, "y": 36.3100052, "z": -44.38841 }, { "x": 614.7166, "y": 24.89, "z": 1394.62524 }, { "x": -1167.35486, "y": 24.89, "z": 891.0603 } ] }, "NPCposition": { "x": -890.4555, "y": 19.29, "z": -28.9423637 }, "rotation": 0.762042344, "NpcWearList": [ { "shortname": "pants", "SkinID": 3036262595 }, { "shortname": "tshirt", "SkinID": 810482647 }, { "shortname": "shoes.boots", "SkinID": 2655116999 }, { "shortname": "Sunglasses", "SkinID": 0 } ] }, "NpcShopBasE": { "Enable": true, "Name": "BaseShop", "CustomPosition": false, "NPCposition": { "x": -890.4555, "y": 19.29, "z": -28.9423637 }, "rotation": 0.762042344, "WalpaperID": 10245, "NpcWearList": [ { "shortname": "pants", "SkinID": 834127935 }, { "shortname": "tshirt", "SkinID": 3034987074 }, { "shortname": "shoes.boots", "SkinID": 826587881 }, { "shortname": "Sunglasses", "SkinID": 0 } ], "Enable_Computer_station_shop": true, "EnableAutoXmasEntitys_if_xmas_enabled": true, "AnimalSKull": { "Enable": true, "Bear": true, "PolarBear": true, "Stag": true, "Wolf": true, "Boar": true, "Horse": true, "Croc": true, "Tiger": true, "Snake": true, "Panther": true }, "BasePlants": { "Enable_Plants_Spawn": true, "Enable_Plants_Spawn_Chance": 50 }, "CCTVCAMERA": { "Enable": true, "Name": "shop", "AutoAddToComputerStations": true }, "Enable_Timed_Close_Open": true, "Timed_Close": 20, "Timed_Open": 8, "DoorSkin": 3285108264, "EnableLaser": true, "LaserColor_Red_Green_Blue_Yellow_Pink": "Pink", "EnableBoombox": true, "BoomboxRadioLink": "https://icast.connectmedia.hu/5201/live.mp3", "Neon_1_Text": "Sale 1", "Neon_1_Text_color": "cyan", "Neon_1_Text_size": 40, "Neon_2_Text": "Sale 2", "Neon_2_Text_color": "violet", "Neon_2_Text_size": 40, "Neon_3_Text": "Sale 3", "Neon_3_Text_color": "yellow", "Neon_3_Text_size": 40, "Neon_4_Text": "Sale 4", "Neon_4_Text_color": "green", "Neon_4_Text_size": 40, "Neon_Open_Text": "Open", "Neon_Open_Text_color": "green", "Neon_Close_Text": "Close", "Neon_Close_Text_color": "red", "Neon_Open_Close_Text_size": 40, "BoxSkins": [ 3125751880, 3020105317, 2468350628, 788148128, 2655933546, 2998755525, 1666643317, 1242695961, 1545613264, 2707066569, 2814963383, 3344928278, 1622235842, 2358556173, 2821900899, 1991203893, 3066298044, 2769774195, 3406659709, 3098279004 ] }, "MapMarkeR": { "NPC_enable": true, "NPC_radius": 0.25, "NPC_color": "#ff66ff", "BASE_enable": true, "BASE_radius": 0.25, "BASE_color": "#ff66ff" }, "ZShopUI": { "[Serverrevards] name in UI": "RP", "[Economics] name in UI": "$", "BaseNpcUiBackgroundFrameColor": "0.8 0.4 0.2 0.5", "NpcUiBackgroundFrameColor": "0.2 0.4 0.8 0.5", "OpenButtonColorInComputer": "0.4 1 0.4 0.9", "NpcSeller_Category_list": [ "Resources", "Gifts" ], "BaseNpc_Category_list": [ "Weapons", "Constructions", "Items", "Attire", "Tools", "Componens", "Misc", "Electrical" ] }, "DiscorD": { "Enable": false, "Hook": "", "HexColor": "#ff5500", "imageURL_1": "", "imageURL_2": "" }, "ItemRenameBySkinList_SkinID_Name": { "3371874904": "Continental COIN" } }
    Admin Chat Commands:
       -   Base custom position in config
       -   NPC custom position in config
       -   NPC next random position in config

    Languages: 31 files
       -   Custom category and item name set in data/ZNpcShop/multilang

    Permissions:
       -   ZNpcShop.admin

    Usable Plugins:
       -   ServerRewards
       -   Economics
     
    I guarantee the functionality of the plugin as described. However, I cannot take responsibility for conflicts or issues arising from incompatibility with third-party plugins or themes. Please take this into account before purchasing. I will list all known compatibility details in the product description.
    Incompatibility list:
    - SkillTree
    when picking up plants, it gives XP and the plant does not disappear. Solution: The appearance of plants can be disabled in the configuration file

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
3m
Total downloads
Customers
12k
Customers served
Files Sold
170.2k
Total sales
Payments
3.7m
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.