This repository was archived by the owner on Jan 12, 2022. It is now read-only.
Open
Conversation
Owner
|
I totally forgot this was still out there. I'm not sure if I should actually try merging it (I've made a bunch of changes in the past year) or just redo it. |
|
This is pretty interesting, a feature that I would like, as giving search terms to the nominations helps servers with huge map lists. Perhaps making it an addition to the nomination command instead (!nominate dust2). If there are multiple maps containing the search parameters then it will be added to a menu and sent to the client, however if 1 matches then it should just add the match to the nomination. This would be easier than remember a map called 'mg_some_custom_map_v3_hotfix_a1' and have to type it out fully in order to add it to the nominations. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Integrated logic from my nomgrep plugin. Allows players to filter the nomination list by sub string. For example typing
!nomsearch koth_would generate a list of all koth maps on the server. Or if you know you want to play koth_ashville, but are unsure of what version is on the server you can type!nomsearch ashto filter the menu by all maps containing "ash". This is great for servers that have huge map lists and you don't want to press 9 a bunch of times to get to the map you want.