Skip to content

Commit

Permalink
Update Paintball to 1.18.1
Browse files Browse the repository at this point in the history
I am quite legitimately surprised this worked.
  • Loading branch information
robert-beckley committed Jan 10, 2022
1 parent b42f116 commit 3b767da
Show file tree
Hide file tree
Showing 49 changed files with 37,250 additions and 21,627 deletions.
20 changes: 19 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,20 @@

*.zip
banned-ips.json
banned-players.json
cache/*
commands.yml
eula.txt
*.yml
libraries/*
logs/*
ops.json
plugins/Essentials/usermap.csv
plugins/WorldEdit/.archive-unpack/*
usercache.json
versions/*
version_history.json
whitelist.json
world/advancements/*
world/playerdata/*
world/stats/*

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.

## 1.2

### Changed
- Updated to Minecraft 1.18.1

## 1.1

### Changed
Expand All @@ -11,5 +16,6 @@ All notable changes to this project will be documented in this file.
### Added
- Initial commit of pack to Github for version control

[1.2]: https://github.com/apexhosting/Parkour/releases/tag/1.2
[1.1]: https://github.com/apexhosting/Parkour/releases/tag/1.1
[1.0]: https://github.com/apexhosting/Parkour/releases/tag/1.0
10 changes: 8 additions & 2 deletions bukkit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# As you can see, there's actually not that much to configure without any plugins.
# For a reference for any variable inside this file, check out the Bukkit Wiki at
# https://www.spigotmc.org/go/bukkit-yml
#
#
# If you need help on this file, feel free to join us on irc or leave a message
# on the forums asking for advice.
#
#
# IRC: #spigot @ irc.spi.gt
# (If this means nothing to you, just go to https://www.spigotmc.org/go/irc )
# Forums: https://www.spigotmc.org/
Expand All @@ -24,6 +24,8 @@ settings:
deprecated-verbose: default
shutdown-message: Server closed
spawn-limits:
water-ambient: 20
water-underground-creature: 5
monsters: 70
animals: 10
water-animals: 15
Expand All @@ -32,6 +34,10 @@ chunk-gc:
period-in-ticks: 600
load-threshold: 0
ticks-per:
water-spawns: 1
water-ambient-spawns: 1
water-underground-creature-spawns: 1
ambient-spawns: 1
animal-spawns: 400
monster-spawns: 1
autosave: 6000
Expand Down
Binary file modified jar/gametype_paintball.jar
Binary file not shown.
Loading

0 comments on commit 3b767da

Please sign in to comment.