-
Posts
869 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Monster
-
- 22 comments
-
- #event
- #autoevent
- (and 4 more)
-
- 22 comments
-
- #event
- #autoevent
- (and 4 more)
-
- 22 comments
-
- #event
- #autoevent
- (and 4 more)
-
Version 1.1.12
271 downloads
XLevels (BattlePass) - levels and awards for your server. - Optimization of the interface for different monitor resolutions. - Storing player data in - oxide/data/XDataSystem/XLevels - There is a lang ru/en/uk/es. - Sound effects when interacting with the menu. - Setting the number of levels and XP to increase the level. - Setting up the level reward. [ Item, Custom Item, Command ] [ You can customize the rewards for a specific level. For example 5, 10, 20, 30. The rest will be without rewards ] - Configuring the issuance of XP by permissions for online. - Setting the XP multiplier by permissions. - Setting up coupons. [ Exchange for XP ] - Configuring boxes and the chance to spawn coupons. - Configuring the issuance of XP. [ Loot, kill, break barrels, open boxes, pick from the ground, harvest ] - Possibility to enable/disable the system of coupons. - Possibility to enable/disable VIP levels. - Chat prefix with player level. - Mini-panel with pumping progress. - Inventory with received awards. - Two options to get into the level menu. [ Command | NPC shops/keepers ] - Setting the increase in the amount of required XP with each pumped level. - The ability to accumulate XP if the maximum level is reached. [ Useful for top players ] - The ability to exchange coupons for XP if the maximum level is reached. [ Useful for top players ] - Top players. [ Level | XP ] - The ability to level up and receive rewards again after the maximum level has been reached. [Level and XP reset to zero. ] - Rank system. [ Setting in config. Display in the chat (prefix) and in the menu. ] - Possibility to hide the reward. [ The reward will not be displayed until the player reaches the required level. ] -> Overview - YouTube <- Shortnames for config settings. WORK WITH BetterLoot For the correct spawning of coupons in the crate, in the BetterLoot plugin, remove/comment out the following line of code. 630 - container.inventory.capacity = container.inventory.itemList.Count; Permissions xlevels.vip - access to VIP rewards. xlevels.top - access to the top players. Commands Open the level menu - /level, /lvl, /pass Give XP - level_give_xp <SteamID> <Amount XP> API int API_GetLevel(BasePlayer player) - returns the player's level. int API_GetLevel(ulong userID) - returns the player's level. void API_GiveXP(BasePlayer player, float XPAmount) - give the player XP. string API_GetPlayerPrefix(BasePlayer player) - get a ready-made player prefix with all the settings. string API_GetPlayerPrefix(ulong userID) - get a ready-made player prefix with all the settings. Config { "General settings": { "XP for the pickup of resources": true, "XP for harvest": true, "XP for bonus resources": true, "XP for kill": true, "XP for opening crates": true, "Include messages of received rewards in chat": true, "Include level up messages in chat": true, "Enable coupons": true, "Enable VIP rewards": true, "Get VIP reward - [ True - only with permission | False - without permission ]": true, "Take VIP Reward - [ True - take only with permission | False - take at any time without permission ]": true, "Add XP if the maximum level is already reached - [ Suitable for top players ]": false, "Exchange coupons if you have already reached the maximum level - [ Suitable for top players ]": false, "Reset the level and XP of the player after reaching the maximum level - [ Players will re-open levels and receive rewards ]": false, "There is a plugin for custom loot": false, "Profile SteamID for custom avatar": 0, "List of commands to open the menu": [ "level", "lvl", "pass" ], "Enable prefix in chat - [ Set to False if the prefix should be disabled or the prefix is used by a third party chat plugin ]": true, "Display the level in prefix": true, "Display the rank in prefix": true, "List of available ranks - [ Level - Rank ] ( If the list is empty, then the rank will not be displayed in the menu )": { "0": "CAP-Х", "1": "IRON-1", "2": "IRON-2", "3": "IRON-3", "4": "BRONZE-1", "5": "BRONZE-2", "6": "BRONZE-3", "7": "SILVER-1", "8": "SILVER-2", "9": "SILVER-3", "10": "GOLD-1", "11": "GOLD-2", "12": "GOLD-3", "13": "PLATINUM-1", "14": "PLATINUM-2", "15": "PLATINUM-3", "16": "DIAMOND-1", "17": "DIAMOND-2", "18": "DIAMOND-3", "19": "IMMORTAL-1", "20": "IMMORTAL-2", "21": "IMMORTAL-3", "22": "RADIANT-1", "23": "RADIANT-2", "24": "RADIANT-3", "25": "GOD" } }, "Vendings settings": { "Open the level menu. [ True - Immediately after the opening of the NPC shop | False - UI button ]": false, "Access to the level menu is only through the NPC shops. [ True - NPC shop | False - Command ]": false, "List of NPC shops in which you can open the level menu (shop name)": [ "Black Market" ] }, "XP multiplier": { "Enable XP multiplier when exchanging coupons - [ This parameter affects only the multipliers for the exchange of coupons ]": false, "Setting up permissions for XP multipliers for the exchange of coupons and other actions. [ Permission | XP multiplier ]": { "xlevels.125p": 2.25, "xlevels.75p": 1.75, "xlevels.10p": 1.1 } }, "Issuing XP for online": { "Enable issuing XP to online players": false, "XP issue interval (in sec.)": 15.0, "Setting up permissions. [ Permission | XP ]": { "xlevels.default": 5.0 } }, "Mini-bar location / Main menu settings": { "AnchorMin": "1 0", "AnchorMax": "1 0", "OffsetMin": "-403 16", "OffsetMax": "-210 42", "Show mini-bar": true, "Color background_1": "0.517 0.521 0.509 0.95", "Color background_2": "0.217 0.221 0.209 0.95", "Display reward container - [ True - Only when there is a reward in the level | False - Always ]": false, "Display required reward level": true, "Display required VIP reward level": true }, "Settings levels": { "Maximum level": 25, "Number of XP to upgrade one level": 100.0, "How much to increase the number of XP with each level": 25.0 }, "XP settings | Shortname : ValueXP": { "XP for the pickup of resources": { "stones": 10.0, "sulfur.ore": 15.0, "metal.ore": 12.5 }, "XP for harvest": { "potato.entity": 2.5, "corn.entity": 1.75, "hemp.emtity": 0.25 }, "XP for bonus resources": { "stones": 5.0, "sulfur.ore": 10.0, "metal.ore": 7.5 }, "XP for kill / destroy barrel": { "boar": 10.0, "loot-barrel-1": 7.5, "heavyscientist": 2.5 }, "XP for opening crates": { "crate_normal": 5.0, "crate_normal_2": 1.0, "crate_tools": 3.5 } }, "Coupons for XP": [ { "Coupon name": "Coupon 5ХР", "Coupon text": "Coupon for 5ХР\n\nExchange them and get XP to level up!\n\nCommand for exchange - /level", "Coupon skin": skinID, "XP amount": 5, "Setting the chance of falling out of crates/barrels": [ { "Name crate/barrel": "crate_normal_2", "Drop chance": 50.0, "Minimum amount of coupons": 1, "Maximum number of coupons": 3 } ] }, { "Coupon name": "Coupon 10ХР", "Coupon text": "Coupon for 10ХР\n\nExchange them and get XP to level up!\n\nCommand for exchange - /level", "Coupon skin": skinID, "XP amount": 10, "Setting the chance of falling out of crates/barrels": [ { "Name crate/barrel": "crate_normal_2", "Drop chance": 50.0, "Minimum amount of coupons": 1, "Maximum number of coupons": 3 } ] }, { "Coupon name": "Coupon 25ХР", "Coupon text": "Coupon for 25ХР\n\nExchange them and get XP to level up!\n\nCommand for exchange - /level", "Coupon skin": skinID, "XP amount": 25, "Setting the chance of falling out of crates/barrels": [ { "Name crate/barrel": "crate_normal_2", "Drop chance": 50.0, "Minimum amount of coupons": 1, "Maximum number of coupons": 2 } ] }, { "Coupon name": "Coupon 50ХР", "Coupon text": "Coupon for 50ХР\n\nExchange them and get XP to level up!\n\nCommand for exchange - /level", "Coupon skin": skinID, "XP amount": 50, "Setting the chance of falling out of crates/barrels": [ { "Name crate/barrel": "crate_normal_2", "Drop chance": 50.0, "Minimum amount of coupons": 1, "Maximum number of coupons": 2 } ] }, { "Coupon name": "Coupon 100ХР", "Coupon text": "Coupon for 100ХР\n\nExchange them and get XP to level up!\n\nCommand for exchange - /level", "Coupon skin": skinID, "XP amount": 100, "Setting the chance of falling out of crates/barrels": [ { "Name crate/barrel": "crate_normal_2", "Drop chance": 50.0, "Minimum amount of coupons": 1, "Maximum number of coupons": 1 } ] }, { "Coupon name": "Coupon 200ХР", "Coupon text": "Coupon for 200ХР\n\nExchange them and get XP to level up!\n\nCommand for exchange - /level", "Coupon skin": skinID, "XP amount": 200, "Setting the chance of falling out of crates/barrels": [ { "Name crate/barrel": "crate_normal_2", "Drop chance": 50.0, "Minimum amount of coupons": 1, "Maximum number of coupons": 1 } ] }, { "Coupon name": "Coupon 500ХР", "Coupon text": "Coupon for 500ХР\n\nExchange them and get XP to level up!\n\nCommand for exchange - /level", "Coupon skin": skinID, "XP amount": 500, "Setting the chance of falling out of crates/barrels": [ { "Name crate/barrel": "crate_normal_2", "Drop chance": 50.0, "Minimum amount of coupons": 1, "Maximum number of coupons": 1 } ] } ], "Level reward": { "1": { "Item shortname / custom reward name [ Must not be empty ]": "wood", "Reward display name": "Wood", "Item quantity": 1250, "Item skin": 0, "Command": "", "Link to custom image": "", "Hide reward - [ Reward will not be displayed until the player reaches this level ]": false }, "2": { "Item shortname / custom reward name [ Must not be empty ]": "charcoal", "Reward display name": "Charcoal", "Item quantity": 1500, "Item skin": 0, "Command": "", "Link to custom image": "", "Hide reward - [ Reward will not be displayed until the player reaches this level ]": false }, "3": { "Item shortname / custom reward name [ Must not be empty ]": "metal.ore", "Reward display name": "Metal ore", "Item quantity": 1000, "Item skin": 0, "Command": "", "Link to custom image": "", "Hide reward - [ Reward will not be displayed until the player reaches this level ]": false }, "4": { "Item shortname / custom reward name [ Must not be empty ]": "metal.fragments", "Reward display name": "Metal fragments", "Item quantity": 750, "Item skin": 0, "Command": "", "Link to custom image": "", "Hide reward - [ Reward will not be displayed until the player reaches this level ]": false }, "5": { "Item shortname / custom reward name [ Must not be empty ]": "sulfur.ore", "Reward display name": "Sulfur ore", "Item quantity": 500, "Item skin": 0, "Command": "", "Link to custom image": "", "Hide reward - [ Reward will not be displayed until the player reaches this level ]": false }, "6": { "Item shortname / custom reward name [ Must not be empty ]": "sulfur", "Reward display name": "Sulfur", "Item quantity": 300, "Item skin": 0, "Command": "", "Link to custom image": "", "Hide reward - [ Reward will not be displayed until the player reaches this level ]": false }, "7": { "Item shortname / custom reward name [ Must not be empty ]": "gunpowder", "Reward display name": "Gunpowder", "Item quantity": 400, "Item skin": 0, "Command": "", "Link to custom image": "", "Hide reward - [ Reward will not be displayed until the player reaches this level ]": false }, "8": { "Item shortname / custom reward name [ Must not be empty ]": "hq.metal.ore", "Reward display name": "HQM ore", "Item quantity": 25, "Item skin": 0, "Command": "", "Link to custom image": "", "Hide reward - [ Reward will not be displayed until the player reaches this level ]": false }, "9": { "Item shortname / custom reward name [ Must not be empty ]": "metal.refined", "Reward display name": "HQM", "Item quantity": 20, "Item skin": 0, "Command": "", "Link to custom image": "", "Hide reward - [ Reward will not be displayed until the player reaches this level ]": false }, "10": { "Item shortname / custom reward name [ Must not be empty ]": "scrap", "Reward display name": "Scrap", "Item quantity": 50, "Item skin": 0, "Command": "", "Link to custom image": "", "Hide reward - [ Reward will not be displayed until the player reaches this level ]": false } }, "VIP level reward": { "1": { "Item shortname / custom reward name [ Must not be empty ]": "wood", "Reward display name": "Wood", "Item quantity": 1250, "Item skin": 0, "Command": "", "Link to custom image": "", "Hide reward - [ Reward will not be displayed until the player reaches this level ]": false }, "2": { "Item shortname / custom reward name [ Must not be empty ]": "charcoal", "Reward display name": "Charcoal", "Item quantity": 1500, "Item skin": 0, "Command": "", "Link to custom image": "", "Hide reward - [ Reward will not be displayed until the player reaches this level ]": false }, "3": { "Item shortname / custom reward name [ Must not be empty ]": "metal.ore", "Reward display name": "Metal ore", "Item quantity": 1000, "Item skin": 0, "Command": "", "Link to custom image": "", "Hide reward - [ Reward will not be displayed until the player reaches this level ]": false }, "4": { "Item shortname / custom reward name [ Must not be empty ]": "metal.fragments", "Reward display name": "Metal fragments", "Item quantity": 750, "Item skin": 0, "Command": "", "Link to custom image": "", "Hide reward - [ Reward will not be displayed until the player reaches this level ]": false }, "5": { "Item shortname / custom reward name [ Must not be empty ]": "sulfur.ore", "Reward display name": "Sulfur ore", "Item quantity": 500, "Item skin": 0, "Command": "", "Link to custom image": "", "Hide reward - [ Reward will not be displayed until the player reaches this level ]": false }, "6": { "Item shortname / custom reward name [ Must not be empty ]": "sulfur", "Reward display name": "Sulfur", "Item quantity": 300, "Item skin": 0, "Command": "", "Link to custom image": "", "Hide reward - [ Reward will not be displayed until the player reaches this level ]": false }, "7": { "Item shortname / custom reward name [ Must not be empty ]": "gunpowder", "Reward display name": "Gunpowder", "Item quantity": 400, "Item skin": 0, "Command": "", "Link to custom image": "", "Hide reward - [ Reward will not be displayed until the player reaches this level ]": false }, "8": { "Item shortname / custom reward name [ Must not be empty ]": "hq.metal.ore", "Reward display name": "HQM ore", "Item quantity": 25, "Item skin": 0, "Command": "", "Link to custom image": "", "Hide reward - [ Reward will not be displayed until the player reaches this level ]": false }, "9": { "Item shortname / custom reward name [ Must not be empty ]": "metal.refined", "Reward display name": "HQM", "Item quantity": 20, "Item skin": 0, "Command": "", "Link to custom image": "", "Hide reward - [ Reward will not be displayed until the player reaches this level ]": false }, "10": { "Item shortname / custom reward name [ Must not be empty ]": "scrap", "Reward display name": "Scrap", "Item quantity": 50, "Item skin": 0, "Command": "", "Link to custom image": "", "Hide reward - [ Reward will not be displayed until the player reaches this level ]": false } } }$24.49 -
Version 1.1.2
21 downloads
XGatherUP - increase in rates for XP. - Optimization of the interface for different monitor resolutions. - Storing player data in - oxide/data/XGatherUP - There is a lang ru/en. - Sound effects when interacting with the menu. - Configuring the issuance of XP. [ Loot, kill, break barrels, open crates, pick from the ground, harvest ] - Setting up starting rates for each category. - Setting up bonus rates for each category according to the permit. [ Multiple permissions can be configured ] - Setting up permissions to access the upgrading of a certain category. - Mini-panel with XP quantity. [ You can hide ] - Customization of categories for which you can increase rates. [ Bonus mining, mining, picking from the ground, components, harvesting ] - Setting the maximum level, XP for upgraging one level, rates for one upgraded level, a list of resources/components for which the rates will be increased. -> Overview - YouTube <- Shortnames for config settings. Commands /rate - open the menu to upgrading rates. xp_give <SteamID> <Amount> - give ХР. Config { "General settings": { "Use plugin balance to increase rates [ Default, XShop, Economics ]": "Default" }, "GUI settings": { "Number of categories per line": 6, "OffsetMin - menu": "-475 -255", "OffsetMax - menu": "475 180" }, "Setting up permissions and additional rates": { "xgatherup.default": { "Resource": 1.5, "Harvest": 2.0, "Loot": 0.75 } }, "ХР settings | Shortname : ValueXP": { "ХР for pickup resources": { "stones": 10.0, "sulfur.ore": 15.0, "metal.ore": 12.5 }, "ХР for harvesting": { "potato.entity": 2.5, "corn.entity": 1.75, "hemp.emtity": 0.25 }, "ХР for bonus gather": { "stones": 5.0, "sulfur.ore": 10.0, "metal.ore": 7.5 }, "ХР for kill / breaking barrels": { "boar": 10.0, "loot-barrel-1": 7.5, "heavyscientist": 2.5 }, "ХР for open crates": { "crate_normal": 5.0, "crate_normal_2": 1.0, "crate_tools": 3.5 } }, "Category settings": { "Resource": [ { "Permission to access the leveling category": "xgatherup.default", "Displayed item shortname/picture name. [ Must not be empty ]": "wood", "Maximum upgrading level": 20, "Rates for one level of upgrading": 0.1, "Starting rates of upgrading": 1.0, "Number of XP to upgrade one level": 2.75, "Link to custom image": "", "Shortnames of resources/components for which rates will be increased": [ "wood", "charcoal" ] }, { "Permission to access the leveling category": "xgatherup.default", "Displayed item shortname/picture name. [ Must not be empty ]": "stones", "Maximum upgrading level": 20, "Rates for one level of upgrading": 0.1, "Starting rates of upgrading": 1.0, "Number of XP to upgrade one level": 2.75, "Link to custom image": "", "Shortnames of resources/components for which rates will be increased": [ "stones" ] }, { "Permission to access the leveling category": "xgatherup.default", "Displayed item shortname/picture name. [ Must not be empty ]": "metal.ore", "Maximum upgrading level": 15, "Rates for one level of upgrading": 0.1, "Starting rates of upgrading": 1.0, "Number of XP to upgrade one level": 3.2, "Link to custom image": "", "Shortnames of resources/components for which rates will be increased": [ "metal.ore", "metal.fragments" ] }, { "Permission to access the leveling category": "xgatherup.default", "Displayed item shortname/picture name. [ Must not be empty ]": "sulfur.ore", "Maximum upgrading level": 15, "Rates for one level of upgrading": 0.1, "Starting rates of upgrading": 1.0, "Number of XP to upgrade one level": 3.2, "Link to custom image": "", "Shortnames of resources/components for which rates will be increased": [ "sulfur.ore", "sulfur" ] }, { "Permission to access the leveling category": "xgatherup.default", "Displayed item shortname/picture name. [ Must not be empty ]": "hq.metal.ore", "Maximum upgrading level": 10, "Rates for one level of upgrading": 0.1, "Starting rates of upgrading": 1.0, "Number of XP to upgrade one level": 5.5, "Link to custom image": "", "Shortnames of resources/components for which rates will be increased": [ "hq.metal.ore", "metal.refined" ] }, { "Permission to access the leveling category": "xgatherup.default", "Displayed item shortname/picture name. [ Must not be empty ]": "mushroom", "Maximum upgrading level": 15, "Rates for one level of upgrading": 0.1, "Starting rates of upgrading": 1.0, "Number of XP to upgrade one level": 0.5, "Link to custom image": "", "Shortnames of resources/components for which rates will be increased": [ "mushroom" ] } ], "Harvest": [ { "Permission to access the leveling category": "xgatherup.default", "Displayed item shortname/picture name. [ Must not be empty ]": "pumpkin", "Maximum upgrading level": 10, "Rates for one level of upgrading": 0.1, "Starting rates of upgrading": 1.0, "Number of XP to upgrade one level": 1.75, "Link to custom image": "", "Shortnames of resources/components for which rates will be increased": [ "pumpkin" ] }, { "Permission to access the leveling category": "xgatherup.default", "Displayed item shortname/picture name. [ Must not be empty ]": "corn", "Maximum upgrading level": 10, "Rates for one level of upgrading": 0.1, "Starting rates of upgrading": 1.0, "Number of XP to upgrade one level": 1.75, "Link to custom image": "", "Shortnames of resources/components for which rates will be increased": [ "corn" ] } ], "Loot": [ { "Permission to access the leveling category": "xgatherup.default", "Displayed item shortname/picture name. [ Must not be empty ]": "semibody", "Maximum upgrading level": 20, "Rates for one level of upgrading": 0.1, "Starting rates of upgrading": 1.0, "Number of XP to upgrade one level": 3.75, "Link to custom image": "", "Shortnames of resources/components for which rates will be increased": [ "semibody" ] }, { "Permission to access the leveling category": "xgatherup.default", "Displayed item shortname/picture name. [ Must not be empty ]": "metalpipe", "Maximum upgrading level": 20, "Rates for one level of upgrading": 0.1, "Starting rates of upgrading": 1.0, "Number of XP to upgrade one level": 3.75, "Link to custom image": "", "Shortnames of resources/components for which rates will be increased": [ "metalpipe" ] }, { "Permission to access the leveling category": "xgatherup.default", "Displayed item shortname/picture name. [ Must not be empty ]": "metalblade", "Maximum upgrading level": 20, "Rates for one level of upgrading": 0.1, "Starting rates of upgrading": 1.0, "Number of XP to upgrade one level": 3.75, "Link to custom image": "", "Shortnames of resources/components for which rates will be increased": [ "metalblade" ] }, { "Permission to access the leveling category": "xgatherup.default", "Displayed item shortname/picture name. [ Must not be empty ]": "scrap", "Maximum upgrading level": 20, "Rates for one level of upgrading": 0.1, "Starting rates of upgrading": 1.0, "Number of XP to upgrade one level": 3.75, "Link to custom image": "", "Shortnames of resources/components for which rates will be increased": [ "scrap" ] } ] } }$19.99 -
Version 1.6.2
3,400 downloads
XSkinMenu - beautiful menu of skins for your server. - Optimization of the interface for different monitor resolutions. - Storing player data in - oxide/data/XDataSystem/XSkinMenu - There is a lang ru/en/uk/es. - Sound effects when interacting with the menu. - Setting up item categories. - Setting skins for each item. - Blacklist of skins. You cannot change the skin of an item if it has a skin from the black list. [ For example: fire gloves, fire ax ] - The ability to change skins for items in inventory, when crafting, when removing a skin and on installed items/constructions. - The ability to change the skin of items/constructions installed by a friend. - The ability to change the skin on the active item. [ The item the player is holding ] - Automatic change of skins after entering the player's inventory. [ You can customize skins once and run with them ] - Ability to change skins for items after the player respawns. - Ability to display selected skins on the main page. - The player can customize the menu/skins. - Custom menu/skins customization by permishenes. - Console commands for easy setting of items and skins. - Setting up UI layers for easy interaction with the menu. - Convenient removal of skins through the UI. [ Both admin and player ] - Logs for loading/reloading skins in the server console. [ Can be disabled in config ] - Setting default skins. When a player enters the server and he is not in the data, the skins specified in the config will be automatically selected for him. You can force the same skins for all players. For example skins of your project. To prevent the player from choosing a different skin, simply do not give permission for it. - Automatic reload of images after wipe. [ To fix a common problem with dark squares in images after a wipe. ] - The ability to customize Admin/Vip skins. Access to them is by permission only. [ They are not available to ordinary players. If the player picks up an item with a skin that they don't have access to, the item will simply reset its skin. ] - The ability to move item skins from regular to VIP, from VIP to regular, etc. in the UI. - The ability to add/remove collections of skins from the Steam workshop. - Button to enable/disable UI admin functionality. [ For comfort. ] - UI button for easy transition from the XSkinMenu menu to the XBuildingSkinMenu menu. [ And vice versa. ] - Display item/skin pages. [ Can be disabled in the config. ] - The ability to use skins with a spray can. - The ability to enable/disable sound effects in the menu. - The ability to change item skins when picked up by the player. - The ability to select UI configuration: Default menu. Comfort menu. Comfort menu. [ + ] - Skin kits. [ Default and personal. ] - Default kits are customized in the config. Personal kits are created by the player himself. [ Sets can be completely disabled. ] - Ability to delete personal kits. - The ability to see all the skins of the kit. - Three ways to apply skin kits: Only change the skins in the inventory. Only install skins in the menu. Change the skins in the inventory + Install skins in the menu. - Ability to zoom in on skins. [ It's easy to see the skin. ] - Displaying the name of skins. - Skin search. [ Name or ID ] - Ability to add a skin/collection via UI. - Item redirection. [ Item -> DLC, DLC -> DLC, DLC -> Item ] - Ability to allow players to use skins from their Steam inventory if those skins are on the Admin/VIP list. Permissions xskinmenu.use - access to the menu. xskinmenu.setting - access to settings. xskinmenu.craft - access to changing the skin when crafting. xskinmenu.entity - access to change the skin of installed items/constructions. xskinmenu.item - access to change the skin on the active item. xskinmenu.inventory - access to change skins in the inventory. [ When the player selects a skin from the menu. ] xskinmenu.give - access to automatically change skins for items that enter the player inventory by any means. xskinmenu.pickup - access to automatically change skins on items picked up by the player. xskinmenu.skinchange - access to skin selection/removal of selected skins. [ On the menu. ] xskinmenu.spraycan - access to the use of skins through a spray can. xskinmenu.playeradd - access to add skin/collection via UI. xskinmenu.defaultkits - access to default skin kits. xskinmenu.customkits - access to personal skin kits. xskinmenu.kitN - number of personal sets. [ Settings in config. ] xskinmenu.adminskins - access to Admin skins. xskinmenu.vipskins - access to VIP skins. xskinmenu.admin - access to admin functionality. Commands /skin - open the skins menu. /skinkit - open the skin kits menu. /skinentity - change the skin of an installed item/construction. [ The player must approach the object and write a command. ] /skinitem - change the skin on the active item. [ The player must hold the object in his hands and write the command. ] skinimage_reload - reload all images. skinimage_stop - stop loading/reloading images. xskin2 add2 000000 ... - add several(maximum 15) skins, without specifying a shortname. xskin2 remove2 000000 ... - remove several(maximum 15) skins, without specifying a shortname. [ Automatic shortnames detection. ] xskin add <item shortname> <skinID> - add a new skin to the list of item skins. xskin remove <item shortname> <skinID> - remove a skin from the list of skins of an item. xskin list <item shortname> - see a list of item skins. xskin clearlist <item shortname> - clear the list of item skins. xskin_c addcollection 000000 - add a collection of skins from the steam workshop. xskin_c removecollection 000000 - remove a collection of skins from the steam workshop. [ There is a check for repetition and emptiness of lists ] API private void AddToBlacklist(ulong skinID, string pluginName) - to add the skin to the blacklist. private void AddToBlacklist(List<ulong> skinIDs, string pluginName) - to add a list of skins to the blacklist. Config { "Steam settings": { "Steam API Key": "" }, "General settings": { "Generate/Check and add new skins accepted by developers or made for twitch drops": true, "Generate/Check and add new skins added by developers [ For example, a skin for hazmatsuit ]": false, "Propagate blacklisted skins to repair bench": true, "Forbid changing the skin of an item that is not in the config": false, "Change skins to items after player respawns": true, "Enable default skin kits": true, "Enable personal skin kits": true, "1.1 Reset Admin skins from items if they are used by a player without permission": true, "1.2 Do not reset Admin skin if the player has it in the Steam inventory": true, "2.1 Reset Vip skins from items if they are used by a player without permission": true, "2.2 Do not reset Vip skin if the player has it in the Steam inventory": true, "List of commands to open the menu - 1": [ "skin" ], "List of commands to open the menu - 2": [ "skinkit" ], "List of commands to open the menu - 3": [ "skinentity" ], "List of commands to open the menu - 4": [ "skinitem" ], "Blacklist of skins that cannot be changed. [ For example: fire gloves, fire hatchet ]": [ 1742796979, 841106268 ], "List Admin skins": { "rifle.ak": [ 2428514763, 2431899986, 2802928155, 2551895055, 2957212973, 2976404884 ], "smg.mp5": [ 2468526014, 2966579723, 2590028692, 2354313222, 2558124512, 2432107615, 2351278756 ], "metal.facemask": [ 2976455803, 2972755707, 2960187815, 2963852242, 2462021937, 1658894467, 1539950759 ] }, "List Vip skins": { "hatchet": [ 2940068053, 2891473448, 1567848320, 1414450116, 1306286667, 1277610054, 1679923378 ], "pickaxe": [ 2940068876, 1672711156, 1624825406, 2637131316, 2837147224, 2775081117 ], "box.wooden.large": [ 1686318599, 1651859603, 1566044873, 1547157690, 1882223552, 2068573115, 2388451898 ] } }, "Default player settings": { "Change item skin in inventory after selecting skin in menu": true, "Change item skin in inventory after removing skin in menu": true, "Change skin on installed items/constructions [ /skinentity ]": true, "Allow friends to change the skin on items/constructions you installed [ /skinentity ]": true, "Change item skin when it is placed in the inventory by any means": true, "Change item skin only when pickup": false, "Do not reset item skin for which no skin is selected when it enters the inventory": false, "Change item skin when crafting": true, "Use skins with a spray can": true, "Enable sound effects in the menu [ Clicks ]": true, "[ True - Comfort menu | False - Default menu ]": false }, "Default skin kits setting": { "Blackout": { "metal.facemask": 2105454370, "metal.plate.torso": 2105505757, "hoodie": 2080975449, "pants": 2080977144, "shoes.boots": 2090776132, "coffeecan.helmet": 2120618167, "roadsign.jacket": 2120615642, "roadsign.kilt": 2120628865, "roadsign.gloves": 2530894213, "burlap.gloves": 2090790324, "jacket": 2137516645, "rifle.l96": 2473291137, "rifle.ak": 2128372674, "rifle.lr300": 2151920583, "rifle.bolt": 2363806432, "rifle.semiauto": 2267956984, "smg.mp5": 2887642987, "smg.thompson": 2393671891, "smg.2": 2879438786, "crossbow": 2178956071, "bow.hunting": 2192571819 }, "Whiteout": { "metal.facemask": 2432948498, "metal.plate.torso": 2432947351, "hoodie": 2416648557, "pants": 2416647256, "shoes.boots": 2752873720, "coffeecan.helmet": 2503956851, "roadsign.jacket": 2503955663, "roadsign.kilt": 2469019097, "roadsign.gloves": 2469031994 }, "Forest Raiders": { "metal.facemask": 2551475709, "metal.plate.torso": 2551474093, "hoodie": 2563940111, "pants": 2563935722, "shoes.boots": 2575506021, "coffeecan.helmet": 2570227850, "roadsign.jacket": 2570233552, "roadsign.kilt": 2570237224, "roadsign.gloves": 2575539874 }, "Desert Raiders": { "metal.facemask": 2475428991, "metal.plate.torso": 2475407123, "hoodie": 2503910428, "pants": 2503903214, "shoes.boots": 2510093391, "coffeecan.helmet": 2496517898, "roadsign.jacket": 2496520042, "roadsign.kilt": 2496523983, "roadsign.gloves": 2510097681, "rifle.ak": 2525948777, "smg.thompson": 2537687634, "rifle.semiauto": 2522121227 } }, "Permissions settings. Maximum number of personal skin kits": { "xskinmenu.kit12": 12, "xskinmenu.kit9": 9, "xskinmenu.kit6": 6, "xskinmenu.kit3": 3 }, "GUI settings": { "Layer UI - [ Overlay - above inventory | Hud - under inventory (to view installed skins without closing the menu) ]": "Overlay", "Refresh UI page after skin selection": true, "Refresh UI page after skin removal": true, "Display selected skins on homepage": false, "Display button to reset, all selected skins": true, "Display pages": true, "Display the button - Comfort menu [ + ]": true, "Close the menu by tapping on an empty area of the screen": false, "Icon - Kits": "assets/icons/clothing.png", "Icon - XBuildingSkinMenu": "assets/icons/construction.png", "Icon - Zoom": "assets/icons/add.png", "Material_background_0": "assets/icons/greyout.mat", "Color_background_0": "0 0 0 0", "Color_background_1": "0.517 0.521 0.509 0.95", "Color_background_2": "0.217 0.221 0.209 0.95", "Color_background_3": "0.1 0.1 0.1 0.975", "Color_background_4": "0.257 0.261 0.249 1", "Active category color": "0.53 0.77 0.35 0.8", "Inactive category color": "0 0 0 0", "Category button color": "0.517 0.521 0.509 0.5", "Settings buttons color": "0.517 0.521 0.509 0.5", "Button color (icons)": "1 1 1 0.75", "Item/skin block color": "0.517 0.521 0.509 0.5", "Selected skin block color": "0.53 0.77 0.35 0.8", "Active next/reset button color": "0.35 0.45 0.25 1", "Color of inactive next/reset button": "0.35 0.45 0.25 0.4", "Next/reset active button text color": "0.75 0.95 0.41 1", "Text color of inactive next/reset button": "0.75 0.95 0.41 0.4", "Active back button color": "0.65 0.29 0.24 1", "Back button color": "0.65 0.29 0.24 0.4", "Active back button text color": "0.92 0.79 0.76 1", "Back button text color": "0.92 0.79 0.76 0.4" }, "Menu settings": { "Enabled parameter icon": "assets/icons/check.png", "Disabled parameter icon": "assets/icons/close.png", "Enabled parameter color": "0.53 0.77 0.35 0.8", "Disabled parameter color": "1 0.4 0.35 0.8" }, "Category settings - [ Item shortname | Default item skin ]": { "weapon": { "gun.water": 0, "pistol.revolver": 0, "pistol.semiauto": 0, "pistol.python": 0, "pistol.eoka": 0, "shotgun.waterpipe": 0, "shotgun.double": 0, "shotgun.pump": 0, "bow.hunting": 0, "crossbow": 0, "grenade.f1": 0, "smg.2": 0, "smg.thompson": 0, "smg.mp5": 0, "rifle.ak": 0, "rifle.lr300": 0, "lmg.m249": 0, "rocket.launcher": 0, "rifle.semiauto": 0, "rifle.m39": 0, "rifle.bolt": 0, "rifle.l96": 0, "longsword": 0, "salvaged.sword": 0, "mace": 0, "knife.combat": 0, "bone.club": 0, "knife.bone": 0 }, "construction": { "wall.frame.garagedoor": 0, "door.double.hinged.toptier": 0, "door.double.hinged.metal": 0, "door.double.hinged.wood": 0, "door.hinged.toptier": 0, "door.hinged.metal": 0, "door.hinged.wood": 0, "barricade.concrete": 0, "barricade.sandbags": 0 }, "item": { "locker": 0, "vending.machine": 0, "fridge": 0, "furnace": 0, "table": 0, "chair": 0, "box.wooden.large": 0, "box.wooden": 0, "rug.bear": 0, "rug": 0, "sleepingbag": 0, "water.purifier": 0, "target.reactive": 0, "sled": 0, "discofloor": 0, "paddlingpool": 0, "innertube": 0, "boogieboard": 0, "beachtowel": 0, "beachparasol": 0, "beachchair": 0, "skull.trophy": 0, "skullspikes": 0, "skylantern": 0 }, "attire": { "metal.facemask": 0, "coffeecan.helmet": 0, "riot.helmet": 0, "bucket.helmet": 0, "deer.skull.mask": 0, "twitch.headset": 0, "sunglasses": 0, "mask.balaclava": 0, "burlap.headwrap": 0, "hat.miner": 0, "hat.beenie": 0, "hat.boonie": 0, "hat.cap": 0, "mask.bandana": 0, "metal.plate.torso": 0, "roadsign.jacket": 0, "roadsign.kilt": 0, "roadsign.gloves": 0, "burlap.gloves": 0, "attire.hide.poncho": 0, "jacket.snow": 0, "jacket": 0, "tshirt.long": 0, "hazmatsuit": 0, "hoodie": 0, "shirt.collared": 0, "tshirt": 0, "burlap.shirt": 0, "attire.hide.vest": 0, "shirt.tanktop": 0, "attire.hide.helterneck": 0, "pants": 0, "burlap.trousers": 0, "pants.shorts": 0, "attire.hide.pants": 0, "attire.hide.skirt": 0, "shoes.boots": 0, "burlap.shoes": 0, "attire.hide.boots": 0 }, "tool": { "fun.guitar": 0, "jackhammer": 0, "icepick.salvaged": 0, "pickaxe": 0, "stone.pickaxe": 0, "rock": 0, "hatchet": 0, "stonehatchet": 0, "explosive.satchel": 0, "hammer": 0, "torch": 0 }, "transport": { "snowmobile": 0 } } }$33.99- 226 comments
- 18 reviews
-
- 13
-
-
-
- 22 comments
-
- #event
- #autoevent
- (and 4 more)
-
Version 2.0.0
59 downloads
XStorageUP - an increase in the number of slots in containers. -> In the code you can switch the plugin language - LanguageEnglish = true <- - Optimization of the interface for different monitor resolutions. - Storing containers data in - oxide/data/XDataSystem/XStorageUP - There is a lang ru/en/uk/es. - Sound effects when interacting with the menu. - Automatic cleaning of oxide/data after wipe. - There is an upgrading coefficient. [ The more slots, the more expensive. ] - There are permissions to limit the number of slots. - Upgraded containers retain their properties after restart. - Checking for interaction with the desired container. [ If the container is destroyed, lifted or the player moves away from it, then nothing can be upgrade, and the player will receive a corresponding message on the screen. ] - Ability to customize the initial number of slots. [ For example 0. Players will install containers without slots and upgrade them. ] Supported containers: Working with the backpack plugin. Two options for how to eliminate the backpack upgrade (plugin): - Remove the assignment of the player ID to the container (OwnerID) so that it is always 0. [ Only if the OwnerID of the container (backpack) is not used anywhere. ] - Replace the Backpack container with one not used in the upgrade. [ For instance: SUPER Stocking - assets/prefabs/misc/xmas/stockings/stocking_large_deployed.prefab ] Permissions xstorageup.use - allow upgrading containers. xstorageup.vip - allow placement of upgraded containers. [ Maximum number of slots. ] Config { "General settings": { "Setting permissions to enhance N slots [ Leave blank to make unlimited for everyone ]": { "xstorageup.10": 10, ... }, "Button - AnchorMin": "1 0", "Button - AnchorMax": "1 0", "Button - OffsetMin": "-208 16", "Button - OffsetMax": "-16 98", "Button text size - А": 15, "Button text size - B": 10, "Button text size - C": 10 }, "Container settings": { "coffinstorage": { "Maximum number of slots": 48, "Container type": "generic_resizable", "Coefficient. Make a container upgrade more expensive with every N slot": 0.2, "List of resources for upgrade one slot": { "wood": 100, "stones": 100, "metal.fragments": 100 } }, ... }, "If the prefab and item shorts do not match [ ShortnamePrefab -> ShortnameItem ]": { "coffinstorage": "coffin.storage", "woodbox_deployed": "box.wooden", ... }, "Initial number of slots": { "coffinstorage": 48, "storage_barrel_c": 48, ... } }$16.99 -
Version 1.1.14
345 downloads
XMenu - beautiful menu for your server. - Optimization of the interface for different monitor resolutions. - There is a lang ru/en/uk/es. - Sound effects when interacting with the menu. - Refresh the information in the menu [ Refresh only the open menu ]. - Customize menu colors. - Customize menu buttons. - Shift menu for active missions. - Information display [ Online | Sleepers | Joins | Time ]. - Display of events [ Airplane, Helicopter, Ship, Chinook, Tank ]. - Displaying information of other plugins [ For example: balance of the in-game store or economy ]. - Dropdown menu with additional buttons. - The ability to completely remove the menu/logo from the screen on command. - The ability to display player coordinates/grid. -> Overview - YouTube <- Permissions xmenu.usecmd - access to the use of a command that removes the menu/logo from the screen. Commands /uimenu on/off - completely remove the menu/logo from the screen. Menu mirror reflection. [ Upper right corner of the screen ] Config: ---------------------------------- "Settings logo": { "Link to the logo image": "https://i.ibb.co/DKnnQw0/Hh7W3hz.png", "Logo color": "1 1 1 1", "Logo material": "assets/icons/greyout.mat", "Logo - AnchorMin": "1 1", "Logo - AnchorMax": "1 1", "Logo - OffsetMin": "-80 -78", "Logo - OffsetMax": "-10 -8", "Move logo - OffsetMin": "-80 -178", "Move logo - OffsetMax": "-10 -108" }, "Settings menu": { "Menu color": "1 0.27 0 0.5", "Menu material": "assets/icons/greyout.mat", "Button color": "0.217 0.221 0.209 0.75", "Button text color": "1 1 1 1", "Side line color": "1 1 1 1", "Button text size": 9, "Close the menu after pressing one of the buttons": false, "Move the menu/logo when the mission is active": false, "Menu - AnchorMin": "1 1", "Menu - AnchorMax": "1 1", "Menu - OffsetMin": "-400 -72.5", "Menu - OffsetMax": "-45 -12.5", "Move menu - OffsetMin": "-400 -172.5", "Move menu - OffsetMax": "-45 -112.5", "Plugin info - AnchorMin": "1 1", "Plugin info - AnchorMax": "1 1", "Plugin info - OffsetMin": "-445 -60", "Plugin info - OffsetMax": "-357.5 0", "Events - AnchorMin": "0 1", "Events - AnchorMax": "0 1", "Events - OffsetMin": "112.25 -90", "Events - OffsetMax": "242.75 -62.5", "Coordinates - AnchorMin": "1 0", "Coordinates - AnchorMax": "1 0", "Coordinates - OffsetMin": "-355 -29.5", "Coordinates - OffsetMax": "-244.75 -2", "Grid - AnchorMin": "1 0", "Grid - AnchorMax": "1 0", "Grid - OffsetMin": "-110.5 -29.5", "Grid - OffsetMax": "-83 -2" }, Plugin code: ---------------------------------- 676 - AnchorMin = "1 1", AnchorMax = "1 1", OffsetMin = "-42.5 -55", OffsetMax = "-40 -5" 682 - AnchorMin = "1 1", AnchorMax = "1 1", OffsetMin = "-325 -55", OffsetMax = "-322.5 -5" 694 - AnchorMin = "0.5 0.5", AnchorMax = "0.5 0.5", OffsetMin = $"{offset - 5} -25", OffsetMax = $"{offset + 47} -10" 715 - AnchorMin = "0.5 0.5", AnchorMax = "0.5 0.5", OffsetMin = $"-170 {offset - 14.25}", OffsetMax = $"-155 {offset + 0.75}" 728 - AnchorMin = "0.5 0.5", AnchorMax = "0.5 0.5", OffsetMin = $"-170 {offset - 14.25}", OffsetMax = $"-155 {offset + 0.75}" 803 - AnchorMin = "1 1", AnchorMax = "1 1", OffsetMin = "-318 -40", OffsetMax = "-47.5 -5" Example of setting information for other plugins. "Configuring information for other plugins. [ Hooks with parameter type - player(BasePlayer) | userID(ulong) ]": [ { "Plugin name": "XShop", "Method name(API)": "API_GetBalance", "Hook parameter type - [ player | userID ]": "player" }, { "Plugin name": "XLevels", "Method name(API)": "API_GetLevel", "Hook parameter type - [ player | userID ]": "player" }, { "Plugin name": "IQEconomic", "Method name(API)": "API_GET_BALANCE", "Hook parameter type - [ player | userID ]": "userID" }, { "Plugin name": "Economics", "Method name(API)": "Balance", "Hook parameter type - [ player | userID ]": "userID" }, { "Plugin name": "ServerRewards", "Method name(API)": "CheckPoints", "Hook parameter type - [ player | userID ]": "userID" } ] Config { "General settings": { "Open menu after connection": false, "Display information of other plugins": false, "Show events": true, "Show grid": true, "Show coordinates": true, "Update menu [ Only the open menu is updated ]": false, "Update information of other plugins [ Updates only when the menu is open ]": false, "Open menu refresh interval": 12.5, "Fake online from the plugin - [ Default - 0 | IQFakeActive - 1 | FGS - 2] - ( Displayed only in the panel and nowhere else )": 0, "Time format - [ HH:mm - 24:00 | hh:mm tt - 12:00 ]": "HH:mm" }, "Settings logo": { "Link to the logo image": "https://i.ibb.co/DKnnQw0/Hh7W3hz.png", "Logo color": "1 1 1 1", "Logo material": "assets/icons/greyout.mat", "Logo - AnchorMin": "0 1", "Logo - AnchorMax": "0 1", "Logo - OffsetMin": "10 -78", "Logo - OffsetMax": "80 -8", "Move logo - OffsetMin": "10 -178", "Move logo - OffsetMax": "80 -108" }, "Settings menu": { "Menu color": "1 0.27 0 0.5", "Menu material": "assets/icons/greyout.mat", "Button color": "0.217 0.221 0.209 0.75", "Button text color": "1 1 1 1", "Side line color": "1 1 1 1", "Button text size": 9, "Close the menu after pressing one of the buttons": false, "Move the menu/logo when the mission is active": false, "Menu - AnchorMin": "0 1", "Menu - AnchorMax": "0 1", "Menu - OffsetMin": "45 -72.5", "Menu - OffsetMax": "400 -12.5", "Move menu - OffsetMin": "45 -172.5", "Move menu - OffsetMax": "400 -112.5", "Plugin info - AnchorMin": "0 1", "Plugin info - AnchorMax": "0 1", "Plugin info - OffsetMin": "357.5 -60", "Plugin info - OffsetMax": "445 0", "Events - AnchorMin": "0 1", "Events - AnchorMax": "0 1", "Events - OffsetMin": "112.25 -90", "Events - OffsetMax": "242.75 -62.5", "Coordinates - AnchorMin": "0 0", "Coordinates - AnchorMax": "0 0", "Coordinates - OffsetMin": "244.75 -29.5", "Coordinates - OffsetMax": "355 -2", "Grid - AnchorMin": "0 0", "Grid - AnchorMax": "0 0", "Grid - OffsetMin": "83 -29.5", "Grid - OffsetMax": "110.5 -2" }, "Settings buttons [ Key_text | Command ] - [ Text setting in oxide/lang ]": { "REWARD": "chat.say /reward", "CALENDAR": "chat.say /calendar", "SHOP": "chat.say /s", "CRAFT": "chat.say /craft", "INFO": "chat.say /info" }, "Dropdown buttons - [ Key_text | Command ] - [ Text setting in oxide/lang ]": { "KIT_VIP": "chat.say /kit vip", "KIT_PREM": "chat.say /kit premium", "KIT_ELITE": "chat.say /kit elite", "KIT_GOLD": "chat.say /kit gold", "LEVEL": "chat.say /level" }, "Settings additional buttons": [ { "Command": "store", "Link to image from internet": "", "Link to icon from the game": "assets/icons/open.png" }, { "Command": "chat.say /s", "Link to image from internet": "https://i.ibb.co/ykDPJ4B/GRZseo8.png", "Link to icon from the game": "assets/icons/community_servers.png" }, { "Command": "chat.say /stats", "Link to image from internet": "", "Link to icon from the game": "assets/icons/market.png" } ], "Settings events": { "Event menu color": "1 0.27 0 0.5", "Event menu material": "assets/icons/greyout.mat", "Event icons background color": "0.217 0.221 0.209 0.75", "Setting up event icons": { "CargoPlane": { "Link to event image": "https://i.ibb.co/m6Fvdn1/01.png", "Active event color": "1 0.5 0.5 1", "Inactive event color": "1 1 1 1" }, "BaseHelicopter": { "Link to event image": "https://i.ibb.co/Sf0w95T/03.png", "Active event color": "1 0.5 1 1", "Inactive event color": "1 1 1 1" }, "CargoShip": { "Link to event image": "https://i.ibb.co/LvRq2X3/02.png", "Active event color": "0.5 0.5 1 1", "Inactive event color": "1 1 1 1" }, "CH47Helicopter": { "Link to event image": "https://i.ibb.co/DCcp6Td/04.png", "Active event color": "0.5 1 1 1", "Inactive event color": "1 1 1 1" }, "BradleyAPC": { "Link to event image": "https://i.ibb.co/5L6qYR4/05.png", "Active event color": "1 1 0.5 1", "Inactive event color": "1 1 1 1" } } }, "Configuring information for other plugins. [ Hooks with parameter type - player(BasePlayer) | userID(ulong) ]": [ { "Plugin name": "XShop", "Method name(API)": "API_GetBalance", "Hook parameter type - [ player | userID ]": "player" }, { "Plugin name": "XLevels", "Method name(API)": "API_GetLevel", "Hook parameter type - [ player | userID ]": "player" } ] }$10.49- 42 comments
- 2 reviews
-
- 2
-
-
- #panel
- #infopanel
-
(and 6 more)
Tagged with:
-
- 37 comments
-
- #restart
- #autorestart
- (and 4 more)
-
Version 1.0.3
303 downloads
XRestartUI - beautiful restart notification UI. - Optimization of the interface for different monitor resolutions. - There is a lang ru/en/uk/es. - Sound effects. - There is an automatic restart schedule. [ Any commands can be scheduled ] - There is a warning N minutes before the start of the restart. - Logs restart/warnings in the server console. - Ability to skip restart if more than N players are online. -> Overview - YouTube <- Commands restart <time> <description key from langs> [ If there is no key, then the default description will be used ] Config { "General settings": { "Use chat messages": true, "Use UI notifications": true, "Use GameTip notifications": false, "Use the tick effect": true, "Use warning effect": true, "Tick effect used": "assets/bundled/prefabs/fx/notice/loot.drag.dropsuccess.fx.prefab", "Warning effect used": "assets/bundled/prefabs/fx/item_unlock.prefab", "SteamID of the profile for the custom avatar": 0, "Skip restart if there are more than N players online. [ Restart warnings are disabled ]": false, "Number of online players - to skip restart": 100 }, "GUI settings": { "AnchorMin": "0 0.85", "AnchorMax": "1 0.85", "OffsetMin": "0 -25", "OffsetMax": "0 25" }, "List of unique names(keys) of restart reasons - [ Setting up text in lang ]": [ "M_DEFAULT", "M_1", "M_2" ], "Configuring scheduled restarts [ Any command can be scheduled at any time ]": { "08:00": "restart 300", "21:00": "restart 300 M_1" }, "Setting warnings N minutes before restart": [ 60, 45, 30, 15, 10, 5 ] }$8.59- 37 comments
- 4 reviews
-
- 2
-
-
- #restart
- #autorestart
- (and 4 more)
-
Version 1.0.4
65 downloads
XGiftThrower - a gift-thrower that everyone can give. Even a copter under a Christmas tree. - Optimization of the interface for different monitor resolutions. - There is a lang ru/en/uk/es. - Sound effects when interacting with the menu. - There is a craft gift-thrower. [ Crafting support near Tier N workbench ] - The ability to shoot in-game items (resources) or prefabs. - The ability to make a list of items (resources) or prefabs that will randomly shoot a gift-thrower. - Possibility to change the capacity magazine of the gift-thrower. - The effect when an item or prefab appears. -> Overview - YouTube <- Commands Open crafting menu - /craftgun Give out a gift-thrower - gun_give <SteamID> snowballgun <Amount> <SkinID> Give out a snowball - gun_give <SteamID> snowball <Amount> Permissions xgiftthrower.usecraft - access to craft. xgiftthrower.usegun - access to the use of the gift-thrower. [ In the hands of a player without a permission, it will be a regular snowball gun ] Config { "General settings": { "Use craft": true, "Background color_1": "0 0 0 0.95", "Background color_2": "0.517 0.521 0.509 0.95", "Background color_3": "0.217 0.221 0.209 0.95", "Button color": "0.517 0.521 0.509 0.9" }, "Settings gift-throwers": { "skinID": { "Gift-thrower name": "Small gift-thrower", "Minimum number of gifts": 1, "Maximum number of gifts": 1, "Magazine capacity": 20, "Required workbench level for crafting": 0, "Gift appearance effect": "assets/prefabs/misc/easter/painted eggs/effects/gold_open.prefab", "Use effect": true, "Allow crafting": true, "True - item | False - prefab": true, "List of gifts / prefabs that the gift-thrower": [ "xmas.present.small" ], "List of items for crafting a gift-thrower": { "wood": 100, "stones": 50 } }, "skinID": { "Gift-thrower name": "Medium gift-thrower", "Minimum number of gifts": 1, "Maximum number of gifts": 1, "Magazine capacity": 15, "Required workbench level for crafting": 1, "Gift appearance effect": "assets/prefabs/misc/easter/painted eggs/effects/gold_open.prefab", "Use effect": true, "Allow crafting": true, "True - item | False - prefab": true, "List of gifts / prefabs that the gift-thrower": [ "xmas.present.medium" ], "List of items for crafting a gift-thrower": { "wood": 100, "stones": 50 } }, "skinID": { "Gift-thrower name": "Large gift-thrower", "Minimum number of gifts": 1, "Maximum number of gifts": 1, "Magazine capacity": 10, "Required workbench level for crafting": 2, "Gift appearance effect": "assets/prefabs/misc/easter/painted eggs/effects/gold_open.prefab", "Use effect": true, "Allow crafting": true, "True - item | False - prefab": true, "List of gifts / prefabs that the gift-thrower": [ "xmas.present.large" ], "List of items for crafting a gift-thrower": { "wood": 100, "stones": 50 } }, "skinID": { "Gift-thrower name": "Random gift-thrower", "Minimum number of gifts": 1, "Maximum number of gifts": 1, "Magazine capacity": 10, "Required workbench level for crafting": 3, "Gift appearance effect": "assets/prefabs/misc/easter/painted eggs/effects/gold_open.prefab", "Use effect": true, "Allow crafting": true, "True - item | False - prefab": true, "List of gifts / prefabs that the gift-thrower": [ "xmas.present.small", "xmas.present.medium", "xmas.present.large" ], "List of items for crafting a gift-thrower": { "wood": 100, "stones": 50 } }, "skinID": { "Gift-thrower name": "Rocket-thrower", "Minimum number of gifts": 0, "Maximum number of gifts": 0, "Magazine capacity": 5, "Required workbench level for crafting": 3, "Gift appearance effect": "", "Use effect": false, "Allow crafting": true, "True - item | False - prefab": false, "List of gifts / prefabs that the gift-thrower": [ "assets/prefabs/ammo/rocket/rocket_basic.prefab" ], "List of items for crafting a gift-thrower": { "wood": 100, "stones": 50 } } } }$9.49 -
- 22 comments
-
- #event
- #autoevent
- (and 4 more)
-
- 6 comments
-
- #event
- #autoevent
-
(and 1 more)
Tagged with:
-
- 22 comments
-
- #event
- #autoevent
- (and 4 more)
-
- 22 comments
-
- #event
- #autoevent
- (and 4 more)
-
- 22 comments
-
- #event
- #autoevent
- (and 4 more)
-
Version 1.0.001
22 downloads
XOreEvent - stone fever - a lot of sulfur in a couple of minutes. - Optimization of the interface for different monitor resolutions. - There is a lang ru/en. - Sound effects. - The ability to set the minimum online for the start of the Event. - Possibility to configure the interval for launching the Event. - Ability to enable/disable effects when spawning/removing stones. -> Overview - YouTube <- Commands start_oreevent_admin - start the event manually. Config { "General settings": { "Minimum online to start the event": 7, "Event start interval": 5400, "Event duration": 210, "Use the effect when spawning stones": true, "Use effect when removing stones": true }, "Settings GUI": { "AnchorMin": "1 0.7", "AnchorMax": "1 0.7", "OffsetMin": "-155 -17.5", "OffsetMax": "-5 17.5" } }$7.49- 6 comments
-
- #event
- #autoevent
-
(and 1 more)
Tagged with:
-
Version 1.1.1
57 downloads
XBarrelEvent - an event of mysterious barrels for your server. - Optimization of the interface for different monitor resolutions. - There is a lang ru/en/uk/es. - Sound effects. - The ability to set the minimum online for the start of the Event. - Possibility to configure the interval for launching the Event. - Customize items and drop chances from barrels. - Setting the number of barrels on the map. - Setting up the ability to spawn a new barrel in a random place on the map after breaking the existing one. - Setting up a marker that marks the barrel on the map. [ Ability to disable the marker, thereby complicating the search for barrels ] - There is a check for stones and any textures. [ Barrels will not spawn inside textures and rocks ] - The ability to change the HP of the barrel. - Logs of spawning/breaking barrels. - The ability to use a list of different prefabs. [ Will spawn randomly ] - There are two Event modes. -> Overview - YouTube <- Commands start_barrelevent_admin - start the event manually. [ Runs only when interval event mode is enabled ] show_barrels_info - to see a list of coordinates for all the barrels. Config { "General settings": { "Offset from the edges of the map": 200, "Maximum number of items in a barrel": 4, "Number of barrels": 10, "HP barrel": 150.0, "Minimum online to start the event": 7, "Event start interval": 5400, "Event duration": 210, "Marker transparency": 0.0, "Marker radius": 0.0, "Barrel/New Year's gift/road sign prefab. [ If there is more than one prefab in the list, it will be randomized ]": [ "assets/bundled/prefabs/radtown/oil_barrel.prefab" ], "Use the effect after breaking the barrel": true, "Mark the barrel with a marker on the map": true, "Spawn a new barrel after breaking an existing one": true, "Spawn barrels only during the event (If false, then the barrels will be spawned when the plugin is loaded, and the event with an interval will not be started)": false, "Enable logs in the server console": true }, "Item customization and barrel drop chance": [ { "Item shortname": "rifle.ak", "Item skin": 2412486082, "Custom item name": "", "Text (if it's a note)": "", "Item drop chance. 100 - 100%": 25, "Minimum number of items": 1, "Maximum number of items": 1 }, { "Item shortname": "rocket.launcher", "Item skin": 0, "Custom item name": "", "Text (if it's a note)": "", "Item drop chance. 100 - 100%": 25, "Minimum number of items": 1, "Maximum number of items": 1 } ] }$9.49- 22 comments
- 1 review
-
- 3
-
-
-
- #event
- #autoevent
- (and 4 more)