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

[Rules] Add World:Rules Rule #4194

Merged
merged 3 commits into from Mar 23, 2024
Merged

[Rules] Add World:Rules Rule #4194

merged 3 commits into from Mar 23, 2024

Conversation

Kinglykrab
Copy link
Contributor

Notes

  • Adds World:Rules rule to take the place of the variables table value.

# Notes
- Adds `World:Rules` rule to take the place of the variables table value.
@@ -329,6 +329,7 @@ RULE_BOOL(World, UseItemLinksForKeyRing, false, "Uses item links for Key Ring Li
RULE_BOOL(World, UseOldShadowKnightClassExport, true, "Disable to have Shadowknight show as Shadow Knight (live-like)")
RULE_STRING(World, IPExemptionZones, "", "Comma-delimited list of zones to exclude from IP-limit checks. Empty string to disable.")
RULE_STRING(World, MOTD, "", "Server MOTD sent on login, change from empty to have this be used instead of variables table 'motd' value")
RULE_STRING(World, Rules, "", "Server Rules, change from empty to have this be used instead of variables table 'rules' value, lines are pipe (|) separated, example: A|B|C")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Newlines should be terminated by something a little more standard such as \n, but I understand that | was in place here prior

@Akkadius Akkadius merged commit 8826d7b into master Mar 23, 2024
2 checks passed
@Akkadius Akkadius deleted the rules/world_rules branch March 23, 2024 05:01
@Akkadius Akkadius mentioned this pull request Mar 23, 2024
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.

None yet

2 participants