Replace wiki.vg links

This commit is contained in:
Nassim Jahnke 2024-12-10 15:50:38 +01:00
parent f2456abd5b
commit 4773ba41cf
No known key found for this signature in database
GPG Key ID: EF6771C01F6EF02F
3 changed files with 3 additions and 5 deletions

View File

@ -98,8 +98,7 @@ Resources
- **[Via Mappings Generator](https://github.com/ViaVersion/Mappings)** - **[Via Mappings Generator](https://github.com/ViaVersion/Mappings)**
- **[Mojang mappings](https://minecraft.wiki/w/Obfuscation_map)** (Thank you, Mojang, very cool) - **[Mojang mappings](https://minecraft.wiki/w/Obfuscation_map)** (Thank you, Mojang, very cool)
- **[wiki.vg](https://wiki.vg)** (Used for historic information regarding packet structure, we also contribute back) - Previously: **[Burger](https://github.com/Pokechu22/Burger)** (see [PAaaS](https://github.com/Matsv/Paaas)) and **wiki.vg**
- **[Burger](https://github.com/Pokechu22/Burger)** (See [PAaaS](https://github.com/Matsv/Paaas))
License License
-------- --------

View File

@ -84,7 +84,6 @@ public class BukkitInventoryQuickMoveProvider extends InventoryQuickMoveProvider
updateTask = new BukkitInventoryUpdateTask(this, uuid); updateTask = new BukkitInventoryUpdateTask(this, uuid);
updateTasks.put(uuid, updateTask); updateTasks.put(uuid, updateTask);
} }
// http://wiki.vg/index.php?title=Protocol&oldid=13223#Click_Window
updateTask.addItem(windowId, slotId, actionId); updateTask.addItem(windowId, slotId, actionId);
if (!registered && Via.getPlatform().isPluginEnabled()) { if (!registered && Via.getPlatform().isPluginEnabled()) {
Via.getPlatform().runSync(updateTask); Via.getPlatform().runSync(updateTask);

View File

@ -17,7 +17,7 @@ send-supported-versions: false
# You can use both this and the block-protocols option at the same time as well. # You can use both this and the block-protocols option at the same time as well.
block-versions: [] block-versions: []
# Block specific Minecraft protocol version numbers. # Block specific Minecraft protocol version numbers.
# List of all Minecraft protocol versions: https://wiki.vg/Protocol_version_numbers, or use a generator: https://via.krusic22.com # List of all Minecraft protocol versions: https://minecraft.wiki/w/Protocol_version, or use a generator: https://via.krusic22.com
block-protocols: [] block-protocols: []
# Change the blocked disconnect message # Change the blocked disconnect message
block-disconnect-msg: "You are using an unsupported Minecraft version!" block-disconnect-msg: "You are using an unsupported Minecraft version!"
@ -46,7 +46,7 @@ velocity-ping-save: true
# #
# The format for the following is: # The format for the following is:
# servername: protocolversion # servername: protocolversion
# You can find protocol ids on https://wiki.vg/Protocol_version_numbers # You can find protocol ids on https://minecraft.wiki/w/Protocol_version
# It will fall back to the default option if none found. # It will fall back to the default option if none found.
velocity-servers: {} velocity-servers: {}
# #