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: on:
push: push:
tags: tags:
- 'v*' - '[0-9]+.[0-9]+.[0-9]+*'
jobs: jobs:
build-and-release: build-and-release:

View File

@@ -7,7 +7,7 @@
<groupId>me.SuperRonanCraft</groupId> <groupId>me.SuperRonanCraft</groupId>
<artifactId>BetterRTP</artifactId> <artifactId>BetterRTP</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>3.6.8-2</version> <version>3.6.8-3</version>
<!-- Upload patches to https://repo.ronanplugins.com/#/ --> <!-- 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.*; import me.SuperRonanCraft.BetterRTP.player.commands.types.*;
public enum RTPCommandType { public enum RTPCommandType {
BIOME(new CmdBiome()), // BIOME(new CmdBiome()),
EDIT(new CmdEdit()), EDIT(new CmdEdit()),
HELP(new CmdHelp()), HELP(new CmdHelp()),
INFO(new CmdInfo()), INFO(new CmdInfo()),