-
Posts
1,140 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by BetterDeadThanZed
-
Feature request - add permission
BetterDeadThanZed replied to BetterDeadThanZed's Support Request in Support
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. -
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.
- 272 comments
-
- 1
-
-
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.
-
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..." } }
-
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..." } }
-
- 272 comments
-
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.
- 272 comments
-
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.
-
Ok, right after I posted this, I realized these are console commands and now they're working. Now I want to edit the config. I removed all groups in the CommandConfig except for 2, which I named "build" and "survival". I saved the file, uploaded it and reloaded the plugin. I assumed that would make new permissions, but it did not. I use AdminMenu on my server and when I opened the Permissions section, I still see the default permissions for APControl and not the new ones I created. I am attaching the config I am using. APControl.json
-
I'm a bit confused on how to use the plugin. I've put it on the server like every other plugin I've put on my server. I go to permissions and I see the default permissions for this plugin. If I try to use any command for the plugin, it's an unknown command. The plugin is loaded as per the console. There are no errors. I've been running Rust servers for over 4 years so I'm familiar with how plugins normally work. What am I doing wrong here? I am using the default config file.
-
I just added this to my server and there's no light when I press F.
-
Fixed already!
-
I'm getting this in my console when loading the updated plugin: 08/01 14:18:41 | >>> o.reload StackModifier 08/01 14:18:41 | [Stack Modifier] Removed All Patches relating to StackModifier 08/01 14:18:41 | Unloaded plugin Stack Modifier v2.5.9 by Khan 08/01 14:18:41 | [Stack Modifier] Checking For Discrepancies With Game Items 08/01 14:18:41 | [Stack Modifier] 16% 08/01 14:18:41 | Loaded plugin Stack Modifier v2.5.9 by Khan 08/01 14:18:42 | [Stack Modifier] 66% 08/01 14:18:42 | [Stack Modifier] Default Item's are missing! Notify DEV! Create Support Ticket!: Shockbyte Tool Cupboard_1174957864_cupboard.tool.shockbyte_1 08/01 14:18:42 | [Stack Modifier] 100% 08/01 14:18:42 | [Stack Modifier] Modifying Stacks 08/01 14:18:43 | KeyNotFoundException: The given key '1174957864' was not present in the dictionary. Stacks also not working.
-
- 272 comments
-
- 1
-
-
I can't remember if the plugin already does this, so if not, please consider it another suggestion. If everyone in a vehicle is PVE, don't allow the vehicle to take damage except from NPC's, SAM's, etc. If the vehicle crashes (car into a tree, mini into the ground etc), there's no damage. Is that already a thing? I do remember you commenting that PVP players can't hurt PVE players in a vehicle as long as everyone in the vehicle is PVE. Also, don't allow vehicles occupied by all PVE players to damage other players. Also, do you have a Discord server for this plugin?
- 272 comments
-
I run a PVE server (for now) and I've been using the Loot Defender plugin, which lets players share containers with a command (by default only the owner and team can access it), but asking for commands like that integrated into this plugin might be too much, not sure. That plugin has no way to know if a player is in PVE or PVP state so if I use it with this plugin, it would mean PVP players could place containers with no locks and no one could access it, which I'm not in favor of. It would be cool if this plugin could have commands added to it so PVE players could share a container with all other PVE players in a manner similar to Loot Defender, but I'm not sure if that's doable or something that Mr01sam wants to add.
- 272 comments
-
@Mr01samI appreciate how active you are in here and how willing you are to add features. I just wanted to bring this up again in case you didn't see it. Allowing teammates to access containers if they have the code is important to me and if you could make it so anyone (PVE or PVP) can access unlocked containers, that would be perfect to me (maybe make that a config option?).
- 272 comments
-
- 272 comments
-
- 272 comments
-
- 272 comments
-
- 1
-
-
- 272 comments
-
It seems that after a server restart (mine restarts daily at 4:30am), the first time a player joins, they are given the choice of PVE or PVP. I didn't think that should appear after a player's first time spawning. I have it set on my server so they can only change PVE or PVP by the admin changing their group. I don't want players to change their mode on their own.
- 272 comments
-
- 272 comments
-
Something else I've noticed. I have a locked box at my base. I am in PVE and another player is in PVE. I give them the code, they can't unlock the box. They also can not access a box without a lock. I could continue to use the Prevent Looting plugin for that but I'd prefer to have less plugins. If they are on my team and we are both PVE, they can unlock the code l put on the crate but they can't access it. *edit* Actually, prevent looting would prevent all players from accessing boxes, regardless of PVE/PVP status so that won't work.
- 272 comments