Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-03 01:50:07 +01:00
Minors
- Typo fixes - updated jenkins download link
Dieser Commit ist enthalten in:
Ursprung
c04f99a720
Commit
2d8a2fc9c7
@ -14,7 +14,7 @@ It is available for Bukkit, Forge, Sponge and Nukkit.
|
|||||||
## Releases
|
## Releases
|
||||||
|
|
||||||
### - [**`> Download <`**](https://empcraft.com/fawe/download/)
|
### - [**`> Download <`**](https://empcraft.com/fawe/download/)
|
||||||
### - [**`> Jenkins <`**](https://ci.athion.net/job/FastAsyncWorldEdit/)
|
### - [**`> Jenkins <`**](https://ci.athion.net/job/FAWE-1.13/)
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
FAWE uses gradle to build
|
FAWE uses gradle to build
|
||||||
|
@ -87,7 +87,7 @@ public class DefaultMaskParser extends FaweParser<Mask> {
|
|||||||
return parseFromInput(char0 + "[" + input.substring(1) + "]", context);
|
return parseFromInput(char0 + "[" + input.substring(1) + "]", context);
|
||||||
}
|
}
|
||||||
if (char0 == '#') {
|
if (char0 == '#') {
|
||||||
throw new SuggestInputParseException(new NoMatchException("Unkown mask: " + full + ", See: //masks"), full,
|
throw new SuggestInputParseException(new NoMatchException("Unknown mask: " + full + ", See: //masks"), full,
|
||||||
() -> {
|
() -> {
|
||||||
if (full.length() == 1) return new ArrayList<>(dispatcher.getPrimaryAliases());
|
if (full.length() == 1) return new ArrayList<>(dispatcher.getPrimaryAliases());
|
||||||
return dispatcher.getAliases().stream().filter(
|
return dispatcher.getAliases().stream().filter(
|
||||||
|
@ -80,7 +80,7 @@ public class HashTagPatternParser extends FaweParser<Pattern> {
|
|||||||
return parseFromInput(char0 + "[" + input.substring(1) + "]", context);
|
return parseFromInput(char0 + "[" + input.substring(1) + "]", context);
|
||||||
}
|
}
|
||||||
if (char0 == '#') {
|
if (char0 == '#') {
|
||||||
throw new SuggestInputParseException(new NoMatchException("Unkown pattern: " + full + ", See: //patterns"), full,
|
throw new SuggestInputParseException(new NoMatchException("Unknown pattern: " + full + ", See: //patterns"), full,
|
||||||
() -> {
|
() -> {
|
||||||
if (full.length() == 1) return new ArrayList<>(dispatcher.getPrimaryAliases());
|
if (full.length() == 1) return new ArrayList<>(dispatcher.getPrimaryAliases());
|
||||||
return dispatcher.getAliases().stream().filter(
|
return dispatcher.getAliases().stream().filter(
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren