Open-source multiplayer game server compatible with the RuneScape client https://www.openrs2.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
openrs2/etc/config.example.yaml

39 lines
1.0 KiB

---
# The name of the game. All references to "RuneScape" are replaced with this
# string.
game: "OpenRS2"
# The name of the organisation running the game. All references to "Jagex" are
# replaced with this string.
operator: "OpenRS2"
# The game's domain name. All references to "runescape.com" are replaced with
# this string. It should, at a minimum, have `www` and `www-wtqa` hostnames.
domain: "openrs2.org"
# The world number.
world: 1
# The world server's hostname. A suggested naming scheme is
# `world<world>.<domain>` - for example, `world1.openrs2.org`. The default of
# `localhost` is only suitable for local testing.
hostname: "localhost"
# The world's ISO 3166-1 alpha-2 country code.
country: "GB"
# The world's activity. If the world does not have a special purpose, use a
# single hyphen.
activity: "-"
# Set to true to indicate this is a members world.
members: true
# Set to true to enforce the use of quick chat.
quick_chat: false
# Set to true to indicate this is a PvP world.
pvp: false
# Set to true to enable loot share.
loot_share: false