mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2025-02-21 15:01:29 +01:00
Merge branch 'master' into mc/1.12
This commit is contained in:
commit
381d68b685
@ -46,6 +46,9 @@ public Commands(SpongePlugin plugin) {
|
||||
public CommandSpec createRootCommand() {
|
||||
|
||||
CommandSpec debugCommand = CommandSpec.builder()
|
||||
.permission("bluemap.debug")
|
||||
.description(Text.of("Prints some debug info"))
|
||||
.extendedDescription(Text.of("Prints some information about how bluemap sees the blocks at and below your position"))
|
||||
.executor((source, args) -> {
|
||||
if (source instanceof Locatable) {
|
||||
Location<org.spongepowered.api.world.World> loc = ((Locatable) source).getLocation();
|
||||
|
Loading…
Reference in New Issue
Block a user