-
Posts
930 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Monster
-
Checked. No problems. No errors in the server console? No conflicts with other plugins?
-
- 236 comments
-
- 1
-
-
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.
- 236 comments
-
- 1
-
-
Version 1.0.0
12 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