-
Posts
869 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Monster
-
Send me your configuration in Discord - monster__dev
-
Changed Fixed In from 2.1.11 to Next Version
-
This works fine for me and other plugin users, using Oxide. I already answered you about Carbon. And the fact that you reply once 2-4 weeks, helps a lot with bug tracking....
-
Changed Status from Pending to Closed Changed Fixed In to 2.1.8
-
Changed Status from Pending to Closed
-
Changed Status from Pending to Closed Changed Fixed In to 2.1.11
-
Changed Status from Pending to Closed Changed Fixed In to 1.0.8
-
Changed Status from Pending to Closed Changed Fixed In to 1.0.8
-
@Hawkhill and everyone else who reads this message: In order to change the skin to wallpaper in XSkinMenu, the first thing that must be in the configuration is the item - wallpaper. Further in the data file Skins.json(or VIP/Admin skins list in config) there should be skins for wallpaper. And most importantly, it is the presence of the player permission to use the command /skinentity or Spraycan. And also in the settings menu(gear in the skins menu) player enabled these options. I recommend using the plugin XBuildingSkinMenu, it is more designed for this.
- 226 comments
-
- 1
-
-
Version 1.0.0
10 downloads
Create custom items like pouches, kits, medkits, and more—each filled with valuable gear. Customize everything from item names, blueprints, skins, to drop chances, giving you full control. Set permissions to open packages, and even open entire stacks at once for command-only items. Packages can be found in crates, barrels, or via metal detectors, and they stack, split, and drop seamlessly. Chat messages notify players when they open a package, but beware—these packs can't be recycled! Key Features There is a lang ru/en/uk/es. Customization of items (command(s), blueprint, item, custom item): shortname, amount, skinID, text(for note), custom name, blueprint, drop chance, water amount(for bottle, water jug, bota bag), command list) For commands: {0} is steamID | {1} is amount Various settings for the packages themselves. Setting the permission to open a package. Ability to open the entire stack at once. [ Useful for packages that only have command(s) ]. Ability to customize package stack. Chat messages after opening a package. Ability to find the package in crates/barrels. Ability to find the package with a metal detector. Stack, split, drop packages works correctly. Packs cannot be recycled. WORK WITH BetterLoot For the correct spawning of packages in the crate, in the BetterLoot plugin, remove/comment out the following line of code. 630 - container.inventory.capacity = container.inventory.itemList.Count; Permissions xpackage.admin - allow a player(administrator) to use the command to give packages. Commands give_package steamID packageSkinID amount - to give a package to a player. API bool IsItemPackage(Item item) - whether the item is a package. bool IsSkinPackage(ulong skinID) - whether the skin is a package. Config { "General settings": { "SteamID profile for custom avatar": 0, "Chat prefix": "<size=12><color=#FFFFFF50>[</color> <color=#00FF0050>XPackage</color> <color=#FFFFFF50>]</color></size>\n" }, "Package settings": { "0": { "Shortname": "halloween.lootbag.large", "Custom package name": "Medication kit", "Action at which the package will be opened": "unwrap", "Maximum stack - [ True - x1 | False - stack of original item ]": true, "Whole stack opens at once. [ Useful for packages that only have command(s) ]": false, "Permission to open a package": null, "Effect of opening the package": "assets/prefabs/misc/xmas/presents/effects/unwrap.prefab", "Enable the ability to find a package with a metal detector": false, "Chance of finding the package with a metal detector [ 0.0 - 100.0 ]": 0.0, "List of items in the package": [ { "Shortname": "largemedkit", "Amount": 1, "SkinID": 0, "Text": null, "CustomName": null, "BlueprintID": 0, "Drop chance [ 0.0 - 100.0 ]": 100.0, "WaterAmount": 0, "CommandsList - [ {0} is steamID | {1} is amount ]": null }, ... ], "Which crates/barrels will spawned a package": [ { "Name crate/barrel": "crate_normal", "Drop chance [ 0.0 - 100.0 ]": 20.0, "Min amount": 1, "Max amount": 1 }, ... ] }, ... } }$14.99 -
Version 1.0.1
16 downloads
Deploy floating sleeping bags with customizable settings like distance from land, movement, and wave effects, giving you total control over placement. Breaks on collision with boats or cargo ships, and can be picked up with a hammer. Reskin restrictions and cooldown settings keep things balanced, while multilingual support ensures accessibility. Be careful—if the sleeping bag rolls over, you won’t be able to respawn on it! Key Features There is a lang ru/en/uk/es. Ability to disallow sleeping bag reskinning. Ability to customize the maximum distance from land. Ability to disable drifting towards the island. Ability to disable movement. [ Sleeping bag will always stay in the same place. ] Ability to disable the effect of waves. Ability to set CoolDown to default. [ CoolDown settings by permissions. ]. The sleeping bag breaks down in a collision boat/cargo ship. A water sleeping bag is subject to the limit of regular sleeping bags. The water sleeping bag can be picked up with a hammer. A water sleeping bag can be broken in any number of ways. If the sleeping bag rolls over, you cannot respawn on it. Permissions xwatersleepingbag.use - allow a sleeping bag to be placed. xwatersleepingbag.admin - allow a player(administrator) to use the command to give sleeping bags. Commands give_wsb steamID amount - to give a water sleeping bag to a player. API bool IsCustomWI(WaterInflatable mountable) - check if the board is part of the water sleeping bag. bool IsWSB(SleepingBag bag) - check if the sleeping bag is a - water sleeping bag. Config { "General settings": { "Item: Water sleeping bag - SkinID": ?, "Item: Custom name": "Water sleeping bag", "Default sleeping bag - SkinID": ?, "Allow sleeping bag reskin": false, "Distance to the edge of the map. The sleeping bag cannot be placed far from the land. [ The default value is 0, which is the edge of the map. Set any value to increase or decrease the distance to land. (100.0 or -100.0) ]": 0.0, "Enable drift towards island": false, "Enable movement": false, "Enable wave effect": true, "Default CD": 300.0, "List of permits and CD for water sleeping bag": { "xwatersleepingbag.cd90": 90.0, "xwatersleepingbag.cd150": 150.0, "xwatersleepingbag.cd210": 210.0 } } }$11.99 -
- 226 comments