python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How do I deserialize the Minecraft player.dat?
I'm trying to make a plugin for Velocity to sync player data among different sub servers.
I want to deserialize the player.dat which is saved in the /world/playerdata/ directory, then upload ut to MyS...
Wishrem
Votes: 0
Answers: 1
Letter appears in console output, but shouldn't. problem with Bukkit.getConsoleSender().sendMessage();
I'm trying to split code in classes. This code is sending to console text with B letter in start of line, but shouldn't.
Code:
static ConsoleWrapper cw = new ConsoleWrapper();
cw.notify("using ur...
InTostor
Votes: 0
Answers: 1
How to disable window resizing and only put fullscreen mode
I am doing a modpack for the first time and I would like to be able to disable the resizing in the window and that the game can only be used in full screen because when the window is resized my game m...
Mael
Votes: 0
Answers: 1
Amulet get top non-air block
Here is the 2d view of the map:
And the actual 3d map:
I'm having difficulty to the top non-air block which is critical on render the 2d map.
I came up with a terrible solution:
import amulet
level...
Fed_Dragon
Votes: 0
Answers: 1