mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-11 17:10:21 -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!!!!!!",
|
"Guthiiiiiiiiiiiiiiiiiiiiiiiiiiiiiixxx!!!!!!",
|
||||||
"530 gang for life",
|
"530 gang for life",
|
||||||
"@name, have you read the rules?",
|
"@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?",
|
"why are the leprechauns moving?",
|
||||||
"I am beyond the point of no return!",
|
"I am beyond the point of no return!",
|
||||||
"Nothin' personnel, kid.",
|
"Nothin' personnel, kid.",
|
||||||
|
|
|
||||||
|
|
@ -250,7 +250,7 @@ public class FishbowlPlugin extends OptionHandler {
|
||||||
|
|
||||||
Item fish = RandomFunction.rollWeightedChanceTable(fishChance);
|
Item fish = RandomFunction.rollWeightedChanceTable(fishChance);
|
||||||
player.getInventory().add(fish);
|
player.getInventory().add(fish);
|
||||||
String msg = "[ REPORT BUG ON DISCORD ]";
|
String msg = "[ REPORT BUG ON GITLAB ]";
|
||||||
switch(fish.getId()) {
|
switch(fish.getId()) {
|
||||||
case FISHBOWL_BLUE:
|
case FISHBOWL_BLUE:
|
||||||
msg = "Bluefish";
|
msg = "Bluefish";
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ object RulesAndInfo {
|
||||||
)
|
)
|
||||||
val SEPARATOR = "<str> </str>"
|
val SEPARATOR = "<str> </str>"
|
||||||
val INFO = arrayOf(
|
val INFO = arrayOf(
|
||||||
"<col=6bcdfa>To join our Discord, type ::discord</col>"
|
"<col=6bcdfa>Join the forums! forum.2009scape.org </col>"
|
||||||
)
|
)
|
||||||
|
|
||||||
@JvmStatic
|
@JvmStatic
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue