Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
BLANK_CONFIG |
"{}\n" |
protected static final String |
COMMENT_PREFIX |
"# " |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
SER_KEY |
"$serkey" |
public static final String |
SER_VALUE |
"$serval" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
PERMISSION |
"triggerreactor.admin" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final char |
CHECK |
10003 |
protected static final char |
PENCIL |
9998 |
protected static final char |
X |
10008 |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
LARGEST |
"Largest" |
protected static final String |
SMALLEST |
"Smallest" |
protected static final String |
SYNC |
"Sync" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CANDIDATES |
"candidates" |
public static final String |
HINT |
"hint" |
public static final String |
TABS |
"tabs" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ITEMS |
"Items" |
public static final String |
SIZE |
"Size" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
MAXSIZE |
54 |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
TRIGGER |
"trigger" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
BREAK |
2 |
public static final int |
CONTINUE |
3 |
public static final int |
STOP |
0 |
public static final int |
WAIT |
1 |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
ID |
"triggerreactor" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final char |
JAR_SEPARATOR |
47 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
USAGE |
"&dIn edit mode, you cannot receieve any message from the other users. You can type &6save &dor &6exit &dany time to escape from the edit mode. If the code is more than one line, you can go up or down by typing &6u &dor &6d. &dWhen you are doing so, you can provide number of lines to skip. (for example, &6d 10 &dwill move down 10 lines). If you don\'t provide the number, the default value 1 will be used instead. &6il &dto insert a new line and &6dl &dto delete current line. Look for &c<< &d sign to see where you are currently at. You can also &6type anything and press Tab key &dto copy the code where the cursor is pointing. Because of how minecraft client is made, you need to specify space with &6^ to insert spaces. For example, you might can add four spaces before the code like this: &6^^^^#MESSAGE \"HI\" &dAlso, if you want to copy current line to the command prompt, &6type anything on the prompt and press tab&d. &aNow enter anything to continue..." |