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

Implement an option to set different Vault Fighters (#268). #271

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

BONNe
Copy link

@BONNe BONNe commented Apr 19, 2021

This code adds a new config that allows changing Vault Fighter names. It has 4 operational modes:

  • Mode.PLAYER - the player who started the vault will be a fighter.
  • Mode.ONLINE_PLAYERS - the random player from all online players will be a fighter.
  • Mode.WHITELIST - the random player from the server whitelist will be a fighter.
  • Mode.LIST - the random name from the given fighter list will be a fighter.

The Mode.LIST enables the FIGHTER_LIST option which can contain any names.

I understand that you do not accept Pull Requests and mostly working on the 2.0 version, however, I just wanted to get this working at least in my own version and share if someone wants to get it too.

This code adds a new config that allows changing Vault Fighter names. It has 4 operational modes:

- Mode.PLAYER - the player who started the vault will be a fighter.
- Mode.ONLINE_PLAYERS - the random player from all online players will be a fighter.
- Mode.WHITELIST - the random player from the server whitelist will be a fighter.
- Mode.LIST - the random name from the given fighter list will be a fighter.

The Mode.LIST enables the FIGHTER_LIST option which can contain any names.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant