Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to reload guns on death #37

Open
NetheriteKnight opened this issue Feb 15, 2022 · 1 comment
Open

Option to reload guns on death #37

NetheriteKnight opened this issue Feb 15, 2022 · 1 comment
Labels
enhancement New feature or request good first issue Easy contribution if you are a DEV looking to join the team

Comments

@NetheriteKnight
Copy link

Description

An option to reload the player's guns when they die.

Configuration

Reload_on_death:
  Enabled: <true/false>
  Blacklist:
  - <gun_name>
  - <gun_name>
@NetheriteKnight NetheriteKnight added the enhancement New feature or request label Feb 15, 2022
@CJCrafter
Copy link
Member

This will go in the config.yml. Need to fix the

Reload_Guns_In_Inventory_After_Death:
  Enabled: <true/false> # false by default
  Requires_Group: NONE # Check the group of the player, required vault to be installed to work.
  Requires_Permission: NONE # Leave blank, or type 'NONE' to require no permission
  World_Blacklist: <true/false> # false by default
  World_List:
    - world_nether
    - world_the_end
  Weapon_Blacklist: <true/false>
  Weapon_List:
  - ak-47
  - m4a4

@DeeCaaD DeeCaaD added the good first issue Easy contribution if you are a DEV looking to join the team label Nov 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Easy contribution if you are a DEV looking to join the team
Projects
None yet
Development

No branches or pull requests

3 participants