Disable rtp biomes

This commit is contained in:
kristoffer
2023-04-30 20:57:35 +02:00
parent 7c666ca114
commit e5e511d8c3
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ name: Create Release
on:
push:
tags:
- 'v*'
- '[0-9]+.[0-9]+.[0-9]+*'
jobs:
build-and-release:

View File

@@ -7,7 +7,7 @@
<groupId>me.SuperRonanCraft</groupId>
<artifactId>BetterRTP</artifactId>
<packaging>jar</packaging>
<version>3.6.8-2</version>
<version>3.6.8-3</version>
<!-- Upload patches to https://repo.ronanplugins.com/#/ -->

View File

@@ -3,7 +3,7 @@ package me.SuperRonanCraft.BetterRTP.player.commands;
import me.SuperRonanCraft.BetterRTP.player.commands.types.*;
public enum RTPCommandType {
BIOME(new CmdBiome()),
// BIOME(new CmdBiome()),
EDIT(new CmdEdit()),
HELP(new CmdHelp()),
INFO(new CmdInfo()),