|
The file was modified | pom.xml |
The file was modified | v1_17/pom.xml |
The file was modified | README.md |
The file was modified | v1_18/pom.xml |
The file was modified | paper/pom.xml |
The file was modified | plugin/pom.xml |
The file was modified | plugin/src/main/java/com/denizenscript/denizen/scripts/commands/player/KickCommand.java |
The file was modified | dist/pom.xml |
The file was modified | v1_19/pom.xml |
Commit
5af07febdfbd25abf5dc9f233ac46901611b608f
by noreplyUpdate for 1.19 biome changes (#2492)
* Update for 1.19 biome changes
* Improve deprecated meta
* Flip `temperature` and `humidity`
* Minor cleanups
* Imports
* `LocationTag.temperature/downfall_type`
* Add references in meta
* Remove suppressions (commit: 5af07fe) |
The file was modified | plugin/src/main/java/com/denizenscript/denizen/nms/abstracts/BiomeNMS.java |
The file was modified | v1_18/src/main/java/com/denizenscript/denizen/nms/v1_18/impl/BiomeNMSImpl.java |
The file was modified | plugin/src/main/java/com/denizenscript/denizen/utilities/BukkitImplDeprecations.java |
The file was modified | v1_17/src/main/java/com/denizenscript/denizen/nms/v1_17/impl/BiomeNMSImpl.java |
The file was modified | v1_20/src/main/java/com/denizenscript/denizen/nms/v1_20/ReflectionMappingsInfo.java |
The file was modified | v1_20/src/main/java/com/denizenscript/denizen/nms/v1_20/impl/BiomeNMSImpl.java |
The file was modified | plugin/src/main/java/com/denizenscript/denizen/objects/BiomeTag.java |
The file was modified | v1_19/src/main/java/com/denizenscript/denizen/nms/v1_19/impl/BiomeNMSImpl.java |
The file was modified | plugin/src/main/java/com/denizenscript/denizen/objects/LocationTag.java |
The file was modified | v1_19/src/main/java/com/denizenscript/denizen/nms/v1_19/ReflectionMappingsInfo.java |
Commit
70a3e5d253881b9fb93b54f45ce9db32d12ac2e2
by noreplyPacket helper cleanup (#2502)
* Initial update/cleanup
* Fix `showBlockCrack` Spigot math, remove test code
* Remove `showBlockCrack` testing code
* Imports
* Minor cleanups
* `setVision`: `refreshPlayer` instead of respawn
* Remove `TODO` in `showSignEditor`
* `createEntityData`
* Minor cleanup to `showBlockCrack` conversion (commit: 70a3e5d) |
The file was modified | v1_20/src/main/java/com/denizenscript/denizen/nms/v1_20/helpers/PacketHelperImpl.java |
The file was modified | v1_17/src/main/java/com/denizenscript/denizen/nms/v1_17/helpers/PacketHelperImpl.java |
The file was modified | plugin/src/main/java/com/denizenscript/denizen/objects/PlayerTag.java |
The file was modified | plugin/src/main/java/com/denizenscript/denizen/nms/interfaces/PacketHelper.java |
The file was modified | v1_18/src/main/java/com/denizenscript/denizen/nms/v1_18/helpers/PacketHelperImpl.java |
The file was modified | v1_19/src/main/java/com/denizenscript/denizen/nms/v1_19/helpers/PacketHelperImpl.java |
The file was modified | plugin/src/main/java/com/denizenscript/denizen/scripts/commands/entity/AnimateCommand.java |
Commit
c6102dbd64345375b523e3551b8840b52deaf86f
by noreplyBlock helper cleanup (#2500)
* Initial cleanup/updates
* More WIP
* Improve `getMaterialBlockState`
* Restore `makeBlockStateRaw` usage for now
* Remove `FluidState` remapping reflection fix (commit: c6102db) |
The file was modified | v1_20/src/main/java/com/denizenscript/denizen/nms/v1_20/helpers/BlockHelperImpl.java |
The file was modified | v1_19/src/main/java/com/denizenscript/denizen/nms/v1_19/helpers/BlockHelperImpl.java |
The file was modified | v1_18/src/main/java/com/denizenscript/denizen/nms/v1_18/helpers/BlockHelperImpl.java |
The file was modified | plugin/src/main/java/com/denizenscript/denizen/objects/MaterialTag.java |
The file was modified | v1_20/src/main/java/com/denizenscript/denizen/nms/v1_20/helpers/ItemHelperImpl.java |
The file was modified | plugin/src/main/java/com/denizenscript/denizen/nms/interfaces/BlockHelper.java |
The file was modified | v1_17/src/main/java/com/denizenscript/denizen/nms/v1_17/helpers/BlockHelperImpl.java |
Commit
207edc3b9d52919c4dcedf1be1802b8338d9f886
by noreplyEntity helper cleanup (#2505)
* Initial cleanup/update
* Update some code to pattern matching
* Cleanup `sendHide/ShowPacket`
* `look`: early return + pattern matching
* Remove redundant `yHeadRot` set in `setHeadAngle`
* Minor `internalLook` cleanup
* Update `getSourceFor` to modern switch syntax
* `getSourceFor`: add some missing sources
* Fix `BLOCK_EXPLOSION` handling
* Minor `getSourceFor` cleanups
* Use modern switch statements in `EntityHelper`
* Better `setFallingBlockType` param name
* Minor `damage` cleanup
Pattern matching, remove redundant variable
* `setUUID`: pattern matching, remove reflection
* Remove `TODO`
* Don't re-grab the instance in `setSneaking`
* use `CraftLocation#toBlockPosition`
* More `instanceof` pattern matching
* Correct param types
* Improve naming
* Meta fix
* `setUUID`: bring back `remove` reflection
* More `instanceof` pattern matching
* `setFallingBlockType`: don't need a `final` setter
* Add comment to `PLAYERLIST_REMOVE` (commit: 207edc3) |
The file was modified | v1_18/src/main/java/com/denizenscript/denizen/nms/v1_18/helpers/EntityHelperImpl.java |
The file was modified | plugin/src/main/java/com/denizenscript/denizen/nms/interfaces/EntityHelper.java |
The file was modified | v1_19/src/main/java/com/denizenscript/denizen/nms/v1_19/helpers/EntityHelperImpl.java |
The file was modified | v1_20/src/main/java/com/denizenscript/denizen/nms/v1_20/helpers/EntityHelperImpl.java |
The file was modified | plugin/src/main/java/com/denizenscript/denizen/objects/EntityTag.java |
The file was modified | v1_17/src/main/java/com/denizenscript/denizen/nms/v1_17/helpers/EntityHelperImpl.java |