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 { object RulesAndInfo {
val RULES = arrayOf( val RULES = arrayOf(
"<col=ffffff>1. Basically just don't be an asshole</col>", "<col=ffffff>1. Basically just don't be an asshole</col>",
" -Spamming, serious harassment, and other disruptive behaviors", " -No spamming, harassment, or other disruptive behaviors",
" are not okay, and will be addressed appropriately.", " behaviors disruptive behaviors",
"<col=ffffff>1. Be respectful to your fellow players.</col>", "<col=ffffff>2. No exploitation of bugs.</col>",
" -No harassment, etc.",
" -Keep arguments private.",
"<col=ffffff>2. Do not exploit bugs.</col>",
" -Zero tolerance. Can result in account deletion.", " -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>", "<col=ffffff>3. Do not discuss or advertise.</col>",
" -Discussion of the live jagex games is fine.", " -Discussion of the live jagex games is fine.",
" -Discussion of open source projects 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>", "<col=ffffff>4. No unfair advantages.</col>",
" -No botting, autoclickers, AHKing, etc...", " -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 SEPARATOR = "<str> </str>"
val INFO = arrayOf( val INFO = arrayOf(