Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-03 01:50:07 +01:00
Merge remote-tracking branch 'origin/1.15' into 1.15
Dieser Commit ist enthalten in:
Commit
6e7cc2d2bc
@ -388,7 +388,7 @@ public class Settings extends Config {
|
|||||||
" - Downloads can be deleted by the user",
|
" - Downloads can be deleted by the user",
|
||||||
" - Supports clipboard uploads, downloads and saves",
|
" - Supports clipboard uploads, downloads and saves",
|
||||||
})
|
})
|
||||||
public String URL = "https://empcraft.com/fawe/";
|
public String URL = "https://athion.net/fawe/";
|
||||||
@Comment({
|
@Comment({
|
||||||
"The web interface for assets",
|
"The web interface for assets",
|
||||||
" - All schematics are organized and public",
|
" - All schematics are organized and public",
|
||||||
|
@ -36,7 +36,7 @@ public abstract class FaweMaskManager {
|
|||||||
return this.key;
|
return this.key;
|
||||||
}
|
}
|
||||||
|
|
||||||
public abstract FaweMask getMask(final Player player, MaskType type);
|
public FaweMask getMask(final Player player, MaskType type){ return null; }
|
||||||
|
|
||||||
public boolean isValid(FaweMask mask) {
|
public boolean isValid(FaweMask mask) {
|
||||||
return true;
|
return true;
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren