Skip to content

Commit

Permalink
✨ installation tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
b8daniel authored Aug 29, 2022
1 parent f157a5a commit 4f223bc
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# I N S T A L L

1. setup a 1.19 spigot/paper server (e. g. from papermc.net)
1. put the plugin in the plugins folder
1. copy your paintball-arena world into the server's folder
1. rename the world folder to "arena"
1. restart the server
1. use the `/paintball teamspawn set` command to set the spawns for the teams
1. the game will start as soon as the minimum amout of players (`/paintball minplayers`) is online
1. (optional) tweak values in the config, reload it with `/paintball reloadConfig`

# C O N F I G • D E S C R I P T I O N S

Expand Down Expand Up @@ -48,4 +57,4 @@
# U S E F U L • C O M M A N D S

- `/data modify entity @e[type=minecraft:item,limit=1,sort=nearest] Item.tag.PublicBukkitValues."paintball:gun"."paintball:spray" set value 0.1`
- `/data get entity @e[type=minecraft:item,limit=1,sort=nearest] Item.tag.PublicBukkitValues."paintball:gun"`
- `/data get entity @e[type=minecraft:item,limit=1,sort=nearest] Item.tag.PublicBukkitValues."paintball:gun"`

0 comments on commit 4f223bc

Please sign in to comment.