mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2024-12-21 04:49:51 +08:00
Update Minecraft Wiki links to new domain (#2400)
This commit is contained in:
parent
10cd6820c9
commit
375bf84a7e
@ -207,7 +207,7 @@ private fun writeFooter() {
|
|||||||
``worldedit.inventory.unrestricted``,"Override the ``use-inventory`` option if enabled in the :doc:`configuration <config>`."
|
``worldedit.inventory.unrestricted``,"Override the ``use-inventory`` option if enabled in the :doc:`configuration <config>`."
|
||||||
``worldedit.override.bedrock``,"Allows breaking of bedrock with the super-pickaxe tool."
|
``worldedit.override.bedrock``,"Allows breaking of bedrock with the super-pickaxe tool."
|
||||||
``worldedit.override.data-cycler``,"Allows cycling non-whitelisted blocks with the data cycler tool."
|
``worldedit.override.data-cycler``,"Allows cycling non-whitelisted blocks with the data cycler tool."
|
||||||
``worldedit.setnbt``,"Allows setting `extra data <https://minecraft.gamepedia.com/Block_entity>`_ on blocks (such as signs, chests, etc)."
|
``worldedit.setnbt``,"Allows setting `extra data <https://minecraft.wiki/w/Block_entity>`_ on blocks (such as signs, chests, etc)."
|
||||||
``worldedit.report.pastebin``,"Allows uploading report files to pastebin automatically for the ``/worldedit report`` :doc:`command <commands>`."
|
``worldedit.report.pastebin``,"Allows uploading report files to pastebin automatically for the ``/worldedit report`` :doc:`command <commands>`."
|
||||||
``worldedit.scripting.execute.<filename>``,"Allows using the CraftScript with the given filename."
|
``worldedit.scripting.execute.<filename>``,"Allows using the CraftScript with the given filename."
|
||||||
""".trim())
|
""".trim())
|
||||||
|
@ -34,8 +34,8 @@
|
|||||||
*
|
*
|
||||||
* <p>
|
* <p>
|
||||||
* The NBT format was created by Markus Persson, and the specification may be
|
* The NBT format was created by Markus Persson, and the specification may be
|
||||||
* found at <a href="https://minecraft.gamepedia.com/NBT_format">
|
* found at <a href="https://minecraft.wiki/w/NBT_format">
|
||||||
* https://minecraft.gamepedia.com/NBT_format</a>.
|
* https://minecraft.wiki/w/NBT_format</a>.
|
||||||
* </p>
|
* </p>
|
||||||
*
|
*
|
||||||
* @deprecated JNBT is being removed for lin-bus in WorldEdit 8, use {@link LinBinaryIO} instead
|
* @deprecated JNBT is being removed for lin-bus in WorldEdit 8, use {@link LinBinaryIO} instead
|
||||||
|
@ -34,8 +34,8 @@
|
|||||||
*
|
*
|
||||||
* <p>
|
* <p>
|
||||||
* The NBT format was created by Markus Persson, and the specification may be
|
* The NBT format was created by Markus Persson, and the specification may be
|
||||||
* found at <a href="https://minecraft.gamepedia.com/NBT_format">
|
* found at <a href="https://minecraft.wiki/w/NBT_format">
|
||||||
* https://minecraft.gamepedia.com/NBT_format</a>.
|
* https://minecraft.wiki/w/NBT_format</a>.
|
||||||
* </p>
|
* </p>
|
||||||
*
|
*
|
||||||
* @deprecated JNBT is being removed for lin-bus in WorldEdit 8, use {@link LinBinaryIO} instead
|
* @deprecated JNBT is being removed for lin-bus in WorldEdit 8, use {@link LinBinaryIO} instead
|
||||||
|
Loading…
Reference in New Issue
Block a user