Skip to content

Commit 171d335

Browse files
Merge pull request #473 from ViaVersion/master
Update dev branch for master changes
2 parents 8892110 + 8d35b00 commit 171d335

File tree

102 files changed

+406
-145
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+406
-145
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ jobs:
66
runs-on: ubuntu-22.04
77
steps:
88
- name: Checkout Repository
9-
uses: actions/checkout@v3
9+
uses: actions/checkout@v4
1010
- name: Validate Gradle Wrapper
1111
uses: gradle/wrapper-validation-action@v1
1212
- name: Set up JDK 8
13-
uses: actions/setup-java@v3
13+
uses: actions/setup-java@v4
1414
with:
1515
distribution: 'temurin'
1616
java-version: 8

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
runs-on: ubuntu-22.04
1212
steps:
1313
- name: Checkout Repository
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515
- name: Validate Gradle Wrapper
1616
uses: gradle/wrapper-validation-action@v1
1717
- name: Set up JDK 8
18-
uses: actions/setup-java@v3
18+
uses: actions/setup-java@v4
1919
with:
2020
distribution: 'temurin'
2121
java-version: 8

.idea/copyright/viarewind_gpl.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bukkit/src/main/java/com/viaversion/viarewind/BukkitPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of ViaRewind - https://github.com/ViaVersion/ViaRewind
3-
* Copyright (C) 2016-2023 ViaVersion and contributors
3+
* Copyright (C) 2018-2024 ViaVersion and contributors
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

bungee/src/main/java/com/viaversion/viarewind/BungeePlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of ViaRewind - https://github.com/ViaVersion/ViaRewind
3-
* Copyright (C) 2016-2023 ViaVersion and contributors
3+
* Copyright (C) 2018-2024 ViaVersion and contributors
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

common/src/main/java/com/viaversion/viarewind/ViaRewind.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of ViaRewind - https://github.com/ViaVersion/ViaRewind
3-
* Copyright (C) 2016-2023 ViaVersion and contributors
3+
* Copyright (C) 2018-2024 ViaVersion and contributors
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

common/src/main/java/com/viaversion/viarewind/ViaRewindConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of ViaRewind - https://github.com/ViaVersion/ViaRewind
3-
* Copyright (C) 2016-2023 ViaVersion and contributors
3+
* Copyright (C) 2018-2024 ViaVersion and contributors
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

common/src/main/java/com/viaversion/viarewind/api/ViaRewindConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of ViaRewind - https://github.com/ViaVersion/ViaRewind
3-
* Copyright (C) 2016-2023 ViaVersion and contributors
3+
* Copyright (C) 2018-2024 ViaVersion and contributors
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

common/src/main/java/com/viaversion/viarewind/api/ViaRewindPlatform.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of ViaRewind - https://github.com/ViaVersion/ViaRewind
3-
* Copyright (C) 2016-2023 ViaVersion and contributors
3+
* Copyright (C) 2018-2024 ViaVersion and contributors
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

common/src/main/java/com/viaversion/viarewind/api/minecraft/EntityModel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of ViaRewind - https://github.com/ViaVersion/ViaRewind
3-
* Copyright (C) 2016-2023 ViaVersion and contributors
3+
* Copyright (C) 2018-2024 ViaVersion and contributors
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)