Jump to content

Monster

Creator
  • Posts

    1,082
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by Monster

  1. Monster

    Kicked out all my players

    Give me your config.
  2. Monster

    XPanelPlus

    Line in code 543-553. More settings in the config will be added in updates.
  3. Monster

    XSkinMenu

    Do you need help? I don't see you buying the plugin.
  4. Monster

    XRPG

    Version 1.1.3

    66 downloads

    XRPG - rpg system. Lumberjack, miner, hunter. - When changing the monitor resolution, the panel moves along with the heal bar. - Storing player data in - oxide/data/XRPG - There is a lang ru/en. - Setting the maximum category level. - Setting the panel size. - Setting rates for resource gathering. - Setting rates for resource pickuping. - Setting rates for killing animals. - Permission rate multiplier setting. [ Players with permissions will increase rates faster ] - Setting the maximum boosted rates for permissions. - The ability to block the boosting of RPGs with certain tools. - Ability to disable the panel or messages. - The ability to slow down boosting. [ The higher the rates, the slower the boosting ] -> Overview - YouTube <- Permissions xrpg.use - allow access to RPG boosting. xrpg.top - allow access to view TOP players. Commands /rank - view TOP players. Config { "General settings": { "Enable RPG boosting slowdown | The higher the rates, the slower the boosting": false, "Enable RPG panel": true, "Enable RPG messages": true, "Delete data automatically after wipe": false, "Starting multiplier for boosting rates": 1.0, "Text size": 13, "Notification text size": 10, "List of ignored tools": [ "jackhammer", "chainsaw" ] }, "Mini panel location": { "AnchorMin": "1 0", "AnchorMax": "1 0", "OffsetMin": "-402 16", "OffsetMax": "-210 98", "Progress display: TRUE - from minimum to maximum rates | FALSE - from 0 to maximum rates ": true }, "Permissions settings": { "xrpg.default": { "Lumberjack max rates": 12.5, "Miner max rates": 12.5, "Hunter max rates": 12.5, "Rate boosting multiplier": 1.25 } }, "Lumberjack settings": { "Lumberjack max rates": 10.0, "Lumberjack starting rates": 2.5, "Enable boosting lumberjack rates by gathering resources": true, "Enable boosting lumberjack rates by picking up resources": true, "Resources for the gathering/picking of which to accrue lumberjack rates | Resources that will be subject to lumberjack rates": { "wood": 0.05, "charcoal": 0.05 } }, "Miner settings": { "Miner max rates": 10.0, "Miner starting rates": 1.75, "Enable boosting miner rates by gathering resources": true, "Enable boosting miner rates by picking up resources": true, "Resources for the gathering/picking of which to accrue miner rates | Resources that will be subject to miner rates": { "stones": 0.05, "metal.ore": 0.05, "metal.fragments": 0.05, "sulfur.ore": 0.05, "sulfur": 0.05 } }, "Hunter settings": { "Hunter max rates": 10.0, "Hunter starting rates": 1.5, "Enable boosting hunter rates by gathering resources": true, "Enable boosting hunter rates by picking up resources": true, "Enable boosting hunter rates by killing animals": true, "Resources for the gathering/picking of which to accrue hunter rates | Resources that will be subject to hunter rates": { "cloth": 0.05, "leather": 0.05, "bone.fragments": 0.05, "fat.animal": 0.05 }, "Animals for killing which to accrue hunter rates": { "boar": 0.75, "bear": 0.75, "stag": 0.75, "wolf": 0.75, "testridablehorse": 0.75, "chicken": 0.75 } } }
    $10.99
  5. Monster

    XPanelPlus

    Yes, you can turn off what you don't need in config.
  6. "Level_Top": "{0}. LEVEL: {1} | XP: {2}\n{3}", To update lang, just delete it or see the changes in the code.
  7. BetterChat support has already been added in update 1.0.704. Awaiting release. To display avatars, you need to enable them in the ImageLibrary config, and names in lang (XLevels).
  8. Monster

    XStorageUP

    You bought the plugin from me on another site, but I will answer here. In the config, you can remove unnecessary containers or add the ones you need.
  9. Monster

    Button command syntax

    Changed Status from Pending to Closed
  10. Monster

    XRestartUI

    The time on the host machine is used. There is no load, checking once a minute for the coincidence of the current time with the config to execute the command or start the restart.
  11. Monster

    XRestartUI

    Yes, everything is automated.
  12. Monster

    XInfoMenu

    Well done, you learn fast. In the config, it says that the text settings in lang.
  13. Monster

    XInfoMenu

    In the description there is a configuration that is used on the GIF and on the video.
  14. Monster

    XInfoMenu

    The configuration is in the description. Use it.
  15. Monster

    XSkinMenu

    Send me a private message. The description says it needs to be done.
  16. Monster

    XInfoMenu

    Version 1.0.701

    65 downloads

    XInfoMenu - beautiful info menu for your server. - Optimization of the interface for different monitor resolutions. - Storing player data in - oxide/data/XInfoMenu - There is a lang ru/en/es. - Sound effects when interacting with the menu. - Info messages in chat. - Info messages under the slots. - Custom page settings. - Ability to turn on the timer when you first connect to the server. [ The player will have to wait N times before the menu can be closed. If the player disconnects from the server before the timer expires, then everything will be restarted when reconnecting. ] - Ability to create an unlimited number of pages. - Possibility to create an unlimited number per page - [ Elements, Pictures, Texts, Buttons ] - The ability to use keyword information in the text (Text in the menu and info messages): -> Overview - YouTube <- Need to know! The menu is a constructor. You can create whatever you want. If you do not understand this, you can ask the developer for help! Keywords [ %NAME% - player name, %STEAMID% - steamid player, %ONLINE% - number of online players, %MAXPLAYERS% - number of server slots, %JOINING% - number of joining players, %QUEUED% - number of players in the queue, %SLEEPING% - number of sleeping players, %TIME% - time on the server ]. Customized configuration. { "General settings": { "Open the menu when the player joined the server -> woke up [ If the timer is off, the menu will open after each connection to the server ]": false, "Reload images after plugin reload": true, "Show page switching buttons if there is only one page in the category": true, "Cooldown menu action": 0.75, "Type of page switching buttons. True - arrows | False - numbering": true, "Enable the timer for the first connection [ The player entered the server -> woke up -> the menu opened -> waited N seconds. The menu will not open again after connecting ]": false, "Timer time (.sec)": 0 }, "Settings up chat messages": { "List of unique message names - [ Settings text in lang ]": [ "MESSAGE1.1", "MESSAGE1.2", "MESSAGE1.3" ], "Chat message interval": 300.0, "Profile steamID for custom avatar": 0, "Enable messages in chat": false }, "Settings messages under slots": { "List of unique message names - [ Settings text in lang ]": [ "MESSAGE2.1", "MESSAGE2.2", "MESSAGE2.3" ], "Message interval under slots": 30.0, "Enable messages under slots": false }, "Settings GUI": { "Background color_1": "0.517 0.521 0.509 0.95", "Background color_2": "0.217 0.221 0.209 0.95", "Background material_1": "assets/icons/greyout.mat", "Background material_2": "", "Button color": "0.517 0.521 0.509 0.5", "Active button color": "0.53 0.77 0.35 1" }, "Settings buttons and pages": { "RULES": [ { "Setting elements": [ { "Element color": "0.517 0.521 0.509 0.95", "Element material": "assets/icons/greyout.mat", "OffsetMin": "-190 -11.25", "OffsetMax": "-185 198.75" }, { "Element color": "0.517 0.521 0.509 0.95", "Element material": "assets/icons/greyout.mat", "OffsetMin": "-395 -11.25", "OffsetMax": "395 -6.25" } ], "Setting images": [ { "Unique image name": "RULES1", "Link to image": "https://i.imgur.com/esfS0N4.png", "Player avatar": false, "OffsetMin": "-395 -1.25", "OffsetMax": "-195 198.75" } ], "Setting up a block of text": [ { "Block text unique name - [ Text setting in lang ]": "RULES1.1", "OffsetMin": "-180 -1.25", "OffsetMax": "395 198.75", "TextAnchor [ Text alignment ] | 0 - 8": 4, "Text color": "0.75 0.75 0.75 0.75" }, { "Block text unique name - [ Text setting in lang ]": "RULES1.2", "OffsetMin": "-395 -169", "OffsetMax": "395 -16.75", "TextAnchor [ Text alignment ] | 0 - 8": 4, "Text color": "0.75 0.75 0.75 0.75" } ], "Setting buttons": [] }, { "Setting elements": [ { "Element color": "0.517 0.521 0.509 0.95", "Element material": "assets/icons/greyout.mat", "OffsetMin": "-190 -11.25", "OffsetMax": "-185 198.75" }, { "Element color": "0.517 0.521 0.509 0.95", "Element material": "assets/icons/greyout.mat", "OffsetMin": "-395 -11.25", "OffsetMax": "395 -6.25" } ], "Setting images": [ { "Unique image name": "RULES2", "Link to image": "https://i.imgur.com/eAgrWKP.png", "Player avatar": false, "OffsetMin": "-395 -1.25", "OffsetMax": "-195 198.75" } ], "Setting up a block of text": [ { "Block text unique name - [ Text setting in lang ]": "RULES2.1", "OffsetMin": "-180 -1.25", "OffsetMax": "395 198.75", "TextAnchor [ Text alignment ] | 0 - 8": 4, "Text color": "0.75 0.75 0.75 0.75" }, { "Block text unique name - [ Text setting in lang ]": "RULES2.2", "OffsetMin": "-395 -169", "OffsetMax": "395 -16.75", "TextAnchor [ Text alignment ] | 0 - 8": 4, "Text color": "0.75 0.75 0.75 0.75" } ], "Setting buttons": [] } ], "INFO": [ { "Setting elements": [ { "Element color": "0.517 0.521 0.509 0.95", "Element material": "assets/icons/greyout.mat", "OffsetMin": "-2.5 -100", "OffsetMax": "2.5 198.75" }, { "Element color": "0.517 0.521 0.509 0.95", "Element material": "assets/icons/greyout.mat", "OffsetMin": "-395 -100", "OffsetMax": "395 -95" } ], "Setting images": [], "Setting up a block of text": [ { "Block text unique name - [ Text setting in lang ]": "INFO2.1", "OffsetMin": "-395 -90", "OffsetMax": "-7.5 198.75", "TextAnchor [ Text alignment ] | 0 - 8": 4, "Text color": "0.75 0.75 0.75 0.75" }, { "Block text unique name - [ Text setting in lang ]": "INFO2.2", "OffsetMin": "7.5 -90", "OffsetMax": "395 198.75", "TextAnchor [ Text alignment ] | 0 - 8": 4, "Text color": "0.75 0.75 0.75 0.75" } ], "Setting buttons": [] }, { "Setting elements": [ { "Element color": "0.517 0.521 0.509 0.95", "Element material": "assets/icons/greyout.mat", "OffsetMin": "-395 12.375", "OffsetMax": "395 17.375" } ], "Setting images": [], "Setting up a block of text": [ { "Block text unique name - [ Text setting in lang ]": "INFO3.1", "OffsetMin": "-395 22.375", "OffsetMax": "395 198.75", "TextAnchor [ Text alignment ] | 0 - 8": 4, "Text color": "0.75 0.75 0.75 0.75" }, { "Block text unique name - [ Text setting in lang ]": "INFO3.2", "OffsetMin": "-395 -169", "OffsetMax": "395 7.375", "TextAnchor [ Text alignment ] | 0 - 8": 4, "Text color": "0.75 0.75 0.75 0.75" } ], "Setting buttons": [] } ], "PLUGINS": [ { "Setting elements": [ { "Element color": "0.517 0.521 0.509 0.95", "Element material": "assets/icons/greyout.mat", "OffsetMin": "-190 -11.25", "OffsetMax": "-185 198.75" }, { "Element color": "0.517 0.521 0.509 0.95", "Element material": "assets/icons/greyout.mat", "OffsetMin": "-395 -11.25", "OffsetMax": "395 -6.25" } ], "Setting images": [ { "Unique image name": "PLUGINS1", "Link to image": "https://i.imgur.com/EHlroeY.png", "Player avatar": false, "OffsetMin": "-395 -1.25", "OffsetMax": "-195 198.75" } ], "Setting up a block of text": [ { "Block text unique name - [ Text setting in lang ]": "PLUGINS1.1", "OffsetMin": "-180 -1.25", "OffsetMax": "395 198.75", "TextAnchor [ Text alignment ] | 0 - 8": 4, "Text color": "0.75 0.75 0.75 0.75" }, { "Block text unique name - [ Text setting in lang ]": "PLUGINS1.2", "OffsetMin": "-395 -169", "OffsetMax": "395 -16.75", "TextAnchor [ Text alignment ] | 0 - 8": 4, "Text color": "0.75 0.75 0.75 0.75" } ], "Setting buttons": [] }, { "Setting elements": [ { "Element color": "0.517 0.521 0.509 0.95", "Element material": "assets/icons/greyout.mat", "OffsetMin": "-190 -11.25", "OffsetMax": "-185 198.75" }, { "Element color": "0.517 0.521 0.509 0.95", "Element material": "assets/icons/greyout.mat", "OffsetMin": "-395 -11.25", "OffsetMax": "395 -6.25" } ], "Setting images": [ { "Unique image name": "PLUGINS2", "Link to image": "https://i.imgur.com/dxHezlf.png", "Player avatar": false, "OffsetMin": "-395 -1.25", "OffsetMax": "-195 198.75" } ], "Setting up a block of text": [ { "Block text unique name - [ Text setting in lang ]": "PLUGINS2.1", "OffsetMin": "-180 -1.25", "OffsetMax": "395 198.75", "TextAnchor [ Text alignment ] | 0 - 8": 4, "Text color": "0.75 0.75 0.75 0.75" }, { "Block text unique name - [ Text setting in lang ]": "PLUGINS2.2", "OffsetMin": "-395 -169", "OffsetMax": "395 -16.75", "TextAnchor [ Text alignment ] | 0 - 8": 4, "Text color": "0.75 0.75 0.75 0.75" } ], "Setting buttons": [ { "Button unique name - [ Setting text in lang ]": "PLUGINS2.1.1", "OffsetMin": "-180 168.75", "OffsetMax": "-70 198.75", "TextAnchor [ Text alignment ] | 0 - 8": 4, "Command": "chat.say /reward", "Button color": "0.517 0.521 0.509 0.5", "Text color": "0.75 0.75 0.75 0.75", "Close menu after clicking": false } ] }, { "Setting elements": [ { "Element color": "0.517 0.521 0.509 0.95", "Element material": "assets/icons/greyout.mat", "OffsetMin": "-190 -11.25", "OffsetMax": "-185 198.75" }, { "Element color": "0.517 0.521 0.509 0.95", "Element material": "assets/icons/greyout.mat", "OffsetMin": "-395 -11.25", "OffsetMax": "395 -6.25" } ], "Setting images": [ { "Unique image name": "PLUGINS3", "Link to image": "https://i.imgur.com/1bljDKO.png", "Player avatar": false, "OffsetMin": "-395 -1.25", "OffsetMax": "-195 198.75" } ], "Setting up a block of text": [ { "Block text unique name - [ Text setting in lang ]": "PLUGINS3.1", "OffsetMin": "-180 -1.25", "OffsetMax": "395 198.75", "TextAnchor [ Text alignment ] | 0 - 8": 4, "Text color": "0.75 0.75 0.75 0.75" }, { "Block text unique name - [ Text setting in lang ]": "PLUGINS3.2", "OffsetMin": "-395 -169", "OffsetMax": "395 -16.75", "TextAnchor [ Text alignment ] | 0 - 8": 4, "Text color": "0.75 0.75 0.75 0.75" } ], "Setting buttons": [] } ] } }
    $10.99
  17. Monster

    XSkinMenu

    Send me a private message.
  18. Changed Status from Pending to Closed Changed Fixed In to 1.0.1
  19. Monster

    nothing showing up

    Changed Status from Pending to Closed Changed Fixed In to 1.0.702
  20. Monster

    nothing showing up

    Fine. Now send me a private message for detailed setup instructions.
  21. Monster

    nothing showing up

    Discord - Monster#4837
  22. Monster

    nothing showing up

    Reload the skins plugin. Show screenshots so I can understand what's going on.
  23. Monster

    nothing showing up

    https://umod.org/plugins/image-library
  24. Monster

    nothing showing up

    Are there any errors in the console? ImageLibrary installed?
2.2m

Downloads

Total number of downloads.

10.2k

Customers

Total customers served.

147.7k

Files Sold

Total number of files sold.

3.1m

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.