Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] bleeding from CloudburstMC:master #2

Open
wants to merge 271 commits into
base: bleeding
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
271 commits
Select commit Hold shift + click to select a range
d063058
Block damaged items duplication (#1488)
PetteriM1 Aug 5, 2021
a00089c
Patch beacon dupe (#1880)
PetteriM1 Aug 5, 2021
51cc75d
Fix rare server crash from hack clients trying to connect (#1881)
Sleepybear Aug 7, 2021
564da45
Ignore packets before player has logged in (#1883)
PetteriM1 Aug 8, 2021
c2ca2ad
Fix breakTime calculations if the wrong tool is used with efficiency.…
Vrekt Aug 20, 2021
06d3875
Add ItemSpyglass (#1889)
lt-name Aug 20, 2021
0d6a1ac
Make Enchantment Lure actually do something (#1882)
wellwhz Aug 21, 2021
2a49007
Fix fire aspect and knockback (#1862)
PetteriM1 Aug 21, 2021
f77abc5
Verify EmotePacket entity id & ignore if player is not spawned (#1891)
PetteriM1 Aug 26, 2021
fc4a5e8
Red sand block color (#1890)
PetteriM1 Aug 26, 2021
f5f3c7d
EnchantCommand: Make enchantment name non case sensitive (#1892)
PetteriM1 Aug 26, 2021
c29dbf4
fixed that providerClass is null (#1884)
EinBexiii Aug 26, 2021
7a3ed83
Add toString methods to EntityData for debugging
SupremeMortal Aug 30, 2021
4284b21
Fix json-smart dependency issue
SupremeMortal Aug 31, 2021
6cc476d
Update EntityMetadata.java (#1895)
PetteriM1 Sep 3, 2021
48c200a
EntityFishingHook: Override createAddEntityPacket instead of spawnTo …
PetteriM1 Sep 8, 2021
2a8b68b
Fix end crystal item displaying as glow berries (#1898)
PetteriM1 Sep 8, 2021
d0ad791
Improvements for trident (#1893)
PetteriM1 Sep 8, 2021
af68ff1
Add support for 1.17.30 (#1899)
PetteriM1 Sep 22, 2021
9fda1f5
Update MoveEntityDeltaPacket.java (#1876)
zzz1999 Sep 30, 2021
b7cbe90
Update Sound enum to 1.17.30 (#1904)
wode490390 Sep 30, 2021
ef5a21c
Bump protocol version to 471 (1.17.40) (#1907)
PetteriM1 Oct 20, 2021
fbf7496
add headYaw field (#1905)
zzz1999 Oct 21, 2021
87ea361
Skulls should not take damage on hit
PetteriM1 Oct 27, 2021
3ac9f28
Fix boat behavior (#1911)
wode490390 Oct 30, 2021
167b7e9
Call EntityCombustByEntityEvent in EntityProjectile (#1912)
wode490390 Oct 31, 2021
7f03dbc
Make falling anvil deal damage (#1913)
PetteriM1 Nov 3, 2021
812bfee
Fix power enchantment (#1910)
wode490390 Nov 3, 2021
ee49a2a
Falling anvil: do not reset fall distance before dealing damage to en…
PetteriM1 Nov 3, 2021
29c2a36
Minor fixes for enchant command (#1915)
PetteriM1 Nov 23, 2021
1ee150c
Fix resource pack downloading (#1916)
wode490390 Nov 26, 2021
9455daa
Initial 1.18.0 Support (#1917)
EinBexiii Nov 30, 2021
6f9ad99
Update log4j2 (#1920)
PetteriM1 Dec 9, 2021
53bef97
Update runtime item states to 1.18 (#1921)
Kazzuk Dec 9, 2021
1b7045a
Use log4j2 release (#1923)
PetteriM1 Dec 10, 2021
e3626ae
Update Jenkinsfile
SupremeMortal Dec 11, 2021
250b692
Update Sound enum to 1.18.0 (#1924)
wode490390 Dec 11, 2021
4857ca2
Bump log4j from 2.15.0 to 2.16.0 (#1927)
dependabot[bot] Dec 14, 2021
0ce8bb4
Fix Bossbar color (#1925)
KCodeYT Dec 15, 2021
08ba1b1
Fix Player#getDummyBossBar javadoc (#1928)
KCodeYT Dec 15, 2021
97d85cd
Fix jenkins artifacts
SupremeMortal Dec 15, 2021
7a08140
Fix Jenkins artifact archiving
SupremeMortal Dec 15, 2021
4e7b23b
Update RakNet to 1.16.28-SNAPSHOT
SupremeMortal Dec 18, 2021
9805a37
Bump log4j-api from 2.16.0 to 2.17.0 (#1931)
dependabot[bot] Dec 18, 2021
7774e6c
Fix player data properties being sent twice (#1935)
PetteriM1 Dec 22, 2021
5ae5228
Send normal data flags with extended flags (#1937)
PetteriM1 Dec 22, 2021
12a2d3f
Item Net ID (#1933)
PetteriM1 Dec 22, 2021
4451117
Make player movement more accurate (#1936)
PetteriM1 Dec 22, 2021
e5d3287
Fixed maximum message size limits to match vanilla (#1938)
wode490390 Dec 28, 2021
5c6d80d
Cornflower and Lily of the Valley can now be generated in flower fore…
wode490390 Jan 2, 2022
1ed5cf6
Update Log4j to 2.17.1 (#1939)
kheshav Jan 2, 2022
eff1b5c
All ground vegetation can now be placed on Mycelium (#1942)
wode490390 Jan 2, 2022
bd90fe5
Cobblestone can now be used to repair stone items on an Anvil (#1944)
wode490390 Jan 2, 2022
ccde818
Enchantment tables now emit a light level of 7 (#1940)
wode490390 Jan 2, 2022
b5c8527
Add new sound events (#1946)
wode490390 Jan 2, 2022
0840b99
Shulker Boxes now drop their contents when destroyed as an item (#1945)
wode490390 Jan 2, 2022
84285e3
Dye can now be used to change the color of sign text (#1943)
wode490390 Jan 2, 2022
1d55f5d
Patch some exploits (#1948)
PetteriM1 Jan 13, 2022
9bb1a55
isLevelGenerated: allow custom path (#1949)
PetteriM1 Jan 13, 2022
c274cd5
Update lang (#1947)
PetteriM1 Jan 13, 2022
a8690b7
Fix all name tags getting removed when one is used + check for advent…
PetteriM1 Jan 14, 2022
886805f
Patch more exploits (#1951)
PetteriM1 Jan 21, 2022
ccb0bba
Enable Multi-Release in jar manifest (#1953)
Kamillaova Jan 27, 2022
edc5adf
Improve redstone performance (#1954)
PetteriM1 Feb 1, 2022
0c07a16
Fix EntityLink desync issues (#1919)
wode490390 Feb 2, 2022
3b7604d
Limit which AnimationPacket actions can be broadcasted (#1961)
hax0r31337 Feb 7, 2022
3d38fbc
Packed ice is not transparent, fix ladder placement (#1957)
PetteriM1 Feb 7, 2022
07bf03e
Allow difficulty to be changed from in game settings (#1955)
PetteriM1 Feb 7, 2022
84be206
Add support for 1.18.10 (#1962)
Alemiz112 Feb 9, 2022
de9202a
1.18.10 vanilla: Use fire damage game rule for magma block damage (#1…
PetteriM1 Feb 9, 2022
8556f94
Fixes for skin data & in game changing (#1958)
PetteriM1 Feb 9, 2022
9ee43b2
Allow pressure plates to be placed on fences (#1964)
PetteriM1 Feb 10, 2022
215de61
Add record otherside (#1965)
wode490390 Feb 13, 2022
b60fbf2
Implement Glow Ink Sac (#1966)
wode490390 Feb 13, 2022
c78b651
Fix CCE caused by Kill command (#1969)
wode490390 Mar 8, 2022
8a276f8
Fix Activator Rail duplication (#1970)
wode490390 Mar 14, 2022
a455a20
Implement form window handlers, instead of using an event (#1972)
KCodeYT Mar 28, 2022
076fcd6
Fix invalid painting motive (#1974)
wode490390 Apr 19, 2022
efb15c7
Correct entity spawn position (#1973)
wode490390 Apr 19, 2022
5a48d2c
Add support for 1.18.30 (#1976)
Alemiz112 Apr 20, 2022
1c2a150
Update command parameter types (#1980)
wode490390 Apr 23, 2022
c4df60b
Stop action when PlayerDropItemEvent is cancelled (#1978)
EinBexiii May 5, 2022
cb7c225
Fix block collision (#1983)
wode490390 May 6, 2022
3967db1
ItemSpiderEye extends ItemEdible (#1984)
PetteriM1 May 6, 2022
a8457e7
Update 1.18.30 hunger value calculation value (#1985)
lt-name May 18, 2022
8f1234c
Bump gson from 2.8.6 to 2.8.9 (#1987)
dependabot[bot] May 20, 2022
e3757c6
Gamemode check for snow layer onActivate (#1988)
kaniteru Jun 2, 2022
fcfd286
Update legacy_item_ids.json (#1990)
PetteriM1 Jun 2, 2022
18b6613
Fix block drops (#1992)
wode490390 Jun 4, 2022
4434516
Fix duplicate redstone update (#1993)
wode490390 Jun 4, 2022
1c39c6b
/kill should not deal damage to a player in creative mode (#1991)
wode490390 Jun 4, 2022
0f2d0d4
Improve redstone wire placement (#1994)
PetteriM1 Jun 6, 2022
50387c3
Minimum protocol changes for 1.19.0 (#1999)
PetteriM1 Jun 7, 2022
5cb6023
Implement toast notifications (#2002)
JoseLuisHD Jun 10, 2022
51091db
Fix client chunk height (#2006)
wode490390 Jun 10, 2022
d9e456a
Implement PlayerExperienceChangeEvent (#1998)
KCodeYT Jun 10, 2022
7a004ee
Add Darkness effect (#2008)
wode490390 Jun 10, 2022
e798bac
Add the Swift Sneak enchantment (#2009)
wode490390 Jun 10, 2022
4906212
Fix firework entity data (#1989)
wode490390 Jun 13, 2022
7d45415
Update data and magic numbers (#2015)
wode490390 Jun 13, 2022
30c1a51
Fix client inventory transaction mismatch issues (#2013)
wode490390 Jun 13, 2022
1ca93cd
Register vanilla block and than nukkit overloads (#2012)
Alemiz112 Jun 13, 2022
e28fd9b
Make ItemBlock.getBlock() return a cloned block (#1995)
wode490390 Jun 13, 2022
339bae9
Update AdventureSettings (#1997)
wode490390 Jun 13, 2022
735c8b2
Fix spectator collision (#2007)
wode490390 Jun 13, 2022
63adf55
Fix Firework Star recipes (#2016)
wode490390 Jun 18, 2022
b2036c6
Fix interactive tag text (#2017)
wode490390 Jun 19, 2022
e8694c2
Food can be eaten on peaceful difficulty (#2019)
wode490390 Jun 20, 2022
51ada20
Add missing entities (#2023)
Kazzuk Jul 16, 2022
42da937
Start working on server auth stuff
Alemiz112 Jul 14, 2022
85c7000
Add support for 1.19.10 (#2022)
Alemiz112 Jul 17, 2022
ab48104
Remove IterableThreadLocal (#2027)
SupremeMortal Jul 17, 2022
4833af1
Merge branch 'master' into feature/server-auth
Alemiz112 Jul 24, 2022
d6442ad
Implement server auth block breaking
Alemiz112 Jul 24, 2022
e8b45df
Improve movement handling
Alemiz112 Jul 24, 2022
8a14c34
Implement server authenticated movement & block breaking (#2030)
Alemiz112 Aug 7, 2022
b391d4d
1.19.20 (544) (#2034)
PetteriM1 Aug 10, 2022
90ffdb6
ServerAuthMovementMode is serialized as a VarInt (#2037)
Alemiz112 Aug 15, 2022
9739275
Fix type when getting chunk pos (#2039)
Alemiz112 Aug 15, 2022
40701a1
1.19.21 support
SupremeMortal Aug 23, 2022
0543ac0
Fix swimming, sprinting, sneaking & gliding (#2045)
PetteriM1 Sep 10, 2022
dd7f90f
Remove duplicated input action action handling (#2046)
PetteriM1 Sep 10, 2022
29e13ca
Fix player block collisions (#2049)
PetteriM1 Sep 19, 2022
b279b2f
BlockEnderChest getName (#2055)
PetteriM1 Sep 20, 2022
e4be04a
Ink Sack should be Ink Sac (#2051)
PetteriM1 Sep 20, 2022
b83825a
Cake can be eaten on creative & peaceful difficulty (#2053)
PetteriM1 Sep 20, 2022
88c9e62
Protection doesn't protect from hunger damage & not everything damage…
PetteriM1 Sep 20, 2022
cb56f04
Elytra isArmor & canEnchantItem (#2054)
PetteriM1 Sep 22, 2022
1709c30
Update some block colors (#2050)
PetteriM1 Sep 22, 2022
8af645a
Lava does set an entity on fire only for 8 seconds (#2052)
PetteriM1 Sep 22, 2022
855afc6
Let projectiles break minecarts & boats (#2058)
PetteriM1 Sep 24, 2022
98188b9
Add support for MCBE 1.19.30 (#2048)
Alemiz112 Sep 24, 2022
785661e
Bump snakeyaml from 1.26 to 1.31 (#2047)
dependabot[bot] Sep 24, 2022
99ac634
Update Sound enum to 1.19.30 (#2061)
wode490390 Sep 28, 2022
afaaa4c
Fix fly/walk speed (#2064)
PetteriM1 Sep 29, 2022
b595a4a
Fix cloned packets sharing same buffer (#2069)
Alemiz112 Oct 21, 2022
2812e74
Each Minecart variant now drops itself as a single item when broken (…
wode490390 Oct 21, 2022
a38b71b
Protocol 557 (#2070)
PetteriM1 Oct 26, 2022
0844f6c
Fishing: drop the xp (#2067)
PetteriM1 Oct 26, 2022
8874333
EnchantCommand: Fix wrong IDs of aqua_affinity and depth_strider (#2066)
PetteriM1 Oct 26, 2022
648a429
Make sure updateFoodExpLevel calculations won't affect nextChunkOrder…
PetteriM1 Oct 26, 2022
e9a7d18
teleportImmediate: don't close permanent inventories + update boss ba…
PetteriM1 Oct 31, 2022
8328ef0
Fix the problem that the boat suddenly sinks when the player gets on …
Nov 7, 2022
cbace3d
Revert "Fix the problem that the boat suddenly sinks when the player …
PetteriM1 Nov 10, 2022
bd9d330
Implement native resource pack encryption support (#2072)
alvin0319 Nov 10, 2022
70498ea
properly set up a docker volume and use it in docker-compose (#2076)
siom79 Nov 22, 2022
59e3f66
1.19.50 (#2078)
PetteriM1 Nov 30, 2022
2dae9a1
Update mapDeviceOSToString (#2003)
PetteriM1 Jan 4, 2023
29f4d16
A fix for Player addMovement (#1982)
PetteriM1 Jan 4, 2023
0d4e1c2
Bucket of Axolotl + Bucket of Tadpoles + Option to disable fish spawn…
PetteriM1 Jan 4, 2023
9d57000
Bump snakeyaml from 1.31 to 1.32 (#2080)
dependabot[bot] Jan 4, 2023
42e1c8f
Fix dropped item gravity in water (#2082)
PetteriM1 Jan 13, 2023
533ee0f
update com.google.guava:guava 21.0 to 30.0-jre (#2086)
wjl110 Jan 24, 2023
7471f45
Fix foodSaturationLevel tag (#2087)
wode490390 Jan 24, 2023
5c8eed5
Fix PlayerMoveEvent trigger (#2089)
lt-name Feb 5, 2023
4addec7
Fix typo in deprecated verbose
RobaCZ Feb 6, 2023
c19e7f4
Merge pull request #2090 from RobaCZ/master
Kazzuk Feb 6, 2023
17e4710
1.19.60 (#2091)
PetteriM1 Feb 9, 2023
c779f53
Update Sound enum and ParticleEffect enum to 1.19.60 (#2093)
wode490390 Feb 14, 2023
6770b0d
implement cause to EntityTeleportEvent (#2094)
Josscoder Feb 16, 2023
f990783
1.19.62 (#2096)
PetteriM1 Feb 20, 2023
57a1468
Add monster egg stone & emerald to extreme hills generator (#2084)
PetteriM1 Feb 20, 2023
1eca7eb
Cactus should grow one block at once (#2083)
PetteriM1 Feb 20, 2023
4a5b640
Fix SPEED_II duration (#2097)
lt-name Feb 22, 2023
417b41c
Protocol 568 (#2098)
PetteriM1 Feb 24, 2023
20d060d
Fix building
SupremeMortal Feb 25, 2023
a812b3e
Switch over to Gradle
SupremeMortal Feb 25, 2023
718d635
Update build steps and remove pom.xml
SupremeMortal Feb 25, 2023
4430036
Use correct deploy variables
SupremeMortal Feb 25, 2023
7ed4094
Fix classifier clashing
SupremeMortal Feb 25, 2023
bca8b13
Fix BlockBreakEvent cancel problem
lt-name Feb 26, 2023
091c595
formatting
lt-name Feb 26, 2023
e9a7d82
Add back Javadocs
SupremeMortal Feb 26, 2023
7b9a9ec
Use Azul JDK 8 for better CPU compatibility
SupremeMortal Mar 12, 2023
76d2313
Remove specific vendor
SupremeMortal Mar 12, 2023
6118fde
1.19.70
lt-name Mar 15, 2023
af86896
Add missing wool block identifiers
PetteriM1 Mar 17, 2023
84e1d19
Update Dockerfile
Lssg97 Mar 26, 2023
9879817
Update Sound enum to 1.19.70
wode490390 Mar 30, 2023
a3becad
1.19.80 (#2110)
PetteriM1 Apr 30, 2023
150ee4f
Fix spectators falling through world
PetteriM1 May 20, 2023
b836d4d
Merge pull request #2113 from PetteriM1/spectator
Kazzuk May 20, 2023
fc076e8
Fix redstone activation on trapdoor setting the wrong bit (#2115)
PetteriM1 May 23, 2023
859aa11
Add 1.20.0 support (#2118)
Kazzuk Jun 9, 2023
7f0fd0d
Help command is added by client, don't send it (#2120)
PetteriM1 Jun 18, 2023
8d318cf
Fix creative items (#2121)
PetteriM1 Jun 18, 2023
a97a353
Fix inventoryOpen being set even if InventoryOpenEvent is cancelled (…
PetteriM1 Jun 19, 2023
541177f
Add new particle effect (#2122)
wode490390 Jun 22, 2023
6c042e7
Fix beetroot soup item max stack size (#2126)
PetteriM1 Jun 26, 2023
b555909
Send DeathInfoPacket (#2128)
PetteriM1 Jun 26, 2023
2ee2dba
Support `@s` command target (#2129)
PetteriM1 Jun 27, 2023
4e3cb08
Fixing the field of view issue (#2116)
lt-name Jul 3, 2023
0a157a4
Add missing carpet id mappings
PetteriM1 Jul 5, 2023
fcea1c4
README: Use UDP port in Docker command (#2131)
Awhiteweb Jul 8, 2023
a453fb9
The boat cannot be placed under the surface of the water (#2101)
lt-name Jul 8, 2023
022d046
Merge pull request #2132 from PetteriM1/PetteriM1-patch-43
Kazzuk Jul 8, 2023
405d075
List some missing block & item IDs (#2133)
PetteriM1 Jul 8, 2023
a434622
Encryption & batching threshold (#2127)
PetteriM1 Jul 8, 2023
a466e88
Ignore isResponse in removeWindow for now (#2124)
PetteriM1 Jul 8, 2023
9f1eb25
Call EntityExplosionPrimeEvent for end crystal explosion (#2004)
PetteriM1 Jul 8, 2023
342f919
1.20.10 (#2135)
PetteriM1 Jul 12, 2023
ff4b69d
Fix incorrect position in some block id checks (#2136)
PetteriM1 Jul 18, 2023
06f7925
Fix the problem that the totem animation is not displayed (#2137)
lt-name Jul 23, 2023
3a17f94
Add plugin name to missing dependency error (#2138)
PetteriM1 Jul 29, 2023
9a84110
Implement delimiter for plugin authors in the version command (#2139)
xxFLORII Jul 30, 2023
10502df
1.20.30 (#2146)
PetteriM1 Sep 19, 2023
72dd024
Correctly pass reason on to PlayerKickEvent (#2153)
richardletshacks Oct 22, 2023
e4fde13
Fix PlayerToggleFlightEvent trigger (#2152)
lt-name Oct 24, 2023
3328245
Support for 1.20.40 (#2156)
PetteriM1 Oct 24, 2023
50319c2
Use item identifiers in item frame nbt sent to client (#2144)
PetteriM1 Oct 24, 2023
812f77e
Support new color codes (#2147)
PetteriM1 Oct 24, 2023
1ba53ab
Netherite items can float in lava (#2150)
PetteriM1 Oct 24, 2023
8c86550
Update block color for concrete powder & stained terracotta (#2151)
PetteriM1 Oct 24, 2023
4f6c5ea
Fix entity movement on snow layers (#2149)
PetteriM1 Oct 24, 2023
6a5f276
Allow dead bush placement on grass (#2154)
PetteriM1 Oct 24, 2023
55c6dc8
Water splash potion can extinguish fire (#2148)
PetteriM1 Oct 24, 2023
6ed56ca
Fix bucket spawning fish inside block (#2155)
PetteriM1 Oct 24, 2023
25cabab
1.20.50
PetteriM1 Dec 5, 2023
bec975c
Add playersSleepingPercentage GameRule (#2158)
lt-name Jan 14, 2024
b5ee113
regenerateChunk: no unnecessary save + force new chunk generation (#2…
PetteriM1 Jan 14, 2024
eb1e130
List piglin head (#2162)
PetteriM1 Jan 14, 2024
cebe5c8
Fix grass turning into dirt under snow layers (#2163)
PetteriM1 Jan 14, 2024
b02b73f
Unregister /debugpaste as hastebin no longer allows unauthenticated u…
PetteriM1 Jan 14, 2024
05f93b1
1.20.60 (#2168)
PetteriM1 Feb 6, 2024
995bf29
Update particle IDs
PetteriM1 Feb 11, 2024
0389439
Implement AnimateEntityPacket
PetteriM1 Feb 26, 2024
0cff906
@a for give command + clear command (#2172)
Sherko231 Feb 26, 2024
ade7688
Add 1.20.70 support (#2173)
PetteriM1 Mar 13, 2024
14e4a77
Update command params
PetteriM1 Mar 17, 2024
86683f2
Add 1.20.80 support (#2176)
PetteriM1 Apr 23, 2024
439a74a
Add Linux platform to metrics (#2107)
IndianBartonka Jun 11, 2024
9735a92
Add simple scoreboard API (#2181)
PetteriM1 Jun 11, 2024
381687c
Add 1.21.0 support (#2184)
PetteriM1 Jun 13, 2024
e3f845f
Jar ResourcePack Loading
Sherko231 Jun 16, 2024
943f9c7
Merge pull request #2186 from Sherko231/master
Kazzuk Jun 18, 2024
118f6c1
Bump language submodule (#2188)
Kazzuk Jun 18, 2024
a82f451
Add method to hide hud elements (#2183)
PetteriM1 Jun 19, 2024
90ba7a5
Add EntityPotionEffectEvent (#2189)
PetteriM1 Jul 9, 2024
1064456
Support 1.21.2 patch
PetteriM1 Jul 9, 2024
3da731d
Update FloatingTextParticle (#2191)
PetteriM1 Jul 16, 2024
9cc88d0
Backport some fixes from leveldb branch
PetteriM1 Aug 13, 2024
4344117
1.21.20
PetteriM1 Aug 13, 2024
95a67b9
Fix potion effect display (#2194)
lt-name Aug 26, 2024
e7906b4
1.21.30
PetteriM1 Sep 18, 2024
fb217e1
Item unbreakable changes (#2200)
krivey Sep 23, 2024
2172e54
Backport 1.21.40 support to master (#2201)
PetteriM1 Oct 23, 2024
bfb30cd
LevelDB support & other updates (#2175)
PetteriM1 Nov 7, 2024
047d00a
Docker fixes & improvements (#2202)
PetteriM1 Nov 17, 2024
2efad49
1.21.50 & fixes (#2205)
PetteriM1 Dec 4, 2024
d02928d
[ci skip] Fix obsolete `version` attribute in docker-compose.yml (#2207)
ybiquitous Dec 8, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 0 additions & 2 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
Jenkinsfile
circle.yml
README.md
data
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# Auto detect text files and perform LF normalization
*.java text=auto eol=lf

gradlew text eol=lf
107 changes: 0 additions & 107 deletions .github/CONTRIBUTING.md

This file was deleted.

16 changes: 6 additions & 10 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!--- Please do not ask questions or create discussion in the bug tracker. Use https://nukkitx.com -->
<!--- Please do not ask questions or create discussion in the bug tracker. Use cloudburstmc.org forum or Discord for that. -->
<!--- ONLY POST ISSUES WITH A CLEAN SERVER ON THE LATEST VERSION -->

### Expected Behavior
<!--- What would you expect to happen -->

Expand All @@ -15,18 +16,13 @@



### Debug information
<!--- Use the 'debugpaste' and 'timings paste' command in Nukkit -->
* Debug link:
* Timings link (if relevant):

### Debug Information
<!--- USE https://hastebin.com OR SIMILAR FOR ANY LOGS OR DUMPS -->
* Nukkit version:

### Crashdump, Backtrace or Other Files
<!--- USE https://hastebin.com FOR ANY LOGS OR DUMPS -->

**Checklist**:
<!--- Make sure you've completed the following steps (put an "X" between of brackets): -->
- [] I included a `/debugpaste` link
- [] I made sure there aren't duplicates of this report [(Use Search)](https://github.com/NukkitX/Nukkit/issues?utf8=%E2%9C%93&q=is%3Aissue)
- [] I made sure there aren't duplicates of this report [(Use Search)](https://github.com/CloudburstMC/Nukkit/issues?q=is%3Aissue+)
- [] I made sure I am using an up-to-date version of Nukkit
- [] I Made sure the bug/error is not caused by a plugin
32 changes: 32 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: Deploy

on:
push:
branches:
- master

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: SetupJDK
uses: actions/setup-java@v4
with:
java-version: 8
distribution: 'temurin'
- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v3
- name: Build
uses: gradle/gradle-build-action@v3
with:
gradle-version: wrapper
arguments: "publishNukkitPublicationToOpencollabRepository"
env:
GRADLE_OPTS: "-Dorg.gradle.daemon=false -Dorg.gradle.caching=true -Dorg.gradle.welcome=never"
DEPLOY_USERNAME: ${{ vars.OPENCOLLAB_USERNAME }}
DEPLOY_PASSWORD: ${{ secrets.OPENCOLLAB_PASSWORD }}
31 changes: 0 additions & 31 deletions .github/workflows/maven.yml

This file was deleted.

33 changes: 33 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: Pull Request

on: [pull_request]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: SetupJDK
uses: actions/setup-java@v4
with:
java-version: 8
distribution: 'temurin'
- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v3
- name: Build
uses: gradle/gradle-build-action@v3
with:
gradle-version: wrapper
arguments: "shadowJar"
env:
GRADLE_OPTS: "-Dorg.gradle.daemon=false -Dorg.gradle.caching=true -Dorg.gradle.welcome=never"
- name: Archive artifacts
uses: actions/upload-artifact@v4
if: success()
with:
name: Nukkit
path: target/nukkit-1.0-SNAPSHOT.jar
Loading