Jump to content

NINJA WORKS

Creator Pro
  • Posts

    148
  • Joined

  • Last visited

Everything posted by NINJA WORKS

  1. Version 1.1.0

    11 downloads

    Custom Wheel Menu Transform your server's most frequently used chat commands into a sophisticated wheel menu. Each player can create their own custom command shortcut wheel. Both the wheel system and the Pie system are available, allowing you to switch modes to suit your play style. Wheel Mode : No selection function on mouseover. The first click displays a command summary, and the second click executes the command. Pie UI Mode : Works with mouseover functionality, just like the official RUST system. wheel UI Both the wheel system and the Pie system are available, allowing you to switch modes to suit your play style. The mode can be switched from the wheel settings. Wheel Mode : No selection function on mouseover. The first click displays a command summary, and the second click executes the command. Better animation and design than Pie UI; the UI closes when clicked outside the button area. Requires double-clicking each time an action is executed. Pie UI Mode : Works with mouseover functionality, just like the official RUST system. Clicking outside the button area executes the selected command. Requires clicking the × button each time to close. 5 assignable slots + 1 settings slot A 6-slot wheel: 5 slots players can freely assign, plus a dedicated settings slot to manage them. Per-player customization Each player picks which command goes in which slot. Assignments are saved to a data file and persist across server restarts. Card-based settings panel All admin-configured commands are displayed as icon + name + description cards in a scrollable 4-column grid. Empty slots show a clear "+" indicator. Fully configurable - Wheel center image, selection indicator, settings icon, and settings background — all set via external image URLs - Unlimited command entries, each with a display name, executed command, icon URL, and description Built to work as a hub Any chat command from any plugin can be registered. Multi-language out of the box English, Japanese, Russian, Ukrainian, French, and Traditional Chinese UI strings included, auto-matching your server's language setting. How to use wheel menu 1. By typing "/cw" in chat or the F1 console command "cwmenu", the wheel will appear in the center of the screen. 2. Move the mouse to highlight a slot, then select it again (or confirm) to run the command assigned to it. There is no function to select while hovering. The first click displays a summary of the command, and the second click executes it. How to setting slot S.electing the 6th slot (the gear icon) opens the settings panel. 2. In the settings panel, click one of the 5 slots at the bottom to select it, then click a command card above to assign it to that slot. - Clicking the same command again unassigns it. - The small "×" button on each slot clears it directly. 3. Use the back button to return to the wheel, or click the close button / outside the wheel to close the menu. Chat Command /cw - Open Custom Whell Menu F1 Console Command cwmenu - Open Custom Whell Menu If you frequently use this wheel menu, we recommend binding the command "cwmenu" to a key. To do this, open the F1 console and enter the following: Example: bind [key] cwmenu - Bind to the B key: bind b cwmenu - Bind to the N key: bind n cwmenu This setting must be configured by each individual player. The default configuration is an example. After installing the plugin, you will need to configure the commands you use and their corresponding icon images. Several icon samples are included with the plugin download, and you can use those as well. If you are creating your own original icon, it needs to be a square, white icon with a transparent background, and in PNG format. { "WheelImageUrl": "https://i.imgur.com/zmZ5NCC.png", "IndicatorImageUrl": "https://i.imgur.com/8v9Xz6y.png", "SettingsIconUrl": "https://i.imgur.com/BZYRfsG.png", "SettingsBackgroundUrl": "https://i.imgur.com/WMefGKk.jpg", "Commands": [ { "DisplayName": "Kit", "Command": "/kit", "IconUrl": "https://i.imgur.com/ln8rfJm.png", "Description": "Open kit menu" }, { "DisplayName": "Shop", "Command": "/sp", "IconUrl": "https://i.imgur.com/YKUQvRg.png", "Description": "Open Shop" }, { "DisplayName": "Teleport", "Command": "/tp", "IconUrl": "https://i.imgur.com/9f9PiKs.png", "Description": "Use teleport" }, { "DisplayName": "Fish Encyclopedia", "Command": "/fish", "IconUrl": "https://i.imgur.com/KI6nEai.png", "Description": "Open fish encyclopedia" }, { "DisplayName": "Casino Slot", "Command": "/slot", "IconUrl": "https://i.imgur.com/TRaBdjD.png", "Description": "Play casino slot game" }, { "DisplayName": "Music Player", "Command": "/snd", "IconUrl": "https://i.imgur.com/G7ZMwoy.png", "Description": "Open Music Player" }, { "DisplayName": "AI Support", "Command": "/ai", "IconUrl": "https://i.imgur.com/p6OhM1C.png", "Description": "Use AI server support" } ] } VOID / NINJA WORKS DISCORD : https://discord.gg/U8uxePjSyA MADE IN JAPAN
    $20.00
  2. Version 1.0.0

    7 downloads

    Extra Music Player Bring a full in-game music player to your Rust server ! Extra Music Player adds a beautiful, fully interactive music player UI to Rust. Players can browse tracks, play music in stereo, seek through songs, adjust volume with a draggable knob, bookmark favorites, and enjoy a real-time sound visualizer. Music is streamed through Rust's built-in voice system, so every player can hear it with zero downloads or client installs required. Additionally, it includes developer hooks for music playback, enabling the development of more original plugins. To add music, you need to use the included application, 'ExtraSoundConverter', to convert MP3 or WAV files into data that can be played on the server. Note: ExtraSoundConverter is only compatible with Windows 64-bit systems. Note: Please exercise caution regarding the handling of existing music, including songs, from a legal standpoint. If you plan to monetize music content through shop plugins or similar means, we recommend using automatically generated music such as SunoAI. https://suno.com/ In-Game Music Player UI - Full playlist menu with album art, track title, and artist display - Play / Pause / Stop / Restart / Next controls - Clickable seek bar — jump to any point in a song - Draggable volume knob with live percentage display (volume is saved per player) - Repeat toggle - "Like" button — players can bookmark songs into their own personal playlist - Track list automatically sorted by folder, then by name — organize your library with subfolders True Stereo Playback - You can play music in stereo. (Playback via certain dev hooks is not supported.) - Automatic synchronization keeps stereo tight even when players teleport, warp long distances, spin their camera, or experience ping spikes Real-Time Sound Visualizer - Animated spectrum visualizer rendered in the UI, synced to the music Per-Player Track Access Control - `Show all tracks` config option: when disabled, players only see tracks granted to their SteamID - Grant/revoke tracks with `addtrack` / `removetrack` console commands - Sell songs in your server shop, use them as rewards. Protected Track Files - Tracks use a dedicated encrypted format (.rusttrack) with embedded title, artist, cover art, spectrum data, and loop points - Your audio library can't simply be copied out as ordinary audio files Multi-Language Support - Built-in translations: English, Japanese, Simplified Chinese, Traditional Chinese, Russian, French, and Ukrainian Developer API - Simple hooks to play, pause, resume, and stop music from your own plugins - TTS/speech API — feed external Opus frames (e.g. from a TTS service) and play them to a player - Loop support and per-call volume control 1. Install the plugin place `ExtraMusicPlayer.cs` into your `oxide/plugins` folder. 2. Add music put your `.rusttrack` files into `oxide/data/ExtraMusicPlayer/`. Subfolders are supported and are used to group/sort the track list. Creating track files: `.rusttrack` files are created from your own audio files using the included ExtraSoundConverter.exe. Sample Music Pack 138 Song Free Download https://hstorage.jp/dl/gg3vufqfsg6O.zip You can download the Sample Music Pack and add 138 music tracks to your server for free. Please give it a try. Download the "Sample Music Pack," move the folder containing the `rusttrack` data to `oxide/data/ExtraMusicPlayer/`, and reload the plugin. 3. Open the player players type /music to open the music player and press play. How to convert music data using ExtraSoundConverter Requirements Windows x64, no .NET needed, ffmpeg required. Requires ffmpeg. Easy install on Windows: open PowerShell and run winget install --id=Gyan.FFmpeg -e 1. Add audio drag & drop mp3/wav/ogg/flac/m4a/aac (or click Add). Unsupported types are rejected. Title/Artist/cover are auto-read from tags. 2. Select format: .rusttrack = music player (spectrum + 2s silence pad). Title/Artist/cover stored. .rustbgm = developer-hook BGM (no spectrum); use the Loop editor to set loop points. 3. Convert Pick quality (kbps) and the output folder, then Convert. Output files are named after the Title (spaces → _); if the Title is empty, the original filename is used. Reverse: a data file wav or mp3 (pick in Format). mp3 embeds the Title, Artist and cover art into the single file; wav keeps Title/Artist only. No separate image file. Loop editor (.rustbgm only) three markers — P (blue) = playback start (where the server FIRST begins), S (green) = loop start, E (red) = loop end (the playhead jumps from E back to S). P and E are always present and placed automatically on load (P at the very start, E at the very end); move them by dragging. S is set by LEFT-clicking the waveform. They are always kept in order P ≤ S ≤ E (a marker won't move if you try to drag it out of order). A loop is exported only once you place S — it then loops S→E (E defaults to the track end, so the whole tail loops; drag E earlier to fold sooner). RIGHT-click anywhere = play from there; ▶ Play previews the loop seamlessly. Playback always stops at E (the part after E is never played, even with no loop start). The waveform outside the played range (before P / after E) is shown dimmed in gray. Zoom with the buttons or the mouse wheel, scroll with the bar. Points are quantized to chunk boundaries on export. No loop start (or Reset) = the whole track loops. "Trim outside markers" drops audio before P and after E on export — the result sounds identical. Chat Commands (permission: `extramusicplayer.use`) /music - Open Music Player Server Console Commands addtrack <SteamID> <trackFileName> - Grant a track to a player. (used with `Show all tracks: false`) removetrack <SteamID> <trackFileName> - Revoke a granted track. extramusicplayer.use - Allow the music player to open. { "Selected track color (R G B)": "1 0.55 0.30", "Gauge color (R G B A)": "0.79 0.34 0.16 1", "Spectrum / visualizer color (R G B)": "0.90 0.45 0.20", "Selected button color (R G B A)": "1 0.62 0.28 1", "Volume knob color (R G B A)": "1 1 1 0.75", "Time & volume % text color (R G B A)": "0.9 0.9 0.9 1", "Image - background": "https://i.imgur.com/FqQPPki.jpg", "Image - list row box": "https://i.imgur.com/h1dQNSB.png", "Image - button": "https://i.imgur.com/JNZDC27.png", "Image - play": "https://i.imgur.com/V02YZLb.png", "Image - pause": "https://i.imgur.com/IGnNjXC.png", "Image - volume": "https://i.imgur.com/GjEauMr.png", "Image - repeat": "https://i.imgur.com/VmdWTpQ.jpg", "Image - restart": "https://i.imgur.com/hUpU119.jpg", "Image - next": "https://i.imgur.com/kYpQ8Tt.jpg", "Image - playlist": "https://i.imgur.com/xDlj1pT.jpg", "Image - like": "https://i.imgur.com/kxPSF85.png", "Sound visualizer enabled": true, "Visualizer framerate (updates per second)": 30.0, "Playback gauge framerate (updates per second)": 10.0, "Show all tracks (false = only tracks granted per-SteamID via addtrack)": true } Developer API Please call the following APIs from your custom plugins. // Plays the track to the player (loop playback and volume adjustment are optional) bool ok = (bool)ExtraMusicPlayer.Call("ExtraMusicPlay", player, "MyTrack", true, 80); // Controls player playback // Pause ExtraMusicPlayer.Call("ExtraMusicPause", player); // Resume ExtraMusicPlayer.Call("ExtraMusicResume", player); // Stop ExtraMusicPlayer.Call("ExtraMusicStop", player); // Play from the entity's position.Duplicate playback is not possible. ExtraMusicPlayer.Call("ExtraMusicArea", sourceEntity, "MyTrack", false, 100); // AI Voice/TTS — Plays raw Opus frames to the player.Only audio compatible with Opus, such as Open AI and FishAudio, can be played. // Play ExtraMusicPlayer.Call("ExtraMusicSpeak", player, opusFrames, 20, 24000, 80); // Stop ExtraMusicPlayer.Call("ExtraMusicSpeakStop", player); // Check if the player is playing bool playing = (bool)ExtraMusicPlayer.Call("ExtraMusicIsPlaying", player); // Check if AI voice/TTS is playing bool speaking = (bool)ExtraMusicPlayer.Call("ExtraMusicIsSpeaking", player); Implementation example Q: What audio formats can I use? A: The plugin plays `.rusttrack` files, created from your own audio using the included converter tool. The format embeds the title, artist, cover art, and visualizer data, and is encrypted to protect your library. Q: Where do I put the music files? A: In `oxide/data/ExtraMusicPlayer/`. Subfolders are supported — the track list is sorted by folder, then by file name. Q: The sound becomes distorted when the player quickly switches the viewpoint while music is playing. A: Phenomena resembling the Doppler effect are part of the vanilla game mechanics. We are currently working on improvements to mitigate this issue. Q: Can I sell individual songs to players? A: Yes. Set `"Show all tracks"` to `false`, then grant songs per SteamID with `addtrack <SteamID> <file>`. Integrate the console command with your shop or reward plugin. Q: I added new files but they don't show up. A: Reload the plugin to refresh the track list. Q: Is Image Library required? A: No. The plugin caches its UI images by itself. No dependencies are required. Q: Will the visualizer hurt performance? A: The visualizer's update rate is configurable, and it can be disabled entirely. UI updates are throttled and pooled to stay lightweight. Q: What languages are supported? A: English, Japanese, Simplified Chinese, Traditional Chinese, Russian, French, and Ukrainian. VOID / NINJA WORKS DISCORD : https://discord.gg/U8uxePjSyA MADE IN JAPAN
    $30.00
  3. NINJA WORKS

    Shovel

    Yes, any default Rust shovel works! The plugin automatically detects it — just swing the shovel to place a pot. There's also an admin console command giveshovel <SteamID> for convenience, but it simply gives a normal vanilla shovel, so giving one through kits or F1 works exactly the same.
  4. I will research whether that function can be implemented.
  5. Hello. While it doesn't have any functional integration, it's useful if you want to harvest Ganja items from sources other than hemp using Extra Plants. I have the Ganja plugin and confirmed that I can add and harvest Ganja items from the Extra Plants harvest list, so I've registered it under "Works with".
  6. Hello. I don't own any industrial plugins created by other authors, so unfortunately I can't guarantee compatibility with other plugins.
  7. Version 1.0.0b

    25 downloads

    Electric Miner Why not convert your excess electricity into a resource? Electric Miner brings the Mining Quarry and the Pump Jack to life as fully automated, electricity-powered machines that players can build wherever they want. There's no need to fight over a monument quarry anymore. Just place a machine on your own base, run a wire to it, choose what you want it to produce, and let it work. Each machine has a clean animated interface, an engine you can upgrade for bigger yields, and a liquid system on the Pump Jack for pumping water where you need it. Two placeable machines: the Electric Miner (a mining quarry) and the Electric Pump Jack (an oil and liquid pump). Both are handed to players as a deployable item. A live placement guide draws the machine's footprint with marker spheres as you aim, so you always know exactly where it will land before you commit. Placement is checked against slope, water depth, roads, monuments, safe zones, no-build zones, nearby obstructions, and other players' building privilege. Machines run on real power. They only start once you've wired them to a power source and flipped the switch, and they draw from the upstream battery while they run. Players choose what each machine produces from an in-game menu, whether that's the ore the Miner digs or the liquid the Pump Jack outputs. An engine upgrade system lets players spend materials to push the machine through several tiers, each one raising the yield multiplier. Upgrading plays a sound and fills an animated progress gauge. The Pump Jack stores liquid internally and can feed it out through a hose to a water container or sprinkler, which is handy for irrigation and base setups. Machine lights turn on by themselves whenever there's power, giving you an instant visual cue that everything is connected. Only the owner, their team, and admins can flip the switch, open the menu, or pick a machine up. Nobody else can touch it. Pick a machine back up with a hammer and it returns to your inventory as an item, as long as it's healthy enough, and any stored contents drop to the ground. The selected resource, engine tier, stored liquids, chosen output liquid, and durability are all saved and survive server restarts. The interface animates open and closed, uses a clean card layout for selections, and supports your own custom background image. Built-in translations for English, Japanese, Simplified Chinese, Traditional Chinese, Russian, Ukrainian, and French. English (en), Japanese (ja), Simplified Chinese (zh-CN), Traditional Chinese (zh-TW), Russian (ru), Ukrainian (uk), and French (fr). Every message and menu label can be edited in the oxide/lang files. 1. Get the item. An admin gives out the machines (see Commands below), or you can sell them through a shop or hand them out in a kit using the skin IDs. 2. Place it. Hold the item and look at flat ground. The footprint guide appears, and a left-click drops the machine in. The item is used up and the full quarry or pump jack spawns in its place. 3. Power it. Take out the in-game Wire Tool, click an output on your power source (a battery, generator, and so on), then click the machine's power switch to join them. The default wire limit is 100 m. 4. Choose a resource. Press USE on the machine to open the menu and pick what it should mine or output. 5. Turn it on. Flip the power switch. As long as it has enough power and the output isn't full, the machine runs and produces on the interval you set. 6. Upgrade it (optional). Press USE on the engine to open the upgrade menu and spend materials to raise the yield. 7. Collect or pack up. Loot the output container as it fills, or hit the machine with a hammer to take it back as an item. A note on the Pump Jack The Pump Jack collects oil and water-type liquids into its own internal tank, which holds up to 500,000 ml by default. To move that water elsewhere, point the Wire Tool at the Pump Jack's fluid switch and run a hose to a water container or sprinkler. From there it pushes liquid out at the rate you set in the config (300 ml/s by default). { "Wire/hose max distance (m)": 100.0, "Durability": 2000.0, "Pickup minimum durability percent": 80.0, "Required power (consumed per minute)": 50, "Liquid storage capacity (ml)": 500000, "Fluid output per second (ml)": 300, "UI background image URL": "https://i.imgur.com/WMefGKk.jpg", "Electric Mining": { "Item display name": "Electric Miner", "Mineable resources": [ { "Item shortname": "metal.ore", "Item skin ID": 0, "Display name": null, "Amount per cycle": 10, "Interval (seconds)": 15.0 }, { "Item shortname": "sulfur.ore", "Item skin ID": 0, "Display name": null, "Amount per cycle": 10, "Interval (seconds)": 20.0 }, { "Item shortname": "hq.metal.ore", "Item skin ID": 0, "Display name": null, "Amount per cycle": 1, "Interval (seconds)": 60.0 }, { "Item shortname": "stones", "Item skin ID": 0, "Display name": null, "Amount per cycle": 10, "Interval (seconds)": 10.0 } ], "Upgrade tiers": [ { "Yield multiplier": 1.1, "Upgrade costs": { "scrap": 300, "metal.refined": 50, "gears": 10, "metalblade": 20 } }, { "Yield multiplier": 1.2, "Upgrade costs": { "scrap": 500, "metal.refined": 100, "gears": 20, "metalblade": 40 } }, { "Yield multiplier": 1.5, "Upgrade costs": { "scrap": 800, "metal.refined": 200, "gears": 30, "metalblade": 50 } }, { "Yield multiplier": 2.0, "Upgrade costs": { "scrap": 1000, "metal.refined": 400, "gears": 50, "metalblade": 80 } } ] }, "Electric Pump Jack": { "Item display name": "Electric Pump Jack", "Mineable resources": [ { "Item shortname": "crude.oil", "Item skin ID": 0, "Display name": null, "Amount per cycle": 1, "Interval (seconds)": 20.0 }, { "Item shortname": "water", "Item skin ID": 0, "Display name": null, "Amount per cycle": 800, "Interval (seconds)": 10.0 }, { "Item shortname": "water.salt", "Item skin ID": 0, "Display name": null, "Amount per cycle": 1000, "Interval (seconds)": 10.0 }, { "Item shortname": "water.radioactive", "Item skin ID": 0, "Display name": null, "Amount per cycle": 500, "Interval (seconds)": 10.0 } ], "Upgrade tiers": [ { "Yield multiplier": 1.1, "Upgrade costs": { "scrap": 300, "metal.refined": 50, "gears": 10, "metalblade": 20 } }, { "Yield multiplier": 1.2, "Upgrade costs": { "scrap": 500, "metal.refined": 100, "gears": 20, "metalblade": 40 } }, { "Yield multiplier": 1.5, "Upgrade costs": { "scrap": 800, "metal.refined": 200, "gears": 30, "metalblade": 50 } }, { "Yield multiplier": 2.0, "Upgrade costs": { "scrap": 1000, "metal.refined": 400, "gears": 50, "metalblade": 80 } } ] } } DEFAULT PRODUCTION Electric Miner Metal Ore .......... 10 every 15s Sulfur Ore ......... 10 every 20s HQM Ore ............ 1 every 60s Stones ............. 10 every 10s Electric Pump Jack Crude Oil ......... 1 every 20s Water ............. 800 ml every 10s Salt Water ....... 1000 ml every 10s Radioactive Water . 500 ml every 10s Engine Upgrade Tiers (default, both machines) Tier 2 x1.1 300 Scrap, 50 HQM, 10 Gears, 20 Metal Blades Tier 3 x1.2 500 Scrap, 100 HQM, 20 Gears, 40 Metal Blades Tier 4 x1.5 800 Scrap, 200 HQM, 30 Gears, 50 Metal Blades Tier 5 x2.0 1000 Scrap, 400 HQM, 50 Gears, 80 Metal Blades All amounts, intervals, multipliers, costs, resources, and tier counts are fully editable in the config. Config field reference - Wire/hose max distance (m): How far a power wire or fluid hose is allowed to reach. - Durability: The machine's health. - Pickup minimum durability percent: How healthy the machine has to be before it can be picked up as an item. - Required power (consumed per minute): How much power the machine needs to run, and how much it draws each minute while running. - Liquid storage capacity (ml): The size of the Pump Jack's internal tank. - Fluid output per second (ml): How fast liquid is pushed through a connected hose. - UI background image URL: The background image shown behind the menu. Swap in your own to match your server. - Item display name: The name shown on the item and in the menu. - Mineable resources: Everything the machine can produce. Item skin ID and Display name are optional. - Upgrade tiers: Each tier sets a yield multiplier and its material cost. Add or remove tiers as you like; the number of tiers is the max level. The give commands are restricted to admins. To hand item to regular players, an admin uses the give command, or you distribute the items through a shop / kit plugin using the skin IDs below. Chat command (Admin Only) /ElectricMiner Gives the player one Electric Miner AND one Electric Pump Jack item Console command giveminer <mining | pumpjack> <SteamID> Gives the chosen machine to the specified player (must be online). Ex. Give the pumpjack to 76562442829013221 giveminer pumpjack 76562442829013221 Item details (for shops / kits) Electric Miner shortname: watchtower.wood skin: 3750459142 Electric Pump Jack shortname: watchtower.wood skin: 3750459320 Q: Do these have to go near a monument? A: Not at all, and that's the point. You can build them anywhere valid on the map, whether that's flat ground or shallow water up to 3 m deep, as long as you keep clear of monuments, roads, safe zones, and other players' building privilege. Q: How do players power a machine? A: With the in-game Wire Tool. Click an output on a power source such as a battery or generator, then click the machine's power switch. It needs enough power to run (50 by default) and draws from the battery the whole time it's working. Q: My machine won't start. What's wrong? A: A machine only runs when three things are true: the switch is on, it has enough power, and the output container isn't full. Check all three. The lights are a quick tell, since they only come on once the machine has power. Q: Can other players use or steal my machine? A: No. Only the owner, their team, and admins can flip the switch, open the menu, or pick it up. Q: How do I get my machine back? A: Hit it with a hammer. As long as it's above the durability threshold (80% by default), it returns to your inventory as an item and anything stored inside drops to the ground. Q: How does upgrading work? A: Press USE on the engine to open the upgrade menu, then spend the listed materials to move up a tier. Each tier raises the yield multiplier (x1.1 up to x2.0 by default), and your tier is saved per machine through restarts. Q: What can the Pump Jack do with liquids? A: It keeps the liquid it produces in its own tank and can push water out through a hose to a water container or sprinkler, which is great for irrigation. You pick the output liquid from the menu. Q: Can I change what each machine makes, how fast, and what upgrades cost? A: Yes. Resources, amounts, intervals, multipliers, tier counts, and costs are all set per machine in the config. Q: How do I give the items to regular players? A: Use the admin /ElectricMiner or giveminer command, or sell and gift them through your shop or kit plugin using the shortname watchtower.wood and the skin IDs above. Q: Do placed machines and their settings survive a restart or wipe? A: Your settings (selected resource, engine tier, stored liquids, output liquid, and durability) carry over through restarts. Like any deployable, the machines themselves are cleared on a map wipe. Q: Can I use my own background image in the menu? A: Yes. Just point the "UI background image URL" setting at your own image. VOID / NINJA WORKS DISCORD : https://discord.gg/U8uxePjSyA MADE IN JAPAN
    $20.00
  8. Hello. I have a question about "Instant file publish." I still maintain a Creator Pro subscription and submitted a new plugin about 7 hours ago. It doesn't seem to have been published immediately after submission. How long does it usually take for it to be published?
  9. These issues were already fixed in the previous update. Please download the latest version.
  10. Changed Status from Pending to Work in Progress
  11. This plugin was created with PvP in mind, so there is currently no setting to hide player vs player logs.
  12. Hello. The names of Each RoamingNPC and BetterNPC were not displayed. I would like to fix this so that the names of NPCs are displayed if they have names. The update will be released soon!
  13. NINJA WORKS

    Request: Hide Sell Button

    Hello. This will be fixed in the next update.
  14. Hello. I previously purchased that plugin, so I'll check if it works.
  15. If EnableFishStackLimit = false is set, does this plugin's selling system always treat multiple fish as a single item when selling them together? As mentioned earlier, fish with size and weight cannot be tucked. The sales UI displays the total selling price and quantity of fish stacked in each item slot. Also, please note that setting EnableFishStackLimit = false will cause the selling price of fish to be set per item short name, regardless of the size of the fish. I've attached an example image for this example, but if yours doesn't look like this, please send me an image of the problem.
  16. This depends on the settings. EnableFishStackLimit = true (Default Stack = 1) Even fish of the same size cannot be stacked. Each fish will have "[Size…Weight…]" and can be sold individually. EnableFishStackLimit = false Fish can be stacked normally.(stacked per skin) However, since the Item does not include size and weight in the name, the concept of individual fish size disappears altogether.
  17. NINJA WORKS

    Regarding UI issues

    We have received reports that the screen freezes and becomes unresponsive when opening the fish species UI. While I was unable to reproduce this issue during my testing, please contact us if you are experiencing a similar problem. If possible, please also provide information about your server environment.
  18. I do not have the Skill Tree plugin, so I cannot verify it. I cannot provide support regarding compatibility with other plugins. We are currently working on improving our ranking system.
  19. Hello. 1. Since weight is calculated using a formula based on size, items of the same size will always have the same weight. 2. The Cooking plugin will not recognize an item as an ingredient unless the item name, item abbreviation, and skin ID all match. The ExtraFishing plugin stores size and weight data in the name field of the main fish item, so the names will not match. 3. These were also requests from other customers. While we cannot fulfill all requests, we will introduce some of these features in V3.
  20. UPDATE FIX (CodeFling & Booth) [Fix] - Fixed a bug where Config and HideUncaughtFish were not added when the plugin was loaded. - Added a null check to OnItemAction.
  21. NINJA WORKS

    バフについて

    Extra Fishing V2で登場する食べものアイテムのことでしょうか? 本MODの食べ物のバフはティーで使用されるバフシステムと同じバニラシステムを利用しています。 ティーで1時間木の採取2倍が適用されている場合に30分木の採取3倍の食べ物アイテムを使用すると時間と採取量が上書きされます。 料理MODでは独自のバフシステムを利用しているようですので特に競合が発生しないと思われます。
  22. Plugin Update - RUST update Error fix -New Feature: You can now till the ground with the default Rust item, the "Shovel." Shovel-related settings have been added. See the description for details.
  23. Hello. I don't have that plugin and haven't tested it, but I can't guarantee compatibility with other plugins. It uses a different refining system than the vanilla version, so it probably won't work. Alternatively, you will need to set the skin ID and short name, as well as the refined item settings, in the same way.
  24. NINJA WORKS

    feature

    Changed Status from Pending to Work in Progress

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.9m
Total downloads
Customers
11.9k
Customers served
Files Sold
169.4k
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.