Jump to content

Monster

Creator
  • Posts

    869
  • Joined

  • Last visited

Everything posted by Monster

  1. Monster

    coupons

    The update will include the item - There is a plugin for custom loot: true. With changes in BetterLoot, everything will work perfectly.
  2. Monster

    coupons

    Try the following. In the BetterLoot plugin, remove/comment out the following line of code. 630 - container.inventory.capacity = container.inventory.itemList.Count;
  3. Monster

    OnEntity Death

    My time: 17:21
  4. Monster

    OnEntity Death

    Okay. I will wait for more information from you. If the error remains, I will look for methods to solve it.
  5. Monster

    OnEntity Death

    Changed Status from Closed to Pending
  6. Monster

    OnEntity Death

    Is there still a problem?
  7. Monster

    wood gather not working

    Working. A tree with bonus loot and a tree that can be picked up. "wood": 10.0
  8. Monster

    coupons

    I'll check.
  9. Monster

    coupons

    What other plugins are there?
  10. Monster

    coupons

    Are coupons enabled in the config? Everything works. Perhaps you have a plugin that blocks coupons from spawning. Or you just didn't set up the boxes.
  11. Monster

    Forgets Upgrade

    Wow. I just saw the support section. I didn't receive any notifications. Perhaps you have already figured out everything?
  12. Monster

    Need the copy paste file

    Changed Status from Pending to Closed
  13. Monster

    OnEntity Death

    Wow. I just saw the support section. I didn't receive any notifications.
  14. Monster

    coupons

    A note is used as a coupon. You can't change it in the config. The note displays all the information on what to do with coupons.
  15. Monster

    XPanel

    Version 1.1.0

    23 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. Config { "Panel settings": { "Subtract administrators from the number of online players": false, "AnchorMin": "1 0", "AnchorMax": "1 0", "OffsetMin": "-402 16", "OffsetMax": "-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" } }
    $4.49
  16. Monster

    XMenu

    Something broke. See the ImageLibrary plugin. You may be uploading an image that is too large.
  17. Monster

    XStatistics

    Version 2.1.16

    585 downloads

    XStatistics - statistics for your server. - Optimization of the interface for different monitor resolutions. - Storing player data in - oxide/data/XDataSystem/XStatistics or MySQL or SQLite. - There is a lang ru/en/uk/es. - Sound effects when interacting with the menu. - UI settings in the configuration. - Display TOPs in game chat. - Ability to customize the privacy of the default statistics. - Ability to delete a player's stats after they have been banned. - Ability to customize grades of building blocks. [ To be recorded in statistics. ] - Ability to add a player to the blacklist. [ Player's statistics will not be displayed in the TOPs and will not be available to other players. ] - Ability to use MySQL or SQLite database. - Ability to automatically give awards and clear data after a WIPE. [ Settings in the configuration. ] [ Plugin economics or any other. Also [ RU ] GameStores. ] - A player can hide/open his statistics. [ Need permission. ] - A player can view the statistics of other players. [ Need permission. ] - A player can reset their statistics to zero. [ Need permission. ] - The player can view the entire list of players and search. [ Need permission. ] - Creating an unlimited number of categories, subcategories and pages. - Creating custom TOPs, coefficients and awards. [ Unlimited number. ] - Various admin commands to manage player statistics. - Support and compatibility with many plugins. - Server events (Bradley, Chinook, and Patrol Helicopter) count as stats for the player who did the most damage. - Checking OwnerID of Building blocks, Constructions and other entities. - Ability to create a Global TOP of your project. [ For this purpose it is enough to enter MySQL data and server name into the configuration.] [ This TOP can be disabled in the configuration and only the TOP players of the server can be used. Or you can use two TOPs at the same time! ] - Ability to use pages for categories with subcategories. - Administrator Mode. [ View hidden player stats, open player search and more ]. - Automatic deletion of statistics of players who have not logged connection the server for N days. - Ability for players to disable messages with the TOP players in chat. If your server is visited by more than 500 players, it is recommended to use SQLite or MySQL. Statistics were tested on a server with 120 online and 5000 players in the database. Excellent result on optimization. To display player avatars you need to customize the configuration of the ImageLibrary plugin! What are the statistics at this point? Global TOP data is manually deleted from the MySQL database. [ It is important that the servers are turned off so that online players data is not written to the database ]. Or after all servers are wiped, run the command - player_stats_reset globaldata null - on one of the servers. [ Also take into account the servers parameters, for a fair TOP they should be the same! ] Shortnames to customize statistics Permissions xstatistics.use - access to the statistics menu. xstatistics.top - access to the TOPs of subcategories. xstatistics.coefficients - access to view the coefficients. xstatistics.player - access to view player statistics, player list and player search. xstatistics.resetwipe - access to the ability for a player to reset his statistics - WIPE. xstatistics.resetall - access to the ability for a player to reset his statistics - ALL TIME. xstatistics.shstats - access to the ability to hide/open your statistics. [ If the permission has been revoked, the statistics privacy will automatically change to default. ] xstatistics.admin - access to admin mode. Commands /stat, /stats, /statistic, /statistics - to open the statistics menu. [ Commands can be changed in the config. ] Server console --- Admin commands. stats_ct <customTopName> - to see the top players. [ Custom TOP. ] stats_t <subcategoryName> - to see the top players. [ TOP subcategory. ] player_stats_reset statswipe <steamID> - to reset a player stats to zero - WIPE. player_stats_reset statsall <steamID> - to reset a player stats to zero - ALL TIME. player_stats_reset all <steamID> - to reset a player stats to zero - WIPE and ALL TIME. player_stats_reset global <steamID> - delete a player from the database Global TOP. [ Player must be offline! ] player_stats_reset globaldata null - Delete data from a table in a MySQL database - Global TOP. [ Use this command after all of your servers have been wiped. ] [ The command can be used on any of the Global TOP servers. ] player_actstats global true/false - change statistics privacy for all players. player_actstats <steamID> true/false - change statistics privacy for a player. stats_give_award - start giving out awards for TOPs. stats_clear_data_wipe - to clear all statistics - WIPE. [ Same as after a server wipe ] API - void API_AddSubcategoryValue(BasePlayer player, string subcategoryName, long amount) - Add a value for the subcategory. player - must be online and not equal to null. - void API_SetSubcategoryValue(BasePlayer player, string subcategoryName, long amount) - Set a value for the subcategory. player - must be online and not equal to null. - bool API_CheckForSubcategory(ulong userID, string subcategoryName) - Check if a subcategory exists. - long API_GetSubcategoryValue(ulong userID, string subcategoryName) - Get the subcategory value. Config
    $45.99
  18. Version 1.0.4

    54 downloads

    XTransportPrivat - private transport for your server - PvP/PvE. Transport limit. - Optimization of the interface for different monitor resolutions. - Storing player data in - oxide/data/XDataSystem/XTransportPrivat - There is a lang ru/en/uk/es. - Sound effects. - Ability to set up a limited number of private vehicles per player. [ You can set a total limit on the number of transport per player ] - Possibility to prohibit unprivatize transport. - The ability to prohibit interaction with non-private transport if the limit is reached. [ Settings in config ] - The ability to allow players to board the TAXI module without restrictions. [ Settings in config ] - It is forbidden to loot private vehicles. - It is forbidden to push private vehicles and lead a horse. [ Allowed in the area of your closet. For moments with blocking the passage and other obstacles to the game. ] - Transport can only be privatized within the range of your cupboard or anywhere on the map. You just need to get into the transport. - You can unprivatize a transport by hitting it with a mallet only in the area of action of someone else's cupboard or anywhere on the map. There is a list of trusted players. [ The player can add to this list those players whom he trusts and who are not in his team (green). ] - A tugboat can only be privatized when the transport privatization option is selected in the config: False - anywhere as soon as the player gets into a non-private transport. -> Overview - YouTube <- Commands /privatplayer - interaction with the trusted list. Config { "General settings": { "Use private transport limit": false, "Allow unprivatize transport": true, "Privatize transport option - [ True - only in the area of your cupboard | False - anywhere as soon as the player gets into a non-private transport ]": true, "Unprivatize transport option - [ True - only in the area of action of someone else's cupboard | False - anywhere ]": true, "Forbid buying a horse if the limit is reached": false, "Prohibit getting into non-private transport if the limit is reached": false, "Forbid leading a non-private horse if the limit is reached": false, "Allow to lead a non-private horse in the area of your cupboard. [ If prohibited by paragraph above ]": false, "Prohibit pushing non-private transport if the limit is reached": false, "Allow pushing non-private transport within the range of your cupboard. [ If prohibited by paragraph above ]": false, "Allow players to board the TAXI module without restrictions": true, "Transport limit setting - [ Change value only ]": { "kayak": 2, "rowboat": 2, "rhib": 1, "tugboat": 1, "testridablehorse": 3, "2module_car_spawned.entity": 1, "3module_car_spawned.entity": 1, "4module_car_spawned.entity": 1, "minicopter.entity": 2, "attackhelicopter.entity" : 1, "scraptransporthelicopter": 1, "submarinesolo.entity": 2, "submarineduo.entity": 1, "sled.deployed": 3, "sled.deployed.xmas": 3, "snowmobile": 1, "tomahasnowmobile": 1 } } }
    $16.99
  19. Monster

    XPrison

    We are all saving money for Tesla. )
  20. Monster

    XPrison

    Version 1.0.6

    118 downloads

    XPrison - prison for your server. - Optimization of the interface for different monitor resolutions. - Storing player data in - oxide/data/XDataSystem/XPrison - There is a lang ru/en/uk/es. - Sound effects when interacting with the menu. - Ability to create a prison using the CopyPaste plugin or a custom prefab created in RustEdit. [ To use a prefab as a prison, you need to specify its coordinates in the config ] [ The prison is protected from any kind of damage. ] - Adjustment of attires for the prisoner. - Setting nicknames for prisoners. [ Random prefix with nickname in chat ] - Setting allowed console and chat commands. [ The rest will be blocked ] - Radio tuning for prisoners. [Detailed settings in the spoiler] - The ability to send the player to life or temporary imprisonment. - Two options for serving a temporary sentence: Online. [ The player needs to spend his entire term online in prison ] By date (offline). [ The player will be released after the specified time. He can go offline and wait offline for the end of the term ] - The ability to add prisoners even if they have never been on the server or on the date. [ A file with the prisoner's data will be automatically created ] - The ability to block slots with clothes. [ To prevent the prisoner from taking off his uniform ] - Automatic release of prisoners at the end of the term. - Block damage to prisoners. - As spawners for prisoners, the - "Tesla Coil" is used. [ If there are no spawners, then the prisoners will spawn around the map, but will not be able to farm and deal damage. There will be appropriate warnings in the server console ] - As a spawner for admins is used - "Press Plate". - "Igniter" is used as spawners for visitors. - Various chat notifications. [ Sending to the prisonand release. The duration of the term. ] - An admin or a player with a permit is not subject to various prison restrictions. - The ability to teleport a prisoner to prison (clear his inventory). [ Or kill the prisoner and he will respawn in prison ] - Ability to teleport prisoner from prison to Outpost or Bandit Camp (clear his inventory) [ Or kill the prisoner and he will respawn on the beach ] - If a prisoner is teleported to and from prison, without clearing his inventory, then you can arrange a quest for them: If you survive in prison, you can save your loot, as well as the loot that you got from other prisoners in prison. - Mini game. The prisoner can press buttons and reduce his time of detention. [ Useful for prisoners who are serving time online ] - Mini game 2. The prisoner can recycle items inside the zone and reduce his time of imprisonment. - Ability to automatically spawn entities(stone, barrels, etc.) inside the prison. [ When the player breaks them, they will appear automatically after N seconds. ] - Ability to link a prison to a monument. [ Just set it up once and it's automatic from there! ] Important! There must already be a building on the monument! And also all elements of the prison OwnerID must be 100001. You can spawn buildings on monuments with the plugin - MonumentAddons You can get the prison file for the CopyPaste plugin from the developer after purchase. -> Overview - YouTube <- Permissions xprison.admin - access to admin functionality. [ Not required for admin player ] xprison.visitor - access to visiting the prison for ordinary players. Commands /zonaloc - find out your coordinates and the coordinates of the prison. /zonaloc1 - get coordinates relative to the monument. [ To link the prison to the monument. ] /tpzona - teleport to the prison. [ For Administrators/Visitors ] /zona - check the length of the term. /zonamenu - open the prisoner management menu. /entspawn cfg-key sec - spawn an entity inside the prison with an appearance interval. /entkill - delete a custom entity. [ You have to look at it. ] cmd_prisoner add <SteamID [ 76561100000000000 ]> <Life imprisonment [ True / False ]> <Term duration [ 3600 ]> <Option to serve time [ True - online / False - by date (possibly offline.) ]> - send to the player's zone. ( Regardless of online player or offline ) cmd_prisoner remove <SteamID [ 76561100000000000 ]> false 0 - release the prisoner. ( Regardless of online player or offline ) [ You can, for example, give the opportunity to redeem yourself through the store ] API bool API_IsOnlinePrisoner(ulong userID) - return TRUE/FALSE if the online player is a prisoner. void API_AddOnlinePrisoner(BasePlayer prisoner, bool life - Life imprisonment [ True / False ], int duration - Term duration [ 3600 ]) - send an online player to the zone. void API_RemoveOnlinePrisoner(BasePlayer prisoner) - free online prisoner. bool API_IsOfflinePrisoner(ulong userID) - return TRUE/FALSE if the offline player is a prisoner. void API_AddOfflinePrisoner(BasePlayer prisoner, bool life - Life imprisonment [ True / False ], int duration - Term duration [ 3600 ]) - send an offline player to the zone. void API_RemoveOfflinePrisoner(ulong userID) - free offline prisoner. string API_GetOnlinePrisonerPrefix(BasePlayer player) - return the prisoner's online prefix. Config { "General settings": { "Profile SteamID for custom avatar": 0, "List of allowed console commands on the prison": [ "global.respawn" ], "List of allowed chat commands in the prison": [ "zona" ] }, "Settings prison": { "Prison location coordinates": { "x": 1000.0, "y": 700.0, "z": 0.0 }, "Prison file name for the CopyPaste plugin": "zona606", "Diameter from the point you specify to search for prison structures, spawners, and more": 35.0, "Automatically turn on the boombox after the prison spawns": true, "Use the CopyPaste plugin for the prison [ True - CopyPaste | False - the prison location point you specified, you can use a custom prefab or build the prison manually ]": true, "Allow regular players to visit the prison": false, "Allow ordinary players to visit the prison only with an empty inventory": true }, "Prisoner settings": { "Lock the clothing slots": true, "Lock the slots on the belt": false, "Lock inventory slots": false, "Lock clothing items - [ Player will not be able to discard them ]": true, "Use a nickname prefix for the prisoner - [ Set to False if the prefix should be disabled or the prefix is used by a third party chat plugin ]": true, "Link to prisoner lock screen image": "https://i.imgur.com/SZoYTLt.png", "Layer UI lock screen image - [ Overlay | Hud ]": "Hud", "Use screen lock": false, "Do not kill the prisoner when he enters the prison, but simply teleporting": false, "When a prisoner is teleported to prison, clear his inventory": false, "Do not kill the prisoner when he is released from prison, but simply teleporting to the Outpost or Bandit Camp": false, "When a prisoner teleports out of prison, clear his inventory": false, "[ Mini-game ] Allow prisoners to shorten their time by pressing buttons inside the prison": true, "[ Mini-game ] For pressing one button, how many seconds to reduce the term of imprisonment": 1, "[ Mini-game 2 ] Allow inmates to reduce their incarceration time by recycling items inside the prison": true, "[ Mini-game 2 ] List of items and number of seconds": { "rock": 1 }, "List of prisoner's attires [ Shortname - SkinID ]": { "burlap.headwrap": 2655848185, "burlap.shirt": 2655843517, "burlap.trousers": 2655838948 }, "List of prisoner nicknames": [ "Schellen", "Schilten", "Espadas", "Bastos", "Oros", "Denari", "Rosen", "Copas", "Herz", "Eichel", "Kule", "Laub", "Zelený", "Grün" ] } }
    $34.99
  21. Monster

    XPrison

    Where Tesla Coils will spawn prisoners. Where the pressure plate is, this is the point for teleporting the administrator to the prison. You can see everything on the video.
  22. Monster

    XSkinMenu

    Hello. Yes, all skins ever added to the game are loaded automatically.
  23. Monster

    XStorageUP

    Yes. In the range of lines 371 - 415.
  24. Hello. I will make a garter for this plugin. And so I tie to my plugins custom NPC stores that have not yet been released. He is somewhat similar to the Human NPC.
  25. In the next update I will add an increase in the number of XP.
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.