mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
Replaced some discord references with forums
This commit is contained in:
parent
89bcf30746
commit
2fa08e38c6
3 changed files with 3 additions and 3 deletions
|
|
@ -361,7 +361,7 @@
|
|||
"Guthiiiiiiiiiiiiiiiiiiiiiiiiiiiiiixxx!!!!!!",
|
||||
"530 gang for life",
|
||||
"@name, have you read the rules?",
|
||||
"@name, have you checked out the Discord?",
|
||||
"@name, have you checked out the forums?",
|
||||
"why are the leprechauns moving?",
|
||||
"I am beyond the point of no return!",
|
||||
"Nothin' personnel, kid.",
|
||||
|
|
|
|||
|
|
@ -250,7 +250,7 @@ public class FishbowlPlugin extends OptionHandler {
|
|||
|
||||
Item fish = RandomFunction.rollWeightedChanceTable(fishChance);
|
||||
player.getInventory().add(fish);
|
||||
String msg = "[ REPORT BUG ON DISCORD ]";
|
||||
String msg = "[ REPORT BUG ON GITLAB ]";
|
||||
switch(fish.getId()) {
|
||||
case FISHBOWL_BLUE:
|
||||
msg = "Bluefish";
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ object RulesAndInfo {
|
|||
)
|
||||
val SEPARATOR = "<str> </str>"
|
||||
val INFO = arrayOf(
|
||||
"<col=6bcdfa>To join our Discord, type ::discord</col>"
|
||||
"<col=6bcdfa>Join the forums! forum.2009scape.org </col>"
|
||||
)
|
||||
|
||||
@JvmStatic
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue