Jump to content

Mevent

Curator
  • Posts

    2,595
  • Joined

  • Last visited

Everything posted by Mevent

  1. Mevent

    Event does not start

    Changed Status from Pending to Closed
  2. Mevent

    Error installing 3.1.0

    Changed Status from Pending to Fixed
  3. Changed Status from Pending to Fixed Changed Fixed In to 3.0.5
  4. Mevent

    /em does not work

    It might be easier for you to change the /em command in the "packback" plugin config. I'm not sure if there is such an option there, but this is the first time I've heard of this plugin.
  5. Mevent

    Error installing 3.1.0

    Changed Fixed In to Next Version
  6. It's funny that Codefling's birthday coincides with my birthday 😄
  7. Mevent

    tags merging

    Changed Status from Pending to Work in Progress
  8. Mevent

    Change of Background

    If you have some free time, can you leave review on the plugin? This helps to promote the plugin and contribute to its improvement
  9. Mevent

    Change of Background

    "UI Settings" -> "Categories" -> "Category Title" -> "Selected Outline" and "Outline"
  10. Mevent

    Change of Background

    Yeah, I was just asking about that earlier. Try compressing this image
  11. Mevent

    Change of Background

    Your config is correct. Try to wipe ImageLibrary.
  12. Mevent

    Change of Background

    Send your Template.json file in full
  13. Mevent

    Change of Background

    You're not getting any errors from ImageLibrary?
  14. Mevent

    Change of Background

    Hello! Here’s how to change the background from black to another color or image based on your files: Change to a Color In "UI Settings" > "Background" > "Background", find "Color". Update "HEX" (e.g., "#0000FF" for blue) and adjust "Opacity (0 - 100)". Save and reload with oxide.reload ServerPanel. Example: "Color": { "HEX": "#0000FF", "Opacity (0 - 100)": 100.0 } Change to an Image Set "Type (Label/Panel/Button/Image)" to "Image". Add a URL to "Image" (e.g., "https://example.com/mybackground.png"). Set "Color" to "#FFFFFF" with 100.0 opacity for no tint. Save and reload. Ensure ImageLibrary is installed. Example: "Type (Label/Panel/Button/Image)": "Image", "Color": { "HEX": "#FFFFFF", "Opacity (0 - 100)": 100.0 }, "Image": "https://example.com/mybackground.png" That’s it! Test in-game and adjust as needed. Let me know if you need more help!
  15. Mevent

    Barge support possible?

    Changed Status from Pending to Work in Progress
  16. Mevent

    Localization for PopUps

    Locate the Localization File: The file is located at: oxide/data/ServerPanelPopUps/Localization.json File Structure: The file is structured as an object named Localization Settings containing a section called UI Elements. Each key in this section corresponds to the Name field from the "Content Elements" config section. For example, PopUp.ServerCommands.Description is the identifier for that element. Setting Up Localization: Inside each UI element, there is a Messages object where translations for each language are defined. For each language (e.g., "fr" for French or "en" for English), an array of strings is provided under the key Text. These strings will be displayed in the popup. Example: { "Localization Settings": { "UI Elements": { "PopUp.ServerCommands.Description": { "Messages": { "fr": { "Text": [ "<color=#CF432D>/info</color> - ouvrir ce menu", "<color=#CF432D>/trade player_name</color> - échange sécurisé avec d'autres joueurs", "<color=#CF432D>/online</color> - afficher le nombre de joueurs en ligne" ] }, "en": { "Text": [ "<color=#CF432D>/info</color> - open this menu", "<color=#CF432D>/trade player_name</color> - safe trading", "<color=#CF432D>/online</color> - show online players count" ] } } } } } }
  17. Mevent

    Layer issue

    Hi! Can you send a video?
  18. Changed Status from Work in Progress to
  19. Changed Status from Work in Progress to
  20. Changed Status from Work in Progress to Fixed
  21. Changed Status from Pending to Work in Progress Changed Fixed In to Next Version
  22. Mevent

    scrap

    Changed Status from Pending to Closed
  23. Mevent

    not work background!

    Changed Status from Pending to Closed Changed Fixed In to 2.2.1
  24. Mevent

    not working with no escape?

    Changed Status from Pending to Closed
  25. Mevent

    not work background!

    Instructions for changing the background to an image: Step 1: Open and edit the “oxide/data/Shop/UI.json” file Open the “UI.json” file using a text editor such as Notepad++ or Visual Studio Code. Step 2: Find the `Background Settings` section Locate the `Background Settings` section in the file. It should look something like this: "BackgroundSettings": { "Use background?": true, "Display type (Overlay/Hud)": "Overlay", "Background": { "Sprite": "", "Material": "assets/content/ui/uibackgroundblur.mat", "Image": "", "Color": { "HEX": "#000000", "Opacity (0 - 100)": 90.0 }, "Cursor Enabled": true, "Keyboard Enabled": false, "AnchorMin": "0 0", "AnchorMax": "1 1", "OffsetMin": "0 0", "OffsetMax": "0 0" }, "Close on click?": true } Step 3: Change parameters Now let's change the required parameters: 1. Setting the link to the image: “Image": ”path/to/your/image.png” Replace "path/to/your/image.png" with the actual path to your image. 2. Clearing the “Material” field: "Material": "" Simply delete the current value "assets/content/ui/uibackgroundblur.mat" or replace it with an empty string: "". 3. Customize the background color: "Color": { "HEX": "#FFFFFF", "Opacity (0 - 100)": 100.0 } Replace `#000000` with `#FFFFFFF` for the white color and set `Opacity (0 - 100)` to `100.0`. Final example: "Background Settings": { "Use background?": true, "Display type (Overlay/Hud)": "Overlay", "Background": { "Sprite": "", "Material": "", "Image": "path/to/your/image.png", "Color": { "HEX": "#FFFFFF", "Opacity (0 - 100)": 100.0 }, "Cursor Enabled": true, "Keyboard Enabled": false, "AnchorMin": "0 0", "AnchorMax": "1 1", "OffsetMin": "0 0", "OffsetMax": "0 0" }, "Close on click?": true }
1.7m

Downloads

Total number of downloads.

8.1k

Customers

Total customers served.

122.1k

Files Sold

Total number of files sold.

2.5m

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.