Skip to content

Instantly share code, notes, and snippets.

# tutorial 3
# mission 1: When a player breaks a block of grass, glass, stone and dirt it sends them a messaged specified in the options (For example {@dirt})
options:
prefix: &aHey, you just mined a
on break of grass, glass, stone or dirt:
send "{@prefix} &d%event-block%" to player
############################################################
# +------------------------------------------------------+ #
# | Notes | #
# +------------------------------------------------------+ #
############################################################
# If you want to use special characters in this document, such as accented letters, you MUST save the file as UTF-8, not ANSI.
# If you receive an error when Essentials loads, ensure that:
# - No tabs are present: YAML only allows spaces
# - Indents are correct: YAML hierarchy is based entirely on indentation
[04:00:07] [Server thread/INFO]: Starting minecraft server version 1.12.2
[04:00:07] [Server thread/INFO]: Loading properties
[04:00:07] [Server thread/INFO]: Default game type: SURVIVAL
[04:00:07] [Server thread/INFO]: This server is running Paper version git-Paper-1617 (MC: 1.12.2) (Implementing API version 1.12.2-R0.1-SNAPSHOT)
[04:00:07] [Server thread/INFO]: Debug logging is disabled
[04:00:07] [Server thread/INFO]: Server Ping Player Sample Count: 12
[04:00:07] [Server thread/INFO]: Using 4 threads for Netty based IO
[04:00:07] [Server thread/INFO]: Generating keypair
[04:00:07] [Server thread/INFO]: Starting Minecraft server on 51.89.96.10:25579
[04:00:07] [Server thread/INFO]: Using epoll channel type