Useful Spigot Posts
coding minecraft
Intro
Recently I’ve been playing around with JmonkeyEngine.
I ran into a little trouble, so I made a post on their forums.
The kind users/project managers of the engine helped me out right away!
It made me realize that open-source is like torrents, you have to leech AND seed.
Spigot Posts
While I didn’t contribute code to the Bukkit/Spigot despite working with it every day since forever…
I did answer some users’ questions on the forums over the years.
Here are the ones which might generally useful:
Maths
- Visual meaning of the Cross Product
- Teleporting an entity relative to the player look direction
- Creating a slash particle fx
- Particle fx behind a player, aka a cloak
- Particle fx towards the player look direction
- Sending bats towards the player look direction
- Particle fx for a circle
- Spinning a horse around the player
- Make an armor stand look at the player
General
- How do SkyBlock/Pit launchers work
- Why is BukkitScheduler task cancellation throwing an exception
- Grouping players in a minigame
- Minigame maps loading architecture
- SethBling’s Magic Portal in a plugin
- How does NameMC check if a username is taken