fixed/modified rules menu

This commit is contained in:
Emo 2025-03-04 10:10:05 -05:00
parent d596772b91
commit 64940b00da

View File

@ -8,21 +8,18 @@ import core.game.interaction.InterfaceListener
object RulesAndInfo {
val RULES = arrayOf(
"<col=ffffff>1. Basically just don't be an asshole</col>",
" -Spamming, serious harassment, and other disruptive behaviors",
" are not okay, and will be addressed appropriately.",
"<col=ffffff>1. Be respectful to your fellow players.</col>",
" -No harassment, etc.",
" -Keep arguments private.",
"<col=ffffff>2. Do not exploit bugs.</col>",
" -No spamming, harassment, or other disruptive behaviors",
" behaviors disruptive behaviors",
"<col=ffffff>2. No exploitation of bugs.</col>",
" -Zero tolerance. Can result in account deletion.",
" -If you discover a bug, report it to Emo or other admins.",
" -If you discover a bug, report it to Emo/admins.",
"<col=ffffff>3. Do not discuss or advertise.</col>",
" -Discussion of the live jagex games is fine.",
" -Discussion of open source projects is fine.",
" -Advertising of non-open source RSPSs is not okay.",
" -No advertising of non-open source RSPSs.",
"<col=ffffff>4. No unfair advantages.</col>",
" -No botting, autoclickers, AHKing, etc...",
" -Again, basically just don't be an asshole."
" -Again, just don't be an asshole."
)
val SEPARATOR = "<str> </str>"
val INFO = arrayOf(