mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-27 19:54:04 +00:00
Fixed //setbiome
This commit is contained in:
@@ -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();
|
||||||
|
Reference in New Issue
Block a user