Problem This is my attempt at creating a database schema for a Minecraft logging plugin. I’m by no means a […]
Tag: minecraft
Registering various kinds of blocks in Minecraft
Problem After looking at a few tutorials on making minecraft mods i got as far as making my own blocks […]
Find minecraft colour codes in string
Problem I’ve written a simple util-method in my spigot plugin to check if a message contains a valid minecraft colour […]
Game object structure for Minecraft server
Problem I’m trying to write a Minecraft server in Ruby as an educational project and I’ve hit the point now […]
Personal Minecraft Android app
Problem This won’t be released publicly, but that doesn’t mean I want to have bad coding habits. I was not […]
Meshing algorithm for generating faces in Minecraft
Problem To generate faces of a Minecraft-like world from a three dimensional array, I developed the following meshing algorithm. The […]
Database schema for a Minecraft logging plugin
Problem This is my attempt at creating a database schema for a Minecraft logging plugin. I’m by no means a […]
Documentation for a Minecraft server plugin
Problem I’m working on a minecraft plugin for my Spigot Minecraft server. I have a class which works as expected. […]
Plugin for finding placed blocks and if they are in a certain sequence
Problem This is for a plugin I am making for the game called Minecraft. The code is responsible for finding […]
Bukkit API Town plugin for Minecraft
Problem I’m creating a town plugin for the game Minecraft using the Bukkit API. It works fine and all, however […]
- 1
- 2