Jump to content

Mevent

Curator
  • Posts

    2,594
  • Joined

  • Last visited

Everything posted by Mevent

  1. Mevent

    Localization

    Changed Status from Pending to No Response
  2. Mevent

    Popup problem

    Hey Carl Gustav, To create new pop-ups, you'll need to add a new entry in the Pop Ups section of your ServerPanelPopUps.json config file. Here’s a quick guide: Copy an Existing Pop-Up: Start by copying an existing pop-up configuration that's similar to what you want. Modify the ID: Change the ID to a unique number. This ID should not match any other pop-up IDs. Customize the Content: Update the Text, Commands, and other settings to match your new pop-up. Make sure the Name fields are unique and descriptive. Enable the Pop-Up: Ensure the Enabled field is set to true. Save and Reload: After making your changes, save the config file and reload the plugin to apply the new pop-up. Here’s a basic example of what a new pop-up entry might look like: }, { "Enabled": true, "ID": 100783110, "Commands": [ "pop.server.commands" ], "Background": { "Parent Layer (Overlay/Hud)": "Overlay", "Background": { "Enabled?": true, "Visible": true, "Name": "Panel_b4f9a01d02", "Type (Label/Panel/Button/Image)": "Panel", "Color": { "HEX": "#000000", "Opacity (0 - 100)": 90.0 }, "Text": [], "Font Size": 14, "Font": 0, "Align": "UpperLeft", "Text Color": { "HEX": "#FFFFFF", "Opacity (0 - 100)": 100.0 }, "Command ({user} - user steamid)": "", "Image": "", "Cursor Enabled": false, "Keyboard Enabled": false, "Sprite": "assets/content/ui/ui.background.transparent.radial.psd", "Material": "assets/content/ui/uibackgroundblur.mat", "AnchorMin (X)": 0.0, "AnchorMin (Y)": 0.0, "AnchorMax (X)": 1.0, "AnchorMax (Y)": 1.0, "OffsetMin (X)": 0.0, "OffsetMin (Y)": 0.0, "OffsetMax (X)": 0.0, "OffsetMax (Y)": 0.0 }, "Close after click?": true }, "Close Button": { "Background": { "Enabled?": true, "Visible": true, "Name": "Panel_5144a48e02", "Type (Label/Panel/Button/Image)": "Panel", "Color": { "HEX": "#000000", "Opacity (0 - 100)": 0.0 }, "Text": [], "Font Size": 14, "Font": 0, "Align": "UpperLeft", "Text Color": { "HEX": "#FFFFFF", "Opacity (0 - 100)": 100.0 }, "Command ({user} - user steamid)": "", "Image": "", "Cursor Enabled": false, "Keyboard Enabled": false, "Sprite": "", "Material": "", "AnchorMin (X)": 1.0, "AnchorMin (Y)": 1.0, "AnchorMax (X)": 1.0, "AnchorMax (Y)": 1.0, "OffsetMin (X)": -49.0, "OffsetMin (Y)": -49.0, "OffsetMax (X)": -9.0, "OffsetMax (Y)": -9.0 }, "Title": { "Enabled?": true, "Visible": true, "Name": "Image_add5038c6c", "Type (Label/Panel/Button/Image)": "Image", "Color": { "HEX": "#FFFFFF", "Opacity (0 - 100)": 100.0 }, "Text": [], "Font Size": 14, "Font": 0, "Align": "UpperLeft", "Text Color": { "HEX": "#FFFFFF", "Opacity (0 - 100)": 100.0 }, "Command ({user} - user steamid)": "", "Image": "assets/icons/close.png", "Cursor Enabled": false, "Keyboard Enabled": false, "Sprite": "", "Material": "", "AnchorMin (X)": 0.5, "AnchorMin (Y)": 0.5, "AnchorMax (X)": 0.5, "AnchorMax (Y)": 0.5, "OffsetMin (X)": -10.0, "OffsetMin (Y)": -10.0, "OffsetMax (X)": 10.0, "OffsetMax (Y)": 10.0 } }, "Content": { "Background": { "Enabled?": true, "Visible": true, "Name": "PopUp.ServerCommands.Background", "Type (Label/Panel/Button/Image)": "Panel", "Color": { "HEX": "#000000", "Opacity (0 - 100)": 100.0 }, "Text": [], "Font Size": 14, "Font": 0, "Align": "UpperLeft", "Text Color": { "HEX": "#FFFFFF", "Opacity (0 - 100)": 100.0 }, "Command ({user} - user steamid)": "", "Image": "", "Cursor Enabled": false, "Keyboard Enabled": false, "Sprite": "", "Material": "", "AnchorMin (X)": 0.5, "AnchorMin (Y)": 0.5, "AnchorMax (X)": 0.5, "AnchorMax (Y)": 0.5, "OffsetMin (X)": -450.0, "OffsetMin (Y)": -175.0, "OffsetMax (X)": 450.0, "OffsetMax (Y)": 175.0 }, "Content Elements": [ { "Enabled?": true, "Visible": true, "Name": "PopUp.ServerCommands.Banner", "Type (Label/Panel/Button/Image)": "Image", "Color": { "HEX": "#FFFFFF", "Opacity (0 - 100)": 100.0 }, "Text": [], "Font Size": 14, "Font": 0, "Align": "UpperLeft", "Text Color": { "HEX": "#FFFFFF", "Opacity (0 - 100)": 100.0 }, "Command ({user} - user steamid)": "", "Image": "https://gitlab.com/TheMevent/PluginsStorage/raw/main/Images/ServerPanel/serverpanel-popups-banner-commands.png", "Cursor Enabled": false, "Keyboard Enabled": false, "Sprite": "", "Material": "", "AnchorMin (X)": 0.0, "AnchorMin (Y)": 1.0, "AnchorMax (X)": 0.0, "AnchorMax (Y)": 1.0, "OffsetMin (X)": 4.0, "OffsetMin (Y)": -346.0, "OffsetMax (X)": 394.0, "OffsetMax (Y)": -4.0 }, { "Enabled?": true, "Visible": true, "Name": "PopUp.ServerCommands.HeaderIcon", "Type (Label/Panel/Button/Image)": "Image", "Color": { "HEX": "#FFFFFF", "Opacity (0 - 100)": 100.0 }, "Text": [], "Font Size": 14, "Font": 0, "Align": "UpperLeft", "Text Color": { "HEX": "#FFFFFF", "Opacity (0 - 100)": 100.0 }, "Command ({user} - user steamid)": "", "Image": "https://gitlab.com/TheMevent/PluginsStorage/raw/main/Images/ServerPanel/serverpanel-icon-commands.png", "Cursor Enabled": false, "Keyboard Enabled": false, "Sprite": "", "Material": "", "AnchorMin (X)": 0.0, "AnchorMin (Y)": 1.0, "AnchorMax (X)": 0.0, "AnchorMax (Y)": 1.0, "OffsetMin (X)": 410.0, "OffsetMin (Y)": -54.0, "OffsetMax (X)": 438.0, "OffsetMax (Y)": -26.0 }, { "Enabled?": true, "Visible": true, "Name": "PopUp.ServerCommands.HeaderTitle", "Type (Label/Panel/Button/Image)": "Label", "Color": { "HEX": "#FFFFFF", "Opacity (0 - 100)": 100.0 }, "Text": [ "SERVER COMMANDS" ], "Font Size": 32, "Font": 0, "Align": "UpperLeft", "Text Color": { "HEX": "#CF432D", "Opacity (0 - 100)": 90.0 }, "Command ({user} - user steamid)": "", "Image": "", "Cursor Enabled": false, "Keyboard Enabled": false, "Sprite": "", "Material": "", "AnchorMin (X)": 0.0, "AnchorMin (Y)": 1.0, "AnchorMax (X)": 1.0, "AnchorMax (Y)": 1.0, "OffsetMin (X)": 448.0, "OffsetMin (Y)": -62.5, "OffsetMax (X)": -22.0, "OffsetMax (Y)": -17.5 }, { "Enabled?": true, "Visible": true, "Name": "PopUp.ServerCommands.Outline.1", "Type (Label/Panel/Button/Image)": "Panel", "Color": { "HEX": "#CF432D", "Opacity (0 - 100)": 100.0 }, "Text": [], "Font Size": 14, "Font": 0, "Align": "UpperLeft", "Text Color": { "HEX": "#FFFFFF", "Opacity (0 - 100)": 100.0 }, "Command ({user} - user steamid)": "", "Image": "", "Cursor Enabled": false, "Keyboard Enabled": false, "Sprite": "", "Material": "", "AnchorMin (X)": 0.0, "AnchorMin (Y)": 1.0, "AnchorMax (X)": 1.0, "AnchorMax (Y)": 1.0, "OffsetMin (X)": 0.0, "OffsetMin (Y)": -4.0, "OffsetMax (X)": 0.0, "OffsetMax (Y)": 0.0 }, { "Enabled?": true, "Visible": true, "Name": "PopUp.ServerCommands.Outline.2", "Type (Label/Panel/Button/Image)": "Panel", "Color": { "HEX": "#CF432D", "Opacity (0 - 100)": 100.0 }, "Text": [], "Font Size": 14, "Font": 0, "Align": "UpperLeft", "Text Color": { "HEX": "#FFFFFF", "Opacity (0 - 100)": 100.0 }, "Command ({user} - user steamid)": "", "Image": "", "Cursor Enabled": false, "Keyboard Enabled": false, "Sprite": "", "Material": "", "AnchorMin (X)": 0.0, "AnchorMin (Y)": 0.0, "AnchorMax (X)": 1.0, "AnchorMax (Y)": 0.0, "OffsetMin (X)": 0.0, "OffsetMin (Y)": 0.0, "OffsetMax (X)": 0.0, "OffsetMax (Y)": 4.0 }, { "Enabled?": true, "Visible": true, "Name": "PopUp.ServerCommands.Outline.3", "Type (Label/Panel/Button/Image)": "Panel", "Color": { "HEX": "#CF432D", "Opacity (0 - 100)": 100.0 }, "Text": [], "Font Size": 14, "Font": 0, "Align": "UpperLeft", "Text Color": { "HEX": "#FFFFFF", "Opacity (0 - 100)": 100.0 }, "Command ({user} - user steamid)": "", "Image": "", "Cursor Enabled": false, "Keyboard Enabled": false, "Sprite": "", "Material": "", "AnchorMin (X)": 0.0, "AnchorMin (Y)": 0.0, "AnchorMax (X)": 0.0, "AnchorMax (Y)": 1.0, "OffsetMin (X)": 0.0, "OffsetMin (Y)": 4.0, "OffsetMax (X)": 4.0, "OffsetMax (Y)": -4.0 }, { "Enabled?": true, "Visible": true, "Name": "PopUp.ServerCommands.Outline.4", "Type (Label/Panel/Button/Image)": "Panel", "Color": { "HEX": "#CF432D", "Opacity (0 - 100)": 100.0 }, "Text": [], "Font Size": 14, "Font": 0, "Align": "UpperLeft", "Text Color": { "HEX": "#FFFFFF", "Opacity (0 - 100)": 100.0 }, "Command ({user} - user steamid)": "", "Image": "", "Cursor Enabled": false, "Keyboard Enabled": false, "Sprite": "", "Material": "", "AnchorMin (X)": 1.0, "AnchorMin (Y)": 0.0, "AnchorMax (X)": 1.0, "AnchorMax (Y)": 1.0, "OffsetMin (X)": -4.0, "OffsetMin (Y)": 4.0, "OffsetMax (X)": 0.0, "OffsetMax (Y)": -4.0 } ], "Use scrolling?": true, "Scroll Settings": { "Scroll": { "Scroll Type": "Vertical", "Movement Type": "Elastic", "Elasticity": 0.25, "Deceleration Rate": 0.3, "Scroll Sensitivity": 24.0, "Scrollbar Settings": { "Invert": false, "Auto Hide": false, "Handle Sprite": null, "Size": 3.0, "Handle Color": { "HEX": "#D74933", "Opacity (0 - 100)": 100.0 }, "Highlight Color": { "HEX": "#D74933", "Opacity (0 - 100)": 100.0 }, "Pressed Color": { "HEX": "#D74933", "Opacity (0 - 100)": 100.0 }, "Track Sprite": null, "Track Color": { "HEX": "#373737", "Opacity (0 - 100)": 100.0 } }, "AnchorMin (X)": 0.0, "AnchorMin (Y)": 0.0, "AnchorMax (X)": 1.0, "AnchorMax (Y)": 1.0, "OffsetMin (X)": 410.0, "OffsetMin (Y)": 20.0, "OffsetMax (X)": -22.0, "OffsetMax (Y)": -80.0 }, "Scroll Elements": [ { "Enabled?": true, "Visible": true, "Name": "PopUp.ServerCommands.Description", "Type (Label/Panel/Button/Image)": "Label", "Color": { "HEX": "#FFFFFF", "Opacity (0 - 100)": 100.0 }, "Text": [ "<color=#CF432D>/info</color> – open this menu", "<color=#CF432D>/trade player_name</color> – safe trade with other players", "<color=#CF432D>/online</color> – see how many players online", "<color=#CF432D>/shop</color> – open in-game shop", "<color=#CF432D>/kits</color> – open kits menu", "<color=#CF432D>/clan</color> – open clans menu", "<color=#CF432D>/tpr player_name</color> – send teleport request to other player", "<color=#CF432D>/tpa</color> – accept player teleport request", "<color=#CF432D>/tpc</color> – cancel player teleport request", "<color=#CF432D>/sethome home_name</color> – set your home location", "<color=#CF432D>/home home_name</color> – teleport to your home" ], "Font Size": 14, "Font": 1, "Align": "UpperLeft", "Text Color": { "HEX": "#E2DBD3", "Opacity (0 - 100)": 100.0 }, "Command ({user} - user steamid)": "", "Image": "", "Cursor Enabled": false, "Keyboard Enabled": false, "Sprite": "", "Material": "", "AnchorMin (X)": 0.0, "AnchorMin (Y)": 1.0, "AnchorMax (X)": 1.0, "AnchorMax (Y)": 1.0, "OffsetMin (X)": 0.0, "OffsetMin (Y)": -350.0, "OffsetMax (X)": 0.0, "OffsetMax (Y)": 0.0 } ], "Scroll Height": 350.0 } } } Just add this new entry to the Pop Ups array in your config file. Best regards, Mevent
  3. Mevent

    Localization for PopUps

    Changed Status from Pending to Closed
  4. Mevent

    Localization for PopUps

    Hi IsraRust, Thank you for your follow-up question. To clarify, the English text should always remain in the configuration file of the pop-up itself. This serves as the default or fallback language. For other languages, you should add the translations in the localization file. Best regards, Mevent
  5. Mevent

    Layer issue

    Changed Status from Pending to No Response
  6. Mevent

    Can't install

    Changed Status from Pending to Closed
  7. Mevent

    Can't install

    Glad to hear you figured it out! If you have any more questions or need further assistance, feel free to ask. Happy gaming!
  8. Mevent

    Can't install

    hello! first, you need to add ServerPanel to the server, then ServerPanelInstaller, wait for the plugins to compile and start, give yourself permission and run /sp.install
  9. Mevent

    Issues

    Hello Wiz3rd, Thank you for your detailed response and for providing additional information regarding the issues you’ve encountered. We appreciate your patience and feedback as we work to improve our plugin. Let’s address your concerns step by step: Horizontal W adjustment abnormally auto-adjusts the X setting: We understand that entering a value in the W box sometimes causes the X value to change unexpectedly, leading to panel overlap. This behavior is not intended, and we will investigate the issue further to identify the root cause. Could you clarify whether you were editing this in ServerPanel or PopUps? This information will help us narrow down the problem. Blank lines not available: You mentioned that blank lines added in edit mode disappear in normal view. This is likely due to how the system processes empty lines. We will review the logic behind this behavior and see if we can adjust it to preserve blank lines as expected. Text exceeding field boundaries: While some limitations are imposed by Rust and Unity, we acknowledge that the text should not exceed predefined boundaries. We will revisit the code to ensure that text truncation or wrapping adheres to the specified field limits. Screen not updating after changes: You mentioned that changes revert after pressing "SAVE" but appear correctly after exiting the UI edit function. Could you confirm whether you exited the editor using the "SAVE" button or the "X" button? This will help us determine if the issue lies in the save functionality or the refresh logic. Color Picker lacks a save option: You expressed frustration with the inability to cancel changes in the color picker. Currently, the color picker only has an "X" button, which should discard changes without saving (as indicated by the on-screen notification). If you are experiencing issues where changes are saved despite pressing "X", please provide a specific example so we can investigate further. Additionally, if you have suggestions for improving the color picker interface (e.g., adding a "Cancel" or "Back" button), we’d be happy to consider them for future updates. Panels cannot be renamed: You mentioned that renaming panels causes them to disappear after exiting the edit screen. This is unexpected behavior, and we will investigate the issue. Could you clarify whether you were editing the panel in ServerPanel or PopUps? This will help us replicate the issue and find a solution. Cloning does not create independent pages: We acknowledge that cloning currently creates linked copies instead of independent pages. This is a known bug, and we are working on a fix for an upcoming update. Thank you for your patience as we resolve this issue. Limited field type options: We’re glad to hear that you’ve figured out how to work around the hyperlink limitation. If you have any further suggestions for improving field types, please let us know. Backspace key behavior in text editing: We understand your frustration with the Backspace key not moving the cursor to the previous line. While some limitations are imposed by Unity and Rust, we will review the code to see if there are any potential workarounds or improvements we can implement. Additional Notes: Regarding the color picker, we’ve attached a screenshot of the editor from Figma, which does not include a "Back" button. Could you clarify where you’ve seen a color editor with a "Back" or "Cancel" option? This will help us better understand your expectations. For the screen update issue, we recommend ensuring that you exit the editor using the "SAVE" button if you want changes to be applied. If the issue persists, please provide specific steps to reproduce the problem. We appreciate your detailed feedback and are committed to addressing these issues to improve your experience with our plugin. If you have any further details or examples to share, please let us know, and we’ll continue working on resolving these concerns. Thank you for your understanding and support. Best regards, Mevent
  10. Mevent

    Text Editor

    Changed Status from Pending to Closed
  11. Changed Status from Pending to Closed
  12. Changed Status from Pending to Closed
  13. Changed Status from Pending to Closed
  14. Mevent

    Implement Kits ?

    Hi! Wdym?
  15. Mevent

    Localization for Categories

    Changed Status from Pending to Closed
  16. Mevent

    Server Panel Layout

    Changed Status from Pending to No Response
  17. Mevent

    Template question

    Changed Status from Pending to Closed
  18. Mevent

    serverpanelpop

    Changed Status from Pending to Closed
  19. Mevent

    nothing saving

    Changed Status from Pending to Fixed Changed Fixed In to 1.1.4
  20. Changed Status from Pending to Closed
  21. Mevent

    Adding Pages

    Changed Status from Pending to Closed
  22. Mevent

    KIT IMAGES MESSED UP AGAIN.

    Changed Status from Pending to Closed
  23. Mevent

    Error for autokit

    Changed Status from Pending to Closed
  24. Mevent

    category stuff

    Changed Status from Pending to Closed
  25. Mevent

    Disable Chat notification

    Changed Status from Pending to Closed
1.7m

Downloads

Total number of downloads.

8k

Customers

Total customers served.

121.6k

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.