Skip to content

Commit 7fbc69e

Browse files
committed
chore: prepare release for v1.0
1 parent bd11520 commit 7fbc69e

3 files changed

Lines changed: 15 additions & 5 deletions

File tree

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,27 @@
1-
# The Hunters (`V0.3.1`) - [Spigot](https://www.spigotmc.org/resources/the-hunters.81065/)
1+
# The Hunters (`V1.0`) - [Spigot](https://www.spigotmc.org/resources/the-hunters.81065/)
22

33
A Minecraft mini-game has a target and 6 hunters.
44
The hunter's goal is to kill the target before it reaches the end and kills the ender dragon.
55

6-
The game is currently in **BETA** state and runs only in `Spigot/Craftbukkit 1.8.8` **only**.
6+
The game currently runs only in `Paper/Spigot/Craftbukkit 1.8.8` **only**.
77

88
> ⚠️ The game doesn't prevent the players from seeing `The End Credits`
99
>
1010
> So I recommend for you to use **PaperSpigot `1.8.8`**
1111
>
12-
> Also set `disable-end-credits` from the `paper.yml` to `false`
12+
> Also, you need to set `disable-end-credits` from the `paper.yml` to `true`
1313
1414
## Getting started
15+
- Download the plugin from [Github Releases](https://github.com/iHDeveloper/TheHunters/releases) or [Spigot](https://www.spigotmc.org/resources/the-hunters.81065/)
16+
- Run the server
17+
- The game is in **lobby** state. Run `/setlobbyspawn` to set the lobby
18+
- To switch to the **game** state. Run `/forcestart 10` to force starting the game in 10 seconds
19+
- Run `/setgamespawn` to set the location where players are going to be teleported when the game starts
20+
- Stop the server by doing `/stop`
21+
- Re-run the server again
22+
- The game will be ready to play! \o/
23+
24+
## Runs the game
1525
(Installs **Spigot** only not **PaperSpigot** in the server environment)
1626
- Run the server `./gradlew server`
1727

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ internal val buildTools = BuildTools(
3737

3838
allprojects {
3939
group = "me.ihdeveloper"
40-
version = "0.3.1"
40+
version = "1.0"
4141

4242
if (project != rootProject) {
4343
apply(plugin = "java")

src/main/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: TheHunters
2-
version: 0.1
2+
version: 1.0
33
author: iHDeveloper
44
main: me.ihdeveloper.thehunters.Main
55

0 commit comments

Comments
 (0)