Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-07 20:10:06 +01:00
Fixed //setbiome
Dieser Commit ist enthalten in:
Ursprung
f94093239f
Commit
7dcf8f5a45
@ -178,7 +178,7 @@ public class BiomeCommands {
|
|||||||
@Logging(REGION)
|
@Logging(REGION)
|
||||||
@CommandPermissions("worldedit.biome.set")
|
@CommandPermissions("worldedit.biome.set")
|
||||||
public void setBiome(Player player, LocalSession session, EditSession editSession,
|
public void setBiome(Player player, LocalSession session, EditSession editSession,
|
||||||
BiomeType target,
|
@Arg(desc = "Biome type.") BiomeType target,
|
||||||
@Switch(name = 'p', desc = "Use your current position")
|
@Switch(name = 'p', desc = "Use your current position")
|
||||||
boolean atPosition) throws WorldEditException {
|
boolean atPosition) throws WorldEditException {
|
||||||
World world = player.getWorld();
|
World world = player.getWorld();
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren