openmultiplayer / openmultiplayer/open.mp

Add more ServerRules Feature. (For example: 'SortServerRules' function)

Open
#769 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
C++
Stars
641
Forks
208
PR merge metrics
No merged PRs in 30d

Description

Hello, I have a Feature request.
My ideas:

ServerRulesSortMethod
The ability to select a sorting method for rules based on a criterion, for example: alphabetical order or according to a custom-defined list.

SortServerRules
Sorting based on the method specified in the 'ServerRulesSortMethod'.
Alternatively, you can specify the method in 'SortServerRules'.

RemoveAllServerRules
For removing server rules, but with the option to specify which server rules to remove, either all of them or all except the default ones.
Example: RemoveAllServerRules(RemoveDefaultServerRules = false).

DisableDefaultServerRules
For disabling all default server rules.

Sorry for my bad english.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the ServerRules implementation and existing rule-management entry points. The request covers sorting, selective removal, and disabling default rules, but does not define the API shape or expected behavior. Done would require an agreed scope and implementation for the selected ServerRules features.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
backend, game-dev
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.