Skip to content

Commit

Permalink
Update to 1.17
Browse files Browse the repository at this point in the history
Update to Version 1.17
  • Loading branch information
robert-beckley committed Jul 30, 2021
1 parent 11bd03e commit 07ca884
Show file tree
Hide file tree
Showing 27 changed files with 133 additions and 146 deletions.
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]

### Chnaged
- Updated Main and plugin jars to 1.17

## [1.0.1]

### Added
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/Hardcore/releases/tag/1.2
[1.0.1]: https://github.com/apexhosting/Hardcore/releases/tag/1.0.1
[1.0]: https://github.com/apexhosting/Hardcore/releases/tag/1.0
Binary file modified jar/gametype_boost.jar
Binary file not shown.
Binary file not shown.
Binary file modified plugins/Boost/boost.db
Binary file not shown.
112 changes: 64 additions & 48 deletions plugins/Boost/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,28 @@
# games:
# Arena1:
# name: '&aArena1'
# game_type: ELIMINATION
# ground: 64
# ceiling: -1
# return_to_start_at_ground: false
# target_dist: 150
# target_players: true
# countdown: 30
# min_players: 2
# max_players: 0
# auto_queue: true
# countdown_announce_time: 10
# requires_permission: false
# win_block: ''
# boost_block: REDSTONE_ORE
# gui_item: GLASS
# game_start:
# world: world
# x: 100
# y: 64
# z: 0
# spread: 4
# game_starts:
# Start1:
# world: world
# x: 100
# y: 64
# z: 0
# spread: 4
# game_loss:
# world: world
# x: 0
Expand Down Expand Up @@ -90,13 +94,6 @@ games:
min_players: 2
max_players: 0
auto_queue: true
game_start:
world: Boost_world
x: -88
y: 28
z: 5
spread: 4
yaw: 0
game_lobby:
world: Boost_world
x: -36
Expand All @@ -119,6 +116,14 @@ games:
countdown_announce_time: 10
ceiling: -1
requires_permission: false
game_starts:
Start1:
world: Boost_world
x: -88
y: 28
z: 5
spread: 4
yaw: 0
Arena2:
name: '&9Arena2'
ground: 4
Expand All @@ -133,13 +138,6 @@ games:
z: 36
yaw: 0
spread: 0
game_start:
world: Boost_world
x: 0
y: 147
z: 130
spread: 8
yaw: 0
game_loss:
world: Boost_world
x: -20
Expand All @@ -155,6 +153,14 @@ games:
- eco give %player% 100
- cr give to %player% RewardsCrate
- titlemanager message %player% &A&lVICTORY\n&E⚡&7Good Game&e⚡
game_starts:
Start1:
world: Boost_world
x: 0
y: 147
z: 130
spread: 8
yaw: 0
Arena3:
name: '&cArena3'
ground: 4
Expand All @@ -169,13 +175,6 @@ games:
z: 0
yaw: -90
spread: 0
game_start:
world: Boost_world
x: 74
y: 51
z: 2
spread: 2
yaw: 0
game_loss:
world: Boost_world
x: 84
Expand All @@ -190,6 +189,14 @@ games:
- eco give %player% 100
- cr give to %player% RewardsCrate
- titlemanager message %player% &A&lVICTORY\n&E⚡&7Good Game&e⚡
game_starts:
Start1:
world: Boost_world
x: 74
y: 51
z: 2
spread: 2
yaw: 0
Arena4:
name: '&2Arena4'
ground: 1
Expand All @@ -204,13 +211,6 @@ games:
z: -36
yaw: 180
spread: 0
game_start:
world: Boost_world
x: 0
y: 5
z: -79
spread: 4
yaw: 0
game_loss:
world: Boost_world
x: 0
Expand All @@ -228,6 +228,14 @@ games:
return_to_start_at_ground: false
boost_block: ''
gui_item: ''
game_starts:
Start1:
world: Boost_world
x: 0
y: 5
z: -79
spread: 4
yaw: 0
Arena5:
name: '&dArena5'
ground: -1
Expand All @@ -238,13 +246,6 @@ games:
auto_queue: true
countdown_announce_time: 10
requires_permission: false
game_start:
world: Boost_world
x: -120
y: 97
z: 120
yaw: -303
spread: 4
game_loss:
world: Boost_world
x: -120
Expand All @@ -264,6 +265,14 @@ games:
- cr give to %player% RewardsCrate
- titlemanager message %player% &A&lVICTORY\n&E⚡&7Good Game&e⚡
ceiling: 161
game_starts:
Start1:
world: Boost_world
x: -120
y: 97
z: 120
yaw: -303
spread: 4
Arena6:
name: '&7Arena6'
ground: 11
Expand All @@ -279,13 +288,6 @@ games:
gui_item: ''
countdown_announce_time: 10
win_commands: []
game_start:
world: Boost_world
x: 361
y: 47
z: -285
yaw: 89
spread: 0
game_lobby:
world: Boost_world
x: 287
Expand All @@ -300,6 +302,14 @@ games:
z: -285
yaw: -88
spread: 0
game_starts:
Start1:
world: Boost_world
x: 361
y: 47
z: -285
yaw: 89
spread: 0
win_commands:
daily:
first: []
Expand All @@ -318,3 +328,9 @@ other_commands:
allowed_commands:
- boost
- msg
particles:
boost: {}
hit: {}
boosted: {}
bar:
game_start_boost_delay: {}
6 changes: 3 additions & 3 deletions plugins/Boost/statsReset.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
day: 5
week: 10
month: 2
day: 6
week: 31
month: 6
Binary file not shown.
Binary file removed plugins/CrateReloaded-2.0.23.jar
Binary file not shown.
Binary file added plugins/CrateReloaded-2.0.24.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed plugins/Multiverse-Core-4.2.2.jar
Binary file not shown.
Binary file added plugins/Multiverse-Core-4.3.0.jar
Binary file not shown.
Binary file not shown.
Binary file added plugins/PlaceholderAPI-2.10.10.jar
Binary file not shown.
Binary file removed plugins/PlaceholderAPI-2.10.9.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed plugins/QuickBoard-4.4.1.jar
Binary file not shown.
10 changes: 0 additions & 10 deletions plugins/QuickBoard/config.yml

This file was deleted.

39 changes: 0 additions & 39 deletions plugins/QuickBoard/scoreboards/scoreboard.default.yml

This file was deleted.

Binary file removed plugins/TAB-2.8.10.jar
Binary file not shown.
Binary file added plugins/TAB_v2.9.2.jar
Binary file not shown.
Binary file removed plugins/TitleManager-2.3.3.jar
Binary file not shown.
Binary file added plugins/TitleManager-2.3.4.jar
Binary file not shown.
Loading

1 comment on commit 07ca884

@robert-beckley
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.