mirror of
https://github.com/RonanPlugins/BetterRTP.git
synced 2026-04-23 16:48:05 +00:00
Disable rtp biomes
This commit is contained in:
2
.github/workflows/create-release.yml
vendored
2
.github/workflows/create-release.yml
vendored
@@ -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:
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@@ -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/#/ -->
|
||||||
|
|
||||||
|
|||||||
@@ -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()),
|
||||||
|
|||||||
Reference in New Issue
Block a user