Jump to content

BetterDeadThanZed

Member
  • Posts

    1,104
  • Joined

  • Last visited

Everything posted by BetterDeadThanZed

  1. BetterDeadThanZed

    Flyhack kick

    I had a player kicked 2 or 3 times when thrown 50 meters into the air by the button.
  2. Is this supposed to affect recycler speed? If I recycle a pipe without this plugin, it takes 8 seconds. if I recycle a pipe with this plugin, it takes 5 seconds.
  3. I'm not getting much help in the dev's Discord, so maybe someone here can help me. When I start the bot, it connects to Discord without any issues. When I try to accept or deny a skin requests, I get a message in Discord that says "This interaction failed". There are no errors in the bot console and none in the Rust console. I created a new Discord bot in the developer portal and it still does the same thing. Any ideas?
  4. I am using a stats plugin and when a player opens the stats page, they can't click on the X in the top right corner to close it because of this plugin. If I unload this plugin, they can click on it.
  5. Could someone post a screenshot of what these banners look like in Discord? I'm not sure I understand exactly how they're used.
  6. Is anyone using this to let players place blackjack tables? If so, can you share your config?
  7. Can someone explain to me what the offset settings mean? I'm confused by the description. Is this offset from GMT? Also, how do I set up the "content" section of the config?
  8. Do you have the latest Simple Status? Version 1.2.4 came out 18 hours ago.
    I've been running a Rust server for over 4 1/2 years. I'm always looking for new ways to refresh my server and Tiers Mode is definitely one of those ways! ninco90 is an awesome dev. I had some suggestions and some feature requests and he hooked me up! The plugin is highly configurable for any server! I recommend this plugin!
  9. I guess this doesn't do what I thought it did. At least it was only $2.
  10. The way I read the description is this: If a plugin is in the Blacklist, any player with that group has the plugin unloaded for them. If a plugin is in the "Plugins" section, the plugin is loaded for them. Perhaps I am just reading it wrong. Maybe it's written poorly. I am not sure.
  11. I think maybe I misunderstand how this plugin works. In the config I posted above, if I add a player to group apcontrol.use.survival, Skill Tree should be disabled because it's on the blacklist. In my test, when I added myself to this group, Skill Tree was still loaded.
  12. I don't think you understand the problem. I was testing the plugin. I disabled T3 workbench from being placed in the config. I tried placing one and it worked correctly. It wouldn't let me place it. Then I gave myself the permission bypass.block_place_all_workbench so that I could test the permission to be sure it works. When I had the permission and I tried to place the workbench, the workbench disappeared. I should have been able to place it. That's the point of the permission, to bypass the config for specific players.
  13. "Workbench": { "Allow research from Workbench": true, "Allow Place All Workbench": false, "Allow placing only the following workbenches": [ "assets/prefabs/deployable/tier 1 workbench/workbench1.deployed.prefab", "assets/prefabs/deployable/tier 2 workbench/workbench2.deployed.prefab", "assets/prefabs/deployable/tier 3 workbench/workbench3.deployed.prefab" ] },
  14. I also believe I found a bug. Current tier mode prevents placing of any tier workbench. The correct message appears when trying to place a workbench. "Blocked Placement" If the player has permission bypass.block_place_all_workbench and they try to place the workbench during this period, the workbench vanishes when placed.
  15. An issue right now is that with this alone, without Simple PVE, is that you can not prevent PVE players from damaging vehicles. I've suggested in Discord that vehicles be immune from damage from all PVE players and that vehicles owned by PVE players (would require Vehicle Deployed Locks plugin from umod) sustain no damage from crashes and vehicles belonging to PVE players would not deal damage to bases or players. This of course should be configurable. On the flip side of that, vehicles owned by PVP players, or unowned vehicles, should be able to be damaged by PVP players and by crashing. Vehicles owned by PVP players should also be able to deal damage to PVP players and bases. So, until that is introduced, the only thing you can do is continue to use Simple PVE to protect all vehicles, which means PVP'ers vehicles can't be damaged, but until this is changed in Warmode, it's the best alternative to protect PVE.
  16. Could you add a permission, where if the player has the permission, Tiers Mode is completely disabled for them? They get no notifications, no /tier command, etc? I am trying to set up my server so that the plugins that affect a player depends on an Oxide group.
  17. I added more plugins to the blacklist sections and those plugins are not being unloaded: { "CommandConfigs": { "pve": { "Blacklist": [ "InjuriesAndDiseases", "TiersMode" ], "Permission": "apcontrol.use.pve", "Plugins": [ "SkillTree" ] }, "survival": { "Blacklist": [ "SkillTree" ], "Permission": "apcontrol.use.survival", "Plugins": [ "InjuriesAndDiseases", "FridgeFood", "TiersMode" ] } }, "Messages": { "CommandScheduled": "Command {0} {1} will be executed in {2} seconds.", "CommandUsage": "Usage: {0} <on/off> [delay]", "ConfigFileLoaded": "Configuration file loaded successfully.", "ConfigFileLoadError": "Error loading configuration file: {0}", "ConfigFileNotFound": "Configuration file not found or empty, creating a new configuration file.", "InvalidDelay": "The second argument must be a number indicating the delay in seconds.", "LoadingPlugin": "Loading {0} plugin...", "UnloadingPlugin": "Unloading {0} plugin..." } }
  18. Thanks for the update! Below is my config. I have a plugin called InjuriesAndDiseases that I want only to affect players with the permission apcontrol.use.survival. I think I set it up right but when I remove that permission, the effects of that plugin continue to affect the player. { "CommandConfigs": { "pve": { "Blacklist": [ "InjuriesAndDiseases" ], "Permission": "apcontrol.use.pve", "Plugins": [] }, "survival": { "Blacklist": [], "Permission": "apcontrol.use.survival", "Plugins": [ "InjuriesAndDiseases", "FridgeFood" ] } }, "Messages": { "CommandScheduled": "Command {0} {1} will be executed in {2} seconds.", "CommandUsage": "Usage: {0} <on/off> [delay]", "ConfigFileLoaded": "Configuration file loaded successfully.", "ConfigFileLoadError": "Error loading configuration file: {0}", "ConfigFileNotFound": "Configuration file not found or empty, creating a new configuration file.", "InvalidDelay": "The second argument must be a number indicating the delay in seconds.", "LoadingPlugin": "Loading {0} plugin...", "UnloadingPlugin": "Unloading {0} plugin..." } }
  19. I was looking for that in the config file, didn't realize it would be in the data file, but that doesn't allow permissions based on the base being PVP or PVE. I want players with certain permission to be able to enter PVP bases and others with a different permission to enter PVE bases.
  20. if Nivex adds permissions to the Raidable Bases plugin, then you can just assign, for example, the raidablebases.pve (which would allow anyone with that permission to enter a PVE raid base) to the warmodepve group's permissions. I think a warmodepvp group should be added to the plugin though.
  21. I just posted a suggestion on the raidable bases page, asking for permissions to be added to allow players to buy pve or pvp raid bases by permission. That could probably be further expanded if you use randomly spawning bases, to prevent pve or pvp players from entering the base that doesn't match their status too, but I only use buyable bases, not random spawning bases.
  22. Could we get permissions added so that we can allow/disallow players to buy pve or pvp bases? I am considering using a plugin that lets a player choose PVE or PVP game play and if I could make it so a permission determines if a player can buy a specific type of raid, that would be awesome, or even a permission that automatically sets the raid as pve or pvp.
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.