Skip to content

Instantly share code, notes, and snippets.

@doceazedo
Last active July 9, 2022 03:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save doceazedo/1fc20bb7bd63a7d3d217c5a830a55a86 to your computer and use it in GitHub Desktop.
Save doceazedo/1fc20bb7bd63a7d3d217c5a830a55a86 to your computer and use it in GitHub Desktop.
[Recursos da talk] Aprenda a programar em Kotlin fazendo plugins para Minecraft
world: world
spawn:
==: org.bukkit.Location
world: world
x: 163.5
y: 68.0
z: -157.5
pitch: 0.0
yaw: 0.0
goals:
- ==: org.bukkit.util.BoundingBox
minX: 179.9
minY: 65.0
minZ: -161.9
maxX: 181.9
maxY: 70.0
maxZ: -153.9
- ==: org.bukkit.util.BoundingBox
minX: 147.0
minY: 65.0
minZ: -161.9
maxX: 145.0
maxY: 70.0
maxZ: -153.0
world: world
spawn:
==: org.bukkit.Location
world: world
x: 0.0
y: 0.0
z: 0.0
pitch: 0.0
yaw: 0.0
goals:
- ==: org.bukkit.util.BoundingBox
minX: 0.0
minY: 0.0
minZ: 0.0
maxX: 0.0
maxY: 0.0
maxZ: 0.0
- ==: org.bukkit.util.BoundingBox
minX: 0.0
minY: 0.0
minZ: 0.0
maxX: 0.0
maxY: 0.0
maxZ: 0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment