Jump to content

Monster

Creator
  • Posts

    869
  • Joined

  • Last visited

Everything posted by Monster

  1. Discord - monster__dev
  2. Monster

    XKits

    Version 1.0.1

    18 downloads

    XKits - offers a beautiful menu of kits for your server, offering a seamless experience for players to access and manage their kits. What about giving kits to players? The plugin features its own system for granting kits, both temporarily and permanently. It can operate entirely on a permissions system. You can easily combine both options for flexibility. Key Features: Language Support: Switch plugin language in the code - LanguageEnglish = true. Interface Optimization: Adjusts for different monitor resolutions. Data Storage: Player data is stored in oxide/data/XDataSystem/XKits. Multi-language Support: Available in Russian, English, Ukrainian, and Spanish. Sound Effects: Adds sound effects when interacting with the menu. Optimized UI Timer: Enhanced UI update timer for better performance. CoolDown Reset: Automatic reset of CoolDown after server wipe. Easy Kit Management: Create, edit, and view kits, cooldowns, limits, items, blueprints, modules, genes, chances, and slots in the UI. UI Kit Editor: Edit kit items and seed/clone genes directly within the UI. Inventory Protection: Prevents misplacement of items in the Wear/Belt container. Chat Customization: Customize avatar and prefix for chat messages. Default Kits: Set default kits for new players and a list of kits available immediately. Kit Deletion: Specify the duration before a kit is deleted, ideal for events. Usage Limits: Set a limit on how many times a kit can be taken (e.g., 5 uses in total). CoolDown Setting: Set a CoolDown period for each kit. Inventory Check: Clears player inventory before giving a kit and checks for available space. Kit Availability: Displays kit settings, including deletion time, CoolDown, and maximum number of uses, in view all kits mode. Automatic Kit Selection: Players can independently select/change their kits from the available ones. Custom Kit Images: Default size is 230x544, adjustable in configuration. Custom images available for an additional fee. Permissions xkits.use - access to menu. xkits.admin - access to admin functionality. xkits.showall - access to the ability to view all kits. xkits.ignorecd - allow to ignore CoolDown. Commands /k, /kit, /kits - to open the kits menu. [ Commands can be changed in the config. ] /k kitName, /kit kitName, /kits kitName - to take a kit. [ Commands can be changed in the config. ] /kit.admin givekit kitName - give a kit to the inventory of the player you are looking at. (Admin permission) xkits_admin_kit_ccmd give steamID kitName seconds - give kit to a player. [ You can change the seconds and thus change the date of deleting the kit from the player. 0 - the kit will always be available to the player. seconds: 1000 or -1000. Automatically converted to Unix-time. ] xkits_admin_kit_ccmd remove steamID kitName - remove a kit from a player. [ The kit will no longer be available to the player. ] xkits_admin_kit_ccmd givekit steamID kitName - give a kit to the inventory of the player. API bool API_GivePlayerKit(BasePlayer player, string giveKitName, bool dropMessage = false) - give a kit to the inventory of the player. [ dropMessage - display in the console the number of items that did not fit in the inventory. ] bool IsKit(string kitName) - check if a kit exists. double GetKitCooldown(string kitName) - get kit CoolDown. (sec.) double GetDeleteKitUnixDate(string kitName) - get date of kit deletion. (Unix-time) string GetKitImageURL(string kitName) - get link to the image of the kit. string GetKitPermission(string kitName) - get permission of the kit. int GetKitAmountOfUses(string kitName) - get number of uses of the kit. void PlayerTimerRemove(BasePlayer player) - remove player from UI update timer. (Useful for custom menu) Hooks object CanTakeKit(BasePlayer player, string takeKitName) - is called when a player tries to take a kit. Return not null will prevent this action. object CanGiveKit(BasePlayer player, string giveKitName) - is called when trying to give a kit to the player inventory using the API. Return not null will prevent this action. Config { "General settings": { "SteamID profile for custom avatar": 0, "Chat prefix": "<size=12><color=#FFFFFF50>[</color> <color=#00FF0050>XKits</color> <color=#FFFFFF50>]</color></size>\n", "List of kits that will be available to the player at all times - [ Will be given to the player ]": [], "List of commands to open the menu": [ "k", "kit", "kits" ] }, "GUI settings": { "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.217 0.221 0.209 1", "Button color (icons)": "1 1 1 0.75", "Block color": "0.517 0.521 0.509 0.5", "Color of the active button next": "0.35 0.45 0.25 1", "Color of the inactive button next": "0.35 0.45 0.25 0.4", "Text color of the active button next": "0.75 0.95 0.41 1", "Text color of the inactive button next": "0.75 0.95 0.41 0.4", "Color of the active button back": "0.65 0.29 0.24 1", "Color of the inactive button back": "0.65 0.29 0.24 0.4", "Text color of the active button back": "0.92 0.79 0.76 1", "Text color of the inactive button back": "0.92 0.79 0.76 0.4", "MainIMG_OffsetMin": "16.5 -99.55", "MainIMG_OffsetMax": "-16.5 117.25", "InfoIMG_OffsetMin": "10 35", "InfoIMG_OffsetMax": "106.2 -35" } }
    $33.99
  3. Monster

    XAutoKits

    Version 1.0.1

    16 downloads

    XAutoKits - offers a beautiful menu of auto kits for your server, offering a seamless experience for players to access and manage their kits. What about giving kits to players? The plugin features its own system for granting kits, both temporarily and permanently. It can operate entirely on a permissions system. You can easily combine both options for flexibility. Key Features: Language Support: Switch plugin language in the code - LanguageEnglish = true. Interface Optimization: Adjusts for different monitor resolutions. Data Storage: Player data is stored in oxide/data/XDataSystem/XAutoKits. Multi-language Support: Available in Russian, English, Ukrainian, and Spanish. Sound Effects: Adds sound effects when interacting with the menu. Optimized UI Timer: Enhanced UI update timer for better performance. CoolDown Reset: Automatic reset of CoolDown after server wipe. Easy Kit Management: Create, edit, and view kits, cooldowns, items, modules, and more in the UI. UI Kit Editor: Edit kit items directly within the UI. Inventory Protection: Prevents misplacement of items in the Wear/Belt container. Chat Customization: Customize avatar and prefix for chat messages. Default Kits: Set default kits for new players and a list of kits available immediately. Kit Deletion: Specify the duration before a kit is deleted, ideal for events. CoolDown Setting: Set a CoolDown period for each kit. Inventory Check: Clears player inventory before giving an autokit. Kit Availability: Displays kit settings, including deletion time and CoolDown, in view all kits mode. Automatic Kit Selection: Players can independently select/change their automatic kit from the available ones. Custom Kit Images: Default size is 230x544, adjustable in configuration. Custom images available for an additional fee. Permissions xautokits.use - access to menu. xautokits.admin - access to admin functionality. xautokits.showall - access to the ability to view all kits. xautokits.ignorecd - allow to ignore CoolDown. Commands /ak, /autokit, /autokits - to open the autokits menu. [ Commands can be changed in the config. ] /autokit.admin setkit kitName - set the kit to the player, you are looking at. (Admin permission) xautokits_admin_kit_ccmd give steamID kitName seconds - give kit to a player. [ You can change the seconds and thus change the date of deleting the kit from the player. 0 - the kit will always be available to the player. seconds: 1000 or -1000. Automatically converted to Unix-time. ] xautokits_admin_kit_ccmd remove steamID kitName - remove a kit from a player. [ The kit will no longer be available to the player. ] xautokits_admin_kit_ccmd set steamID kitName - set the kit to player. [ The player inventory will be cleared. ] API bool API_SetPlayerKit(BasePlayer player, string setKitName) - set the kit to player. [ The player inventory will be cleared. ] bool IsAutoKit(string kitName) - check if a kit exists. double GetKitCooldown(string kitName) - get kit CoolDown. (sec.) double GetDeleteKitUnixDate(string kitName) - get date of kit deletion. (Unix-time) string GetKitImageURL(string kitName) - get link to the image of the kit. string GetKitPermission(string kitName) - get permission of the kit. void PlayerTimerRemove(BasePlayer player) - remove player from UI update timer. (Useful for custom menu) Hooks object CanUseAutoKit(BasePlayer player, string setKitName) - is called when a set is kit to a player after respawning. Returning non null will prevent this action. object CanSetAutoKit(BasePlayer player, string setKitName) - is called when a set is kit to a player using the API. Returning non null will prevent this action. Config { "General settings": { "SteamID profile for custom avatar": 0, "Chat prefix": "<size=12><color=#FFFFFF50>[</color> <color=#00FF0050>XAutoKits</color> <color=#FFFFFF50>]</color></size>\n", "The name of the default kit for new players": "", "List of kits that will be available to the player at all times - [ Will be given to the player ]": [], "List of commands to open the menu": [ "ak", "autokit", "autokits" ] }, "GUI settings": { "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.217 0.221 0.209 1", "Button color (icons)": "1 1 1 0.75", "Block color": "0.517 0.521 0.509 0.5", "Color of the active button next": "0.35 0.45 0.25 1", "Color of the inactive button next": "0.35 0.45 0.25 0.4", "Text color of the active button next": "0.75 0.95 0.41 1", "Text color of the inactive button next": "0.75 0.95 0.41 0.4", "Color of the active button back": "0.65 0.29 0.24 1", "Color of the inactive button back": "0.65 0.29 0.24 0.4", "Text color of the active button back": "0.92 0.79 0.76 1", "Text color of the inactive button back": "0.92 0.79 0.76 0.4", "MainIMG_OffsetMin": "16.5 -99.55", "MainIMG_OffsetMax": "-16.5 117.25", "InfoIMG_OffsetMin": "10 35", "InfoIMG_OffsetMax": "106.2 -35" } }
    $27.99
  4. Monster

    XPrison

    DiscordMessages plugin installed?
  5. Monster

    XStatistics

    There will be no problems with the setup if you know how to customize the configuration. Categories/subcategories are fully customizable, so there are no limitations in customization. Statistics can be cleared both automatically and manually. Or never clear them.
  6. Monster

    XSkinMenu

    There are different commands for this in the description.
  7. Monster

    XSkinMenu

    This is not possible. I recommend using the minimum number of skins from the workshop, or none at all.
  8. Monster

    Alpha loot

    I already answered that. You need to disable the feature that changes the skin on an item as soon as it's in the player's inventory. There is also this parameter - "Do not reset item skin for which no skin is selected when it enters the inventory": false,
  9. Monster

    Alpha loot

    xskinmenu.give - you can revoke permission.
  10. Monster

    Alpha loot

    These are the default settings for new players. For those players who are already in the data, nothing will be changed.
  11. Monster

    Alpha loot

    "Change item skin when it is placed in the inventory by any means": true, --> false
  12. Monster

    skins grayed

    2 - Generate/Check
  13. Monster

    skins grayed

    Hi. This means that no skins for this item are available to the player or the list of skins for this item is empty. Check your configuration to see if you have skin list generation enabled.
  14. Monster

    XSkinMenu

    There are definitely no simultaneous kits and skins on permissions. But there is a VIP/Admin list of skins by permission. ( skins will be deleted from a player without permission ) Well, and skin kits. ( Default and personal )
  15. Monster

    XSkinMenu

    This screenshot shows the default settings. New players will have these settings.
  16. Monster

    XSkinMenu

    Yes. And - "Category settings - [ Item shortname | Default item skin ]"
  17. Monster

    XSkinMenu

    All default settings and skins - customizable in the configuration.
  18. Monster

    error

    @GooberGrape Why are you creating new discussions about the same problem? I answered you a long time ago what you should try to do. I haven't seen a reply from you, but I see new discussions..... https://codefling.com/files/support/12514-spamming-error/
  19. Monster

    buttons on top of everything

    I don't know why you're posting this everywhere, I replied to you on Discord that I'll add it at some point.
  20. monster__dev
  21. If you want the tick effect to be only in the first 60 seconds, and then just a UI with no effect, you can't do that.
  22. Open config - "Configuring scheduled restarts [ Any command can be scheduled at any time ]" "time": "restart time_sec description" - "08:00": "restart 300 M_DEFAULT", Open oxide/lang(s) - M_DEFAULT.
  23. 04:55, 16:45, 23:00, etc are times for the scheduler, set in the configuration. To restart server with the command - restart time_sec description - restart 300 M_WIPE_MAP
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.3k

Files Sold

Total number of files sold.

2.3m

Payments Processed

Total payments processed.

×
×
  • 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.