mirror of
https://github.com/PikaMug/Quests.git
synced 2025-01-03 06:57:58 +01:00
*Fixed typos
This commit is contained in:
parent
4df5af05a3
commit
64208e9aed
@ -342,7 +342,7 @@ public class CreateStagePrompt extends FixedSetPrompt implements ColorUtil {
|
||||
}
|
||||
|
||||
if (context.getSessionData(pref + CK.S_START_MESSAGE) == null) {
|
||||
text += PINK + "" + BOLD + "21 " + RESET + PURPLE + "- Start Mmessage " + GRAY + " (" + Lang.get("noneSet") + ")\n";
|
||||
text += PINK + "" + BOLD + "21 " + RESET + PURPLE + "- Start Message " + GRAY + " (" + Lang.get("noneSet") + ")\n";
|
||||
} else {
|
||||
text += PINK + "" + BOLD + "21 " + RESET + PURPLE + "- Start Message " + GRAY + "(" + AQUA + "\"" + context.getSessionData(pref + CK.S_START_MESSAGE) + "\"" + GRAY + ")\n";
|
||||
}
|
||||
|
@ -48,7 +48,7 @@ permissions:
|
||||
default: op
|
||||
quests.admin.takepoints:
|
||||
description: Take away a players Quest Points
|
||||
default:op
|
||||
default: op
|
||||
quests.admin.givepoints:
|
||||
description: Give a player Quest Points
|
||||
default: op
|
||||
|
Loading…
Reference in New Issue
Block a user