Jump to content

Search the Community

Showing results for tags 'xmenu'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Categories

  • Plugins
  • Carbon
  • Harmony
  • Maps
  • Monuments
  • Prefabs
  • Bases
  • Tools
  • Discord Bots
  • Customizations
  • Extensions

Forums

  • CF Hub
    • Announcements
  • Member Hub
    • General
    • Show Off
    • Requests
  • Member Resources
    • For Hire
    • Creators Directory
  • Community Hub
    • Feedback
  • Support Hub
    • Support
    • Site Support

Product Groups

  • Creator Services
  • Host Services

Container

  • Support
  • Tutorials

container

  • Support
  • Tutorials

Posting Records Settings

  • Records

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me

Found 3 results

  1. Monster

    XMenu

    Version 1.1.12

    238 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
  2. Monster

    XPanelPlus

    Version 1.0.7

    599 downloads

    XPanelPlus - beautiful info-panel for your server. - Optimization of the interface for different monitor resolutions. - Sound effects when interacting with the panel. - Display of information [ Online | Joins | Time | Sleepers ]. - Display of events [ Airplane, Helicopter, Ship, Chinook, Tank ]. - Display of text information. [ List of messages ] + [ Online | Joins | Time | Sleepers | Queue | Player coordinates ] [ Two options for the location of UI text information ] - Displaying the balance of the economy plugin. [ Economics | IQEconomic ] + [ ServerRewards ] - Ability to hide the panel/button. - Ability to completely remove the panel and buttons from the screen - chat command: /uipanel on/off - Ability to customize panel elements. - The ability to issue access to the panel by permission. - Automatic opening/closing of the panel when issuing/removing a permission to a player. - The panel is automatically hidden when the player is using a computer station, drone or CCTV camera. - Beautiful custom buttons. Settings for the location of the panel on the left side of the screen. Config ---------------------------------------- "Settings GUI": { "AnchorMin - panel online": "0 0", "AnchorMax - panel online": "0 0", "OffsetMin - panel online": "210 16", "OffsetMax - panel online": "374 42", "OffsetMax - panel online [ When the Economics/ServerRewards balance panel or the sleep panel is enabled ]": "320 42", "AnchorMin - panel ServerRewards": "0 0", "AnchorMax - panel ServerRewards": "0 0", "OffsetMin - panel ServerRewards": "322 16", "OffsetMax - panel ServerRewards": "374 42", "AnchorMin - panel Economics": "0 0", "AnchorMax - panel Economics": "0 0", "OffsetMin - panel Economics": "322 16", "OffsetMax - panel Economics": "374 42", "AnchorMin - panel events": "0 0", "AnchorMax - panel events": "0 0", "OffsetMin - panel events": "210 44", "OffsetMax - panel events": "402 70", "AnchorMin - panel info": "0 0", "AnchorMax - panel info": "0 0", "OffsetMin - panel info": "210 72", "OffsetMax - panel info": "402 98", "AnchorMin - panel sleep": "1 0", "AnchorMax - panel sleep": "1 1", "OffsetMin - panel sleep": "2 0", "OffsetMax - panel sleep": "54 0", "AnchorMin - minimize button": "0 0", "AnchorMax - minimize button": "0 0", "OffsetMin - minimize button": "376 16", "OffsetMax - minimize button": "402 42", "Online progress color": "0.7886275 0.4476471 0.2184314 0.92921569", "Connecting progress color": "0.2986275 0.6076471 0.8384314 0.92921569", "Panel color": "0.9686275 0.9176471 0.8784314 0.02921569", "Time text size": 13, "Online text size": 13, "ServerRewards balance text size": 11, "Economics balance text size": 11, "Message text size in panel": 11, "Message text size under slots": 12 }, Permissions xpanelplus.use - allow the panel to be used. xpanelplus.usecmd - access to the use of a command that removes the panel and buttons from the screen. Commands /uipanel on/off - completely remove the panel and buttons from the screen. Config { "General settings": { "Enable panel with UI messages": true, "UI message locations - [ True - in the panel above the events | False - under fast slots ]": true, "Enable panel with events and time": true, "Enable panel with ServerRewards balance": false, "Enable panel with Economics balance": false, "Display economics plugin balance [ True - Economics | False - IQEconomic ]": true, "Enable panel with online": true, "Enable panel with sleep": true, "Enable time in panel": true, "Add the number of queue to the number of connecting players": false, "Enable buttons": true, "List of UI messages": [ "INFO-0 [ ONLINE: {0}/{1} ] INFO-0", "YOUR POSITION: pos", "INFO-1 [ JOINING: {2} ] INFO-1", "INFO-2 [ QUEUE: {3} ] INFO-2", "YOUR POSITION: pos", "INFO-3 [ TIME: {4} ] INFO-3", "INFO-4 [ SLEEPING: {5} ] INFO-4", "YOUR POSITION: pos" ], "Panel update interval with UI messages": 7.5, "Panel update interval with events and time": 20.0, "Panel update interval with online": 12.5, "Panel update interval with ServerRewards balance": 15.0, "Time format - [ HH:mm - 24:00 | hh:mm tt - 12:00 ]": "HH:mm", }, "Settings GUI": { "AnchorMin - panel online": "1 0", "AnchorMax - panel online": "1 0", "OffsetMin - panel online": "-402 16", "OffsetMax - panel online": "-238 42", "OffsetMax - panel online [ When the Economics/ServerRewards balance panel or the sleep panel is enabled ]": "-292 42", "AnchorMin - panel ServerRewards": "1 0", "AnchorMax - panel ServerRewards": "1 0", "OffsetMin - panel ServerRewards": "-290 16", "OffsetMax - panel ServerRewards": "-238 42", "AnchorMin - panel Economics": "1 0", "AnchorMax - panel Economics": "1 0", "OffsetMin - panel Economics": "-290 16", "OffsetMax - panel Economics": "-238 42", "AnchorMin - panel events": "1 0", "AnchorMax - panel events": "1 0", "OffsetMin - panel events": "-402 44", "OffsetMax - panel events": "-210 70", "AnchorMin - panel info": "1 0", "AnchorMax - panel info": "1 0", "OffsetMin - panel info": "-402 72", "OffsetMax - panel info": "-210 98", "AnchorMin - panel sleep": "1 0", "AnchorMax - panel sleep": "1 1", "OffsetMin - panel sleep": "2 0", "OffsetMax - panel sleep": "54 0", "AnchorMin - minimize button": "1 0", "AnchorMax - minimize button": "1 0", "OffsetMin - minimize button": "-236 16", "OffsetMax - minimize button": "-210 42", "Online progress color": "0.7886275 0.4476471 0.2184314 0.92921569", "Connecting progress color": "0.2986275 0.6076471 0.8384314 0.92921569", "Panel color": "0.9686275 0.9176471 0.8784314 0.02921569", "Time text size": 13, "Online text size": 13, "ServerRewards balance text size": 11, "Economics balance text size": 11, "Message text size in panel": 11, "Message text size under slots": 12 }, "Event settings": { "BradleyAPC": { "Link to event image": "https://i.ibb.co/5L6qYR4/05.png", "Active event color": "1 1 0.5 0.6", "Inactive event color": "0.9 0.9 0.9 0.6" }, "CH47Helicopter": { "Link to event image": "https://i.ibb.co/DCcp6Td/04.png", "Active event color": "0.5 1 1 0.6", "Inactive event color": "0.9 0.9 0.9 0.6" }, "CargoShip": { "Link to event image": "https://i.ibb.co/LvRq2X3/02.png", "Active event color": "0.5 0.5 1 0.6", "Inactive event color": "0.9 0.9 0.9 0.6" }, "BaseHelicopter": { "Link to event image": "https://i.ibb.co/Sf0w95T/03.png", "Active event color": "1 0.5 1 0.6", "Inactive event color": "0.9 0.9 0.9 0.6" }, "CargoPlane": { "Link to event image": "https://i.ibb.co/m6Fvdn1/01.png", "Active event color": "1 0.5 0.5 0.6", "Inactive event color": "0.9 0.9 0.9 0.6" } }, "Button settings": [ { "Button color": "1 1 1 0.9", "Button background color": "0.9686275 0.9176471 0.8784314 0.02921569", "Button background material": "assets/icons/greyout.mat", "Command": "chat.say /store", "Link to image from internet": "", "Link to icon from the game": "assets/icons/open.png" }, { "Button color": "1 1 1 0.9", "Button background color": "0.9686275 0.9176471 0.8784314 0.02921569", "Button background material": "assets/icons/greyout.mat", "Command": "chat.say /kit vip", "Link to image from internet": "", "Link to icon from the game": "assets/icons/community_servers.png" }, { "Button color": "1 1 1 0.9", "Button background color": "0.9686275 0.9176471 0.8784314 0.02921569", "Button background material": "assets/icons/greyout.mat", "Command": "chat.say /kit premium", "Link to image from internet": "", "Link to icon from the game": "assets/icons/market.png" }, { "Button color": "1 1 1 0.9", "Button background color": "0.9686275 0.9176471 0.8784314 0.02921569", "Button background material": "assets/icons/greyout.mat", "Command": "chat.say /shop", "Link to image from internet": "", "Link to icon from the game": "assets/icons/store.png" }, { "Button color": "1 1 1 0.9", "Button background color": "0.9686275 0.9176471 0.8784314 0.02921569", "Button background material": "assets/icons/greyout.mat", "Command": "chat.say /command1", "Link to image from internet": "https://i.ibb.co/7RSrPHd/002.png", "Link to icon from the game": "" }, { "Button color": "1 1 1 0.9", "Button background color": "0.9686275 0.9176471 0.8784314 0.02921569", "Button background material": "assets/icons/greyout.mat", "Command": "chat.say /command2", "Link to image from internet": "https://i.ibb.co/3BF7k9h/004.png", "Link to icon from the game": "" }, { "Button color": "1 1 1 0.9", "Button background color": "0.9686275 0.9176471 0.8784314 0.02921569", "Button background material": "assets/icons/greyout.mat", "Command": "chat.say /command3", "Link to image from internet": "https://i.ibb.co/tJpxQmh/001.png", "Link to icon from the game": "" }, { "Button color": "1 1 1 0.9", "Button background color": "0.9686275 0.9176471 0.8784314 0.02921569", "Button background material": "assets/icons/greyout.mat", "Command": "chat.say /command4", "Link to image from internet": "https://i.ibb.co/J2tkN4Q/003.png", "Link to icon from the game": "" } ] }
    $11.49
  3. Monster

    XPanel

    Version 1.0.3

    14 downloads

    XPanel - beautiful and simple panel for your server. - Optimization of the interface for different monitor resolutions. - The panel displays: online, number of server slots and number of connecting players. - Progress bar.
    $3.99
1.1m

Downloads

Total number of downloads.

5.6k

Customers

Total customers served.

81.8k

Files Sold

Total number of files sold.

1.6m

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.