Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023-2025 Vincent Yanzee J. Tan
Copyright (c) 2023-2026 Vincent Yanzee J. Tan

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ This add-on is open-source! This means its source code is available to the
public. You can find the source code here:
https://github.com/vytdev/debug-stick

Copyright © 2023-2025 Vincent Yanzee J. Tan.
Copyright © 2023-2026 Vincent Yanzee J. Tan.
Licensed under the MIT License.


Expand Down
2 changes: 1 addition & 1 deletion doc/curseforge.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ This add-on is open-source! This means its source code is available to the
public. You can find the source code here:
https://github.com/vytdev/debug-stick

Copyright © 2023-2025 Vincent Yanzee J. Tan.
Copyright © 2023-2026 Vincent Yanzee J. Tan.
Licensed under the MIT License.


Expand Down
2 changes: 1 addition & 1 deletion pack/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023-2025 Vincent Yanzee J. Tan
Copyright (c) 2023-2026 Vincent Yanzee J. Tan

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions pack/README
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Official links:
- MCPEDL: https://mcpedl.com/debug-stick
- GitHub: https://github.com/vytdev/debug-stick

Last updated: December 21, 2025
Last updated: January 2, 2026

Copyright (c) 2023-2025 Vincent Yanzee J. Tan <https://vytdev.github.io>
Copyright (c) 2023-2026 Vincent Yanzee J. Tan <https://vytdev.github.io>
This project is licensed under the MIT License.
This software is provided "as is" without warranty of any kind.
See LICENSE for the full terms.
2 changes: 1 addition & 1 deletion pack/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

"header": {
"name": "Debug Stick",
"description": "Java §dDebug Stick§r ported to Minecraft: Bedrock Edition, by §bvytdev§r\nUse §a/give @s vyt:debug_stick§r or find it in the inventory screen to obtain the item.\n\nReport bugs here: §bhttps://github.com/vytdev/debug-stick/§r\nCopyright (c) 2023-2025 Vincent Yanzee J. Tan\nLicensed under the MIT License.",
"description": "Java §dDebug Stick§r ported to Minecraft: Bedrock Edition, by §bvytdev§r\nUse §a/give @s vyt:debug_stick§r or find it in the inventory screen to obtain the item.\n\nReport bugs here: §bhttps://github.com/vytdev/debug-stick/§r\nCopyright (c) 2023-2026 Vincent Yanzee J. Tan\nLicensed under the MIT License.",
"uuid": "21aadfa6-e27c-400c-c596-596021852939",
"version": "1.21.0",
"min_engine_version": [ 1, 21, 130 ]
Expand Down
2 changes: 1 addition & 1 deletion src/handlers.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Debug Stick -- A Bedrock port of the debug stick tool from Java Edition.
* Copyright (c) 2023-2025 Vincent Yanzee J. Tan <https://vytdev.github.io>
* Copyright (c) 2023-2026 Vincent Yanzee J. Tan <https://vytdev.github.io>
*
* This project is licensed under the MIT License.
* This software is provided "as is" without warranty of any kind.
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Debug Stick -- A Bedrock port of the debug stick tool from Java Edition.
* Copyright (c) 2023-2025 Vincent Yanzee J. Tan <https://vytdev.github.io>
* Copyright (c) 2023-2026 Vincent Yanzee J. Tan <https://vytdev.github.io>
*
* This project is licensed under the MIT License.
* This software is provided "as is" without warranty of any kind.
Expand Down
2 changes: 1 addition & 1 deletion src/selection.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Debug Stick -- A Bedrock port of the debug stick tool from Java Edition.
* Copyright (c) 2023-2025 Vincent Yanzee J. Tan <https://vytdev.github.io>
* Copyright (c) 2023-2026 Vincent Yanzee J. Tan <https://vytdev.github.io>
*
* This project is licensed under the MIT License.
* This software is provided "as is" without warranty of any kind.
Expand Down
2 changes: 1 addition & 1 deletion src/state.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Debug Stick -- A Bedrock port of the debug stick tool from Java Edition.
* Copyright (c) 2023-2025 Vincent Yanzee J. Tan <https://vytdev.github.io>
* Copyright (c) 2023-2026 Vincent Yanzee J. Tan <https://vytdev.github.io>
*
* This project is licensed under the MIT License.
* This software is provided "as is" without warranty of any kind.
Expand Down
2 changes: 1 addition & 1 deletion src/types.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Debug Stick -- A Bedrock port of the debug stick tool from Java Edition.
* Copyright (c) 2023-2025 Vincent Yanzee J. Tan <https://vytdev.github.io>
* Copyright (c) 2023-2026 Vincent Yanzee J. Tan <https://vytdev.github.io>
*
* This project is licensed under the MIT License.
* This software is provided "as is" without warranty of any kind.
Expand Down
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Debug Stick -- A Bedrock port of the debug stick tool from Java Edition.
* Copyright (c) 2023-2025 Vincent Yanzee J. Tan <https://vytdev.github.io>
* Copyright (c) 2023-2026 Vincent Yanzee J. Tan <https://vytdev.github.io>
*
* This project is licensed under the MIT License.
* This software is provided "as is" without warranty of any kind.
Expand Down